| 1 | [ Dec 21 08:18:04 Enabled. ] | ||
| 2 | [ Dec 21 08:18:04 Rereading configuration. ] | ||
| 3 | [ Dec 21 08:18:06 Rereading configuration. ] | ||
| 4 | [ Dec 21 08:18:15 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 | [ Dec 21 08:18:15 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 | 2024.12.21 08:18:15.875448 [ 1 ] {} <Information> Application: Will watch for the process with pid 26465 | ||
| 29 | 2024.12.21 08:18:15.876038 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.21 08:18:16.124642 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26465 | ||
| 31 | 2024.12.21 08:18:16.125344 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.21 08:18:16.126047 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.21 08:18:16.212411 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.21 08:18:16.239961 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.21 08:18:16.240009 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.21 08:18:16.240026 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.21 08:18:16.240094 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.21 08:18:16.240487 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.21 08:18:16.242097 [ 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 | 2024.12.21 08:18:16.242818 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.21 08:18:16.243637 [ 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 | 2024.12.21 08:18:16.243661 [ 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 | 2024.12.21 08:18:16.243676 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.21 08:18:16.243854 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.21 08:18:16.244806 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.21 08:18:16.250312 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.21 08:18:16.251078 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.21 08:18:16.252435 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.21 08:18:16.252498 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.21 08:18:16.254078 [ 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 | 2024.12.21 08:18:16.254610 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.21 08:18:16.258873 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.21 08:18:16.259256 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.21 08:18:16.260757 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.21 08:18:16.261182 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.21 08:18:16.261610 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.21 08:18:16.261946 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.21 08:18:16.263287 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.21 08:18:16.263313 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.21 08:18:16.263386 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.21 08:18:16.263561 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.21 08:18:16.276800 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.21 08:18:16.276830 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000161762 sec | ||
| 68 | 2024.12.21 08:18:16.276878 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.21 08:18:16.276896 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.21 08:18:16.278090 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.21 08:18:16.279131 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.21 08:18:16.292183 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.21 08:18:16.292228 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.21 08:18:16.292250 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.21 08:18:16.292263 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.21 08:18:16.292293 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.21 08:18:16.292314 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.21 08:18:16.294895 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.21 08:18:16.294940 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.21 08:18:16.294962 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.21 08:18:16.295143 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.21 08:18:16.295162 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.21 08:18:16.295198 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.21 08:18:16.295220 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.21 08:18:16.295233 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.21 08:18:16.295262 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.21 08:18:16.295281 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.21 08:18:16.321916 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.21 08:18:16.326798 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.21 08:18:16.326833 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9871e-05 sec | ||
| 91 | 2024.12.21 08:18:16.326850 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.21 08:18:16.326864 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.21 08:18:16.326893 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.21 08:18:16.327109 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.21 08:18:16.327165 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.21 08:18:16.327183 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.21 08:18:16.327198 [ 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 | 2024.12.21 08:18:16.327213 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.21 08:18:16.331688 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.21 08:18:16.331906 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2024.12.21 08:18:16.332853 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.778e-05 sec. | ||
| 102 | 2024.12.21 08:18:16.334102 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.21 08:18:16.334206 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.21 08:18:16.334224 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.21 08:18:16.963380 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63135 | ||
| 106 | 2024.12.21 08:18:16.963973 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.21 08:18:16.964039 [ 3 ] {} <Debug> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Authenticating user 'default' from [fd00:1122:3344:101::d]:63135 | ||
| 108 | 2024.12.21 08:18:16.964076 [ 3 ] {} <Debug> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.21 08:18:16.964102 [ 3 ] {} <Debug> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.21 08:18:16.964200 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.21 08:18:16.964232 [ 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 | 2024.12.21 08:18:16.964262 [ 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 | 2024.12.21 08:18:16.964613 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56153 | ||
| 114 | 2024.12.21 08:18:16.964635 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57640 | ||
| 115 | 2024.12.21 08:18:16.964751 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2024.12.21 08:18:16.964793 [ 4 ] {} <Debug> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56153 | ||
| 117 | 2024.12.21 08:18:16.964853 [ 4 ] {} <Debug> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.21 08:18:16.964856 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 119 | 2024.12.21 08:18:16.964877 [ 4 ] {} <Debug> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.12.21 08:18:16.964937 [ 5 ] {} <Debug> TCP-Session: 23a71f96-169a-4ebf-9dd9-f2f8b8621611 Authenticating user 'default' from [fd00:1122:3344:101::d]:57640 | ||
| 121 | 2024.12.21 08:18:16.964987 [ 5 ] {} <Debug> TCP-Session: 23a71f96-169a-4ebf-9dd9-f2f8b8621611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2024.12.21 08:18:16.965015 [ 5 ] {} <Debug> TCP-Session: 23a71f96-169a-4ebf-9dd9-f2f8b8621611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2024.12.21 08:18:16.965634 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39686 | ||
| 124 | 2024.12.21 08:18:16.966078 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2024.12.21 08:18:16.966102 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64764 | ||
| 126 | 2024.12.21 08:18:16.966123 [ 253 ] {} <Debug> TCP-Session: 6c11f654-ab48-4db1-a869-10526d9aa76e Authenticating user 'default' from [fd00:1122:3344:101::d]:39686 | ||
| 127 | 2024.12.21 08:18:16.966195 [ 253 ] {} <Debug> TCP-Session: 6c11f654-ab48-4db1-a869-10526d9aa76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.12.21 08:18:16.966214 [ 253 ] {} <Debug> TCP-Session: 6c11f654-ab48-4db1-a869-10526d9aa76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.12.21 08:18:16.966843 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43182 | ||
| 130 | 2024.12.21 08:18:16.966899 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2024.12.21 08:18:16.967100 [ 254 ] {} <Debug> TCP-Session: 7b77c988-ca01-4d0d-a509-d3d0ee4d9bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64764 | ||
| 132 | 2024.12.21 08:18:16.967097 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43854 | ||
| 133 | 2024.12.21 08:18:16.967092 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 134 | 2024.12.21 08:18:16.967188 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2024.12.21 08:18:16.967187 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47022 | ||
| 136 | 2024.12.21 08:18:16.967225 [ 254 ] {} <Debug> TCP-Session: 7b77c988-ca01-4d0d-a509-d3d0ee4d9bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.12.21 08:18:16.967316 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55861 | ||
| 138 | 2024.12.21 08:18:16.967344 [ 254 ] {} <Debug> TCP-Session: 7b77c988-ca01-4d0d-a509-d3d0ee4d9bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2024.12.21 08:18:16.967358 [ 255 ] {} <Debug> TCP-Session: ff5f67e6-0112-4b4e-a459-fa6ecef71a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:43182 | ||
| 140 | 2024.12.21 08:18:16.967424 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.12.21 08:18:16.967661 [ 255 ] {} <Debug> TCP-Session: ff5f67e6-0112-4b4e-a459-fa6ecef71a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2024.12.21 08:18:16.967673 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2024.12.21 08:18:16.967707 [ 256 ] {} <Debug> TCP-Session: 685cf354-735c-45b4-88eb-92021bdeeee2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43854 | ||
| 144 | 2024.12.21 08:18:16.967717 [ 255 ] {} <Debug> TCP-Session: ff5f67e6-0112-4b4e-a459-fa6ecef71a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.21 08:18:16.969296 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 146 | 2024.12.21 08:18:16.969326 [ 256 ] {} <Debug> TCP-Session: 685cf354-735c-45b4-88eb-92021bdeeee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.21 08:18:16.969325 [ 257 ] {} <Debug> TCP-Session: eb1c3183-9f51-4c58-a3c9-3419cbbbdb89 Authenticating user 'default' from [fd00:1122:3344:101::d]:47022 | ||
| 148 | 2024.12.21 08:18:16.969431 [ 257 ] {} <Debug> TCP-Session: eb1c3183-9f51-4c58-a3c9-3419cbbbdb89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2024.12.21 08:18:16.969474 [ 256 ] {} <Debug> TCP-Session: 685cf354-735c-45b4-88eb-92021bdeeee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2024.12.21 08:18:16.969496 [ 257 ] {} <Debug> TCP-Session: eb1c3183-9f51-4c58-a3c9-3419cbbbdb89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2024.12.21 08:18:16.969528 [ 258 ] {} <Debug> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55861 | ||
| 152 | 2024.12.21 08:18:16.970017 [ 258 ] {} <Debug> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.21 08:18:16.970065 [ 258 ] {} <Debug> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2024.12.21 08:18:16.970754 [ 3 ] {e5e30751-e3db-45e6-bed2-b83eef1a7af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.12.21 08:18:17.000242 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.18 MiB, peak 117.18 MiB, free memory in arenas 0.00 B, will set to 125.96 MiB (RSS), difference: 8.78 MiB | ||
| 156 | 2024.12.21 08:18:17.024738 [ 3 ] {e5e30751-e3db-45e6-bed2-b83eef1a7af7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63135) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 157 | |||
| 158 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 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 | ||
| 161 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 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 | ||
| 165 | 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 | ||
| 166 | 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 | ||
| 167 | 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 | ||
| 168 | 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 | ||
| 169 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 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 | ||
| 172 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 178 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 179 | |||
| 180 | 2024.12.21 08:18:17.026067 [ 3 ] {e5e30751-e3db-45e6-bed2-b83eef1a7af7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 181 | |||
| 182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 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 | ||
| 185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 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 | ||
| 189 | 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 | ||
| 190 | 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 | ||
| 191 | 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 | ||
| 192 | 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 | ||
| 193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 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 | ||
| 196 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 203 | |||
| 204 | 2024.12.21 08:18:17.026175 [ 3 ] {e5e30751-e3db-45e6-bed2-b83eef1a7af7} <Debug> TCPHandler: Processed in 0.060811167 sec. | ||
| 205 | 2024.12.21 08:18:17.026538 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 206 | 2024.12.21 08:18:17.026772 [ 4 ] {f13d8557-6278-4305-8208-ed519fd8b823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 207 | 2024.12.21 08:18:17.027151 [ 4 ] {f13d8557-6278-4305-8208-ed519fd8b823} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56153) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 208 | |||
| 209 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 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 | ||
| 212 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 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 | ||
| 216 | 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 | ||
| 217 | 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 | ||
| 218 | 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 | ||
| 219 | 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 | ||
| 220 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 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 | ||
| 223 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 230 | |||
| 231 | 2024.12.21 08:18:17.027292 [ 4 ] {f13d8557-6278-4305-8208-ed519fd8b823} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 232 | |||
| 233 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 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 | ||
| 236 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 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 | ||
| 240 | 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 | ||
| 241 | 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 | ||
| 242 | 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 | ||
| 243 | 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 | ||
| 244 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 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 | ||
| 247 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 254 | |||
| 255 | 2024.12.21 08:18:17.027379 [ 4 ] {f13d8557-6278-4305-8208-ed519fd8b823} <Debug> TCPHandler: Processed in 0.000992428 sec. | ||
| 256 | 2024.12.21 08:18:17.027638 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 257 | 2024.12.21 08:18:17.028879 [ 3 ] {d68d80fa-cbb6-400d-8863-156a1c1e1ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 258 | 2024.12.21 08:18:17.029537 [ 3 ] {d68d80fa-cbb6-400d-8863-156a1c1e1ebc} <Debug> TCPHandler: Processed in 0.002016008 sec. | ||
| 259 | 2024.12.21 08:18:17.029752 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 260 | 2024.12.21 08:18:17.029883 [ 4 ] {00b75324-f428-46e6-a73b-0cba416094fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 261 | 2024.12.21 08:18:17.030011 [ 4 ] {00b75324-f428-46e6-a73b-0cba416094fb} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 262 | 2024.12.21 08:18:17.036534 [ 4 ] {00b75324-f428-46e6-a73b-0cba416094fb} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 263 | 2024.12.21 08:18:17.036555 [ 4 ] {00b75324-f428-46e6-a73b-0cba416094fb} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.347e-05 sec | ||
| 264 | 2024.12.21 08:18:17.036578 [ 4 ] {00b75324-f428-46e6-a73b-0cba416094fb} <Trace> ReferentialDeps: No tables | ||
| 265 | 2024.12.21 08:18:17.036589 [ 4 ] {00b75324-f428-46e6-a73b-0cba416094fb} <Trace> LoadingDeps: No tables | ||
| 266 | 2024.12.21 08:18:17.036611 [ 4 ] {00b75324-f428-46e6-a73b-0cba416094fb} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 267 | 2024.12.21 08:18:17.036663 [ 4 ] {00b75324-f428-46e6-a73b-0cba416094fb} <Debug> TCPHandler: Processed in 0.006976081 sec. | ||
| 268 | 2024.12.21 08:18:17.036862 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 269 | 2024.12.21 08:18:17.037047 [ 3 ] {ee0658ea-5846-4533-a987-d67931068429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) /* The version table contains metadata about the `oximeter` database */ | ||
| 270 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 271 | 2024.12.21 08:18:17.037124 [ 3 ] {ee0658ea-5846-4533-a987-d67931068429} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 272 | 2024.12.21 08:18:17.044776 [ 3 ] {ee0658ea-5846-4533-a987-d67931068429} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 273 | 2024.12.21 08:18:17.046499 [ 3 ] {ee0658ea-5846-4533-a987-d67931068429} <Debug> oximeter.version (7d26162a-e6bd-48da-8706-b93e762c4ed3): Loading data parts | ||
| 274 | 2024.12.21 08:18:17.046962 [ 3 ] {ee0658ea-5846-4533-a987-d67931068429} <Debug> oximeter.version (7d26162a-e6bd-48da-8706-b93e762c4ed3): There are no data parts | ||
| 275 | 2024.12.21 08:18:17.053861 [ 3 ] {ee0658ea-5846-4533-a987-d67931068429} <Debug> TCPHandler: Processed in 0.017057541 sec. | ||
| 276 | 2024.12.21 08:18:17.054141 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.12.21 08:18:17.054528 [ 4 ] {cf497a2f-7090-46f4-8ad1-b6db9d1b0d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) /* The measurement tables contain all individual samples from each timeseries. | ||
| 278 | * | ||
| 279 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 280 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 281 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 282 | * by all samples from the same timeseries. | ||
| 283 | * | ||
| 284 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 285 | * and then uses that to index quickly into the measurements tables. | ||
| 286 | */ | ||
| 287 | 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) | ||
| 288 | 2024.12.21 08:18:17.054591 [ 4 ] {cf497a2f-7090-46f4-8ad1-b6db9d1b0d2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 289 | 2024.12.21 08:18:17.062655 [ 4 ] {cf497a2f-7090-46f4-8ad1-b6db9d1b0d2a} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Loading data parts | ||
| 290 | 2024.12.21 08:18:17.062867 [ 4 ] {cf497a2f-7090-46f4-8ad1-b6db9d1b0d2a} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): There are no data parts | ||
| 291 | 2024.12.21 08:18:17.068561 [ 4 ] {cf497a2f-7090-46f4-8ad1-b6db9d1b0d2a} <Debug> TCPHandler: Processed in 0.014536508 sec. | ||
| 292 | 2024.12.21 08:18:17.068852 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 293 | 2024.12.21 08:18:17.069256 [ 3 ] {a184d01e-7377-4c46-a34c-d684a4c46113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 294 | 2024.12.21 08:18:17.069376 [ 3 ] {a184d01e-7377-4c46-a34c-d684a4c46113} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 295 | 2024.12.21 08:18:17.071718 [ 3 ] {a184d01e-7377-4c46-a34c-d684a4c46113} <Debug> oximeter.measurements_i8 (580dfa81-46e5-476d-9241-1537e2fb5dba): Loading data parts | ||
| 296 | 2024.12.21 08:18:17.071927 [ 3 ] {a184d01e-7377-4c46-a34c-d684a4c46113} <Debug> oximeter.measurements_i8 (580dfa81-46e5-476d-9241-1537e2fb5dba): There are no data parts | ||
| 297 | 2024.12.21 08:18:17.075652 [ 3 ] {a184d01e-7377-4c46-a34c-d684a4c46113} <Debug> TCPHandler: Processed in 0.006908731 sec. | ||
| 298 | 2024.12.21 08:18:17.075982 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2024.12.21 08:18:17.076413 [ 4 ] {d65cfd69-c243-47e9-bd83-60c66cb59274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 300 | 2024.12.21 08:18:17.076521 [ 4 ] {d65cfd69-c243-47e9-bd83-60c66cb59274} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 301 | 2024.12.21 08:18:17.078696 [ 4 ] {d65cfd69-c243-47e9-bd83-60c66cb59274} <Debug> oximeter.measurements_u8 (95bf3152-657f-4778-bcc7-1aaa7b0588a9): Loading data parts | ||
| 302 | 2024.12.21 08:18:17.078832 [ 4 ] {d65cfd69-c243-47e9-bd83-60c66cb59274} <Debug> oximeter.measurements_u8 (95bf3152-657f-4778-bcc7-1aaa7b0588a9): There are no data parts | ||
| 303 | 2024.12.21 08:18:17.081077 [ 4 ] {d65cfd69-c243-47e9-bd83-60c66cb59274} <Debug> TCPHandler: Processed in 0.005210326 sec. | ||
| 304 | 2024.12.21 08:18:17.081280 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 305 | 2024.12.21 08:18:17.081509 [ 3 ] {28611e87-1aff-4de6-bceb-19f09c6c3a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 306 | 2024.12.21 08:18:17.081583 [ 3 ] {28611e87-1aff-4de6-bceb-19f09c6c3a5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 307 | 2024.12.21 08:18:17.083635 [ 3 ] {28611e87-1aff-4de6-bceb-19f09c6c3a5a} <Debug> oximeter.measurements_i16 (78a938e4-306f-411c-9adc-cc2aff5d7e58): Loading data parts | ||
| 308 | 2024.12.21 08:18:17.083815 [ 3 ] {28611e87-1aff-4de6-bceb-19f09c6c3a5a} <Debug> oximeter.measurements_i16 (78a938e4-306f-411c-9adc-cc2aff5d7e58): There are no data parts | ||
| 309 | 2024.12.21 08:18:17.087515 [ 3 ] {28611e87-1aff-4de6-bceb-19f09c6c3a5a} <Debug> TCPHandler: Processed in 0.006290756 sec. | ||
| 310 | 2024.12.21 08:18:17.087707 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2024.12.21 08:18:17.087973 [ 4 ] {1eeddb02-789a-4e73-a64a-820f7a528b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 312 | 2024.12.21 08:18:17.088042 [ 4 ] {1eeddb02-789a-4e73-a64a-820f7a528b03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 313 | 2024.12.21 08:18:17.090203 [ 4 ] {1eeddb02-789a-4e73-a64a-820f7a528b03} <Debug> oximeter.measurements_u16 (8ad65362-10d7-4bb1-8f62-120b190ca4a2): Loading data parts | ||
| 314 | 2024.12.21 08:18:17.090321 [ 4 ] {1eeddb02-789a-4e73-a64a-820f7a528b03} <Debug> oximeter.measurements_u16 (8ad65362-10d7-4bb1-8f62-120b190ca4a2): There are no data parts | ||
| 315 | 2024.12.21 08:18:17.092139 [ 4 ] {1eeddb02-789a-4e73-a64a-820f7a528b03} <Debug> TCPHandler: Processed in 0.00449882 sec. | ||
| 316 | 2024.12.21 08:18:17.092328 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2024.12.21 08:18:17.092648 [ 3 ] {187d3036-8b92-4c93-8b11-65d7b9f8e142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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 | 2024.12.21 08:18:17.092767 [ 3 ] {187d3036-8b92-4c93-8b11-65d7b9f8e142} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 319 | 2024.12.21 08:18:17.094903 [ 3 ] {187d3036-8b92-4c93-8b11-65d7b9f8e142} <Debug> oximeter.measurements_i32 (bb5de1dd-35c3-4420-9109-09fd21ae9ae6): Loading data parts | ||
| 320 | 2024.12.21 08:18:17.095118 [ 3 ] {187d3036-8b92-4c93-8b11-65d7b9f8e142} <Debug> oximeter.measurements_i32 (bb5de1dd-35c3-4420-9109-09fd21ae9ae6): There are no data parts | ||
| 321 | 2024.12.21 08:18:17.098854 [ 3 ] {187d3036-8b92-4c93-8b11-65d7b9f8e142} <Debug> TCPHandler: Processed in 0.006578858 sec. | ||
| 322 | 2024.12.21 08:18:17.099171 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 323 | 2024.12.21 08:18:17.099607 [ 4 ] {8f0dc6bb-31d6-4b6a-87f3-0df5f8029ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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 | 2024.12.21 08:18:17.099755 [ 4 ] {8f0dc6bb-31d6-4b6a-87f3-0df5f8029ef8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 325 | 2024.12.21 08:18:17.101817 [ 4 ] {8f0dc6bb-31d6-4b6a-87f3-0df5f8029ef8} <Debug> oximeter.measurements_u32 (46894301-fe65-41f1-832e-0bdaa8f2a228): Loading data parts | ||
| 326 | 2024.12.21 08:18:17.101942 [ 4 ] {8f0dc6bb-31d6-4b6a-87f3-0df5f8029ef8} <Debug> oximeter.measurements_u32 (46894301-fe65-41f1-832e-0bdaa8f2a228): There are no data parts | ||
| 327 | 2024.12.21 08:18:17.103836 [ 4 ] {8f0dc6bb-31d6-4b6a-87f3-0df5f8029ef8} <Debug> TCPHandler: Processed in 0.004779052 sec. | ||
| 328 | 2024.12.21 08:18:17.104025 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 329 | 2024.12.21 08:18:17.104292 [ 3 ] {5134d25f-1645-4ac4-a8c0-398216128c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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 | 2024.12.21 08:18:17.104358 [ 3 ] {5134d25f-1645-4ac4-a8c0-398216128c59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 331 | 2024.12.21 08:18:17.106151 [ 3 ] {5134d25f-1645-4ac4-a8c0-398216128c59} <Debug> oximeter.measurements_i64 (12995921-9b31-48da-9114-fdf121de8a64): Loading data parts | ||
| 332 | 2024.12.21 08:18:17.106306 [ 3 ] {5134d25f-1645-4ac4-a8c0-398216128c59} <Debug> oximeter.measurements_i64 (12995921-9b31-48da-9114-fdf121de8a64): There are no data parts | ||
| 333 | 2024.12.21 08:18:17.109786 [ 3 ] {5134d25f-1645-4ac4-a8c0-398216128c59} <Debug> TCPHandler: Processed in 0.005826481 sec. | ||
| 334 | 2024.12.21 08:18:17.109979 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2024.12.21 08:18:17.110225 [ 4 ] {4a1f4c31-d74a-44bd-9b9e-b8a1d5c2a797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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 | 2024.12.21 08:18:17.110301 [ 4 ] {4a1f4c31-d74a-44bd-9b9e-b8a1d5c2a797} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 337 | 2024.12.21 08:18:17.112263 [ 4 ] {4a1f4c31-d74a-44bd-9b9e-b8a1d5c2a797} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Loading data parts | ||
| 338 | 2024.12.21 08:18:17.112400 [ 4 ] {4a1f4c31-d74a-44bd-9b9e-b8a1d5c2a797} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): There are no data parts | ||
| 339 | 2024.12.21 08:18:17.114143 [ 4 ] {4a1f4c31-d74a-44bd-9b9e-b8a1d5c2a797} <Debug> TCPHandler: Processed in 0.004232378 sec. | ||
| 340 | 2024.12.21 08:18:17.114317 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2024.12.21 08:18:17.114540 [ 3 ] {c7fcd3d5-dd03-411f-b2a4-0b7105c71e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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 | 2024.12.21 08:18:17.114596 [ 3 ] {c7fcd3d5-dd03-411f-b2a4-0b7105c71e3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 343 | 2024.12.21 08:18:17.116409 [ 3 ] {c7fcd3d5-dd03-411f-b2a4-0b7105c71e3e} <Debug> oximeter.measurements_f32 (2c177a35-d2f0-4444-a770-a6a3d3e94ea6): Loading data parts | ||
| 344 | 2024.12.21 08:18:17.116548 [ 3 ] {c7fcd3d5-dd03-411f-b2a4-0b7105c71e3e} <Debug> oximeter.measurements_f32 (2c177a35-d2f0-4444-a770-a6a3d3e94ea6): There are no data parts | ||
| 345 | 2024.12.21 08:18:17.120155 [ 3 ] {c7fcd3d5-dd03-411f-b2a4-0b7105c71e3e} <Debug> TCPHandler: Processed in 0.005890312 sec. | ||
| 346 | 2024.12.21 08:18:17.120469 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2024.12.21 08:18:17.120674 [ 4 ] {70716567-efe4-4630-b907-9ad09317a659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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 | 2024.12.21 08:18:17.120739 [ 4 ] {70716567-efe4-4630-b907-9ad09317a659} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 349 | 2024.12.21 08:18:17.122706 [ 4 ] {70716567-efe4-4630-b907-9ad09317a659} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Loading data parts | ||
| 350 | 2024.12.21 08:18:17.122890 [ 4 ] {70716567-efe4-4630-b907-9ad09317a659} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): There are no data parts | ||
| 351 | 2024.12.21 08:18:17.124637 [ 4 ] {70716567-efe4-4630-b907-9ad09317a659} <Debug> TCPHandler: Processed in 0.004278367 sec. | ||
| 352 | 2024.12.21 08:18:17.124812 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2024.12.21 08:18:17.125035 [ 3 ] {cf0986cc-2759-407d-ad39-ad4ca449fdb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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 | 2024.12.21 08:18:17.125094 [ 3 ] {cf0986cc-2759-407d-ad39-ad4ca449fdb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 355 | 2024.12.21 08:18:17.126949 [ 3 ] {cf0986cc-2759-407d-ad39-ad4ca449fdb9} <Debug> oximeter.measurements_string (29895f74-2228-4880-8fda-853fe0167af1): Loading data parts | ||
| 356 | 2024.12.21 08:18:17.127119 [ 3 ] {cf0986cc-2759-407d-ad39-ad4ca449fdb9} <Debug> oximeter.measurements_string (29895f74-2228-4880-8fda-853fe0167af1): There are no data parts | ||
| 357 | 2024.12.21 08:18:17.130740 [ 3 ] {cf0986cc-2759-407d-ad39-ad4ca449fdb9} <Debug> TCPHandler: Processed in 0.005984323 sec. | ||
| 358 | 2024.12.21 08:18:17.130945 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2024.12.21 08:18:17.131193 [ 4 ] {fe140ce1-9b79-4253-af5a-f56772b878e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 360 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 361 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 362 | * a string isn't palatable for a few reasons. | ||
| 363 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 364 | * details. | ||
| 365 | */ | ||
| 366 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 367 | 2024.12.21 08:18:17.131277 [ 4 ] {fe140ce1-9b79-4253-af5a-f56772b878e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 368 | 2024.12.21 08:18:17.134201 [ 4 ] {fe140ce1-9b79-4253-af5a-f56772b878e6} <Debug> oximeter.measurements_bytes (8c38b41b-0ffb-4a7d-859e-f1c2ea3d386e): Loading data parts | ||
| 369 | 2024.12.21 08:18:17.134370 [ 4 ] {fe140ce1-9b79-4253-af5a-f56772b878e6} <Debug> oximeter.measurements_bytes (8c38b41b-0ffb-4a7d-859e-f1c2ea3d386e): There are no data parts | ||
| 370 | 2024.12.21 08:18:17.138875 [ 4 ] {fe140ce1-9b79-4253-af5a-f56772b878e6} <Debug> TCPHandler: Processed in 0.007996651 sec. | ||
| 371 | 2024.12.21 08:18:17.139066 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2024.12.21 08:18:17.139284 [ 3 ] {3060b999-df7c-424e-9cb3-dd94996b6469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 373 | 2024.12.21 08:18:17.139355 [ 3 ] {3060b999-df7c-424e-9cb3-dd94996b6469} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 374 | 2024.12.21 08:18:17.141363 [ 3 ] {3060b999-df7c-424e-9cb3-dd94996b6469} <Debug> oximeter.measurements_cumulativei64 (9cc4a62f-4375-452d-ad1c-524104f39fb0): Loading data parts | ||
| 375 | 2024.12.21 08:18:17.141526 [ 3 ] {3060b999-df7c-424e-9cb3-dd94996b6469} <Debug> oximeter.measurements_cumulativei64 (9cc4a62f-4375-452d-ad1c-524104f39fb0): There are no data parts | ||
| 376 | 2024.12.21 08:18:17.145180 [ 3 ] {3060b999-df7c-424e-9cb3-dd94996b6469} <Debug> TCPHandler: Processed in 0.006169324 sec. | ||
| 377 | 2024.12.21 08:18:17.145514 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.12.21 08:18:17.145734 [ 4 ] {7ca211da-de49-4a3c-8ea1-e9d537ab8016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 379 | 2024.12.21 08:18:17.145806 [ 4 ] {7ca211da-de49-4a3c-8ea1-e9d537ab8016} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 380 | 2024.12.21 08:18:17.147884 [ 4 ] {7ca211da-de49-4a3c-8ea1-e9d537ab8016} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Loading data parts | ||
| 381 | 2024.12.21 08:18:17.148075 [ 4 ] {7ca211da-de49-4a3c-8ea1-e9d537ab8016} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): There are no data parts | ||
| 382 | 2024.12.21 08:18:17.149867 [ 4 ] {7ca211da-de49-4a3c-8ea1-e9d537ab8016} <Debug> TCPHandler: Processed in 0.004433409 sec. | ||
| 383 | 2024.12.21 08:18:17.150044 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.12.21 08:18:17.150287 [ 3 ] {c0d4b1cb-fb4d-4af4-9b76-e42ae79d589d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 385 | 2024.12.21 08:18:17.150342 [ 3 ] {c0d4b1cb-fb4d-4af4-9b76-e42ae79d589d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 386 | 2024.12.21 08:18:17.152201 [ 3 ] {c0d4b1cb-fb4d-4af4-9b76-e42ae79d589d} <Debug> oximeter.measurements_cumulativef32 (6d7f662e-2711-4faf-b3f3-3e7e276ccbbc): Loading data parts | ||
| 387 | 2024.12.21 08:18:17.152394 [ 3 ] {c0d4b1cb-fb4d-4af4-9b76-e42ae79d589d} <Debug> oximeter.measurements_cumulativef32 (6d7f662e-2711-4faf-b3f3-3e7e276ccbbc): There are no data parts | ||
| 388 | 2024.12.21 08:18:17.156100 [ 3 ] {c0d4b1cb-fb4d-4af4-9b76-e42ae79d589d} <Debug> TCPHandler: Processed in 0.006110044 sec. | ||
| 389 | 2024.12.21 08:18:17.156386 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.12.21 08:18:17.156641 [ 4 ] {67db3fcc-3edb-43c7-957a-3d308ab85db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 391 | 2024.12.21 08:18:17.156711 [ 4 ] {67db3fcc-3edb-43c7-957a-3d308ab85db3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 392 | 2024.12.21 08:18:17.158769 [ 4 ] {67db3fcc-3edb-43c7-957a-3d308ab85db3} <Debug> oximeter.measurements_cumulativef64 (095300ff-461c-48ce-a625-26d2842c432c): Loading data parts | ||
| 393 | 2024.12.21 08:18:17.158896 [ 4 ] {67db3fcc-3edb-43c7-957a-3d308ab85db3} <Debug> oximeter.measurements_cumulativef64 (095300ff-461c-48ce-a625-26d2842c432c): There are no data parts | ||
| 394 | 2024.12.21 08:18:17.160644 [ 4 ] {67db3fcc-3edb-43c7-957a-3d308ab85db3} <Debug> TCPHandler: Processed in 0.004359038 sec. | ||
| 395 | 2024.12.21 08:18:17.160828 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.12.21 08:18:17.161148 [ 3 ] {ad88ec67-87bc-4fa2-87e4-374dee610a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 397 | * NOTE: Array types cannot be Nullable, see | ||
| 398 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 399 | * for more details. | ||
| 400 | * | ||
| 401 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 402 | * is unfortunate, and at this point relies on the fact that an | ||
| 403 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 404 | * to figure out another way to represent missing samples here. | ||
| 405 | */ | ||
| 406 | 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) | ||
| 407 | 2024.12.21 08:18:17.161219 [ 3 ] {ad88ec67-87bc-4fa2-87e4-374dee610a1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 408 | 2024.12.21 08:18:17.163559 [ 3 ] {ad88ec67-87bc-4fa2-87e4-374dee610a1c} <Debug> oximeter.measurements_histogrami8 (932d5ae4-e849-463d-8932-ca6d4a1ddf63): Loading data parts | ||
| 409 | 2024.12.21 08:18:17.163723 [ 3 ] {ad88ec67-87bc-4fa2-87e4-374dee610a1c} <Debug> oximeter.measurements_histogrami8 (932d5ae4-e849-463d-8932-ca6d4a1ddf63): There are no data parts | ||
| 410 | 2024.12.21 08:18:17.167456 [ 3 ] {ad88ec67-87bc-4fa2-87e4-374dee610a1c} <Debug> TCPHandler: Processed in 0.006683479 sec. | ||
| 411 | 2024.12.21 08:18:17.167656 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2024.12.21 08:18:17.168008 [ 4 ] {4527c379-557a-45ec-b130-850a2f827d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 413 | 2024.12.21 08:18:17.168104 [ 4 ] {4527c379-557a-45ec-b130-850a2f827d06} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 414 | 2024.12.21 08:18:17.170456 [ 4 ] {4527c379-557a-45ec-b130-850a2f827d06} <Debug> oximeter.measurements_histogramu8 (1f070fc1-62eb-4289-8e42-262ca4baf3ba): Loading data parts | ||
| 415 | 2024.12.21 08:18:17.170600 [ 4 ] {4527c379-557a-45ec-b130-850a2f827d06} <Debug> oximeter.measurements_histogramu8 (1f070fc1-62eb-4289-8e42-262ca4baf3ba): There are no data parts | ||
| 416 | 2024.12.21 08:18:17.172474 [ 4 ] {4527c379-557a-45ec-b130-850a2f827d06} <Debug> TCPHandler: Processed in 0.004890003 sec. | ||
| 417 | 2024.12.21 08:18:17.172664 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2024.12.21 08:18:17.173043 [ 3 ] {cfc7cb50-6528-4a5b-9077-a184e6e0284b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 419 | 2024.12.21 08:18:17.173124 [ 3 ] {cfc7cb50-6528-4a5b-9077-a184e6e0284b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 420 | 2024.12.21 08:18:17.175369 [ 3 ] {cfc7cb50-6528-4a5b-9077-a184e6e0284b} <Debug> oximeter.measurements_histogrami16 (28c4d09d-f459-419d-91dc-1452780df734): Loading data parts | ||
| 421 | 2024.12.21 08:18:17.175537 [ 3 ] {cfc7cb50-6528-4a5b-9077-a184e6e0284b} <Debug> oximeter.measurements_histogrami16 (28c4d09d-f459-419d-91dc-1452780df734): There are no data parts | ||
| 422 | 2024.12.21 08:18:17.179251 [ 3 ] {cfc7cb50-6528-4a5b-9077-a184e6e0284b} <Debug> TCPHandler: Processed in 0.006651119 sec. | ||
| 423 | 2024.12.21 08:18:17.179524 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2024.12.21 08:18:17.179875 [ 4 ] {711c0f6e-dccf-4e21-80f0-cda6490494a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 425 | 2024.12.21 08:18:17.179967 [ 4 ] {711c0f6e-dccf-4e21-80f0-cda6490494a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 426 | 2024.12.21 08:18:17.182352 [ 4 ] {711c0f6e-dccf-4e21-80f0-cda6490494a4} <Debug> oximeter.measurements_histogramu16 (35177441-0bd1-4e8a-aa0b-8bac29fc2224): Loading data parts | ||
| 427 | 2024.12.21 08:18:17.182495 [ 4 ] {711c0f6e-dccf-4e21-80f0-cda6490494a4} <Debug> oximeter.measurements_histogramu16 (35177441-0bd1-4e8a-aa0b-8bac29fc2224): There are no data parts | ||
| 428 | 2024.12.21 08:18:17.184338 [ 4 ] {711c0f6e-dccf-4e21-80f0-cda6490494a4} <Debug> TCPHandler: Processed in 0.004882073 sec. | ||
| 429 | 2024.12.21 08:18:17.184518 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2024.12.21 08:18:17.184832 [ 3 ] {a59ba410-78f9-4b64-abbb-7ff0b6de3029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 431 | 2024.12.21 08:18:17.184898 [ 3 ] {a59ba410-78f9-4b64-abbb-7ff0b6de3029} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 432 | 2024.12.21 08:18:17.187006 [ 3 ] {a59ba410-78f9-4b64-abbb-7ff0b6de3029} <Debug> oximeter.measurements_histogrami32 (0d61d0ea-b9f8-40eb-8db2-89d5820942c3): Loading data parts | ||
| 433 | 2024.12.21 08:18:17.187152 [ 3 ] {a59ba410-78f9-4b64-abbb-7ff0b6de3029} <Debug> oximeter.measurements_histogrami32 (0d61d0ea-b9f8-40eb-8db2-89d5820942c3): There are no data parts | ||
| 434 | 2024.12.21 08:18:17.190916 [ 3 ] {a59ba410-78f9-4b64-abbb-7ff0b6de3029} <Debug> TCPHandler: Processed in 0.006453807 sec. | ||
| 435 | 2024.12.21 08:18:17.191260 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2024.12.21 08:18:17.191861 [ 4 ] {033de8a8-dece-4065-80d2-9286f754e002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 437 | 2024.12.21 08:18:17.191943 [ 4 ] {033de8a8-dece-4065-80d2-9286f754e002} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 438 | 2024.12.21 08:18:17.194262 [ 4 ] {033de8a8-dece-4065-80d2-9286f754e002} <Debug> oximeter.measurements_histogramu32 (b1e8b815-26ab-4ca6-a9bd-428c2e786131): Loading data parts | ||
| 439 | 2024.12.21 08:18:17.194458 [ 4 ] {033de8a8-dece-4065-80d2-9286f754e002} <Debug> oximeter.measurements_histogramu32 (b1e8b815-26ab-4ca6-a9bd-428c2e786131): There are no data parts | ||
| 440 | 2024.12.21 08:18:17.196281 [ 4 ] {033de8a8-dece-4065-80d2-9286f754e002} <Debug> TCPHandler: Processed in 0.005132715 sec. | ||
| 441 | 2024.12.21 08:18:17.196492 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 442 | 2024.12.21 08:18:17.196879 [ 3 ] {40fd73f2-b67c-4a7b-821e-732027cc0d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 443 | 2024.12.21 08:18:17.196961 [ 3 ] {40fd73f2-b67c-4a7b-821e-732027cc0d0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 444 | 2024.12.21 08:18:17.199264 [ 3 ] {40fd73f2-b67c-4a7b-821e-732027cc0d0a} <Debug> oximeter.measurements_histogrami64 (ae4279e3-c400-4f92-86be-da90cee6f496): Loading data parts | ||
| 445 | 2024.12.21 08:18:17.199473 [ 3 ] {40fd73f2-b67c-4a7b-821e-732027cc0d0a} <Debug> oximeter.measurements_histogrami64 (ae4279e3-c400-4f92-86be-da90cee6f496): There are no data parts | ||
| 446 | 2024.12.21 08:18:17.203187 [ 3 ] {40fd73f2-b67c-4a7b-821e-732027cc0d0a} <Debug> TCPHandler: Processed in 0.006760229 sec. | ||
| 447 | 2024.12.21 08:18:17.203553 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 448 | 2024.12.21 08:18:17.204043 [ 4 ] {62e68445-4d5a-42e3-81e9-57b7fbc788f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 449 | 2024.12.21 08:18:17.204138 [ 4 ] {62e68445-4d5a-42e3-81e9-57b7fbc788f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 450 | 2024.12.21 08:18:17.206494 [ 4 ] {62e68445-4d5a-42e3-81e9-57b7fbc788f9} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Loading data parts | ||
| 451 | 2024.12.21 08:18:17.206619 [ 4 ] {62e68445-4d5a-42e3-81e9-57b7fbc788f9} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): There are no data parts | ||
| 452 | 2024.12.21 08:18:17.208510 [ 4 ] {62e68445-4d5a-42e3-81e9-57b7fbc788f9} <Debug> TCPHandler: Processed in 0.005085645 sec. | ||
| 453 | 2024.12.21 08:18:17.208818 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2024.12.21 08:18:17.209401 [ 3 ] {cfdd0cee-6e3b-4d0f-b027-e78ee1189b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 455 | 2024.12.21 08:18:17.209506 [ 3 ] {cfdd0cee-6e3b-4d0f-b027-e78ee1189b6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 456 | 2024.12.21 08:18:17.211625 [ 3 ] {cfdd0cee-6e3b-4d0f-b027-e78ee1189b6b} <Debug> oximeter.measurements_histogramf32 (f182ca4d-44ae-4cd9-9fa8-05c0a885b8fe): Loading data parts | ||
| 457 | 2024.12.21 08:18:17.211782 [ 3 ] {cfdd0cee-6e3b-4d0f-b027-e78ee1189b6b} <Debug> oximeter.measurements_histogramf32 (f182ca4d-44ae-4cd9-9fa8-05c0a885b8fe): There are no data parts | ||
| 458 | 2024.12.21 08:18:17.215496 [ 3 ] {cfdd0cee-6e3b-4d0f-b027-e78ee1189b6b} <Debug> TCPHandler: Processed in 0.00680087 sec. | ||
| 459 | 2024.12.21 08:18:17.215674 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2024.12.21 08:18:17.215969 [ 4 ] {0a7041b9-8149-4013-8081-9cbb7d046a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 461 | 2024.12.21 08:18:17.216056 [ 4 ] {0a7041b9-8149-4013-8081-9cbb7d046a2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 462 | 2024.12.21 08:18:17.218342 [ 4 ] {0a7041b9-8149-4013-8081-9cbb7d046a2d} <Debug> oximeter.measurements_histogramf64 (09d8cd6d-d7fe-4677-a7b1-cfe12987a99e): Loading data parts | ||
| 463 | 2024.12.21 08:18:17.218470 [ 4 ] {0a7041b9-8149-4013-8081-9cbb7d046a2d} <Debug> oximeter.measurements_histogramf64 (09d8cd6d-d7fe-4677-a7b1-cfe12987a99e): There are no data parts | ||
| 464 | 2024.12.21 08:18:17.220318 [ 4 ] {0a7041b9-8149-4013-8081-9cbb7d046a2d} <Debug> TCPHandler: Processed in 0.004700741 sec. | ||
| 465 | 2024.12.21 08:18:17.220508 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2024.12.21 08:18:17.220767 [ 3 ] {245ed7da-a709-4131-b773-bc6d7923d637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) /* The field tables store named dimensions of each timeseries. | ||
| 467 | * | ||
| 468 | * As with the measurement tables, there is one field table for each field data | ||
| 469 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 470 | * this behavior **must not** be relied upon for query correctness. | ||
| 471 | * | ||
| 472 | * The index for the fields differs from the measurements, however. Rows are | ||
| 473 | * sorted by timeseries name, then field name, field value, and finally | ||
| 474 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 475 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 476 | * usually then used to look up measurements. | ||
| 477 | * | ||
| 478 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 479 | * timeseries name and then key, since it would improve lookups where one | ||
| 480 | * already has the key. Realistically though, these tables are quite small and | ||
| 481 | * so performance benefits will be low in absolute terms. | ||
| 482 | * | ||
| 483 | * TTL: We use a materialized column to expire old field table records. This | ||
| 484 | * column is generated automatically by the database whenever a new row is | ||
| 485 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 486 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 487 | * record will remain during a deduplication, which will have the last | ||
| 488 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 489 | * measurement tables. | ||
| 490 | */ | ||
| 491 | 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) | ||
| 492 | 2024.12.21 08:18:17.220861 [ 3 ] {245ed7da-a709-4131-b773-bc6d7923d637} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 493 | 2024.12.21 08:18:17.222881 [ 3 ] {245ed7da-a709-4131-b773-bc6d7923d637} <Debug> oximeter.fields_bool (a1289704-2fdf-4b1e-924c-b5e9e3a5a32f): Loading data parts | ||
| 494 | 2024.12.21 08:18:17.223190 [ 3 ] {245ed7da-a709-4131-b773-bc6d7923d637} <Debug> oximeter.fields_bool (a1289704-2fdf-4b1e-924c-b5e9e3a5a32f): There are no data parts | ||
| 495 | 2024.12.21 08:18:17.226647 [ 3 ] {245ed7da-a709-4131-b773-bc6d7923d637} <Debug> TCPHandler: Processed in 0.006207735 sec. | ||
| 496 | 2024.12.21 08:18:17.226838 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.12.21 08:18:17.227074 [ 4 ] {872d5c84-66b6-42c3-9362-35ad92f8ca57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 498 | 2024.12.21 08:18:17.227136 [ 4 ] {872d5c84-66b6-42c3-9362-35ad92f8ca57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 499 | 2024.12.21 08:18:17.232307 [ 4 ] {872d5c84-66b6-42c3-9362-35ad92f8ca57} <Debug> oximeter.fields_i8 (36db4822-61a7-438c-a8c0-cb8fb0e9f0a0): Loading data parts | ||
| 500 | 2024.12.21 08:18:17.232470 [ 4 ] {872d5c84-66b6-42c3-9362-35ad92f8ca57} <Debug> oximeter.fields_i8 (36db4822-61a7-438c-a8c0-cb8fb0e9f0a0): There are no data parts | ||
| 501 | 2024.12.21 08:18:17.236834 [ 4 ] {872d5c84-66b6-42c3-9362-35ad92f8ca57} <Debug> TCPHandler: Processed in 0.010050669 sec. | ||
| 502 | 2024.12.21 08:18:17.237029 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.12.21 08:18:17.237239 [ 3 ] {a35f66a8-3021-4ee4-b2ad-2434b16a4d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 504 | 2024.12.21 08:18:17.237313 [ 3 ] {a35f66a8-3021-4ee4-b2ad-2434b16a4d5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 505 | 2024.12.21 08:18:17.239953 [ 3 ] {a35f66a8-3021-4ee4-b2ad-2434b16a4d5f} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Loading data parts | ||
| 506 | 2024.12.21 08:18:17.240135 [ 3 ] {a35f66a8-3021-4ee4-b2ad-2434b16a4d5f} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): There are no data parts | ||
| 507 | 2024.12.21 08:18:17.242056 [ 3 ] {a35f66a8-3021-4ee4-b2ad-2434b16a4d5f} <Debug> TCPHandler: Processed in 0.005086595 sec. | ||
| 508 | 2024.12.21 08:18:17.242238 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.12.21 08:18:17.242510 [ 4 ] {c8fb34a6-2a65-4e7c-917b-5928f6931f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 510 | 2024.12.21 08:18:17.242590 [ 4 ] {c8fb34a6-2a65-4e7c-917b-5928f6931f67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 511 | 2024.12.21 08:18:17.245240 [ 4 ] {c8fb34a6-2a65-4e7c-917b-5928f6931f67} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Loading data parts | ||
| 512 | 2024.12.21 08:18:17.245372 [ 4 ] {c8fb34a6-2a65-4e7c-917b-5928f6931f67} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): There are no data parts | ||
| 513 | 2024.12.21 08:18:17.247962 [ 4 ] {c8fb34a6-2a65-4e7c-917b-5928f6931f67} <Debug> TCPHandler: Processed in 0.005784031 sec. | ||
| 514 | 2024.12.21 08:18:17.248165 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2024.12.21 08:18:17.248377 [ 3 ] {d687295c-067d-4e8a-a380-aaae525fe5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 516 | 2024.12.21 08:18:17.248453 [ 3 ] {d687295c-067d-4e8a-a380-aaae525fe5ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 517 | 2024.12.21 08:18:17.251992 [ 3 ] {d687295c-067d-4e8a-a380-aaae525fe5ba} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Loading data parts | ||
| 518 | 2024.12.21 08:18:17.252192 [ 3 ] {d687295c-067d-4e8a-a380-aaae525fe5ba} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): There are no data parts | ||
| 519 | 2024.12.21 08:18:17.255279 [ 3 ] {d687295c-067d-4e8a-a380-aaae525fe5ba} <Debug> TCPHandler: Processed in 0.007169954 sec. | ||
| 520 | 2024.12.21 08:18:17.255540 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2024.12.21 08:18:17.255788 [ 4 ] {c2b2e603-f875-4254-ab01-2fd28fb41238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 522 | 2024.12.21 08:18:17.255858 [ 4 ] {c2b2e603-f875-4254-ab01-2fd28fb41238} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 523 | 2024.12.21 08:18:17.260118 [ 4 ] {c2b2e603-f875-4254-ab01-2fd28fb41238} <Debug> oximeter.fields_i32 (42fe09a7-2c04-41e0-a869-4d457db825b9): Loading data parts | ||
| 524 | 2024.12.21 08:18:17.260263 [ 4 ] {c2b2e603-f875-4254-ab01-2fd28fb41238} <Debug> oximeter.fields_i32 (42fe09a7-2c04-41e0-a869-4d457db825b9): There are no data parts | ||
| 525 | 2024.12.21 08:18:17.264546 [ 4 ] {c2b2e603-f875-4254-ab01-2fd28fb41238} <Debug> TCPHandler: Processed in 0.009064 sec. | ||
| 526 | 2024.12.21 08:18:17.264837 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 527 | 2024.12.21 08:18:17.265087 [ 3 ] {3a171154-42d8-433e-825b-6d886b5b9669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 528 | 2024.12.21 08:18:17.265175 [ 3 ] {3a171154-42d8-433e-825b-6d886b5b9669} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 529 | 2024.12.21 08:18:17.267259 [ 3 ] {3a171154-42d8-433e-825b-6d886b5b9669} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Loading data parts | ||
| 530 | 2024.12.21 08:18:17.267464 [ 3 ] {3a171154-42d8-433e-825b-6d886b5b9669} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): There are no data parts | ||
| 531 | 2024.12.21 08:18:17.270307 [ 3 ] {3a171154-42d8-433e-825b-6d886b5b9669} <Debug> TCPHandler: Processed in 0.005538389 sec. | ||
| 532 | 2024.12.21 08:18:17.270490 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 533 | 2024.12.21 08:18:17.270775 [ 4 ] {751ac972-ba2c-474b-a429-04db929aec23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 534 | 2024.12.21 08:18:17.270855 [ 4 ] {751ac972-ba2c-474b-a429-04db929aec23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 535 | 2024.12.21 08:18:17.275460 [ 4 ] {751ac972-ba2c-474b-a429-04db929aec23} <Debug> oximeter.fields_i64 (c51d04e7-ca1f-4895-88ad-696925922757): Loading data parts | ||
| 536 | 2024.12.21 08:18:17.275610 [ 4 ] {751ac972-ba2c-474b-a429-04db929aec23} <Debug> oximeter.fields_i64 (c51d04e7-ca1f-4895-88ad-696925922757): There are no data parts | ||
| 537 | 2024.12.21 08:18:17.277428 [ 4 ] {751ac972-ba2c-474b-a429-04db929aec23} <Debug> TCPHandler: Processed in 0.007006562 sec. | ||
| 538 | 2024.12.21 08:18:17.277639 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2024.12.21 08:18:17.277852 [ 3 ] {c1a52a23-6d45-490f-aa16-089abc8a6111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 540 | 2024.12.21 08:18:17.277940 [ 3 ] {c1a52a23-6d45-490f-aa16-089abc8a6111} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 541 | 2024.12.21 08:18:17.280775 [ 3 ] {c1a52a23-6d45-490f-aa16-089abc8a6111} <Debug> oximeter.fields_u64 (ccdb4d9b-5d77-4679-9d02-556425fbfb12): Loading data parts | ||
| 542 | 2024.12.21 08:18:17.280988 [ 3 ] {c1a52a23-6d45-490f-aa16-089abc8a6111} <Debug> oximeter.fields_u64 (ccdb4d9b-5d77-4679-9d02-556425fbfb12): There are no data parts | ||
| 543 | 2024.12.21 08:18:17.282951 [ 3 ] {c1a52a23-6d45-490f-aa16-089abc8a6111} <Debug> TCPHandler: Processed in 0.005377078 sec. | ||
| 544 | 2024.12.21 08:18:17.283139 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2024.12.21 08:18:17.283393 [ 4 ] {ee1dbfe9-1c33-46c0-84a4-98485b010464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 546 | 2024.12.21 08:18:17.283464 [ 4 ] {ee1dbfe9-1c33-46c0-84a4-98485b010464} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 547 | 2024.12.21 08:18:17.288264 [ 4 ] {ee1dbfe9-1c33-46c0-84a4-98485b010464} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Loading data parts | ||
| 548 | 2024.12.21 08:18:17.288410 [ 4 ] {ee1dbfe9-1c33-46c0-84a4-98485b010464} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): There are no data parts | ||
| 549 | 2024.12.21 08:18:17.293041 [ 4 ] {ee1dbfe9-1c33-46c0-84a4-98485b010464} <Debug> TCPHandler: Processed in 0.009959928 sec. | ||
| 550 | 2024.12.21 08:18:17.293236 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2024.12.21 08:18:17.293454 [ 3 ] {f8db97d8-54c2-4c23-a0b0-4900c10c41b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) 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) | ||
| 552 | 2024.12.21 08:18:17.293542 [ 3 ] {f8db97d8-54c2-4c23-a0b0-4900c10c41b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 553 | 2024.12.21 08:18:17.296568 [ 3 ] {f8db97d8-54c2-4c23-a0b0-4900c10c41b2} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Loading data parts | ||
| 554 | 2024.12.21 08:18:17.296741 [ 3 ] {f8db97d8-54c2-4c23-a0b0-4900c10c41b2} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): There are no data parts | ||
| 555 | 2024.12.21 08:18:17.298962 [ 3 ] {f8db97d8-54c2-4c23-a0b0-4900c10c41b2} <Debug> TCPHandler: Processed in 0.005784011 sec. | ||
| 556 | 2024.12.21 08:18:17.299152 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2024.12.21 08:18:17.299397 [ 4 ] {5754a35b-c2e2-4f52-8495-d52fe4e94fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) 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) | ||
| 558 | 2024.12.21 08:18:17.299461 [ 4 ] {5754a35b-c2e2-4f52-8495-d52fe4e94fd3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 559 | 2024.12.21 08:18:17.302929 [ 4 ] {5754a35b-c2e2-4f52-8495-d52fe4e94fd3} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Loading data parts | ||
| 560 | 2024.12.21 08:18:17.303065 [ 4 ] {5754a35b-c2e2-4f52-8495-d52fe4e94fd3} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): There are no data parts | ||
| 561 | 2024.12.21 08:18:17.306874 [ 4 ] {5754a35b-c2e2-4f52-8495-d52fe4e94fd3} <Debug> TCPHandler: Processed in 0.007780009 sec. | ||
| 562 | 2024.12.21 08:18:17.307090 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2024.12.21 08:18:17.307392 [ 3 ] {21bcd86b-6c0d-4f93-870d-ec919c75dafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) /* The timeseries schema table stores the extracted schema for the samples | ||
| 564 | * oximeter collects. | ||
| 565 | */ | ||
| 566 | 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) | ||
| 567 | 2024.12.21 08:18:17.307493 [ 3 ] {21bcd86b-6c0d-4f93-870d-ec919c75dafc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 568 | 2024.12.21 08:18:17.311795 [ 3 ] {21bcd86b-6c0d-4f93-870d-ec919c75dafc} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Loading data parts | ||
| 569 | 2024.12.21 08:18:17.311982 [ 3 ] {21bcd86b-6c0d-4f93-870d-ec919c75dafc} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): There are no data parts | ||
| 570 | 2024.12.21 08:18:17.316792 [ 3 ] {21bcd86b-6c0d-4f93-870d-ec919c75dafc} <Debug> TCPHandler: Processed in 0.009758016 sec. | ||
| 571 | 2024.12.21 08:18:17.317004 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 572 | 2024.12.21 08:18:17.317201 [ 4 ] {0dd21bc5-1dc6-4857-bf90-267afa683fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 573 | 2024.12.21 08:18:17.318425 [ 4 ] {0dd21bc5-1dc6-4857-bf90-267afa683fa8} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 574 | 2024.12.21 08:18:17.326147 [ 260 ] {0dd21bc5-1dc6-4857-bf90-267afa683fa8} <Trace> oximeter.version (7d26162a-e6bd-48da-8706-b93e762c4ed3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 575 | 2024.12.21 08:18:17.326188 [ 260 ] {0dd21bc5-1dc6-4857-bf90-267afa683fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 576 | 2024.12.21 08:18:17.330555 [ 260 ] {0dd21bc5-1dc6-4857-bf90-267afa683fa8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 577 | 2024.12.21 08:18:17.330894 [ 260 ] {0dd21bc5-1dc6-4857-bf90-267afa683fa8} <Trace> oximeter.version (7d26162a-e6bd-48da-8706-b93e762c4ed3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 578 | 2024.12.21 08:18:17.331186 [ 4 ] {0dd21bc5-1dc6-4857-bf90-267afa683fa8} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014063 sec., 71.10858280594468 rows/sec., 1.11 KiB/sec. | ||
| 579 | 2024.12.21 08:18:17.331488 [ 4 ] {0dd21bc5-1dc6-4857-bf90-267afa683fa8} <Debug> TCPHandler: Processed in 0.014539739 sec. | ||
| 580 | 2024.12.21 08:18:17.466709 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42828 | ||
| 581 | 2024.12.21 08:18:17.466851 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 582 | 2024.12.21 08:18:17.466898 [ 261 ] {} <Debug> TCP-Session: 275cc851-d088-47f9-8ee8-13c9831eeb0d Authenticating user 'default' from [fd00:1122:3344:101::e]:42828 | ||
| 583 | 2024.12.21 08:18:17.466981 [ 261 ] {} <Debug> TCP-Session: 275cc851-d088-47f9-8ee8-13c9831eeb0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2024.12.21 08:18:17.467010 [ 261 ] {} <Debug> TCP-Session: 275cc851-d088-47f9-8ee8-13c9831eeb0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2024.12.21 08:18:17.467089 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 586 | 2024.12.21 08:18:17.467160 [ 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 | ||
| 587 | 2024.12.21 08:18:17.467195 [ 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 | ||
| 588 | 2024.12.21 08:18:17.472034 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54441 | ||
| 589 | 2024.12.21 08:18:17.472036 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60070 | ||
| 590 | 2024.12.21 08:18:17.472241 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 591 | 2024.12.21 08:18:17.472290 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55693 | ||
| 592 | 2024.12.21 08:18:17.472396 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45997 | ||
| 593 | 2024.12.21 08:18:17.472426 [ 263 ] {} <Debug> TCP-Session: 9c9cc55a-ee71-496e-a11e-f8c1270ad3cb Authenticating user 'default' from [fd00:1122:3344:101::e]:54441 | ||
| 594 | 2024.12.21 08:18:17.472478 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37761 | ||
| 595 | 2024.12.21 08:18:17.472433 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34974 | ||
| 596 | 2024.12.21 08:18:17.472409 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 597 | 2024.12.21 08:18:17.472686 [ 263 ] {} <Debug> TCP-Session: 9c9cc55a-ee71-496e-a11e-f8c1270ad3cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 598 | 2024.12.21 08:18:17.472791 [ 262 ] {} <Debug> TCP-Session: e227a0bf-9a9f-4c05-b5d8-2eec346130a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:60070 | ||
| 599 | 2024.12.21 08:18:17.472757 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 600 | 2024.12.21 08:18:17.472855 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 601 | 2024.12.21 08:18:17.472943 [ 266 ] {} <Debug> TCP-Session: d4daf23e-fb52-4796-81b1-9c3683e67c9b Authenticating user 'default' from [fd00:1122:3344:101::e]:45997 | ||
| 602 | 2024.12.21 08:18:17.472944 [ 262 ] {} <Debug> TCP-Session: e227a0bf-9a9f-4c05-b5d8-2eec346130a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2024.12.21 08:18:17.472941 [ 263 ] {} <Debug> TCP-Session: 9c9cc55a-ee71-496e-a11e-f8c1270ad3cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.12.21 08:18:17.473081 [ 267 ] {} <Debug> TCP-Session: 44208af4-00be-4104-9e5a-6178a4ca2ce9 Authenticating user 'default' from [fd00:1122:3344:101::e]:37761 | ||
| 605 | 2024.12.21 08:18:17.473083 [ 262 ] {} <Debug> TCP-Session: e227a0bf-9a9f-4c05-b5d8-2eec346130a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2024.12.21 08:18:17.473081 [ 266 ] {} <Debug> TCP-Session: d4daf23e-fb52-4796-81b1-9c3683e67c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2024.12.21 08:18:17.473188 [ 267 ] {} <Debug> TCP-Session: 44208af4-00be-4104-9e5a-6178a4ca2ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2024.12.21 08:18:17.473175 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 609 | 2024.12.21 08:18:17.473250 [ 266 ] {} <Debug> TCP-Session: d4daf23e-fb52-4796-81b1-9c3683e67c9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 610 | 2024.12.21 08:18:17.473244 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 611 | 2024.12.21 08:18:17.473286 [ 267 ] {} <Debug> TCP-Session: 44208af4-00be-4104-9e5a-6178a4ca2ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.12.21 08:18:17.472877 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52181 | ||
| 613 | 2024.12.21 08:18:17.473369 [ 264 ] {} <Debug> TCP-Session: dc18e758-54d4-42e7-bf87-08d71a8bcdd0 Authenticating user 'default' from [fd00:1122:3344:101::e]:34974 | ||
| 614 | 2024.12.21 08:18:17.473402 [ 265 ] {} <Debug> TCP-Session: bd4b2ffe-878f-4406-8935-474cb169c6e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55693 | ||
| 615 | 2024.12.21 08:18:17.473445 [ 264 ] {} <Debug> TCP-Session: dc18e758-54d4-42e7-bf87-08d71a8bcdd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.12.21 08:18:17.473502 [ 265 ] {} <Debug> TCP-Session: bd4b2ffe-878f-4406-8935-474cb169c6e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.12.21 08:18:17.473534 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 618 | 2024.12.21 08:18:17.473543 [ 264 ] {} <Debug> TCP-Session: dc18e758-54d4-42e7-bf87-08d71a8bcdd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2024.12.21 08:18:17.473569 [ 265 ] {} <Debug> TCP-Session: bd4b2ffe-878f-4406-8935-474cb169c6e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2024.12.21 08:18:17.473590 [ 268 ] {} <Debug> TCP-Session: da314718-ad3c-4f1f-a725-38d7cd6d109d Authenticating user 'default' from [fd00:1122:3344:101::e]:52181 | ||
| 621 | 2024.12.21 08:18:17.473645 [ 268 ] {} <Debug> TCP-Session: da314718-ad3c-4f1f-a725-38d7cd6d109d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2024.12.21 08:18:17.473665 [ 268 ] {} <Debug> TCP-Session: da314718-ad3c-4f1f-a725-38d7cd6d109d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 623 | 2024.12.21 08:18:18.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 133.33 MiB, peak 133.33 MiB, free memory in arenas 0.00 B, will set to 139.60 MiB (RSS), difference: 6.27 MiB | ||
| 624 | 2024.12.21 08:18:18.508170 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54047 | ||
| 625 | 2024.12.21 08:18:18.508339 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2024.12.21 08:18:18.508421 [ 269 ] {} <Debug> TCP-Session: 146c36a2-cc7c-4242-86f8-df1e54e74d11 Authenticating user 'default' from [fd00:1122:3344:101::a]:54047 | ||
| 627 | 2024.12.21 08:18:18.508448 [ 269 ] {} <Debug> TCP-Session: 146c36a2-cc7c-4242-86f8-df1e54e74d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.12.21 08:18:18.508469 [ 269 ] {} <Debug> TCP-Session: 146c36a2-cc7c-4242-86f8-df1e54e74d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.12.21 08:18:18.508544 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2024.12.21 08:18:18.508570 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 631 | 2024.12.21 08:18:18.508605 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 632 | 2024.12.21 08:18:18.509299 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51118 | ||
| 633 | 2024.12.21 08:18:18.509548 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55457 | ||
| 634 | 2024.12.21 08:18:18.509619 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.12.21 08:18:18.509639 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63829 | ||
| 636 | 2024.12.21 08:18:18.509704 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61235 | ||
| 637 | 2024.12.21 08:18:18.509888 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47363 | ||
| 638 | 2024.12.21 08:18:18.509901 [ 270 ] {} <Debug> TCP-Session: eddd541a-a5cd-4b5a-a423-8f5d37fcf6dc Authenticating user 'default' from [fd00:1122:3344:101::c]:51118 | ||
| 639 | 2024.12.21 08:18:18.509917 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2024.12.21 08:18:18.510310 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 641 | 2024.12.21 08:18:18.510328 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2024.12.21 08:18:18.510308 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50045 | ||
| 643 | 2024.12.21 08:18:18.510408 [ 270 ] {} <Debug> TCP-Session: eddd541a-a5cd-4b5a-a423-8f5d37fcf6dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2024.12.21 08:18:18.510455 [ 271 ] {} <Debug> TCP-Session: ea8809c7-a8cd-4465-bd56-4de7692c9699 Authenticating user 'default' from [fd00:1122:3344:101::a]:55457 | ||
| 645 | 2024.12.21 08:18:18.510518 [ 274 ] {} <Debug> TCP-Session: 5bcf7eba-6b70-476c-82b2-4522391558d1 Authenticating user 'default' from [fd00:1122:3344:101::a]:47363 | ||
| 646 | 2024.12.21 08:18:18.510709 [ 271 ] {} <Debug> TCP-Session: ea8809c7-a8cd-4465-bd56-4de7692c9699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2024.12.21 08:18:18.510756 [ 270 ] {} <Debug> TCP-Session: eddd541a-a5cd-4b5a-a423-8f5d37fcf6dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2024.12.21 08:18:18.510746 [ 273 ] {} <Debug> TCP-Session: 10ca1729-fca5-4d7e-a64e-71b3655dd629 Authenticating user 'default' from [fd00:1122:3344:101::a]:61235 | ||
| 649 | 2024.12.21 08:18:18.510777 [ 271 ] {} <Debug> TCP-Session: ea8809c7-a8cd-4465-bd56-4de7692c9699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2024.12.21 08:18:18.510733 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46370 | ||
| 651 | 2024.12.21 08:18:18.510734 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45771 | ||
| 652 | 2024.12.21 08:18:18.510839 [ 273 ] {} <Debug> TCP-Session: 10ca1729-fca5-4d7e-a64e-71b3655dd629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2024.12.21 08:18:18.510714 [ 274 ] {} <Debug> TCP-Session: 5bcf7eba-6b70-476c-82b2-4522391558d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2024.12.21 08:18:18.510916 [ 270 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 655 | 2024.12.21 08:18:18.510944 [ 273 ] {} <Debug> TCP-Session: 10ca1729-fca5-4d7e-a64e-71b3655dd629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2024.12.21 08:18:18.511025 [ 274 ] {} <Debug> TCP-Session: 5bcf7eba-6b70-476c-82b2-4522391558d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.12.21 08:18:18.511171 [ 270 ] {} <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 | ||
| 658 | 2024.12.21 08:18:18.511197 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 659 | 2024.12.21 08:18:18.511262 [ 270 ] {} <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 | ||
| 660 | 2024.12.21 08:18:18.511198 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2024.12.21 08:18:18.511336 [ 276 ] {} <Debug> TCP-Session: 9a7dfab2-8c12-4516-83f6-1007803d079b Authenticating user 'default' from [fd00:1122:3344:101::a]:45771 | ||
| 662 | 2024.12.21 08:18:18.511382 [ 272 ] {} <Debug> TCP-Session: f24b823a-b96c-4d81-b3ae-de8c622eea77 Authenticating user 'default' from [fd00:1122:3344:101::a]:63829 | ||
| 663 | 2024.12.21 08:18:18.511389 [ 276 ] {} <Debug> TCP-Session: 9a7dfab2-8c12-4516-83f6-1007803d079b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2024.12.21 08:18:18.511414 [ 272 ] {} <Debug> TCP-Session: f24b823a-b96c-4d81-b3ae-de8c622eea77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.12.21 08:18:18.511453 [ 276 ] {} <Debug> TCP-Session: 9a7dfab2-8c12-4516-83f6-1007803d079b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.12.21 08:18:18.511454 [ 272 ] {} <Debug> TCP-Session: f24b823a-b96c-4d81-b3ae-de8c622eea77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.12.21 08:18:18.512355 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2024.12.21 08:18:18.512422 [ 277 ] {} <Debug> TCP-Session: 32096ef4-e2ab-4ddf-bffb-254bb439dd27 Authenticating user 'default' from [fd00:1122:3344:101::a]:46370 | ||
| 669 | 2024.12.21 08:18:18.512434 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61836 | ||
| 670 | 2024.12.21 08:18:18.512451 [ 277 ] {} <Debug> TCP-Session: 32096ef4-e2ab-4ddf-bffb-254bb439dd27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.21 08:18:18.512490 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41673 | ||
| 672 | 2024.12.21 08:18:18.512680 [ 277 ] {} <Debug> TCP-Session: 32096ef4-e2ab-4ddf-bffb-254bb439dd27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 673 | 2024.12.21 08:18:18.512685 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2024.12.21 08:18:18.512717 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42930 | ||
| 675 | 2024.12.21 08:18:18.512914 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2024.12.21 08:18:18.512922 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2024.12.21 08:18:18.512949 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50083 | ||
| 678 | 2024.12.21 08:18:18.513016 [ 278 ] {} <Debug> TCP-Session: 4e1211ab-1b68-4807-8d1d-7d48d18fddf4 Authenticating user 'default' from [fd00:1122:3344:101::c]:61836 | ||
| 679 | 2024.12.21 08:18:18.513040 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39766 | ||
| 680 | 2024.12.21 08:18:18.513085 [ 279 ] {} <Debug> TCP-Session: 68012b93-14b8-43de-a5e9-ebc0ef472c84 Authenticating user 'default' from [fd00:1122:3344:101::c]:41673 | ||
| 681 | 2024.12.21 08:18:18.513090 [ 275 ] {} <Debug> TCP-Session: 8c5a5b02-ec67-4133-9ae8-d1703da6b78d Authenticating user 'default' from [fd00:1122:3344:101::a]:50045 | ||
| 682 | 2024.12.21 08:18:18.513158 [ 278 ] {} <Debug> TCP-Session: 4e1211ab-1b68-4807-8d1d-7d48d18fddf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.12.21 08:18:18.513268 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35783 | ||
| 684 | 2024.12.21 08:18:18.513525 [ 278 ] {} <Debug> TCP-Session: 4e1211ab-1b68-4807-8d1d-7d48d18fddf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2024.12.21 08:18:18.513596 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2024.12.21 08:18:18.513623 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37138 | ||
| 687 | 2024.12.21 08:18:18.513624 [ 279 ] {} <Debug> TCP-Session: 68012b93-14b8-43de-a5e9-ebc0ef472c84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2024.12.21 08:18:18.513654 [ 275 ] {} <Debug> TCP-Session: 8c5a5b02-ec67-4133-9ae8-d1703da6b78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.12.21 08:18:18.513870 [ 280 ] {} <Debug> TCP-Session: 021b6623-21a6-4e3b-acef-4cd95713fc1c Authenticating user 'default' from [fd00:1122:3344:101::c]:42930 | ||
| 690 | 2024.12.21 08:18:18.514008 [ 279 ] {} <Debug> TCP-Session: 68012b93-14b8-43de-a5e9-ebc0ef472c84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.12.21 08:18:18.514059 [ 280 ] {} <Debug> TCP-Session: 021b6623-21a6-4e3b-acef-4cd95713fc1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2024.12.21 08:18:18.514005 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 693 | 2024.12.21 08:18:18.514048 [ 275 ] {} <Debug> TCP-Session: 8c5a5b02-ec67-4133-9ae8-d1703da6b78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.12.21 08:18:18.514131 [ 280 ] {} <Debug> TCP-Session: 021b6623-21a6-4e3b-acef-4cd95713fc1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.12.21 08:18:18.514182 [ 281 ] {} <Debug> TCP-Session: f2ff8a1c-6ff0-4569-96ef-9877d84fc3d0 Authenticating user 'default' from [fd00:1122:3344:101::c]:50083 | ||
| 696 | 2024.12.21 08:18:18.514237 [ 281 ] {} <Debug> TCP-Session: f2ff8a1c-6ff0-4569-96ef-9877d84fc3d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.12.21 08:18:18.514316 [ 281 ] {} <Debug> TCP-Session: f2ff8a1c-6ff0-4569-96ef-9877d84fc3d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.12.21 08:18:18.514665 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.12.21 08:18:18.514703 [ 283 ] {} <Debug> TCP-Session: acb183c0-b78f-4d74-8a62-2f5dae4822d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:35783 | ||
| 700 | 2024.12.21 08:18:18.514725 [ 283 ] {} <Debug> TCP-Session: acb183c0-b78f-4d74-8a62-2f5dae4822d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.12.21 08:18:18.514789 [ 283 ] {} <Debug> TCP-Session: acb183c0-b78f-4d74-8a62-2f5dae4822d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.12.21 08:18:18.521104 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.12.21 08:18:18.521163 [ 284 ] {} <Debug> TCP-Session: 7c5f9127-dc03-4a82-a1b7-f85096282649 Authenticating user 'default' from [fd00:1122:3344:101::c]:37138 | ||
| 704 | 2024.12.21 08:18:18.521237 [ 284 ] {} <Debug> TCP-Session: 7c5f9127-dc03-4a82-a1b7-f85096282649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.12.21 08:18:18.521256 [ 284 ] {} <Debug> TCP-Session: 7c5f9127-dc03-4a82-a1b7-f85096282649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.12.21 08:18:18.526107 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2024.12.21 08:18:18.526213 [ 282 ] {} <Debug> TCP-Session: 4ac986db-3f8d-40cd-babf-4686b21769f7 Authenticating user 'default' from [fd00:1122:3344:101::c]:39766 | ||
| 708 | 2024.12.21 08:18:18.526236 [ 282 ] {} <Debug> TCP-Session: 4ac986db-3f8d-40cd-babf-4686b21769f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.21 08:18:18.526251 [ 282 ] {} <Debug> TCP-Session: 4ac986db-3f8d-40cd-babf-4686b21769f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.12.21 08:18:18.588605 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33490 | ||
| 711 | 2024.12.21 08:18:18.588779 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2024.12.21 08:18:18.588809 [ 285 ] {} <Debug> TCP-Session: 143ba60c-eb1f-46b9-9971-70aa2dad80ca Authenticating user 'default' from [fd00:1122:3344:101::b]:33490 | ||
| 713 | 2024.12.21 08:18:18.588861 [ 285 ] {} <Debug> TCP-Session: 143ba60c-eb1f-46b9-9971-70aa2dad80ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.12.21 08:18:18.588890 [ 285 ] {} <Debug> TCP-Session: 143ba60c-eb1f-46b9-9971-70aa2dad80ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2024.12.21 08:18:18.588974 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2024.12.21 08:18:18.589014 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 717 | 2024.12.21 08:18:18.589038 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 718 | 2024.12.21 08:18:18.590087 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36056 | ||
| 719 | 2024.12.21 08:18:18.590090 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60345 | ||
| 720 | 2024.12.21 08:18:18.590604 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 721 | 2024.12.21 08:18:18.590632 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44135 | ||
| 722 | 2024.12.21 08:18:18.590693 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63163 | ||
| 723 | 2024.12.21 08:18:18.590714 [ 287 ] {} <Debug> TCP-Session: 5f6c6672-84cc-4053-8a57-76ee6273da7f Authenticating user 'default' from [fd00:1122:3344:101::b]:36056 | ||
| 724 | 2024.12.21 08:18:18.590608 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 725 | 2024.12.21 08:18:18.590601 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40514 | ||
| 726 | 2024.12.21 08:18:18.590902 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36384 | ||
| 727 | 2024.12.21 08:18:18.590923 [ 287 ] {} <Debug> TCP-Session: 5f6c6672-84cc-4053-8a57-76ee6273da7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2024.12.21 08:18:18.590963 [ 286 ] {} <Debug> TCP-Session: 4ffbcf98-f2b7-4339-8aa7-7557af7915a9 Authenticating user 'default' from [fd00:1122:3344:101::b]:60345 | ||
| 729 | 2024.12.21 08:18:18.591083 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44162 | ||
| 730 | 2024.12.21 08:18:18.591343 [ 287 ] {} <Debug> TCP-Session: 5f6c6672-84cc-4053-8a57-76ee6273da7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2024.12.21 08:18:18.591359 [ 286 ] {} <Debug> TCP-Session: 4ffbcf98-f2b7-4339-8aa7-7557af7915a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 732 | 2024.12.21 08:18:18.591544 [ 286 ] {} <Debug> TCP-Session: 4ffbcf98-f2b7-4339-8aa7-7557af7915a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2024.12.21 08:18:18.592189 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 734 | 2024.12.21 08:18:18.592229 [ 288 ] {} <Debug> TCP-Session: 4e9e6a4d-4079-43d8-ac25-f8b8f14531e0 Authenticating user 'default' from [fd00:1122:3344:101::b]:44135 | ||
| 735 | 2024.12.21 08:18:18.592294 [ 288 ] {} <Debug> TCP-Session: 4e9e6a4d-4079-43d8-ac25-f8b8f14531e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2024.12.21 08:18:18.592309 [ 288 ] {} <Debug> TCP-Session: 4e9e6a4d-4079-43d8-ac25-f8b8f14531e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.12.21 08:18:18.593395 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 738 | 2024.12.21 08:18:18.593473 [ 291 ] {} <Debug> TCP-Session: caad4a05-9982-40a2-9224-a8267ff73f95 Authenticating user 'default' from [fd00:1122:3344:101::b]:36384 | ||
| 739 | 2024.12.21 08:18:18.593492 [ 291 ] {} <Debug> TCP-Session: caad4a05-9982-40a2-9224-a8267ff73f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2024.12.21 08:18:18.593506 [ 291 ] {} <Debug> TCP-Session: caad4a05-9982-40a2-9224-a8267ff73f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.12.21 08:18:18.597893 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 742 | 2024.12.21 08:18:18.597942 [ 292 ] {} <Debug> TCP-Session: 15d64de7-1cc2-46b8-a999-a4dc8ee51c9a Authenticating user 'default' from [fd00:1122:3344:101::b]:44162 | ||
| 743 | 2024.12.21 08:18:18.597964 [ 292 ] {} <Debug> TCP-Session: 15d64de7-1cc2-46b8-a999-a4dc8ee51c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.12.21 08:18:18.598020 [ 292 ] {} <Debug> TCP-Session: 15d64de7-1cc2-46b8-a999-a4dc8ee51c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2024.12.21 08:18:18.601535 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2024.12.21 08:18:18.601582 [ 290 ] {} <Debug> TCP-Session: 51333f9c-2877-4313-9394-ee244fbbb33a Authenticating user 'default' from [fd00:1122:3344:101::b]:63163 | ||
| 747 | 2024.12.21 08:18:18.601630 [ 290 ] {} <Debug> TCP-Session: 51333f9c-2877-4313-9394-ee244fbbb33a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2024.12.21 08:18:18.601675 [ 290 ] {} <Debug> TCP-Session: 51333f9c-2877-4313-9394-ee244fbbb33a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.12.21 08:18:18.602414 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 750 | 2024.12.21 08:18:18.602470 [ 289 ] {} <Debug> TCP-Session: 14fc022c-caa7-452e-bfe6-4f44155a41a8 Authenticating user 'default' from [fd00:1122:3344:101::b]:40514 | ||
| 751 | 2024.12.21 08:18:18.602514 [ 289 ] {} <Debug> TCP-Session: 14fc022c-caa7-452e-bfe6-4f44155a41a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.12.21 08:18:18.602529 [ 289 ] {} <Debug> TCP-Session: 14fc022c-caa7-452e-bfe6-4f44155a41a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.12.21 08:18:19.000273 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.74 MiB, peak 139.74 MiB, free memory in arenas 0.00 B, will set to 141.17 MiB (RSS), difference: 1.43 MiB | ||
| 754 | 2024.12.21 08:18:23.795718 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 755 | 2024.12.21 08:18:23.795740 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 756 | 2024.12.21 08:18:23.795822 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 757 | 2024.12.21 08:18:23.795859 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 758 | 2024.12.21 08:18:23.803580 [ 243 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Loading data parts | ||
| 759 | 2024.12.21 08:18:23.804173 [ 243 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): There are no data parts | ||
| 760 | 2024.12.21 08:18:23.815181 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 761 | 2024.12.21 08:18:23.815250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 762 | 2024.12.21 08:18:23.818854 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 763 | 2024.12.21 08:18:23.819996 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 764 | 2024.12.21 08:18:23.820860 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 765 | 2024.12.21 08:18:23.828492 [ 244 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Loading data parts | ||
| 766 | 2024.12.21 08:18:23.828728 [ 244 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): There are no data parts | ||
| 767 | 2024.12.21 08:18:23.855387 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 768 | 2024.12.21 08:18:23.855433 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 769 | 2024.12.21 08:18:23.862982 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 770 | 2024.12.21 08:18:23.864201 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 771 | 2024.12.21 08:18:23.866992 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 772 | 2024.12.21 08:18:24.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.16 MiB, peak 150.16 MiB, free memory in arenas 0.00 B, will set to 150.98 MiB (RSS), difference: 4.82 MiB | ||
| 773 | 2024.12.21 08:18:26.295679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 774 | 2024.12.21 08:18:26.295792 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 775 | 2024.12.21 08:18:26.301710 [ 242 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Loading data parts | ||
| 776 | 2024.12.21 08:18:26.301932 [ 242 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): There are no data parts | ||
| 777 | 2024.12.21 08:18:26.307905 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 778 | 2024.12.21 08:18:26.307949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 779 | 2024.12.21 08:18:26.309781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 780 | 2024.12.21 08:18:26.310438 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 781 | 2024.12.21 08:18:26.311018 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 782 | 2024.12.21 08:18:27.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.17 MiB, peak 155.17 MiB, free memory in arenas 0.00 B, will set to 151.42 MiB (RSS), difference: -3.75 MiB | ||
| 783 | 2024.12.21 08:18:31.263614 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 784 | 2024.12.21 08:18:31.263673 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 785 | 2024.12.21 08:18:31.321132 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 786 | 2024.12.21 08:18:31.322122 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 787 | 2024.12.21 08:18:31.322167 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 788 | 2024.12.21 08:18:31.322988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 789 | 2024.12.21 08:18:31.323486 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 790 | 2024.12.21 08:18:31.323742 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 791 | 2024.12.21 08:18:31.367218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 792 | 2024.12.21 08:18:31.387945 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2024.12.21 08:18:31.388008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 794 | 2024.12.21 08:18:31.395149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 795 | 2024.12.21 08:18:31.396382 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 796 | 2024.12.21 08:18:31.398888 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 797 | 2024.12.21 08:18:37.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.01 MiB, peak 156.10 MiB, free memory in arenas 0.00 B, will set to 153.03 MiB (RSS), difference: 4.02 MiB | ||
| 798 | 2024.12.21 08:18:38.824004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 799 | 2024.12.21 08:18:38.824846 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 800 | 2024.12.21 08:18:38.824897 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 801 | 2024.12.21 08:18:38.825495 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 802 | 2024.12.21 08:18:38.825752 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 803 | 2024.12.21 08:18:38.826004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 804 | 2024.12.21 08:18:38.899103 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 805 | 2024.12.21 08:18:38.918119 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 806 | 2024.12.21 08:18:38.918170 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. | ||
| 807 | 2024.12.21 08:18:38.924501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 808 | 2024.12.21 08:18:38.925245 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 809 | 2024.12.21 08:18:38.927621 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 810 | 2024.12.21 08:18:46.263713 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 811 | 2024.12.21 08:18:46.263779 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 812 | 2024.12.21 08:18:46.326235 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 813 | 2024.12.21 08:18:46.326876 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 814 | 2024.12.21 08:18:46.326924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 815 | 2024.12.21 08:18:46.327464 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 816 | 2024.12.21 08:18:46.327725 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 817 | 2024.12.21 08:18:46.328005 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 818 | 2024.12.21 08:18:46.427830 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 819 | 2024.12.21 08:18:46.447470 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2024.12.21 08:18:46.447534 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 821 | 2024.12.21 08:18:46.454208 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 822 | 2024.12.21 08:18:46.454960 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 823 | 2024.12.21 08:18:46.457878 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 824 | 2024.12.21 08:18:47.338694 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 825 | 2024.12.21 08:18:47.338890 [ 3 ] {f580f7ab-97db-47c5-adf4-73aeb09d8f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 826 | 2024.12.21 08:18:47.341586 [ 3 ] {f580f7ab-97db-47c5-adf4-73aeb09d8f96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 827 | 2024.12.21 08:18:47.349370 [ 3 ] {f580f7ab-97db-47c5-adf4-73aeb09d8f96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 828 | 2024.12.21 08:18:47.357939 [ 3 ] {f580f7ab-97db-47c5-adf4-73aeb09d8f96} <Debug> TCPHandler: Processed in 0.019372111 sec. | ||
| 829 | 2024.12.21 08:18:47.365006 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2024.12.21 08:18:47.365234 [ 4 ] {7a4a9946-3f54-4bb2-bf2b-bd35fadf9f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 831 | 2024.12.21 08:18:47.378339 [ 4 ] {7a4a9946-3f54-4bb2-bf2b-bd35fadf9f4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2024.12.21 08:18:47.378414 [ 4 ] {7a4a9946-3f54-4bb2-bf2b-bd35fadf9f4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2024.12.21 08:18:47.379022 [ 4 ] {7a4a9946-3f54-4bb2-bf2b-bd35fadf9f4f} <Debug> TCPHandler: Processed in 0.014145775 sec. | ||
| 834 | 2024.12.21 08:18:47.379330 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2024.12.21 08:18:47.379521 [ 3 ] {4d0d56d8-8169-47c1-8b21-4508fb5915fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 836 | 2024.12.21 08:18:47.380051 [ 3 ] {4d0d56d8-8169-47c1-8b21-4508fb5915fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2024.12.21 08:18:47.380116 [ 3 ] {4d0d56d8-8169-47c1-8b21-4508fb5915fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2024.12.21 08:18:47.380695 [ 3 ] {4d0d56d8-8169-47c1-8b21-4508fb5915fb} <Debug> TCPHandler: Processed in 0.001444302 sec. | ||
| 839 | 2024.12.21 08:18:47.380991 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2024.12.21 08:18:47.381145 [ 4 ] {76d58eaf-6959-4b28-9258-1557436060f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 841 | 2024.12.21 08:18:47.381514 [ 4 ] {76d58eaf-6959-4b28-9258-1557436060f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2024.12.21 08:18:47.381573 [ 4 ] {76d58eaf-6959-4b28-9258-1557436060f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2024.12.21 08:18:47.382114 [ 4 ] {76d58eaf-6959-4b28-9258-1557436060f6} <Debug> TCPHandler: Processed in 0.001181541 sec. | ||
| 844 | 2024.12.21 08:18:47.382809 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2024.12.21 08:18:47.382976 [ 3 ] {dbe6d3b7-da12-4d92-8cde-5277d2cbdf11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 846 | 2024.12.21 08:18:47.383363 [ 3 ] {dbe6d3b7-da12-4d92-8cde-5277d2cbdf11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2024.12.21 08:18:47.383422 [ 3 ] {dbe6d3b7-da12-4d92-8cde-5277d2cbdf11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 848 | 2024.12.21 08:18:47.383986 [ 3 ] {dbe6d3b7-da12-4d92-8cde-5277d2cbdf11} <Debug> TCPHandler: Processed in 0.001234962 sec. | ||
| 849 | 2024.12.21 08:18:47.384246 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2024.12.21 08:18:47.384377 [ 4 ] {0b1f819d-b012-4f00-8d56-c37342059121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 851 | 2024.12.21 08:18:47.384433 [ 4 ] {0b1f819d-b012-4f00-8d56-c37342059121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2024.12.21 08:18:47.385286 [ 4 ] {0b1f819d-b012-4f00-8d56-c37342059121} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 853 | 2024.12.21 08:18:47.385331 [ 4 ] {0b1f819d-b012-4f00-8d56-c37342059121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 854 | 2024.12.21 08:18:47.387785 [ 4 ] {0b1f819d-b012-4f00-8d56-c37342059121} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 855 | 2024.12.21 08:18:47.388021 [ 4 ] {0b1f819d-b012-4f00-8d56-c37342059121} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 856 | 2024.12.21 08:18:47.388228 [ 4 ] {0b1f819d-b012-4f00-8d56-c37342059121} <Debug> executeQuery: Read 5 rows, 539.00 B in 0.003884 sec., 1287.3326467559218 rows/sec., 135.52 KiB/sec. | ||
| 857 | 2024.12.21 08:18:47.388394 [ 4 ] {0b1f819d-b012-4f00-8d56-c37342059121} <Debug> TCPHandler: Processed in 0.004207227 sec. | ||
| 858 | 2024.12.21 08:18:47.388559 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2024.12.21 08:18:47.388713 [ 3 ] {fed103c4-0b7e-4406-a186-365fd6370c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 860 | 2024.12.21 08:18:47.388775 [ 3 ] {fed103c4-0b7e-4406-a186-365fd6370c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 861 | 2024.12.21 08:18:47.394429 [ 3 ] {fed103c4-0b7e-4406-a186-365fd6370c48} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 862 | 2024.12.21 08:18:47.394476 [ 3 ] {fed103c4-0b7e-4406-a186-365fd6370c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 863 | 2024.12.21 08:18:47.396830 [ 3 ] {fed103c4-0b7e-4406-a186-365fd6370c48} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 864 | 2024.12.21 08:18:47.397093 [ 3 ] {fed103c4-0b7e-4406-a186-365fd6370c48} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 865 | 2024.12.21 08:18:47.397383 [ 3 ] {fed103c4-0b7e-4406-a186-365fd6370c48} <Debug> executeQuery: Read 43 rows, 4.03 KiB in 0.0087 sec., 4942.528735632184 rows/sec., 462.69 KiB/sec. | ||
| 866 | 2024.12.21 08:18:47.397462 [ 3 ] {fed103c4-0b7e-4406-a186-365fd6370c48} <Debug> TCPHandler: Processed in 0.008963299 sec. | ||
| 867 | 2024.12.21 08:18:47.397622 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 868 | 2024.12.21 08:18:47.397740 [ 4 ] {c66c903f-a3e7-4fcd-acd8-ab9712c67414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 869 | 2024.12.21 08:18:47.397790 [ 4 ] {c66c903f-a3e7-4fcd-acd8-ab9712c67414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 870 | 2024.12.21 08:18:47.398443 [ 4 ] {c66c903f-a3e7-4fcd-acd8-ab9712c67414} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 871 | 2024.12.21 08:18:47.398480 [ 4 ] {c66c903f-a3e7-4fcd-acd8-ab9712c67414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 872 | 2024.12.21 08:18:47.398895 [ 4 ] {c66c903f-a3e7-4fcd-acd8-ab9712c67414} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 873 | 2024.12.21 08:18:47.399142 [ 4 ] {c66c903f-a3e7-4fcd-acd8-ab9712c67414} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 874 | 2024.12.21 08:18:47.399323 [ 4 ] {c66c903f-a3e7-4fcd-acd8-ab9712c67414} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001608 sec., 13059.701492537313 rows/sec., 982.03 KiB/sec. | ||
| 875 | 2024.12.21 08:18:47.399382 [ 4 ] {c66c903f-a3e7-4fcd-acd8-ab9712c67414} <Debug> TCPHandler: Processed in 0.001819716 sec. | ||
| 876 | 2024.12.21 08:18:47.399562 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 877 | 2024.12.21 08:18:47.399702 [ 3 ] {a5c3d062-6b31-4d72-ae14-c9ed6204409e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 878 | 2024.12.21 08:18:47.399756 [ 3 ] {a5c3d062-6b31-4d72-ae14-c9ed6204409e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 879 | 2024.12.21 08:18:47.400433 [ 3 ] {a5c3d062-6b31-4d72-ae14-c9ed6204409e} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 880 | 2024.12.21 08:18:47.400476 [ 3 ] {a5c3d062-6b31-4d72-ae14-c9ed6204409e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 881 | 2024.12.21 08:18:47.400873 [ 3 ] {a5c3d062-6b31-4d72-ae14-c9ed6204409e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 882 | 2024.12.21 08:18:47.401131 [ 3 ] {a5c3d062-6b31-4d72-ae14-c9ed6204409e} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 883 | 2024.12.21 08:18:47.401396 [ 3 ] {a5c3d062-6b31-4d72-ae14-c9ed6204409e} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001704 sec., 586.8544600938967 rows/sec., 38.97 KiB/sec. | ||
| 884 | 2024.12.21 08:18:47.401480 [ 3 ] {a5c3d062-6b31-4d72-ae14-c9ed6204409e} <Debug> TCPHandler: Processed in 0.001986018 sec. | ||
| 885 | 2024.12.21 08:18:47.401634 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 886 | 2024.12.21 08:18:47.401753 [ 4 ] {e7df7392-0ab0-46fe-adcd-909f2f6f9cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 887 | 2024.12.21 08:18:47.401805 [ 4 ] {e7df7392-0ab0-46fe-adcd-909f2f6f9cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 888 | 2024.12.21 08:18:47.402399 [ 4 ] {e7df7392-0ab0-46fe-adcd-909f2f6f9cc4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2024.12.21 08:18:47.402438 [ 4 ] {e7df7392-0ab0-46fe-adcd-909f2f6f9cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 890 | 2024.12.21 08:18:47.402810 [ 4 ] {e7df7392-0ab0-46fe-adcd-909f2f6f9cc4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 891 | 2024.12.21 08:18:47.403061 [ 4 ] {e7df7392-0ab0-46fe-adcd-909f2f6f9cc4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2024.12.21 08:18:47.403235 [ 4 ] {e7df7392-0ab0-46fe-adcd-909f2f6f9cc4} <Debug> executeQuery: Read 28 rows, 2.25 KiB in 0.001507 sec., 18579.960185799602 rows/sec., 1.46 MiB/sec. | ||
| 893 | 2024.12.21 08:18:47.403287 [ 4 ] {e7df7392-0ab0-46fe-adcd-909f2f6f9cc4} <Debug> TCPHandler: Processed in 0.001714265 sec. | ||
| 894 | 2024.12.21 08:18:47.403443 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 895 | 2024.12.21 08:18:47.403567 [ 3 ] {1e9bb8e1-970f-4e95-a8fa-b80361247f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 896 | 2024.12.21 08:18:47.403621 [ 3 ] {1e9bb8e1-970f-4e95-a8fa-b80361247f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 897 | 2024.12.21 08:18:47.404141 [ 3 ] {1e9bb8e1-970f-4e95-a8fa-b80361247f8c} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 898 | 2024.12.21 08:18:47.404181 [ 3 ] {1e9bb8e1-970f-4e95-a8fa-b80361247f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 899 | 2024.12.21 08:18:47.404634 [ 3 ] {1e9bb8e1-970f-4e95-a8fa-b80361247f8c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 900 | 2024.12.21 08:18:47.404877 [ 3 ] {1e9bb8e1-970f-4e95-a8fa-b80361247f8c} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 901 | 2024.12.21 08:18:47.405162 [ 3 ] {1e9bb8e1-970f-4e95-a8fa-b80361247f8c} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 39.50 KiB/sec. | ||
| 902 | 2024.12.21 08:18:47.405233 [ 3 ] {1e9bb8e1-970f-4e95-a8fa-b80361247f8c} <Debug> TCPHandler: Processed in 0.001845866 sec. | ||
| 903 | 2024.12.21 08:18:47.405396 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 904 | 2024.12.21 08:18:47.405515 [ 4 ] {ff8526d0-c647-4892-91cc-a5c8d2a787c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 905 | 2024.12.21 08:18:47.405598 [ 4 ] {ff8526d0-c647-4892-91cc-a5c8d2a787c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 906 | 2024.12.21 08:18:47.406856 [ 4 ] {ff8526d0-c647-4892-91cc-a5c8d2a787c6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 907 | 2024.12.21 08:18:47.406895 [ 4 ] {ff8526d0-c647-4892-91cc-a5c8d2a787c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 908 | 2024.12.21 08:18:47.409478 [ 4 ] {ff8526d0-c647-4892-91cc-a5c8d2a787c6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 909 | 2024.12.21 08:18:47.409744 [ 4 ] {ff8526d0-c647-4892-91cc-a5c8d2a787c6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 910 | 2024.12.21 08:18:47.409943 [ 4 ] {ff8526d0-c647-4892-91cc-a5c8d2a787c6} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.004453 sec., 4715.921850437907 rows/sec., 8.45 MiB/sec. | ||
| 911 | 2024.12.21 08:18:47.410055 [ 4 ] {ff8526d0-c647-4892-91cc-a5c8d2a787c6} <Debug> TCPHandler: Processed in 0.004718892 sec. | ||
| 912 | 2024.12.21 08:18:47.410220 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 913 | 2024.12.21 08:18:47.410342 [ 3 ] {97430384-c29a-484a-b726-37343c20000e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 914 | 2024.12.21 08:18:47.410396 [ 3 ] {97430384-c29a-484a-b726-37343c20000e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 915 | 2024.12.21 08:18:47.410908 [ 3 ] {97430384-c29a-484a-b726-37343c20000e} <Trace> oximeter.measurements_i64 (12995921-9b31-48da-9114-fdf121de8a64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 916 | 2024.12.21 08:18:47.410945 [ 3 ] {97430384-c29a-484a-b726-37343c20000e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 917 | 2024.12.21 08:18:47.411326 [ 3 ] {97430384-c29a-484a-b726-37343c20000e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 918 | 2024.12.21 08:18:47.411569 [ 3 ] {97430384-c29a-484a-b726-37343c20000e} <Trace> oximeter.measurements_i64 (12995921-9b31-48da-9114-fdf121de8a64): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 919 | 2024.12.21 08:18:47.411853 [ 3 ] {97430384-c29a-484a-b726-37343c20000e} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001516 sec., 7915.5672823219 rows/sec., 596.50 KiB/sec. | ||
| 920 | 2024.12.21 08:18:47.411952 [ 3 ] {97430384-c29a-484a-b726-37343c20000e} <Debug> TCPHandler: Processed in 0.001786286 sec. | ||
| 921 | 2024.12.21 08:18:53.828256 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 922 | 2024.12.21 08:18:53.828883 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 923 | 2024.12.21 08:18:53.828935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 924 | 2024.12.21 08:18:53.829515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 925 | 2024.12.21 08:18:53.829778 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 926 | 2024.12.21 08:18:53.830033 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 927 | 2024.12.21 08:18:53.958065 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 928 | 2024.12.21 08:18:53.977960 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2024.12.21 08:18:53.978026 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 930 | 2024.12.21 08:18:53.984981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 931 | 2024.12.21 08:18:53.985725 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2024.12.21 08:18:53.988476 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 933 | 2024.12.21 08:18:56.312003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 116 | ||
| 934 | 2024.12.21 08:18:56.315821 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2024.12.21 08:18:56.315877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 936 | 2024.12.21 08:18:56.317354 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 937 | 2024.12.21 08:18:56.317656 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2024.12.21 08:18:56.318411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 116 | ||
| 939 | 2024.12.21 08:18:57.338755 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 940 | 2024.12.21 08:18:57.338947 [ 3 ] {3c9f7a7b-9dd6-453a-91b4-ba8e0311cd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 941 | 2024.12.21 08:18:57.339025 [ 3 ] {3c9f7a7b-9dd6-453a-91b4-ba8e0311cd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 942 | 2024.12.21 08:18:57.339788 [ 3 ] {3c9f7a7b-9dd6-453a-91b4-ba8e0311cd96} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 943 | 2024.12.21 08:18:57.339837 [ 3 ] {3c9f7a7b-9dd6-453a-91b4-ba8e0311cd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 944 | 2024.12.21 08:18:57.340276 [ 3 ] {3c9f7a7b-9dd6-453a-91b4-ba8e0311cd96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 945 | 2024.12.21 08:18:57.340543 [ 3 ] {3c9f7a7b-9dd6-453a-91b4-ba8e0311cd96} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 946 | 2024.12.21 08:18:57.340797 [ 3 ] {3c9f7a7b-9dd6-453a-91b4-ba8e0311cd96} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.001896 sec., 23206.75105485232 rows/sec., 2.12 MiB/sec. | ||
| 947 | 2024.12.21 08:18:57.340873 [ 3 ] {3c9f7a7b-9dd6-453a-91b4-ba8e0311cd96} <Debug> TCPHandler: Processed in 0.002254569 sec. | ||
| 948 | 2024.12.21 08:18:57.341136 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 949 | 2024.12.21 08:18:57.341330 [ 4 ] {40398ce0-bf1c-4d50-b9c6-6267d156b3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 950 | 2024.12.21 08:18:57.341407 [ 4 ] {40398ce0-bf1c-4d50-b9c6-6267d156b3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 951 | 2024.12.21 08:18:57.342173 [ 4 ] {40398ce0-bf1c-4d50-b9c6-6267d156b3bf} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 952 | 2024.12.21 08:18:57.342225 [ 4 ] {40398ce0-bf1c-4d50-b9c6-6267d156b3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 953 | 2024.12.21 08:18:57.342664 [ 4 ] {40398ce0-bf1c-4d50-b9c6-6267d156b3bf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 954 | 2024.12.21 08:18:57.342918 [ 4 ] {40398ce0-bf1c-4d50-b9c6-6267d156b3bf} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 955 | 2024.12.21 08:18:57.343158 [ 4 ] {40398ce0-bf1c-4d50-b9c6-6267d156b3bf} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001884 sec., 11677.28237791932 rows/sec., 878.08 KiB/sec. | ||
| 956 | 2024.12.21 08:18:57.343216 [ 4 ] {40398ce0-bf1c-4d50-b9c6-6267d156b3bf} <Debug> TCPHandler: Processed in 0.00221897 sec. | ||
| 957 | 2024.12.21 08:18:57.343384 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 958 | 2024.12.21 08:18:57.343515 [ 3 ] {47a70ad1-bed2-4f16-bb3d-dad0eb282c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 959 | 2024.12.21 08:18:57.343569 [ 3 ] {47a70ad1-bed2-4f16-bb3d-dad0eb282c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 960 | 2024.12.21 08:18:57.344195 [ 3 ] {47a70ad1-bed2-4f16-bb3d-dad0eb282c40} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 961 | 2024.12.21 08:18:57.344239 [ 3 ] {47a70ad1-bed2-4f16-bb3d-dad0eb282c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 962 | 2024.12.21 08:18:57.344612 [ 3 ] {47a70ad1-bed2-4f16-bb3d-dad0eb282c40} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 963 | 2024.12.21 08:18:57.344852 [ 3 ] {47a70ad1-bed2-4f16-bb3d-dad0eb282c40} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 964 | 2024.12.21 08:18:57.345144 [ 3 ] {47a70ad1-bed2-4f16-bb3d-dad0eb282c40} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001643 sec., 13390.139987827146 rows/sec., 1.05 MiB/sec. | ||
| 965 | 2024.12.21 08:18:57.345215 [ 3 ] {47a70ad1-bed2-4f16-bb3d-dad0eb282c40} <Debug> TCPHandler: Processed in 0.001889927 sec. | ||
| 966 | 2024.12.21 08:18:57.345384 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 967 | 2024.12.21 08:18:57.345505 [ 4 ] {e3ba4dc1-2289-40a4-acd4-2f43d199c189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 968 | 2024.12.21 08:18:57.345588 [ 4 ] {e3ba4dc1-2289-40a4-acd4-2f43d199c189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 969 | 2024.12.21 08:18:57.346783 [ 4 ] {e3ba4dc1-2289-40a4-acd4-2f43d199c189} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 970 | 2024.12.21 08:18:57.346824 [ 4 ] {e3ba4dc1-2289-40a4-acd4-2f43d199c189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 971 | 2024.12.21 08:18:57.347483 [ 4 ] {e3ba4dc1-2289-40a4-acd4-2f43d199c189} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 972 | 2024.12.21 08:18:57.347747 [ 4 ] {e3ba4dc1-2289-40a4-acd4-2f43d199c189} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 973 | 2024.12.21 08:18:57.348069 [ 4 ] {e3ba4dc1-2289-40a4-acd4-2f43d199c189} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002586 sec., 8507.347254447022 rows/sec., 15.24 MiB/sec. | ||
| 974 | 2024.12.21 08:18:57.348170 [ 4 ] {e3ba4dc1-2289-40a4-acd4-2f43d199c189} <Debug> TCPHandler: Processed in 0.002842545 sec. | ||
| 975 | 2024.12.21 08:19:01.263821 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 976 | 2024.12.21 08:19:01.263883 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 977 | 2024.12.21 08:19:01.330261 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 978 | 2024.12.21 08:19:01.330898 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 979 | 2024.12.21 08:19:01.330946 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 980 | 2024.12.21 08:19:01.331523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 981 | 2024.12.21 08:19:01.331782 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 982 | 2024.12.21 08:19:01.332000 [ 82 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 983 | 2024.12.21 08:19:01.332048 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 984 | 2024.12.21 08:19:01.332113 [ 82 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2024.12.21 08:19:01.332144 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 986 | 2024.12.21 08:19:01.334293 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 987 | 2024.12.21 08:19:01.334490 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 988 | 2024.12.21 08:19:01.334658 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 989 | 2024.12.21 08:19:01.336872 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 990 | 2024.12.21 08:19:01.336960 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 991 | 2024.12.21 08:19:01.337133 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 992 | 2024.12.21 08:19:01.337884 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 993 | 2024.12.21 08:19:01.340214 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 994 | 2024.12.21 08:19:01.361537 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.029283218 sec., 95822.8019884973 rows/sec., 1.37 MiB/sec. | ||
| 995 | 2024.12.21 08:19:01.362259 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 996 | 2024.12.21 08:19:01.362604 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 997 | 2024.12.21 08:19:01.362691 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_6_1} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 998 | 2024.12.21 08:19:01.362847 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 999 | 2024.12.21 08:19:01.488674 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1000 | 2024.12.21 08:19:01.508280 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1001 | 2024.12.21 08:19:01.508333 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1002 | 2024.12.21 08:19:01.515070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1003 | 2024.12.21 08:19:01.515832 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1004 | 2024.12.21 08:19:01.516319 [ 82 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1005 | 2024.12.21 08:19:01.516439 [ 82 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1006 | 2024.12.21 08:19:01.516503 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1007 | 2024.12.21 08:19:01.517082 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 1008 | 2024.12.21 08:19:01.532510 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1009 | 2024.12.21 08:19:01.533904 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1010 | 2024.12.21 08:19:01.535396 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 1011 | 2024.12.21 08:19:01.540926 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 1012 | 2024.12.21 08:19:01.546194 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 1013 | 2024.12.21 08:19:01.551446 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 1014 | 2024.12.21 08:19:01.560896 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 1015 | 2024.12.21 08:19:01.565509 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 1016 | 2024.12.21 08:19:01.627353 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.110718377 sec., 415.4685179317612 rows/sec., 2.15 MiB/sec. | ||
| 1017 | 2024.12.21 08:19:01.629871 [ 186 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1018 | 2024.12.21 08:19:01.632819 [ 186 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_6_1} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1019 | 2024.12.21 08:19:01.632941 [ 186 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_6_1} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1020 | 2024.12.21 08:19:01.635337 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1021 | 2024.12.21 08:19:02.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.16 MiB, peak 167.70 MiB, free memory in arenas 0.00 B, will set to 162.17 MiB (RSS), difference: 4.01 MiB | ||
| 1022 | 2024.12.21 08:19:02.337975 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2024.12.21 08:19:02.338211 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1024 | 2024.12.21 08:19:02.340519 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1025 | 2024.12.21 08:19:02.344412 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1026 | 2024.12.21 08:19:02.344696 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1027 | 2024.12.21 08:19:02.344997 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1028 | 2024.12.21 08:19:02.345369 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 1029 | 2024.12.21 08:19:02.348534 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1030 | 2024.12.21 08:19:02.350427 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1031 | 2024.12.21 08:19:02.350453 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1032 | 2024.12.21 08:19:02.350549 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram'))" | ||
| 1033 | 2024.12.21 08:19:02.350576 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1034 | 2024.12.21 08:19:02.357625 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.019506 sec., 256.3313852148057 rows/sec., 11.46 KiB/sec. | ||
| 1035 | 2024.12.21 08:19:02.357767 [ 3 ] {66268142-8a58-425b-bf88-aef427e06f5e} <Debug> TCPHandler: Processed in 0.019924184 sec. | ||
| 1036 | 2024.12.21 08:19:02.358261 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1037 | 2024.12.21 08:19:02.358499 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1038 | 2024.12.21 08:19:02.358888 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1039 | 2024.12.21 08:19:02.358927 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1040 | 2024.12.21 08:19:02.359195 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1041 | 2024.12.21 08:19:02.359282 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1042 | 2024.12.21 08:19:02.359471 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1043 | 2024.12.21 08:19:02.359512 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1044 | 2024.12.21 08:19:02.359540 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1045 | 2024.12.21 08:19:02.359559 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1046 | 2024.12.21 08:19:02.359609 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
| 1047 | 2024.12.21 08:19:02.359634 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1048 | 2024.12.21 08:19:02.360342 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001941 sec., 2575.991756826378 rows/sec., 115.22 KiB/sec. | ||
| 1049 | 2024.12.21 08:19:02.360482 [ 4 ] {692cb2e7-05e1-4c6c-b74b-895d0fd4b9a0} <Debug> TCPHandler: Processed in 0.002355081 sec. | ||
| 1050 | 2024.12.21 08:19:02.361178 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1051 | 2024.12.21 08:19:02.361431 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1052 | 2024.12.21 08:19:02.361765 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1053 | 2024.12.21 08:19:02.361803 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1054 | 2024.12.21 08:19:02.362031 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1055 | 2024.12.21 08:19:02.362104 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1056 | 2024.12.21 08:19:02.362263 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1057 | 2024.12.21 08:19:02.362300 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1058 | 2024.12.21 08:19:02.362325 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1059 | 2024.12.21 08:19:02.362348 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1060 | 2024.12.21 08:19:02.362394 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1061 | 2024.12.21 08:19:02.362418 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1062 | 2024.12.21 08:19:02.363040 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001748 sec., 2860.411899313501 rows/sec., 127.94 KiB/sec. | ||
| 1063 | 2024.12.21 08:19:02.363156 [ 3 ] {fac57727-5072-46f1-bca2-9f7cbe29736b} <Debug> TCPHandler: Processed in 0.002055308 sec. | ||
| 1064 | 2024.12.21 08:19:02.363399 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1065 | 2024.12.21 08:19:02.363562 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1066 | 2024.12.21 08:19:02.363844 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1067 | 2024.12.21 08:19:02.363878 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1068 | 2024.12.21 08:19:02.364162 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1069 | 2024.12.21 08:19:02.364228 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1070 | 2024.12.21 08:19:02.364383 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1071 | 2024.12.21 08:19:02.364419 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1072 | 2024.12.21 08:19:02.364442 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1073 | 2024.12.21 08:19:02.364461 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1074 | 2024.12.21 08:19:02.364507 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1075 | 2024.12.21 08:19:02.364529 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1076 | 2024.12.21 08:19:02.365124 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001597 sec., 3130.870381966187 rows/sec., 140.03 KiB/sec. | ||
| 1077 | 2024.12.21 08:19:02.365259 [ 4 ] {e4e202aa-7af6-4417-8366-311f96134a2f} <Debug> TCPHandler: Processed in 0.001894806 sec. | ||
| 1078 | 2024.12.21 08:19:02.365535 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1079 | 2024.12.21 08:19:02.365703 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1080 | 2024.12.21 08:19:02.365996 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1081 | 2024.12.21 08:19:02.366033 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1082 | 2024.12.21 08:19:02.366262 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1083 | 2024.12.21 08:19:02.366330 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1084 | 2024.12.21 08:19:02.366493 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1085 | 2024.12.21 08:19:02.366526 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1086 | 2024.12.21 08:19:02.366551 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1087 | 2024.12.21 08:19:02.366568 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1088 | 2024.12.21 08:19:02.366612 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1089 | 2024.12.21 08:19:02.366634 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1090 | 2024.12.21 08:19:02.367223 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001589 sec., 3146.633102580239 rows/sec., 140.74 KiB/sec. | ||
| 1091 | 2024.12.21 08:19:02.367340 [ 3 ] {6bbe0d99-818d-4155-8468-2210bde6667a} <Debug> TCPHandler: Processed in 0.001867627 sec. | ||
| 1092 | 2024.12.21 08:19:02.367590 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1093 | 2024.12.21 08:19:02.367759 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1094 | 2024.12.21 08:19:02.368047 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1095 | 2024.12.21 08:19:02.368084 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1096 | 2024.12.21 08:19:02.368319 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1097 | 2024.12.21 08:19:02.368388 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1098 | 2024.12.21 08:19:02.368541 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1099 | 2024.12.21 08:19:02.368575 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1100 | 2024.12.21 08:19:02.368598 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1101 | 2024.12.21 08:19:02.368615 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1102 | 2024.12.21 08:19:02.368658 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1103 | 2024.12.21 08:19:02.368682 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1104 | 2024.12.21 08:19:02.369284 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001594 sec., 3136.7628607277293 rows/sec., 140.30 KiB/sec. | ||
| 1105 | 2024.12.21 08:19:02.369402 [ 4 ] {488aee5f-69e6-4891-ae7c-89abda7eaf43} <Debug> TCPHandler: Processed in 0.001876447 sec. | ||
| 1106 | 2024.12.21 08:19:02.369710 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1107 | 2024.12.21 08:19:02.369876 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1108 | 2024.12.21 08:19:02.370168 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1109 | 2024.12.21 08:19:02.370207 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1110 | 2024.12.21 08:19:02.370440 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1111 | 2024.12.21 08:19:02.370508 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1112 | 2024.12.21 08:19:02.370659 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1113 | 2024.12.21 08:19:02.370693 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1114 | 2024.12.21 08:19:02.370716 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1115 | 2024.12.21 08:19:02.370733 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1116 | 2024.12.21 08:19:02.370775 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1117 | 2024.12.21 08:19:02.370799 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1118 | 2024.12.21 08:19:02.371382 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001575 sec., 3174.6031746031745 rows/sec., 141.99 KiB/sec. | ||
| 1119 | 2024.12.21 08:19:02.371501 [ 3 ] {625f80c2-cb34-499d-88bf-b1c79d849cbe} <Debug> TCPHandler: Processed in 0.001851887 sec. | ||
| 1120 | 2024.12.21 08:19:02.371766 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1121 | 2024.12.21 08:19:02.371940 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1122 | 2024.12.21 08:19:02.372244 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1123 | 2024.12.21 08:19:02.372280 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1124 | 2024.12.21 08:19:02.372521 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1125 | 2024.12.21 08:19:02.372591 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1126 | 2024.12.21 08:19:02.372778 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1127 | 2024.12.21 08:19:02.372830 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1128 | 2024.12.21 08:19:02.372868 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1129 | 2024.12.21 08:19:02.372896 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1130 | 2024.12.21 08:19:02.372960 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1131 | 2024.12.21 08:19:02.372988 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1132 | 2024.12.21 08:19:02.373569 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001705 sec., 2932.551319648094 rows/sec., 131.16 KiB/sec. | ||
| 1133 | 2024.12.21 08:19:02.373689 [ 4 ] {ef75a5d9-3af3-41fc-baf6-a96fd2ec809c} <Debug> TCPHandler: Processed in 0.001984638 sec. | ||
| 1134 | 2024.12.21 08:19:02.373969 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1135 | 2024.12.21 08:19:02.374164 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1136 | 2024.12.21 08:19:02.374509 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1137 | 2024.12.21 08:19:02.374554 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1138 | 2024.12.21 08:19:02.374840 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1139 | 2024.12.21 08:19:02.374921 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1140 | 2024.12.21 08:19:02.375102 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1141 | 2024.12.21 08:19:02.375143 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1142 | 2024.12.21 08:19:02.375171 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1143 | 2024.12.21 08:19:02.375192 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1144 | 2024.12.21 08:19:02.375236 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1145 | 2024.12.21 08:19:02.375258 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1146 | 2024.12.21 08:19:02.375823 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001744 sec., 2866.97247706422 rows/sec., 128.23 KiB/sec. | ||
| 1147 | 2024.12.21 08:19:02.375940 [ 3 ] {b17b2e80-2db9-4789-8eda-a05a6bb9c201} <Debug> TCPHandler: Processed in 0.002035188 sec. | ||
| 1148 | 2024.12.21 08:19:02.376173 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1149 | 2024.12.21 08:19:02.376366 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1150 | 2024.12.21 08:19:02.376717 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1151 | 2024.12.21 08:19:02.376764 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1152 | 2024.12.21 08:19:02.377061 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1153 | 2024.12.21 08:19:02.377143 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1154 | 2024.12.21 08:19:02.377307 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1155 | 2024.12.21 08:19:02.377339 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1156 | 2024.12.21 08:19:02.377362 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1157 | 2024.12.21 08:19:02.377379 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1158 | 2024.12.21 08:19:02.377421 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1159 | 2024.12.21 08:19:02.377444 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1160 | 2024.12.21 08:19:02.378007 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001727 sec., 2895.1939779965255 rows/sec., 129.49 KiB/sec. | ||
| 1161 | 2024.12.21 08:19:02.378126 [ 4 ] {16ef62d7-0277-454a-9c2a-0357510b5d0a} <Debug> TCPHandler: Processed in 0.002008018 sec. | ||
| 1162 | 2024.12.21 08:19:02.378401 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1163 | 2024.12.21 08:19:02.378569 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1164 | 2024.12.21 08:19:02.378859 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1165 | 2024.12.21 08:19:02.378898 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1166 | 2024.12.21 08:19:02.379141 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1167 | 2024.12.21 08:19:02.379211 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1168 | 2024.12.21 08:19:02.379361 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1169 | 2024.12.21 08:19:02.379393 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1170 | 2024.12.21 08:19:02.379416 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1171 | 2024.12.21 08:19:02.379433 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1172 | 2024.12.21 08:19:02.379478 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1173 | 2024.12.21 08:19:02.379501 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1174 | 2024.12.21 08:19:02.380083 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001585 sec., 3154.5741324921137 rows/sec., 141.09 KiB/sec. | ||
| 1175 | 2024.12.21 08:19:02.380203 [ 3 ] {54b13cf5-0285-49ee-9248-e3a5bcea3893} <Debug> TCPHandler: Processed in 0.001858176 sec. | ||
| 1176 | 2024.12.21 08:19:02.386167 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1177 | 2024.12.21 08:19:02.386339 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1178 | 2024.12.21 08:19:02.386636 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1179 | 2024.12.21 08:19:02.386674 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1180 | 2024.12.21 08:19:02.386920 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1181 | 2024.12.21 08:19:02.386987 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1182 | 2024.12.21 08:19:02.387138 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1183 | 2024.12.21 08:19:02.387170 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1184 | 2024.12.21 08:19:02.387193 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1185 | 2024.12.21 08:19:02.387212 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1186 | 2024.12.21 08:19:02.387256 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1187 | 2024.12.21 08:19:02.387278 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
| 1188 | 2024.12.21 08:19:02.387875 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001607 sec., 3111.3876789047918 rows/sec., 139.16 KiB/sec. | ||
| 1189 | 2024.12.21 08:19:02.387995 [ 4 ] {697e4a70-abef-4133-84ed-882df68bbe4b} <Debug> TCPHandler: Processed in 0.001889997 sec. | ||
| 1190 | 2024.12.21 08:19:02.388288 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2024.12.21 08:19:02.388418 [ 3 ] {a13d32fa-4029-4a15-b800-46d7538ff114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1192 | 2024.12.21 08:19:02.388472 [ 3 ] {a13d32fa-4029-4a15-b800-46d7538ff114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1193 | 2024.12.21 08:19:02.389242 [ 3 ] {a13d32fa-4029-4a15-b800-46d7538ff114} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2024.12.21 08:19:02.389288 [ 3 ] {a13d32fa-4029-4a15-b800-46d7538ff114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1195 | 2024.12.21 08:19:02.389822 [ 3 ] {a13d32fa-4029-4a15-b800-46d7538ff114} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1196 | 2024.12.21 08:19:02.390043 [ 3 ] {a13d32fa-4029-4a15-b800-46d7538ff114} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2024.12.21 08:19:02.390294 [ 3 ] {a13d32fa-4029-4a15-b800-46d7538ff114} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001909 sec., 6286.013619696176 rows/sec., 1.27 MiB/sec. | ||
| 1198 | 2024.12.21 08:19:02.390376 [ 3 ] {a13d32fa-4029-4a15-b800-46d7538ff114} <Debug> TCPHandler: Processed in 0.002141839 sec. | ||
| 1199 | 2024.12.21 08:19:02.390544 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2024.12.21 08:19:02.390696 [ 4 ] {1bdc661a-6a0b-4078-b1c6-486165407e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1201 | 2024.12.21 08:19:02.390755 [ 4 ] {1bdc661a-6a0b-4078-b1c6-486165407e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1202 | 2024.12.21 08:19:02.392025 [ 4 ] {1bdc661a-6a0b-4078-b1c6-486165407e84} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2024.12.21 08:19:02.392070 [ 4 ] {1bdc661a-6a0b-4078-b1c6-486165407e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1204 | 2024.12.21 08:19:02.392508 [ 4 ] {1bdc661a-6a0b-4078-b1c6-486165407e84} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1205 | 2024.12.21 08:19:02.392846 [ 4 ] {1bdc661a-6a0b-4078-b1c6-486165407e84} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2024.12.21 08:19:02.393149 [ 4 ] {1bdc661a-6a0b-4078-b1c6-486165407e84} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002481 sec., 5642.885933091495 rows/sec., 406.21 KiB/sec. | ||
| 1207 | 2024.12.21 08:19:02.393269 [ 4 ] {1bdc661a-6a0b-4078-b1c6-486165407e84} <Debug> TCPHandler: Processed in 0.002792735 sec. | ||
| 1208 | 2024.12.21 08:19:02.393434 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2024.12.21 08:19:02.393559 [ 3 ] {c11e3673-6ca1-4694-b4fc-2638a4be9eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1210 | 2024.12.21 08:19:02.393615 [ 3 ] {c11e3673-6ca1-4694-b4fc-2638a4be9eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1211 | 2024.12.21 08:19:02.394313 [ 3 ] {c11e3673-6ca1-4694-b4fc-2638a4be9eb3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2024.12.21 08:19:02.394356 [ 3 ] {c11e3673-6ca1-4694-b4fc-2638a4be9eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1213 | 2024.12.21 08:19:02.394767 [ 3 ] {c11e3673-6ca1-4694-b4fc-2638a4be9eb3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1214 | 2024.12.21 08:19:02.395010 [ 3 ] {c11e3673-6ca1-4694-b4fc-2638a4be9eb3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2024.12.21 08:19:02.395252 [ 3 ] {c11e3673-6ca1-4694-b4fc-2638a4be9eb3} <Debug> executeQuery: Read 147 rows, 13.59 KiB in 0.001715 sec., 85714.28571428571 rows/sec., 7.74 MiB/sec. | ||
| 1216 | 2024.12.21 08:19:02.395319 [ 3 ] {c11e3673-6ca1-4694-b4fc-2638a4be9eb3} <Debug> TCPHandler: Processed in 0.001947048 sec. | ||
| 1217 | 2024.12.21 08:19:02.395483 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2024.12.21 08:19:02.395609 [ 4 ] {a329b408-1f1f-4da6-a6c9-36f004b3bd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1219 | 2024.12.21 08:19:02.395660 [ 4 ] {a329b408-1f1f-4da6-a6c9-36f004b3bd13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1220 | 2024.12.21 08:19:02.396264 [ 4 ] {a329b408-1f1f-4da6-a6c9-36f004b3bd13} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2024.12.21 08:19:02.396308 [ 4 ] {a329b408-1f1f-4da6-a6c9-36f004b3bd13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1222 | 2024.12.21 08:19:02.396728 [ 4 ] {a329b408-1f1f-4da6-a6c9-36f004b3bd13} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1223 | 2024.12.21 08:19:02.396992 [ 4 ] {a329b408-1f1f-4da6-a6c9-36f004b3bd13} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2024.12.21 08:19:02.397212 [ 4 ] {a329b408-1f1f-4da6-a6c9-36f004b3bd13} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00163 sec., 4294.478527607362 rows/sec., 279.79 KiB/sec. | ||
| 1225 | 2024.12.21 08:19:02.397266 [ 4 ] {a329b408-1f1f-4da6-a6c9-36f004b3bd13} <Debug> TCPHandler: Processed in 0.001849146 sec. | ||
| 1226 | 2024.12.21 08:19:02.397424 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2024.12.21 08:19:02.397548 [ 3 ] {b2ac32ae-b4ba-4491-93ba-70c14674aad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1228 | 2024.12.21 08:19:02.397599 [ 3 ] {b2ac32ae-b4ba-4491-93ba-70c14674aad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1229 | 2024.12.21 08:19:02.398184 [ 3 ] {b2ac32ae-b4ba-4491-93ba-70c14674aad3} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1230 | 2024.12.21 08:19:02.398222 [ 3 ] {b2ac32ae-b4ba-4491-93ba-70c14674aad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1231 | 2024.12.21 08:19:02.398578 [ 3 ] {b2ac32ae-b4ba-4491-93ba-70c14674aad3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1232 | 2024.12.21 08:19:02.398830 [ 3 ] {b2ac32ae-b4ba-4491-93ba-70c14674aad3} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1233 | 2024.12.21 08:19:02.399073 [ 3 ] {b2ac32ae-b4ba-4491-93ba-70c14674aad3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 637.08 KiB/sec. | ||
| 1234 | 2024.12.21 08:19:02.399140 [ 3 ] {b2ac32ae-b4ba-4491-93ba-70c14674aad3} <Debug> TCPHandler: Processed in 0.001775155 sec. | ||
| 1235 | 2024.12.21 08:19:02.399307 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2024.12.21 08:19:02.399426 [ 4 ] {18dfecef-9365-4a18-9ff9-3ee3e6c97e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1237 | 2024.12.21 08:19:02.399473 [ 4 ] {18dfecef-9365-4a18-9ff9-3ee3e6c97e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1238 | 2024.12.21 08:19:02.400140 [ 4 ] {18dfecef-9365-4a18-9ff9-3ee3e6c97e0c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2024.12.21 08:19:02.400200 [ 4 ] {18dfecef-9365-4a18-9ff9-3ee3e6c97e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1240 | 2024.12.21 08:19:02.400589 [ 4 ] {18dfecef-9365-4a18-9ff9-3ee3e6c97e0c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1241 | 2024.12.21 08:19:02.400835 [ 4 ] {18dfecef-9365-4a18-9ff9-3ee3e6c97e0c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2024.12.21 08:19:02.401048 [ 4 ] {18dfecef-9365-4a18-9ff9-3ee3e6c97e0c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001646 sec., 7897.934386391252 rows/sec., 492.43 KiB/sec. | ||
| 1243 | 2024.12.21 08:19:02.401101 [ 4 ] {18dfecef-9365-4a18-9ff9-3ee3e6c97e0c} <Debug> TCPHandler: Processed in 0.001854127 sec. | ||
| 1244 | 2024.12.21 08:19:02.401249 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2024.12.21 08:19:02.401368 [ 3 ] {fbeac980-91d9-4911-a091-f9ff774ad50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1246 | 2024.12.21 08:19:02.401417 [ 3 ] {fbeac980-91d9-4911-a091-f9ff774ad50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1247 | 2024.12.21 08:19:02.402136 [ 3 ] {fbeac980-91d9-4911-a091-f9ff774ad50b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2024.12.21 08:19:02.402174 [ 3 ] {fbeac980-91d9-4911-a091-f9ff774ad50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1249 | 2024.12.21 08:19:02.402565 [ 3 ] {fbeac980-91d9-4911-a091-f9ff774ad50b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1250 | 2024.12.21 08:19:02.402804 [ 3 ] {fbeac980-91d9-4911-a091-f9ff774ad50b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2024.12.21 08:19:02.403044 [ 3 ] {fbeac980-91d9-4911-a091-f9ff774ad50b} <Debug> executeQuery: Read 318 rows, 22.57 KiB in 0.001676 sec., 189737.47016706443 rows/sec., 13.15 MiB/sec. | ||
| 1252 | 2024.12.21 08:19:02.403156 [ 3 ] {fbeac980-91d9-4911-a091-f9ff774ad50b} <Debug> TCPHandler: Processed in 0.001966798 sec. | ||
| 1253 | 2024.12.21 08:19:02.403313 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2024.12.21 08:19:02.403433 [ 4 ] {3869e92a-b457-438d-bdfc-0c52b75200b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1255 | 2024.12.21 08:19:02.403484 [ 4 ] {3869e92a-b457-438d-bdfc-0c52b75200b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1256 | 2024.12.21 08:19:02.403999 [ 4 ] {3869e92a-b457-438d-bdfc-0c52b75200b9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2024.12.21 08:19:02.404040 [ 4 ] {3869e92a-b457-438d-bdfc-0c52b75200b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1258 | 2024.12.21 08:19:02.404453 [ 4 ] {3869e92a-b457-438d-bdfc-0c52b75200b9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1259 | 2024.12.21 08:19:02.404705 [ 4 ] {3869e92a-b457-438d-bdfc-0c52b75200b9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2024.12.21 08:19:02.404963 [ 4 ] {3869e92a-b457-438d-bdfc-0c52b75200b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec. | ||
| 1261 | 2024.12.21 08:19:02.405048 [ 4 ] {3869e92a-b457-438d-bdfc-0c52b75200b9} <Debug> TCPHandler: Processed in 0.001792095 sec. | ||
| 1262 | 2024.12.21 08:19:02.405221 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2024.12.21 08:19:02.405343 [ 3 ] {3d4a4e60-11c9-4075-a982-9eaf2fca3a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1264 | 2024.12.21 08:19:02.405397 [ 3 ] {3d4a4e60-11c9-4075-a982-9eaf2fca3a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1265 | 2024.12.21 08:19:02.405937 [ 3 ] {3d4a4e60-11c9-4075-a982-9eaf2fca3a18} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2024.12.21 08:19:02.405974 [ 3 ] {3d4a4e60-11c9-4075-a982-9eaf2fca3a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1267 | 2024.12.21 08:19:02.406376 [ 3 ] {3d4a4e60-11c9-4075-a982-9eaf2fca3a18} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1268 | 2024.12.21 08:19:02.406642 [ 3 ] {3d4a4e60-11c9-4075-a982-9eaf2fca3a18} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2024.12.21 08:19:02.406867 [ 3 ] {3d4a4e60-11c9-4075-a982-9eaf2fca3a18} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001531 sec., 50293.925538863485 rows/sec., 3.10 MiB/sec. | ||
| 1270 | 2024.12.21 08:19:02.406963 [ 3 ] {3d4a4e60-11c9-4075-a982-9eaf2fca3a18} <Debug> TCPHandler: Processed in 0.001802505 sec. | ||
| 1271 | 2024.12.21 08:19:02.407110 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2024.12.21 08:19:02.407228 [ 4 ] {5ff0e18a-3550-4ac4-a785-afa91f98ee2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1273 | 2024.12.21 08:19:02.407280 [ 4 ] {5ff0e18a-3550-4ac4-a785-afa91f98ee2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1274 | 2024.12.21 08:19:02.407763 [ 4 ] {5ff0e18a-3550-4ac4-a785-afa91f98ee2f} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2024.12.21 08:19:02.407803 [ 4 ] {5ff0e18a-3550-4ac4-a785-afa91f98ee2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1276 | 2024.12.21 08:19:02.408167 [ 4 ] {5ff0e18a-3550-4ac4-a785-afa91f98ee2f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1277 | 2024.12.21 08:19:02.408463 [ 4 ] {5ff0e18a-3550-4ac4-a785-afa91f98ee2f} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2024.12.21 08:19:02.408759 [ 4 ] {5ff0e18a-3550-4ac4-a785-afa91f98ee2f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 44.07 KiB/sec. | ||
| 1279 | 2024.12.21 08:19:02.408839 [ 4 ] {5ff0e18a-3550-4ac4-a785-afa91f98ee2f} <Debug> TCPHandler: Processed in 0.001784276 sec. | ||
| 1280 | 2024.12.21 08:19:02.409001 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1281 | 2024.12.21 08:19:02.409119 [ 3 ] {a143aecd-1c7f-4fb1-ab0d-f242a458a8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1282 | 2024.12.21 08:19:02.409169 [ 3 ] {a143aecd-1c7f-4fb1-ab0d-f242a458a8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1283 | 2024.12.21 08:19:02.409645 [ 3 ] {a143aecd-1c7f-4fb1-ab0d-f242a458a8fc} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1284 | 2024.12.21 08:19:02.409683 [ 3 ] {a143aecd-1c7f-4fb1-ab0d-f242a458a8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1285 | 2024.12.21 08:19:02.410061 [ 3 ] {a143aecd-1c7f-4fb1-ab0d-f242a458a8fc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1286 | 2024.12.21 08:19:02.410298 [ 3 ] {a143aecd-1c7f-4fb1-ab0d-f242a458a8fc} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2024.12.21 08:19:02.410527 [ 3 ] {a143aecd-1c7f-4fb1-ab0d-f242a458a8fc} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001419 sec., 15503.87596899225 rows/sec., 840.30 KiB/sec. | ||
| 1288 | 2024.12.21 08:19:02.410597 [ 3 ] {a143aecd-1c7f-4fb1-ab0d-f242a458a8fc} <Debug> TCPHandler: Processed in 0.001652035 sec. | ||
| 1289 | 2024.12.21 08:19:06.318757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 170 | ||
| 1290 | 2024.12.21 08:19:06.322307 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1291 | 2024.12.21 08:19:06.322368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1292 | 2024.12.21 08:19:06.323941 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1293 | 2024.12.21 08:19:06.324266 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1294 | 2024.12.21 08:19:06.324990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 170 | ||
| 1295 | 2024.12.21 08:19:07.339791 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1296 | 2024.12.21 08:19:07.340012 [ 3 ] {73d712ea-a0d1-4439-9698-647abb92549b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1297 | 2024.12.21 08:19:07.340086 [ 3 ] {73d712ea-a0d1-4439-9698-647abb92549b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1298 | 2024.12.21 08:19:07.340874 [ 3 ] {73d712ea-a0d1-4439-9698-647abb92549b} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1299 | 2024.12.21 08:19:07.340916 [ 3 ] {73d712ea-a0d1-4439-9698-647abb92549b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1300 | 2024.12.21 08:19:07.341347 [ 3 ] {73d712ea-a0d1-4439-9698-647abb92549b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1301 | 2024.12.21 08:19:07.341608 [ 3 ] {73d712ea-a0d1-4439-9698-647abb92549b} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1302 | 2024.12.21 08:19:07.341799 [ 3 ] {73d712ea-a0d1-4439-9698-647abb92549b} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.001849 sec., 23796.64683612764 rows/sec., 2.18 MiB/sec. | ||
| 1303 | 2024.12.21 08:19:07.341854 [ 3 ] {73d712ea-a0d1-4439-9698-647abb92549b} <Debug> TCPHandler: Processed in 0.00221542 sec. | ||
| 1304 | 2024.12.21 08:19:07.342130 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1305 | 2024.12.21 08:19:07.342333 [ 4 ] {05a05adb-7cd0-42b4-8f25-7fc8e31d50b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1306 | 2024.12.21 08:19:07.342412 [ 4 ] {05a05adb-7cd0-42b4-8f25-7fc8e31d50b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1307 | 2024.12.21 08:19:07.343195 [ 4 ] {05a05adb-7cd0-42b4-8f25-7fc8e31d50b2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1308 | 2024.12.21 08:19:07.343250 [ 4 ] {05a05adb-7cd0-42b4-8f25-7fc8e31d50b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1309 | 2024.12.21 08:19:07.343677 [ 4 ] {05a05adb-7cd0-42b4-8f25-7fc8e31d50b2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1310 | 2024.12.21 08:19:07.343935 [ 4 ] {05a05adb-7cd0-42b4-8f25-7fc8e31d50b2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1311 | 2024.12.21 08:19:07.344177 [ 4 ] {05a05adb-7cd0-42b4-8f25-7fc8e31d50b2} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001899 sec., 11585.04476040021 rows/sec., 871.14 KiB/sec. | ||
| 1312 | 2024.12.21 08:19:07.344244 [ 4 ] {05a05adb-7cd0-42b4-8f25-7fc8e31d50b2} <Debug> TCPHandler: Processed in 0.0022503 sec. | ||
| 1313 | 2024.12.21 08:19:07.344424 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1314 | 2024.12.21 08:19:07.344547 [ 3 ] {1f644223-c4a8-48a5-9ead-ef8699f25909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1315 | 2024.12.21 08:19:07.344599 [ 3 ] {1f644223-c4a8-48a5-9ead-ef8699f25909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1316 | 2024.12.21 08:19:07.345203 [ 3 ] {1f644223-c4a8-48a5-9ead-ef8699f25909} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1317 | 2024.12.21 08:19:07.345242 [ 3 ] {1f644223-c4a8-48a5-9ead-ef8699f25909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1318 | 2024.12.21 08:19:07.345611 [ 3 ] {1f644223-c4a8-48a5-9ead-ef8699f25909} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1319 | 2024.12.21 08:19:07.345853 [ 3 ] {1f644223-c4a8-48a5-9ead-ef8699f25909} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1320 | 2024.12.21 08:19:07.346032 [ 3 ] {1f644223-c4a8-48a5-9ead-ef8699f25909} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001507 sec., 14598.5401459854 rows/sec., 1.14 MiB/sec. | ||
| 1321 | 2024.12.21 08:19:07.346089 [ 3 ] {1f644223-c4a8-48a5-9ead-ef8699f25909} <Debug> TCPHandler: Processed in 0.001725735 sec. | ||
| 1322 | 2024.12.21 08:19:07.346274 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1323 | 2024.12.21 08:19:07.346407 [ 4 ] {6690c69c-16af-4762-9fe0-e93436200d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1324 | 2024.12.21 08:19:07.346495 [ 4 ] {6690c69c-16af-4762-9fe0-e93436200d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1325 | 2024.12.21 08:19:07.347672 [ 4 ] {6690c69c-16af-4762-9fe0-e93436200d77} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1326 | 2024.12.21 08:19:07.347715 [ 4 ] {6690c69c-16af-4762-9fe0-e93436200d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1327 | 2024.12.21 08:19:07.348370 [ 4 ] {6690c69c-16af-4762-9fe0-e93436200d77} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1328 | 2024.12.21 08:19:07.348644 [ 4 ] {6690c69c-16af-4762-9fe0-e93436200d77} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1329 | 2024.12.21 08:19:07.348890 [ 4 ] {6690c69c-16af-4762-9fe0-e93436200d77} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002513 sec., 8754.476721050538 rows/sec., 15.69 MiB/sec. | ||
| 1330 | 2024.12.21 08:19:07.348985 [ 4 ] {6690c69c-16af-4762-9fe0-e93436200d77} <Debug> TCPHandler: Processed in 0.002778454 sec. | ||
| 1331 | 2024.12.21 08:19:08.832287 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1332 | 2024.12.21 08:19:08.832897 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1333 | 2024.12.21 08:19:08.832937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1334 | 2024.12.21 08:19:08.833587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1335 | 2024.12.21 08:19:08.833850 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1336 | 2024.12.21 08:19:08.834114 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1337 | 2024.12.21 08:19:09.032741 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1338 | 2024.12.21 08:19:09.051729 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2024.12.21 08:19:09.051790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1340 | 2024.12.21 08:19:09.058767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1341 | 2024.12.21 08:19:09.059503 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2024.12.21 08:19:09.061938 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1343 | 2024.12.21 08:19:10.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.68 MiB, peak 167.70 MiB, free memory in arenas 0.00 B, will set to 164.84 MiB (RSS), difference: 1.16 MiB | ||
| 1344 | 2024.12.21 08:19:12.342382 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2024.12.21 08:19:12.342575 [ 3 ] {79869753-317f-4134-9074-c2cb7e053d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1346 | 2024.12.21 08:19:12.342652 [ 3 ] {79869753-317f-4134-9074-c2cb7e053d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1347 | 2024.12.21 08:19:12.343433 [ 3 ] {79869753-317f-4134-9074-c2cb7e053d8d} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2024.12.21 08:19:12.343486 [ 3 ] {79869753-317f-4134-9074-c2cb7e053d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1349 | 2024.12.21 08:19:12.343931 [ 3 ] {79869753-317f-4134-9074-c2cb7e053d8d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1350 | 2024.12.21 08:19:12.344185 [ 3 ] {79869753-317f-4134-9074-c2cb7e053d8d} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2024.12.21 08:19:12.344449 [ 3 ] {79869753-317f-4134-9074-c2cb7e053d8d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 1352 | 2024.12.21 08:19:12.344621 [ 3 ] {79869753-317f-4134-9074-c2cb7e053d8d} <Debug> TCPHandler: Processed in 0.002369891 sec. | ||
| 1353 | 2024.12.21 08:19:12.344892 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2024.12.21 08:19:12.345085 [ 4 ] {7853410b-9ae9-42ab-a4c5-ee0e745a01b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1355 | 2024.12.21 08:19:12.345161 [ 4 ] {7853410b-9ae9-42ab-a4c5-ee0e745a01b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1356 | 2024.12.21 08:19:12.346003 [ 4 ] {7853410b-9ae9-42ab-a4c5-ee0e745a01b6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2024.12.21 08:19:12.346056 [ 4 ] {7853410b-9ae9-42ab-a4c5-ee0e745a01b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1358 | 2024.12.21 08:19:12.346515 [ 4 ] {7853410b-9ae9-42ab-a4c5-ee0e745a01b6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1359 | 2024.12.21 08:19:12.346774 [ 4 ] {7853410b-9ae9-42ab-a4c5-ee0e745a01b6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2024.12.21 08:19:12.347060 [ 4 ] {7853410b-9ae9-42ab-a4c5-ee0e745a01b6} <Debug> executeQuery: Read 147 rows, 13.59 KiB in 0.002021 sec., 72736.26917367641 rows/sec., 6.57 MiB/sec. | ||
| 1361 | 2024.12.21 08:19:12.347202 [ 4 ] {7853410b-9ae9-42ab-a4c5-ee0e745a01b6} <Debug> TCPHandler: Processed in 0.002441442 sec. | ||
| 1362 | 2024.12.21 08:19:12.347376 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2024.12.21 08:19:12.347500 [ 3 ] {fd0f0ee9-f4e6-4462-8389-4b17a2e762e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1364 | 2024.12.21 08:19:12.347555 [ 3 ] {fd0f0ee9-f4e6-4462-8389-4b17a2e762e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1365 | 2024.12.21 08:19:12.348245 [ 3 ] {fd0f0ee9-f4e6-4462-8389-4b17a2e762e1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2024.12.21 08:19:12.348294 [ 3 ] {fd0f0ee9-f4e6-4462-8389-4b17a2e762e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1367 | 2024.12.21 08:19:12.348709 [ 3 ] {fd0f0ee9-f4e6-4462-8389-4b17a2e762e1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1368 | 2024.12.21 08:19:12.348949 [ 3 ] {fd0f0ee9-f4e6-4462-8389-4b17a2e762e1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1369 | 2024.12.21 08:19:12.349237 [ 3 ] {fd0f0ee9-f4e6-4462-8389-4b17a2e762e1} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001741 sec., 4020.67777139575 rows/sec., 261.95 KiB/sec. | ||
| 1370 | 2024.12.21 08:19:12.349369 [ 3 ] {fd0f0ee9-f4e6-4462-8389-4b17a2e762e1} <Debug> TCPHandler: Processed in 0.002054318 sec. | ||
| 1371 | 2024.12.21 08:19:12.349545 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2024.12.21 08:19:12.349677 [ 4 ] {b1cf7a14-d551-4859-900e-ab31c484abcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1373 | 2024.12.21 08:19:12.349733 [ 4 ] {b1cf7a14-d551-4859-900e-ab31c484abcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1374 | 2024.12.21 08:19:12.350348 [ 4 ] {b1cf7a14-d551-4859-900e-ab31c484abcc} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2024.12.21 08:19:12.350391 [ 4 ] {b1cf7a14-d551-4859-900e-ab31c484abcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1376 | 2024.12.21 08:19:12.350770 [ 4 ] {b1cf7a14-d551-4859-900e-ab31c484abcc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1377 | 2024.12.21 08:19:12.351016 [ 4 ] {b1cf7a14-d551-4859-900e-ab31c484abcc} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1378 | 2024.12.21 08:19:12.351299 [ 4 ] {b1cf7a14-d551-4859-900e-ab31c484abcc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001632 sec., 8578.43137254902 rows/sec., 600.78 KiB/sec. | ||
| 1379 | 2024.12.21 08:19:12.351369 [ 4 ] {b1cf7a14-d551-4859-900e-ab31c484abcc} <Debug> TCPHandler: Processed in 0.001896397 sec. | ||
| 1380 | 2024.12.21 08:19:12.351514 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2024.12.21 08:19:12.351663 [ 3 ] {0445172e-0395-4a01-9352-c8c064221811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1382 | 2024.12.21 08:19:12.351716 [ 3 ] {0445172e-0395-4a01-9352-c8c064221811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1383 | 2024.12.21 08:19:12.352330 [ 3 ] {0445172e-0395-4a01-9352-c8c064221811} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2024.12.21 08:19:12.352371 [ 3 ] {0445172e-0395-4a01-9352-c8c064221811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1385 | 2024.12.21 08:19:12.352738 [ 3 ] {0445172e-0395-4a01-9352-c8c064221811} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1386 | 2024.12.21 08:19:12.352988 [ 3 ] {0445172e-0395-4a01-9352-c8c064221811} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1387 | 2024.12.21 08:19:12.353271 [ 3 ] {0445172e-0395-4a01-9352-c8c064221811} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec. | ||
| 1388 | 2024.12.21 08:19:12.353360 [ 3 ] {0445172e-0395-4a01-9352-c8c064221811} <Debug> TCPHandler: Processed in 0.001904417 sec. | ||
| 1389 | 2024.12.21 08:19:12.353562 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2024.12.21 08:19:12.353687 [ 4 ] {e442b83e-043b-470d-8337-5c90759f1111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1391 | 2024.12.21 08:19:12.353742 [ 4 ] {e442b83e-043b-470d-8337-5c90759f1111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1392 | 2024.12.21 08:19:12.354507 [ 4 ] {e442b83e-043b-470d-8337-5c90759f1111} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2024.12.21 08:19:12.354549 [ 4 ] {e442b83e-043b-470d-8337-5c90759f1111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1394 | 2024.12.21 08:19:12.354936 [ 4 ] {e442b83e-043b-470d-8337-5c90759f1111} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1395 | 2024.12.21 08:19:12.355229 [ 4 ] {e442b83e-043b-470d-8337-5c90759f1111} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1396 | 2024.12.21 08:19:12.355520 [ 4 ] {e442b83e-043b-470d-8337-5c90759f1111} <Debug> executeQuery: Read 318 rows, 22.57 KiB in 0.001841 sec., 172732.21075502445 rows/sec., 11.97 MiB/sec. | ||
| 1397 | 2024.12.21 08:19:12.355685 [ 4 ] {e442b83e-043b-470d-8337-5c90759f1111} <Debug> TCPHandler: Processed in 0.002178949 sec. | ||
| 1398 | 2024.12.21 08:19:12.355850 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1399 | 2024.12.21 08:19:12.355976 [ 3 ] {8badbed3-e7b7-4c71-8d13-0ca6c3e28e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1400 | 2024.12.21 08:19:12.356036 [ 3 ] {8badbed3-e7b7-4c71-8d13-0ca6c3e28e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1401 | 2024.12.21 08:19:12.356557 [ 3 ] {8badbed3-e7b7-4c71-8d13-0ca6c3e28e4b} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2024.12.21 08:19:12.356599 [ 3 ] {8badbed3-e7b7-4c71-8d13-0ca6c3e28e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1403 | 2024.12.21 08:19:12.356989 [ 3 ] {8badbed3-e7b7-4c71-8d13-0ca6c3e28e4b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1404 | 2024.12.21 08:19:12.357243 [ 3 ] {8badbed3-e7b7-4c71-8d13-0ca6c3e28e4b} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1405 | 2024.12.21 08:19:12.357464 [ 3 ] {8badbed3-e7b7-4c71-8d13-0ca6c3e28e4b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 1406 | 2024.12.21 08:19:12.357521 [ 3 ] {8badbed3-e7b7-4c71-8d13-0ca6c3e28e4b} <Debug> TCPHandler: Processed in 0.001728445 sec. | ||
| 1407 | 2024.12.21 08:19:12.357683 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1408 | 2024.12.21 08:19:12.357805 [ 4 ] {cd28899d-cb22-48a5-bea1-898f9243f470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1409 | 2024.12.21 08:19:12.357861 [ 4 ] {cd28899d-cb22-48a5-bea1-898f9243f470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1410 | 2024.12.21 08:19:12.358410 [ 4 ] {cd28899d-cb22-48a5-bea1-898f9243f470} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1411 | 2024.12.21 08:19:12.358452 [ 4 ] {cd28899d-cb22-48a5-bea1-898f9243f470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1412 | 2024.12.21 08:19:12.358840 [ 4 ] {cd28899d-cb22-48a5-bea1-898f9243f470} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1413 | 2024.12.21 08:19:12.359095 [ 4 ] {cd28899d-cb22-48a5-bea1-898f9243f470} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1414 | 2024.12.21 08:19:12.359382 [ 4 ] {cd28899d-cb22-48a5-bea1-898f9243f470} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001576 sec., 48857.86802030457 rows/sec., 3.01 MiB/sec. | ||
| 1415 | 2024.12.21 08:19:12.359470 [ 4 ] {cd28899d-cb22-48a5-bea1-898f9243f470} <Debug> TCPHandler: Processed in 0.001849256 sec. | ||
| 1416 | 2024.12.21 08:19:12.359630 [ 3 ] {} <Trace> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1417 | 2024.12.21 08:19:12.359751 [ 3 ] {d4eebe73-5dce-4a63-a7c9-53287ed3d4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63135) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1418 | 2024.12.21 08:19:12.359808 [ 3 ] {d4eebe73-5dce-4a63-a7c9-53287ed3d4b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1419 | 2024.12.21 08:19:12.360292 [ 3 ] {d4eebe73-5dce-4a63-a7c9-53287ed3d4b5} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1420 | 2024.12.21 08:19:12.360332 [ 3 ] {d4eebe73-5dce-4a63-a7c9-53287ed3d4b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1421 | 2024.12.21 08:19:12.360698 [ 3 ] {d4eebe73-5dce-4a63-a7c9-53287ed3d4b5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1422 | 2024.12.21 08:19:12.360932 [ 3 ] {d4eebe73-5dce-4a63-a7c9-53287ed3d4b5} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1423 | 2024.12.21 08:19:12.361209 [ 3 ] {d4eebe73-5dce-4a63-a7c9-53287ed3d4b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec. | ||
| 1424 | 2024.12.21 08:19:12.361315 [ 3 ] {d4eebe73-5dce-4a63-a7c9-53287ed3d4b5} <Debug> TCPHandler: Processed in 0.001743855 sec. | ||
| 1425 | 2024.12.21 08:19:12.361496 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1426 | 2024.12.21 08:19:12.361612 [ 4 ] {01c0468c-329f-4bf4-8920-771f3629c61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1427 | 2024.12.21 08:19:12.361665 [ 4 ] {01c0468c-329f-4bf4-8920-771f3629c61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1428 | 2024.12.21 08:19:12.362141 [ 4 ] {01c0468c-329f-4bf4-8920-771f3629c61e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2024.12.21 08:19:12.362182 [ 4 ] {01c0468c-329f-4bf4-8920-771f3629c61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1430 | 2024.12.21 08:19:12.362546 [ 4 ] {01c0468c-329f-4bf4-8920-771f3629c61e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1431 | 2024.12.21 08:19:12.362787 [ 4 ] {01c0468c-329f-4bf4-8920-771f3629c61e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1432 | 2024.12.21 08:19:12.363064 [ 4 ] {01c0468c-329f-4bf4-8920-771f3629c61e} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001463 sec., 15037.593984962405 rows/sec., 815.03 KiB/sec. | ||
| 1433 | 2024.12.21 08:19:12.363132 [ 4 ] {01c0468c-329f-4bf4-8920-771f3629c61e} <Debug> TCPHandler: Processed in 0.001695694 sec. | ||
| 1434 | 2024.12.21 08:19:16.264939 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1435 | 2024.12.21 08:19:16.265013 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1436 | 2024.12.21 08:19:16.325460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 198 | ||
| 1437 | 2024.12.21 08:19:16.328507 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1438 | 2024.12.21 08:19:16.328565 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1439 | 2024.12.21 08:19:16.330038 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1440 | 2024.12.21 08:19:16.330343 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1441 | 2024.12.21 08:19:16.330965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 198 | ||
| 1442 | 2024.12.21 08:19:16.334371 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1443 | 2024.12.21 08:19:16.335034 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1444 | 2024.12.21 08:19:16.335079 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1445 | 2024.12.21 08:19:16.335703 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1446 | 2024.12.21 08:19:16.335961 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1447 | 2024.12.21 08:19:16.336205 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1448 | 2024.12.21 08:19:16.562137 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1449 | 2024.12.21 08:19:16.581759 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2024.12.21 08:19:16.581814 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1451 | 2024.12.21 08:19:16.588760 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1452 | 2024.12.21 08:19:16.589516 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2024.12.21 08:19:16.591950 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1454 | 2024.12.21 08:19:16.968453 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1455 | 2024.12.21 08:19:16.968559 [ 3 ] {} <Debug> TCP-Session: 61ec7ba1-eecd-48ba-b2e3-f14225896270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1456 | 2024.12.21 08:19:17.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.36 MiB, peak 169.40 MiB, free memory in arenas 0.00 B, will set to 165.56 MiB (RSS), difference: 2.19 MiB | ||
| 1457 | 2024.12.21 08:19:17.339660 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1458 | 2024.12.21 08:19:17.339855 [ 4 ] {ab30fe49-9d2a-4870-83e8-c41b790c8546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1459 | 2024.12.21 08:19:17.339930 [ 4 ] {ab30fe49-9d2a-4870-83e8-c41b790c8546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1460 | 2024.12.21 08:19:17.340721 [ 4 ] {ab30fe49-9d2a-4870-83e8-c41b790c8546} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1461 | 2024.12.21 08:19:17.340771 [ 4 ] {ab30fe49-9d2a-4870-83e8-c41b790c8546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1462 | 2024.12.21 08:19:17.341216 [ 4 ] {ab30fe49-9d2a-4870-83e8-c41b790c8546} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1463 | 2024.12.21 08:19:17.341473 [ 4 ] {ab30fe49-9d2a-4870-83e8-c41b790c8546} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1464 | 2024.12.21 08:19:17.341665 [ 60 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1465 | 2024.12.21 08:19:17.341732 [ 4 ] {ab30fe49-9d2a-4870-83e8-c41b790c8546} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.001922 sec., 22892.819979188345 rows/sec., 2.09 MiB/sec. | ||
| 1466 | 2024.12.21 08:19:17.341739 [ 60 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1467 | 2024.12.21 08:19:17.341818 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1468 | 2024.12.21 08:19:17.341873 [ 4 ] {ab30fe49-9d2a-4870-83e8-c41b790c8546} <Debug> TCPHandler: Processed in 0.002345051 sec. | ||
| 1469 | 2024.12.21 08:19:17.342304 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1470 | 2024.12.21 08:19:17.342359 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 1471 | 2024.12.21 08:19:17.342719 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1472 | 2024.12.21 08:19:17.342742 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1473 | 2024.12.21 08:19:17.342810 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 43 rows starting from the beginning of the part | ||
| 1474 | 2024.12.21 08:19:17.342869 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1475 | 2024.12.21 08:19:17.343063 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
| 1476 | 2024.12.21 08:19:17.343432 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 147 rows starting from the beginning of the part | ||
| 1477 | 2024.12.21 08:19:17.343696 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part | ||
| 1478 | 2024.12.21 08:19:17.344003 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 147 rows starting from the beginning of the part | ||
| 1479 | 2024.12.21 08:19:17.344372 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part | ||
| 1480 | 2024.12.21 08:19:17.345907 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1481 | 2024.12.21 08:19:17.345978 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1482 | 2024.12.21 08:19:17.347134 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1483 | 2024.12.21 08:19:17.347184 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 469 rows, containing 5 columns (5 merged, 0 gathered) in 0.005247917 sec., 89368.79146526135 rows/sec., 8.45 MiB/sec. | ||
| 1484 | 2024.12.21 08:19:17.347445 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1485 | 2024.12.21 08:19:17.347616 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1486 | 2024.12.21 08:19:17.347879 [ 60 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1487 | 2024.12.21 08:19:17.347960 [ 60 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1488 | 2024.12.21 08:19:17.348041 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1489 | 2024.12.21 08:19:17.348185 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.005579 sec., 3943.3590249148597 rows/sec., 296.52 KiB/sec. | ||
| 1490 | 2024.12.21 08:19:17.348315 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1491 | 2024.12.21 08:19:17.348672 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 1492 | 2024.12.21 08:19:17.348780 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1493 | 2024.12.21 08:19:17.348863 [ 258 ] {aa805b30-a323-4268-82ea-1fef0396db64} <Debug> TCPHandler: Processed in 0.00681291 sec. | ||
| 1494 | 2024.12.21 08:19:17.348923 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_6_1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1495 | 2024.12.21 08:19:17.349297 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1496 | 2024.12.21 08:19:17.349322 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1497 | 2024.12.21 08:19:17.349456 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 1498 | 2024.12.21 08:19:17.349480 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1499 | 2024.12.21 08:19:17.349634 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1500 | 2024.12.21 08:19:17.349946 [ 4 ] {fbad336c-beb9-4c66-9889-70971ad8ea9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1501 | 2024.12.21 08:19:17.350043 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 1502 | 2024.12.21 08:19:17.350086 [ 4 ] {fbad336c-beb9-4c66-9889-70971ad8ea9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1503 | 2024.12.21 08:19:17.350457 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1504 | 2024.12.21 08:19:17.350668 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 1505 | 2024.12.21 08:19:17.350978 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 1506 | 2024.12.21 08:19:17.352751 [ 4 ] {fbad336c-beb9-4c66-9889-70971ad8ea9e} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1507 | 2024.12.21 08:19:17.352825 [ 4 ] {fbad336c-beb9-4c66-9889-70971ad8ea9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1508 | 2024.12.21 08:19:17.353926 [ 4 ] {fbad336c-beb9-4c66-9889-70971ad8ea9e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1509 | 2024.12.21 08:19:17.353982 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 5 columns (5 merged, 0 gathered) in 0.005814192 sec., 17371.28736030733 rows/sec., 1.32 MiB/sec. | ||
| 1510 | 2024.12.21 08:19:17.354175 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1511 | 2024.12.21 08:19:17.354359 [ 4 ] {fbad336c-beb9-4c66-9889-70971ad8ea9e} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1512 | 2024.12.21 08:19:17.354629 [ 60 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1513 | 2024.12.21 08:19:17.354738 [ 60 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1514 | 2024.12.21 08:19:17.354820 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1515 | 2024.12.21 08:19:17.354824 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1516 | 2024.12.21 08:19:17.354962 [ 4 ] {fbad336c-beb9-4c66-9889-70971ad8ea9e} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.005124 sec., 4293.52068696331 rows/sec., 343.82 KiB/sec. | ||
| 1517 | 2024.12.21 08:19:17.355346 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_6_1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1518 | 2024.12.21 08:19:17.355757 [ 4 ] {fbad336c-beb9-4c66-9889-70971ad8ea9e} <Debug> TCPHandler: Processed in 0.006694809 sec. | ||
| 1519 | 2024.12.21 08:19:17.355785 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1520 | 2024.12.21 08:19:17.355897 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 1521 | 2024.12.21 08:19:17.356013 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1522 | 2024.12.21 08:19:17.356061 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1523 | 2024.12.21 08:19:17.356104 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1524 | 2024.12.21 08:19:17.356258 [ 258 ] {61d09180-3411-4e7b-bb35-06f5c0ddbf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1525 | 2024.12.21 08:19:17.356360 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1526 | 2024.12.21 08:19:17.356650 [ 258 ] {61d09180-3411-4e7b-bb35-06f5c0ddbf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1527 | 2024.12.21 08:19:17.356752 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 318 rows starting from the beginning of the part | ||
| 1528 | 2024.12.21 08:19:17.357201 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1529 | 2024.12.21 08:19:17.357570 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 318 rows starting from the beginning of the part | ||
| 1530 | 2024.12.21 08:19:17.357943 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 1531 | 2024.12.21 08:19:17.361401 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 730 rows, containing 5 columns (5 merged, 0 gathered) in 0.006422527 sec., 113662.4260201631 rows/sec., 8.44 MiB/sec. | ||
| 1532 | 2024.12.21 08:19:17.361674 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1533 | 2024.12.21 08:19:17.361907 [ 258 ] {61d09180-3411-4e7b-bb35-06f5c0ddbf62} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1534 | 2024.12.21 08:19:17.361969 [ 258 ] {61d09180-3411-4e7b-bb35-06f5c0ddbf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1535 | 2024.12.21 08:19:17.362278 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1536 | 2024.12.21 08:19:17.362457 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_6_1} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1537 | 2024.12.21 08:19:17.362639 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1538 | 2024.12.21 08:19:17.363086 [ 258 ] {61d09180-3411-4e7b-bb35-06f5c0ddbf62} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1539 | 2024.12.21 08:19:17.363383 [ 258 ] {61d09180-3411-4e7b-bb35-06f5c0ddbf62} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1540 | 2024.12.21 08:19:17.363916 [ 258 ] {61d09180-3411-4e7b-bb35-06f5c0ddbf62} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.007762 sec., 2834.3210512754445 rows/sec., 5.08 MiB/sec. | ||
| 1541 | 2024.12.21 08:19:17.364070 [ 258 ] {61d09180-3411-4e7b-bb35-06f5c0ddbf62} <Debug> TCPHandler: Processed in 0.008153382 sec. | ||
| 1542 | 2024.12.21 08:19:18.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.97 MiB, peak 173.15 MiB, free memory in arenas 0.00 B, will set to 165.69 MiB (RSS), difference: -2.28 MiB | ||
| 1543 | 2024.12.21 08:19:22.343331 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1544 | 2024.12.21 08:19:22.343618 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1545 | 2024.12.21 08:19:22.344068 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1546 | 2024.12.21 08:19:22.344124 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1547 | 2024.12.21 08:19:22.344434 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1548 | 2024.12.21 08:19:22.344536 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1549 | 2024.12.21 08:19:22.344791 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1550 | 2024.12.21 08:19:22.345141 [ 298 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1551 | 2024.12.21 08:19:22.345145 [ 296 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1552 | 2024.12.21 08:19:22.345325 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1553 | 2024.12.21 08:19:22.345362 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1554 | 2024.12.21 08:19:22.349859 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1555 | 2024.12.21 08:19:22.349898 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1556 | 2024.12.21 08:19:22.349965 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1557 | 2024.12.21 08:19:22.350022 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1558 | 2024.12.21 08:19:22.351694 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.008189 sec., 2075.9555501282207 rows/sec., 74.65 KiB/sec. | ||
| 1559 | 2024.12.21 08:19:22.351876 [ 4 ] {e0a3eb71-19af-43a1-8043-00f0a7da042a} <Debug> TCPHandler: Processed in 0.008681266 sec. | ||
| 1560 | 2024.12.21 08:19:22.352379 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1561 | 2024.12.21 08:19:22.352664 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1562 | 2024.12.21 08:19:22.353074 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1563 | 2024.12.21 08:19:22.353121 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1564 | 2024.12.21 08:19:22.353439 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1565 | 2024.12.21 08:19:22.353526 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1566 | 2024.12.21 08:19:22.353710 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1567 | 2024.12.21 08:19:22.353812 [ 296 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1568 | 2024.12.21 08:19:22.353813 [ 299 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1569 | 2024.12.21 08:19:22.353922 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1570 | 2024.12.21 08:19:22.353947 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1571 | 2024.12.21 08:19:22.354037 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1572 | 2024.12.21 08:19:22.354069 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1573 | 2024.12.21 08:19:22.354118 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1574 | 2024.12.21 08:19:22.354166 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1575 | 2024.12.21 08:19:22.355284 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.002735 sec., 6215.722120658135 rows/sec., 223.52 KiB/sec. | ||
| 1576 | 2024.12.21 08:19:22.355442 [ 258 ] {e5c29ccd-ee03-4b78-ba76-8b5d632a2676} <Debug> TCPHandler: Processed in 0.003250059 sec. | ||
| 1577 | 2024.12.21 08:19:22.355827 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1578 | 2024.12.21 08:19:22.356030 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1579 | 2024.12.21 08:19:22.356424 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1580 | 2024.12.21 08:19:22.356468 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1581 | 2024.12.21 08:19:22.356790 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1582 | 2024.12.21 08:19:22.356885 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1583 | 2024.12.21 08:19:22.357048 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1584 | 2024.12.21 08:19:22.357141 [ 299 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1585 | 2024.12.21 08:19:22.357142 [ 296 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1586 | 2024.12.21 08:19:22.357256 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1587 | 2024.12.21 08:19:22.357297 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1588 | 2024.12.21 08:19:22.357400 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1589 | 2024.12.21 08:19:22.357438 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1590 | 2024.12.21 08:19:22.357484 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1591 | 2024.12.21 08:19:22.357533 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1592 | 2024.12.21 08:19:22.358655 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.002717 sec., 6256.900993743099 rows/sec., 225.00 KiB/sec. | ||
| 1593 | 2024.12.21 08:19:22.358834 [ 4 ] {5f89fa37-e514-4ed0-b768-066e17173a4a} <Debug> TCPHandler: Processed in 0.003079737 sec. | ||
| 1594 | 2024.12.21 08:19:22.359146 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1595 | 2024.12.21 08:19:22.359335 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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) | ||
| 1596 | 2024.12.21 08:19:22.359671 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1597 | 2024.12.21 08:19:22.359715 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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 | ||
| 1598 | 2024.12.21 08:19:22.359998 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1599 | 2024.12.21 08:19:22.360076 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1600 | 2024.12.21 08:19:22.360237 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1601 | 2024.12.21 08:19:22.360313 [ 299 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1602 | 2024.12.21 08:19:22.360319 [ 296 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1603 | 2024.12.21 08:19:22.360397 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1604 | 2024.12.21 08:19:22.360423 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1605 | 2024.12.21 08:19:22.360508 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1606 | 2024.12.21 08:19:22.360534 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1607 | 2024.12.21 08:19:22.360578 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))" | ||
| 1608 | 2024.12.21 08:19:22.360628 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))" | ||
| 1609 | 2024.12.21 08:19:22.361738 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.002487 sec., 6835.544833132288 rows/sec., 245.81 KiB/sec. | ||
| 1610 | 2024.12.21 08:19:22.361884 [ 258 ] {0b4a858d-5d78-4562-9e6e-c6a08215f910} <Debug> TCPHandler: Processed in 0.002801415 sec. | ||
| 1611 | 2024.12.21 08:19:22.362364 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1612 | 2024.12.21 08:19:22.362509 [ 4 ] {8777beea-2cbd-4770-9d97-bdee0aa7a2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1613 | 2024.12.21 08:19:22.362569 [ 4 ] {8777beea-2cbd-4770-9d97-bdee0aa7a2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1614 | 2024.12.21 08:19:22.363390 [ 4 ] {8777beea-2cbd-4770-9d97-bdee0aa7a2c0} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1615 | 2024.12.21 08:19:22.363456 [ 4 ] {8777beea-2cbd-4770-9d97-bdee0aa7a2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1616 | 2024.12.21 08:19:22.364031 [ 4 ] {8777beea-2cbd-4770-9d97-bdee0aa7a2c0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1617 | 2024.12.21 08:19:22.364275 [ 4 ] {8777beea-2cbd-4770-9d97-bdee0aa7a2c0} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1618 | 2024.12.21 08:19:22.364540 [ 4 ] {8777beea-2cbd-4770-9d97-bdee0aa7a2c0} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002064 sec., 1937.9844961240312 rows/sec., 246.51 KiB/sec. | ||
| 1619 | 2024.12.21 08:19:22.364726 [ 4 ] {8777beea-2cbd-4770-9d97-bdee0aa7a2c0} <Debug> TCPHandler: Processed in 0.002415291 sec. | ||
| 1620 | 2024.12.21 08:19:22.364897 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1621 | 2024.12.21 08:19:22.365040 [ 258 ] {c38607f1-9984-46cb-8cc8-3bf8fbf3db64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1622 | 2024.12.21 08:19:22.365097 [ 258 ] {c38607f1-9984-46cb-8cc8-3bf8fbf3db64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1623 | 2024.12.21 08:19:22.365749 [ 258 ] {c38607f1-9984-46cb-8cc8-3bf8fbf3db64} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1624 | 2024.12.21 08:19:22.365795 [ 258 ] {c38607f1-9984-46cb-8cc8-3bf8fbf3db64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1625 | 2024.12.21 08:19:22.366224 [ 258 ] {c38607f1-9984-46cb-8cc8-3bf8fbf3db64} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1626 | 2024.12.21 08:19:22.366475 [ 258 ] {c38607f1-9984-46cb-8cc8-3bf8fbf3db64} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1627 | 2024.12.21 08:19:22.366713 [ 258 ] {c38607f1-9984-46cb-8cc8-3bf8fbf3db64} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001708 sec., 8196.721311475409 rows/sec., 590.05 KiB/sec. | ||
| 1628 | 2024.12.21 08:19:22.366799 [ 258 ] {c38607f1-9984-46cb-8cc8-3bf8fbf3db64} <Debug> TCPHandler: Processed in 0.001962077 sec. | ||
| 1629 | 2024.12.21 08:19:22.366980 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1630 | 2024.12.21 08:19:22.367107 [ 4 ] {d20c2e64-5a83-44d5-9bcd-b8495a9cc04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1631 | 2024.12.21 08:19:22.367158 [ 4 ] {d20c2e64-5a83-44d5-9bcd-b8495a9cc04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1632 | 2024.12.21 08:19:22.368081 [ 4 ] {d20c2e64-5a83-44d5-9bcd-b8495a9cc04d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1633 | 2024.12.21 08:19:22.368128 [ 4 ] {d20c2e64-5a83-44d5-9bcd-b8495a9cc04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1634 | 2024.12.21 08:19:22.368536 [ 4 ] {d20c2e64-5a83-44d5-9bcd-b8495a9cc04d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1635 | 2024.12.21 08:19:22.368794 [ 4 ] {d20c2e64-5a83-44d5-9bcd-b8495a9cc04d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1636 | 2024.12.21 08:19:22.369035 [ 4 ] {d20c2e64-5a83-44d5-9bcd-b8495a9cc04d} <Debug> executeQuery: Read 151 rows, 13.92 KiB in 0.001954 sec., 77277.37973387922 rows/sec., 6.96 MiB/sec. | ||
| 1637 | 2024.12.21 08:19:22.369123 [ 4 ] {d20c2e64-5a83-44d5-9bcd-b8495a9cc04d} <Debug> TCPHandler: Processed in 0.002202339 sec. | ||
| 1638 | 2024.12.21 08:19:22.369307 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1639 | 2024.12.21 08:19:22.369441 [ 258 ] {8d532a71-e52b-4152-a64b-856628add483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1640 | 2024.12.21 08:19:22.369498 [ 258 ] {8d532a71-e52b-4152-a64b-856628add483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1641 | 2024.12.21 08:19:22.370156 [ 258 ] {8d532a71-e52b-4152-a64b-856628add483} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1642 | 2024.12.21 08:19:22.370204 [ 258 ] {8d532a71-e52b-4152-a64b-856628add483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1643 | 2024.12.21 08:19:22.370664 [ 258 ] {8d532a71-e52b-4152-a64b-856628add483} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1644 | 2024.12.21 08:19:22.370951 [ 258 ] {8d532a71-e52b-4152-a64b-856628add483} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1645 | 2024.12.21 08:19:22.371162 [ 258 ] {8d532a71-e52b-4152-a64b-856628add483} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001752 sec., 3995.4337899543375 rows/sec., 260.31 KiB/sec. | ||
| 1646 | 2024.12.21 08:19:22.371258 [ 258 ] {8d532a71-e52b-4152-a64b-856628add483} <Debug> TCPHandler: Processed in 0.002013177 sec. | ||
| 1647 | 2024.12.21 08:19:22.371429 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1648 | 2024.12.21 08:19:22.371567 [ 4 ] {1a0b8ec7-f7b9-4222-bc04-eb792aab61f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1649 | 2024.12.21 08:19:22.371618 [ 4 ] {1a0b8ec7-f7b9-4222-bc04-eb792aab61f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1650 | 2024.12.21 08:19:22.372186 [ 4 ] {1a0b8ec7-f7b9-4222-bc04-eb792aab61f4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1651 | 2024.12.21 08:19:22.372225 [ 4 ] {1a0b8ec7-f7b9-4222-bc04-eb792aab61f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1652 | 2024.12.21 08:19:22.372647 [ 4 ] {1a0b8ec7-f7b9-4222-bc04-eb792aab61f4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1653 | 2024.12.21 08:19:22.372898 [ 4 ] {1a0b8ec7-f7b9-4222-bc04-eb792aab61f4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1654 | 2024.12.21 08:19:22.373197 [ 4 ] {1a0b8ec7-f7b9-4222-bc04-eb792aab61f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001625 sec., 8615.384615384615 rows/sec., 603.37 KiB/sec. | ||
| 1655 | 2024.12.21 08:19:22.373300 [ 4 ] {1a0b8ec7-f7b9-4222-bc04-eb792aab61f4} <Debug> TCPHandler: Processed in 0.001929307 sec. | ||
| 1656 | 2024.12.21 08:19:22.373463 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1657 | 2024.12.21 08:19:22.373586 [ 258 ] {fa119ca4-dccd-49ed-87da-5ef4c770f212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1658 | 2024.12.21 08:19:22.373637 [ 258 ] {fa119ca4-dccd-49ed-87da-5ef4c770f212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1659 | 2024.12.21 08:19:22.374240 [ 258 ] {fa119ca4-dccd-49ed-87da-5ef4c770f212} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1660 | 2024.12.21 08:19:22.374280 [ 258 ] {fa119ca4-dccd-49ed-87da-5ef4c770f212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1661 | 2024.12.21 08:19:22.374646 [ 258 ] {fa119ca4-dccd-49ed-87da-5ef4c770f212} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1662 | 2024.12.21 08:19:22.374891 [ 258 ] {fa119ca4-dccd-49ed-87da-5ef4c770f212} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1663 | 2024.12.21 08:19:22.375089 [ 258 ] {fa119ca4-dccd-49ed-87da-5ef4c770f212} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 1664 | 2024.12.21 08:19:22.375147 [ 258 ] {fa119ca4-dccd-49ed-87da-5ef4c770f212} <Debug> TCPHandler: Processed in 0.001742676 sec. | ||
| 1665 | 2024.12.21 08:19:22.375312 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1666 | 2024.12.21 08:19:22.375439 [ 4 ] {48f1d738-5f3a-47d9-875c-70990f462ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1667 | 2024.12.21 08:19:22.375490 [ 4 ] {48f1d738-5f3a-47d9-875c-70990f462ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1668 | 2024.12.21 08:19:22.376204 [ 4 ] {48f1d738-5f3a-47d9-875c-70990f462ec8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1669 | 2024.12.21 08:19:22.376247 [ 4 ] {48f1d738-5f3a-47d9-875c-70990f462ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1670 | 2024.12.21 08:19:22.376667 [ 4 ] {48f1d738-5f3a-47d9-875c-70990f462ec8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1671 | 2024.12.21 08:19:22.376916 [ 4 ] {48f1d738-5f3a-47d9-875c-70990f462ec8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2024.12.21 08:19:22.377222 [ 4 ] {48f1d738-5f3a-47d9-875c-70990f462ec8} <Debug> executeQuery: Read 326 rows, 23.21 KiB in 0.001785 sec., 182633.05322128852 rows/sec., 12.70 MiB/sec. | ||
| 1673 | 2024.12.21 08:19:22.377324 [ 4 ] {48f1d738-5f3a-47d9-875c-70990f462ec8} <Debug> TCPHandler: Processed in 0.002070879 sec. | ||
| 1674 | 2024.12.21 08:19:22.377494 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2024.12.21 08:19:22.377637 [ 258 ] {7999bb57-c0b1-4ded-8226-a84b8c1efdfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1676 | 2024.12.21 08:19:22.377701 [ 258 ] {7999bb57-c0b1-4ded-8226-a84b8c1efdfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1677 | 2024.12.21 08:19:22.378235 [ 258 ] {7999bb57-c0b1-4ded-8226-a84b8c1efdfc} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1678 | 2024.12.21 08:19:22.378282 [ 258 ] {7999bb57-c0b1-4ded-8226-a84b8c1efdfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1679 | 2024.12.21 08:19:22.378664 [ 258 ] {7999bb57-c0b1-4ded-8226-a84b8c1efdfc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1680 | 2024.12.21 08:19:22.378910 [ 258 ] {7999bb57-c0b1-4ded-8226-a84b8c1efdfc} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1681 | 2024.12.21 08:19:22.379096 [ 258 ] {7999bb57-c0b1-4ded-8226-a84b8c1efdfc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 1682 | 2024.12.21 08:19:22.379154 [ 258 ] {7999bb57-c0b1-4ded-8226-a84b8c1efdfc} <Debug> TCPHandler: Processed in 0.001730785 sec. | ||
| 1683 | 2024.12.21 08:19:22.379313 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1684 | 2024.12.21 08:19:22.379439 [ 4 ] {2fd95dd2-c6bb-46de-b2c2-5fa15e20d111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1685 | 2024.12.21 08:19:22.379492 [ 4 ] {2fd95dd2-c6bb-46de-b2c2-5fa15e20d111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1686 | 2024.12.21 08:19:22.380040 [ 4 ] {2fd95dd2-c6bb-46de-b2c2-5fa15e20d111} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1687 | 2024.12.21 08:19:22.380080 [ 4 ] {2fd95dd2-c6bb-46de-b2c2-5fa15e20d111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1688 | 2024.12.21 08:19:22.380465 [ 4 ] {2fd95dd2-c6bb-46de-b2c2-5fa15e20d111} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1689 | 2024.12.21 08:19:22.380703 [ 4 ] {2fd95dd2-c6bb-46de-b2c2-5fa15e20d111} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1690 | 2024.12.21 08:19:22.380938 [ 4 ] {2fd95dd2-c6bb-46de-b2c2-5fa15e20d111} <Debug> executeQuery: Read 81 rows, 5.16 KiB in 0.001526 sec., 53079.94757536042 rows/sec., 3.30 MiB/sec. | ||
| 1691 | 2024.12.21 08:19:22.381115 [ 4 ] {2fd95dd2-c6bb-46de-b2c2-5fa15e20d111} <Debug> TCPHandler: Processed in 0.001858866 sec. | ||
| 1692 | 2024.12.21 08:19:22.381301 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2024.12.21 08:19:22.381422 [ 258 ] {de1e8722-26b0-4d0b-9aaa-8661e3066cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1694 | 2024.12.21 08:19:22.381475 [ 258 ] {de1e8722-26b0-4d0b-9aaa-8661e3066cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1695 | 2024.12.21 08:19:22.381963 [ 258 ] {de1e8722-26b0-4d0b-9aaa-8661e3066cbc} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1696 | 2024.12.21 08:19:22.382008 [ 258 ] {de1e8722-26b0-4d0b-9aaa-8661e3066cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1697 | 2024.12.21 08:19:22.382381 [ 258 ] {de1e8722-26b0-4d0b-9aaa-8661e3066cbc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1698 | 2024.12.21 08:19:22.382616 [ 258 ] {de1e8722-26b0-4d0b-9aaa-8661e3066cbc} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1699 | 2024.12.21 08:19:22.382859 [ 258 ] {de1e8722-26b0-4d0b-9aaa-8661e3066cbc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 1700 | 2024.12.21 08:19:22.382972 [ 258 ] {de1e8722-26b0-4d0b-9aaa-8661e3066cbc} <Debug> TCPHandler: Processed in 0.001726075 sec. | ||
| 1701 | 2024.12.21 08:19:22.383138 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2024.12.21 08:19:22.383262 [ 4 ] {a535ad55-c3c8-4385-9edc-ca375becd031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1703 | 2024.12.21 08:19:22.383315 [ 4 ] {a535ad55-c3c8-4385-9edc-ca375becd031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1704 | 2024.12.21 08:19:22.383873 [ 4 ] {a535ad55-c3c8-4385-9edc-ca375becd031} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1705 | 2024.12.21 08:19:22.383915 [ 4 ] {a535ad55-c3c8-4385-9edc-ca375becd031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1706 | 2024.12.21 08:19:22.384278 [ 4 ] {a535ad55-c3c8-4385-9edc-ca375becd031} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1707 | 2024.12.21 08:19:22.384541 [ 4 ] {a535ad55-c3c8-4385-9edc-ca375becd031} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1708 | 2024.12.21 08:19:22.384749 [ 4 ] {a535ad55-c3c8-4385-9edc-ca375becd031} <Debug> executeQuery: Read 26 rows, 1.44 KiB in 0.001512 sec., 17195.767195767196 rows/sec., 955.25 KiB/sec. | ||
| 1709 | 2024.12.21 08:19:22.384806 [ 4 ] {a535ad55-c3c8-4385-9edc-ca375becd031} <Debug> TCPHandler: Processed in 0.001740356 sec. | ||
| 1710 | 2024.12.21 08:19:23.836458 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1711 | 2024.12.21 08:19:23.837075 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1712 | 2024.12.21 08:19:23.837130 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1713 | 2024.12.21 08:19:23.837680 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1714 | 2024.12.21 08:19:23.837938 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1715 | 2024.12.21 08:19:23.838205 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1716 | 2024.12.21 08:19:24.092149 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1717 | 2024.12.21 08:19:24.111237 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1718 | 2024.12.21 08:19:24.111303 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1719 | 2024.12.21 08:19:24.118119 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1720 | 2024.12.21 08:19:24.118892 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1721 | 2024.12.21 08:19:24.121641 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1722 | 2024.12.21 08:19:26.331302 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 236 | ||
| 1723 | 2024.12.21 08:19:26.334456 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2024.12.21 08:19:26.334508 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1725 | 2024.12.21 08:19:26.336009 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1726 | 2024.12.21 08:19:26.336329 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2024.12.21 08:19:26.337618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 236 | ||
| 1728 | 2024.12.21 08:19:27.340892 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1729 | 2024.12.21 08:19:27.341078 [ 4 ] {6e6bebba-3942-48f4-a99e-8543c4b73e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1730 | 2024.12.21 08:19:27.341153 [ 4 ] {6e6bebba-3942-48f4-a99e-8543c4b73e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1731 | 2024.12.21 08:19:27.341985 [ 4 ] {6e6bebba-3942-48f4-a99e-8543c4b73e23} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1732 | 2024.12.21 08:19:27.342039 [ 4 ] {6e6bebba-3942-48f4-a99e-8543c4b73e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1733 | 2024.12.21 08:19:27.342476 [ 4 ] {6e6bebba-3942-48f4-a99e-8543c4b73e23} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1734 | 2024.12.21 08:19:27.342729 [ 4 ] {6e6bebba-3942-48f4-a99e-8543c4b73e23} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1735 | 2024.12.21 08:19:27.342934 [ 4 ] {6e6bebba-3942-48f4-a99e-8543c4b73e23} <Debug> executeQuery: Read 48 rows, 4.46 KiB in 0.00187 sec., 25668.449197860962 rows/sec., 2.33 MiB/sec. | ||
| 1736 | 2024.12.21 08:19:27.343001 [ 4 ] {6e6bebba-3942-48f4-a99e-8543c4b73e23} <Debug> TCPHandler: Processed in 0.002218579 sec. | ||
| 1737 | 2024.12.21 08:19:27.343272 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1738 | 2024.12.21 08:19:27.343470 [ 258 ] {ec457636-9418-4f27-a4c8-851f486bf70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1739 | 2024.12.21 08:19:27.343546 [ 258 ] {ec457636-9418-4f27-a4c8-851f486bf70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1740 | 2024.12.21 08:19:27.344338 [ 258 ] {ec457636-9418-4f27-a4c8-851f486bf70d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1741 | 2024.12.21 08:19:27.344393 [ 258 ] {ec457636-9418-4f27-a4c8-851f486bf70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1742 | 2024.12.21 08:19:27.344832 [ 258 ] {ec457636-9418-4f27-a4c8-851f486bf70d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1743 | 2024.12.21 08:19:27.345094 [ 258 ] {ec457636-9418-4f27-a4c8-851f486bf70d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1744 | 2024.12.21 08:19:27.345404 [ 258 ] {ec457636-9418-4f27-a4c8-851f486bf70d} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001967 sec., 11184.544992374174 rows/sec., 841.03 KiB/sec. | ||
| 1745 | 2024.12.21 08:19:27.345541 [ 258 ] {ec457636-9418-4f27-a4c8-851f486bf70d} <Debug> TCPHandler: Processed in 0.002401761 sec. | ||
| 1746 | 2024.12.21 08:19:27.345722 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1747 | 2024.12.21 08:19:27.345852 [ 4 ] {633cd4c8-f14c-4b54-b4b5-bac483eb4a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1748 | 2024.12.21 08:19:27.345908 [ 4 ] {633cd4c8-f14c-4b54-b4b5-bac483eb4a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1749 | 2024.12.21 08:19:27.346523 [ 4 ] {633cd4c8-f14c-4b54-b4b5-bac483eb4a82} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1750 | 2024.12.21 08:19:27.346564 [ 4 ] {633cd4c8-f14c-4b54-b4b5-bac483eb4a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1751 | 2024.12.21 08:19:27.346961 [ 4 ] {633cd4c8-f14c-4b54-b4b5-bac483eb4a82} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1752 | 2024.12.21 08:19:27.347217 [ 4 ] {633cd4c8-f14c-4b54-b4b5-bac483eb4a82} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1753 | 2024.12.21 08:19:27.347406 [ 4 ] {633cd4c8-f14c-4b54-b4b5-bac483eb4a82} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001584 sec., 18939.39393939394 rows/sec., 1.48 MiB/sec. | ||
| 1754 | 2024.12.21 08:19:27.347465 [ 4 ] {633cd4c8-f14c-4b54-b4b5-bac483eb4a82} <Debug> TCPHandler: Processed in 0.001803576 sec. | ||
| 1755 | 2024.12.21 08:19:27.347633 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1756 | 2024.12.21 08:19:27.347766 [ 258 ] {643cddef-272f-4111-810f-e7acde445c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1757 | 2024.12.21 08:19:27.347824 [ 258 ] {643cddef-272f-4111-810f-e7acde445c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1758 | 2024.12.21 08:19:27.348396 [ 258 ] {643cddef-272f-4111-810f-e7acde445c29} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1759 | 2024.12.21 08:19:27.348441 [ 258 ] {643cddef-272f-4111-810f-e7acde445c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1760 | 2024.12.21 08:19:27.348831 [ 258 ] {643cddef-272f-4111-810f-e7acde445c29} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1761 | 2024.12.21 08:19:27.349078 [ 258 ] {643cddef-272f-4111-810f-e7acde445c29} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1762 | 2024.12.21 08:19:27.349316 [ 258 ] {643cddef-272f-4111-810f-e7acde445c29} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001574 sec., 6353.240152477763 rows/sec., 483.94 KiB/sec. | ||
| 1763 | 2024.12.21 08:19:27.349391 [ 258 ] {643cddef-272f-4111-810f-e7acde445c29} <Debug> TCPHandler: Processed in 0.001819026 sec. | ||
| 1764 | 2024.12.21 08:19:27.349571 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1765 | 2024.12.21 08:19:27.349701 [ 4 ] {b6075e61-e694-4f76-a98f-9f4f1ae97510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1766 | 2024.12.21 08:19:27.349784 [ 4 ] {b6075e61-e694-4f76-a98f-9f4f1ae97510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1767 | 2024.12.21 08:19:27.350970 [ 4 ] {b6075e61-e694-4f76-a98f-9f4f1ae97510} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1768 | 2024.12.21 08:19:27.351010 [ 4 ] {b6075e61-e694-4f76-a98f-9f4f1ae97510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1769 | 2024.12.21 08:19:27.351659 [ 4 ] {b6075e61-e694-4f76-a98f-9f4f1ae97510} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1770 | 2024.12.21 08:19:27.351923 [ 4 ] {b6075e61-e694-4f76-a98f-9f4f1ae97510} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1771 | 2024.12.21 08:19:27.352150 [ 4 ] {b6075e61-e694-4f76-a98f-9f4f1ae97510} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002475 sec., 8888.888888888889 rows/sec., 15.93 MiB/sec. | ||
| 1772 | 2024.12.21 08:19:27.352268 [ 4 ] {b6075e61-e694-4f76-a98f-9f4f1ae97510} <Debug> TCPHandler: Processed in 0.002755874 sec. | ||
| 1773 | 2024.12.21 08:19:27.352453 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1774 | 2024.12.21 08:19:27.352597 [ 258 ] {2f035aba-0696-49c7-8197-84850896924b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1775 | 2024.12.21 08:19:27.352652 [ 258 ] {2f035aba-0696-49c7-8197-84850896924b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1776 | 2024.12.21 08:19:27.353152 [ 258 ] {2f035aba-0696-49c7-8197-84850896924b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1777 | 2024.12.21 08:19:27.353192 [ 258 ] {2f035aba-0696-49c7-8197-84850896924b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1778 | 2024.12.21 08:19:27.353593 [ 258 ] {2f035aba-0696-49c7-8197-84850896924b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1779 | 2024.12.21 08:19:27.353834 [ 258 ] {2f035aba-0696-49c7-8197-84850896924b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1780 | 2024.12.21 08:19:27.354086 [ 258 ] {2f035aba-0696-49c7-8197-84850896924b} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001509 sec., 6626.905235255136 rows/sec., 417.42 KiB/sec. | ||
| 1781 | 2024.12.21 08:19:27.354243 [ 258 ] {2f035aba-0696-49c7-8197-84850896924b} <Debug> TCPHandler: Processed in 0.001847136 sec. | ||
| 1782 | 2024.12.21 08:19:31.265256 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1783 | 2024.12.21 08:19:31.265317 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1784 | 2024.12.21 08:19:31.338440 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 1785 | 2024.12.21 08:19:31.339093 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1786 | 2024.12.21 08:19:31.339141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1787 | 2024.12.21 08:19:31.339677 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1788 | 2024.12.21 08:19:31.339942 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1789 | 2024.12.21 08:19:31.340190 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1790 | 2024.12.21 08:19:31.621832 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1791 | 2024.12.21 08:19:31.642066 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2024.12.21 08:19:31.642128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1793 | 2024.12.21 08:19:31.649316 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1794 | 2024.12.21 08:19:31.650091 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2024.12.21 08:19:31.652739 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1796 | 2024.12.21 08:19:32.344045 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2024.12.21 08:19:32.344233 [ 4 ] {69862d10-339f-4e15-a254-b9c05b90727e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1798 | 2024.12.21 08:19:32.344304 [ 4 ] {69862d10-339f-4e15-a254-b9c05b90727e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1799 | 2024.12.21 08:19:32.345048 [ 4 ] {69862d10-339f-4e15-a254-b9c05b90727e} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2024.12.21 08:19:32.345097 [ 4 ] {69862d10-339f-4e15-a254-b9c05b90727e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1801 | 2024.12.21 08:19:32.345522 [ 4 ] {69862d10-339f-4e15-a254-b9c05b90727e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1802 | 2024.12.21 08:19:32.345777 [ 4 ] {69862d10-339f-4e15-a254-b9c05b90727e} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2024.12.21 08:19:32.345997 [ 4 ] {69862d10-339f-4e15-a254-b9c05b90727e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec. | ||
| 1804 | 2024.12.21 08:19:32.346054 [ 4 ] {69862d10-339f-4e15-a254-b9c05b90727e} <Debug> TCPHandler: Processed in 0.002140088 sec. | ||
| 1805 | 2024.12.21 08:19:32.346326 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2024.12.21 08:19:32.346517 [ 258 ] {32884d28-e504-469a-9b71-23c4da95b339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1807 | 2024.12.21 08:19:32.346591 [ 258 ] {32884d28-e504-469a-9b71-23c4da95b339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1808 | 2024.12.21 08:19:32.347471 [ 258 ] {32884d28-e504-469a-9b71-23c4da95b339} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2024.12.21 08:19:32.347517 [ 258 ] {32884d28-e504-469a-9b71-23c4da95b339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1810 | 2024.12.21 08:19:32.347968 [ 258 ] {32884d28-e504-469a-9b71-23c4da95b339} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1811 | 2024.12.21 08:19:32.348221 [ 258 ] {32884d28-e504-469a-9b71-23c4da95b339} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2024.12.21 08:19:32.348480 [ 258 ] {32884d28-e504-469a-9b71-23c4da95b339} <Debug> executeQuery: Read 167 rows, 15.51 KiB in 0.002009 sec., 83125.93330014934 rows/sec., 7.54 MiB/sec. | ||
| 1813 | 2024.12.21 08:19:32.348678 [ 258 ] {32884d28-e504-469a-9b71-23c4da95b339} <Debug> TCPHandler: Processed in 0.002480711 sec. | ||
| 1814 | 2024.12.21 08:19:32.348862 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1815 | 2024.12.21 08:19:32.348983 [ 4 ] {226c98e9-2c14-427a-bfff-5f0065dbaa46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1816 | 2024.12.21 08:19:32.349033 [ 4 ] {226c98e9-2c14-427a-bfff-5f0065dbaa46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1817 | 2024.12.21 08:19:32.349643 [ 4 ] {226c98e9-2c14-427a-bfff-5f0065dbaa46} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2024.12.21 08:19:32.349683 [ 4 ] {226c98e9-2c14-427a-bfff-5f0065dbaa46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1819 | 2024.12.21 08:19:32.350055 [ 4 ] {226c98e9-2c14-427a-bfff-5f0065dbaa46} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1820 | 2024.12.21 08:19:32.350301 [ 4 ] {226c98e9-2c14-427a-bfff-5f0065dbaa46} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2024.12.21 08:19:32.350555 [ 4 ] {226c98e9-2c14-427a-bfff-5f0065dbaa46} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001597 sec., 9392.61114589856 rows/sec., 662.25 KiB/sec. | ||
| 1822 | 2024.12.21 08:19:32.350707 [ 4 ] {226c98e9-2c14-427a-bfff-5f0065dbaa46} <Debug> TCPHandler: Processed in 0.001903977 sec. | ||
| 1823 | 2024.12.21 08:19:32.350889 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1824 | 2024.12.21 08:19:32.351016 [ 258 ] {92ab69d1-3f7b-4a6b-937c-eaab4160bb82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1825 | 2024.12.21 08:19:32.351067 [ 258 ] {92ab69d1-3f7b-4a6b-937c-eaab4160bb82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1826 | 2024.12.21 08:19:32.351699 [ 258 ] {92ab69d1-3f7b-4a6b-937c-eaab4160bb82} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1827 | 2024.12.21 08:19:32.351739 [ 258 ] {92ab69d1-3f7b-4a6b-937c-eaab4160bb82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1828 | 2024.12.21 08:19:32.352095 [ 258 ] {92ab69d1-3f7b-4a6b-937c-eaab4160bb82} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1829 | 2024.12.21 08:19:32.352343 [ 258 ] {92ab69d1-3f7b-4a6b-937c-eaab4160bb82} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1830 | 2024.12.21 08:19:32.352642 [ 258 ] {92ab69d1-3f7b-4a6b-937c-eaab4160bb82} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001634 sec., 8567.931456548347 rows/sec., 600.04 KiB/sec. | ||
| 1831 | 2024.12.21 08:19:32.352782 [ 258 ] {92ab69d1-3f7b-4a6b-937c-eaab4160bb82} <Debug> TCPHandler: Processed in 0.001950257 sec. | ||
| 1832 | 2024.12.21 08:19:32.352946 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1833 | 2024.12.21 08:19:32.353084 [ 4 ] {c49afe6d-eb3a-4473-8272-faa11c7214f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1834 | 2024.12.21 08:19:32.353141 [ 4 ] {c49afe6d-eb3a-4473-8272-faa11c7214f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1835 | 2024.12.21 08:19:32.353757 [ 4 ] {c49afe6d-eb3a-4473-8272-faa11c7214f1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1836 | 2024.12.21 08:19:32.353796 [ 4 ] {c49afe6d-eb3a-4473-8272-faa11c7214f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1837 | 2024.12.21 08:19:32.354146 [ 4 ] {c49afe6d-eb3a-4473-8272-faa11c7214f1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1838 | 2024.12.21 08:19:32.354379 [ 4 ] {c49afe6d-eb3a-4473-8272-faa11c7214f1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1839 | 2024.12.21 08:19:32.354589 [ 4 ] {c49afe6d-eb3a-4473-8272-faa11c7214f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001535 sec., 8469.055374592834 rows/sec., 528.04 KiB/sec. | ||
| 1840 | 2024.12.21 08:19:32.354644 [ 4 ] {c49afe6d-eb3a-4473-8272-faa11c7214f1} <Debug> TCPHandler: Processed in 0.001763456 sec. | ||
| 1841 | 2024.12.21 08:19:32.354816 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2024.12.21 08:19:32.354957 [ 258 ] {726b8b29-9f74-49e1-bdbc-d08d707ae379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1843 | 2024.12.21 08:19:32.355008 [ 258 ] {726b8b29-9f74-49e1-bdbc-d08d707ae379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1844 | 2024.12.21 08:19:32.355778 [ 258 ] {726b8b29-9f74-49e1-bdbc-d08d707ae379} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2024.12.21 08:19:32.355820 [ 258 ] {726b8b29-9f74-49e1-bdbc-d08d707ae379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1846 | 2024.12.21 08:19:32.356276 [ 258 ] {726b8b29-9f74-49e1-bdbc-d08d707ae379} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1847 | 2024.12.21 08:19:32.356518 [ 258 ] {726b8b29-9f74-49e1-bdbc-d08d707ae379} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2024.12.21 08:19:32.356785 [ 258 ] {726b8b29-9f74-49e1-bdbc-d08d707ae379} <Debug> executeQuery: Read 334 rows, 23.85 KiB in 0.001851 sec., 180443.0037817396 rows/sec., 12.58 MiB/sec. | ||
| 1849 | 2024.12.21 08:19:32.356956 [ 258 ] {726b8b29-9f74-49e1-bdbc-d08d707ae379} <Debug> TCPHandler: Processed in 0.002197629 sec. | ||
| 1850 | 2024.12.21 08:19:32.357121 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1851 | 2024.12.21 08:19:32.357247 [ 4 ] {a90686b7-4173-4c7f-8c3a-37aeb1013763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1852 | 2024.12.21 08:19:32.357298 [ 4 ] {a90686b7-4173-4c7f-8c3a-37aeb1013763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1853 | 2024.12.21 08:19:32.357789 [ 4 ] {a90686b7-4173-4c7f-8c3a-37aeb1013763} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1854 | 2024.12.21 08:19:32.357826 [ 4 ] {a90686b7-4173-4c7f-8c3a-37aeb1013763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1855 | 2024.12.21 08:19:32.358188 [ 4 ] {a90686b7-4173-4c7f-8c3a-37aeb1013763} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1856 | 2024.12.21 08:19:32.358429 [ 4 ] {a90686b7-4173-4c7f-8c3a-37aeb1013763} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1857 | 2024.12.21 08:19:32.358638 [ 4 ] {a90686b7-4173-4c7f-8c3a-37aeb1013763} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 221.54 KiB/sec. | ||
| 1858 | 2024.12.21 08:19:32.358687 [ 4 ] {a90686b7-4173-4c7f-8c3a-37aeb1013763} <Debug> TCPHandler: Processed in 0.001622095 sec. | ||
| 1859 | 2024.12.21 08:19:32.358844 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1860 | 2024.12.21 08:19:32.358969 [ 258 ] {9e6ac6f3-ba49-475b-be33-e19c9a322ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1861 | 2024.12.21 08:19:32.359024 [ 258 ] {9e6ac6f3-ba49-475b-be33-e19c9a322ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1862 | 2024.12.21 08:19:32.359596 [ 258 ] {9e6ac6f3-ba49-475b-be33-e19c9a322ffd} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1863 | 2024.12.21 08:19:32.359637 [ 258 ] {9e6ac6f3-ba49-475b-be33-e19c9a322ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1864 | 2024.12.21 08:19:32.360036 [ 258 ] {9e6ac6f3-ba49-475b-be33-e19c9a322ffd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1865 | 2024.12.21 08:19:32.360291 [ 258 ] {9e6ac6f3-ba49-475b-be33-e19c9a322ffd} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1866 | 2024.12.21 08:19:32.360515 [ 258 ] {9e6ac6f3-ba49-475b-be33-e19c9a322ffd} <Debug> executeQuery: Read 87 rows, 5.62 KiB in 0.00157 sec., 55414.012738853504 rows/sec., 3.49 MiB/sec. | ||
| 1867 | 2024.12.21 08:19:32.360573 [ 258 ] {9e6ac6f3-ba49-475b-be33-e19c9a322ffd} <Debug> TCPHandler: Processed in 0.001788335 sec. | ||
| 1868 | 2024.12.21 08:19:32.360736 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2024.12.21 08:19:32.360854 [ 4 ] {65ef0b30-ef45-4170-b70c-5bb14cfd71cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1870 | 2024.12.21 08:19:32.360905 [ 4 ] {65ef0b30-ef45-4170-b70c-5bb14cfd71cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1871 | 2024.12.21 08:19:32.361373 [ 4 ] {65ef0b30-ef45-4170-b70c-5bb14cfd71cd} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1872 | 2024.12.21 08:19:32.361412 [ 4 ] {65ef0b30-ef45-4170-b70c-5bb14cfd71cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1873 | 2024.12.21 08:19:32.361766 [ 4 ] {65ef0b30-ef45-4170-b70c-5bb14cfd71cd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1874 | 2024.12.21 08:19:32.362008 [ 4 ] {65ef0b30-ef45-4170-b70c-5bb14cfd71cd} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1875 | 2024.12.21 08:19:32.362277 [ 4 ] {65ef0b30-ef45-4170-b70c-5bb14cfd71cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec. | ||
| 1876 | 2024.12.21 08:19:32.362403 [ 4 ] {65ef0b30-ef45-4170-b70c-5bb14cfd71cd} <Debug> TCPHandler: Processed in 0.001721776 sec. | ||
| 1877 | 2024.12.21 08:19:32.362572 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1878 | 2024.12.21 08:19:32.362728 [ 258 ] {31459b72-b9f4-426f-ad60-cfc86734d456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1879 | 2024.12.21 08:19:32.362828 [ 258 ] {31459b72-b9f4-426f-ad60-cfc86734d456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1880 | 2024.12.21 08:19:32.364043 [ 258 ] {31459b72-b9f4-426f-ad60-cfc86734d456} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2024.12.21 08:19:32.364085 [ 258 ] {31459b72-b9f4-426f-ad60-cfc86734d456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1882 | 2024.12.21 08:19:32.364733 [ 258 ] {31459b72-b9f4-426f-ad60-cfc86734d456} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1883 | 2024.12.21 08:19:32.364993 [ 258 ] {31459b72-b9f4-426f-ad60-cfc86734d456} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2024.12.21 08:19:32.365171 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1885 | 2024.12.21 08:19:32.365254 [ 258 ] {31459b72-b9f4-426f-ad60-cfc86734d456} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00256 sec., 3124.9999999999995 rows/sec., 5.60 MiB/sec. | ||
| 1886 | 2024.12.21 08:19:32.365261 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2024.12.21 08:19:32.365338 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1888 | 2024.12.21 08:19:32.365583 [ 258 ] {31459b72-b9f4-426f-ad60-cfc86734d456} <Debug> TCPHandler: Processed in 0.003076476 sec. | ||
| 1889 | 2024.12.21 08:19:32.365590 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 1890 | 2024.12.21 08:19:32.365781 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1891 | 2024.12.21 08:19:32.366022 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1892 | 2024.12.21 08:19:32.366046 [ 4 ] {f836b746-dc75-4f12-9186-9243e2ef3fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1893 | 2024.12.21 08:19:32.366155 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 1894 | 2024.12.21 08:19:32.366175 [ 4 ] {f836b746-dc75-4f12-9186-9243e2ef3fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1895 | 2024.12.21 08:19:32.366972 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1896 | 2024.12.21 08:19:32.367876 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 1897 | 2024.12.21 08:19:32.368510 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 1898 | 2024.12.21 08:19:32.369283 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
| 1899 | 2024.12.21 08:19:32.369341 [ 4 ] {f836b746-dc75-4f12-9186-9243e2ef3fdf} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2024.12.21 08:19:32.369418 [ 4 ] {f836b746-dc75-4f12-9186-9243e2ef3fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1901 | 2024.12.21 08:19:32.369901 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 1902 | 2024.12.21 08:19:32.371169 [ 4 ] {f836b746-dc75-4f12-9186-9243e2ef3fdf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1903 | 2024.12.21 08:19:32.371757 [ 4 ] {f836b746-dc75-4f12-9186-9243e2ef3fdf} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1904 | 2024.12.21 08:19:32.372233 [ 4 ] {f836b746-dc75-4f12-9186-9243e2ef3fdf} <Debug> executeQuery: Read 32 rows, 1.82 KiB in 0.006258 sec., 5113.454777884308 rows/sec., 291.19 KiB/sec. | ||
| 1905 | 2024.12.21 08:19:32.372396 [ 4 ] {f836b746-dc75-4f12-9186-9243e2ef3fdf} <Debug> TCPHandler: Processed in 0.006706569 sec. | ||
| 1906 | 2024.12.21 08:19:32.374275 [ 188 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 117 rows, containing 19 columns (19 merged, 0 gathered) in 0.008802687 sec., 13291.396138474536 rows/sec., 23.82 MiB/sec. | ||
| 1907 | 2024.12.21 08:19:32.374700 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1908 | 2024.12.21 08:19:32.375119 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1909 | 2024.12.21 08:19:32.375198 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1910 | 2024.12.21 08:19:32.375342 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 1911 | 2024.12.21 08:19:36.338125 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 270 | ||
| 1912 | 2024.12.21 08:19:36.341292 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1913 | 2024.12.21 08:19:36.341350 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1914 | 2024.12.21 08:19:36.342831 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1915 | 2024.12.21 08:19:36.343141 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1916 | 2024.12.21 08:19:36.343415 [ 32 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1917 | 2024.12.21 08:19:36.343568 [ 32 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2024.12.21 08:19:36.343642 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 1919 | 2024.12.21 08:19:36.344143 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 1920 | 2024.12.21 08:19:36.344675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 270 | ||
| 1921 | 2024.12.21 08:19:36.345242 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1922 | 2024.12.21 08:19:36.345456 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 1923 | 2024.12.21 08:19:36.346115 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1924 | 2024.12.21 08:19:36.346755 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part | ||
| 1925 | 2024.12.21 08:19:36.347360 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1926 | 2024.12.21 08:19:36.347939 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part | ||
| 1927 | 2024.12.21 08:19:36.348534 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 1928 | 2024.12.21 08:19:36.357149 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 72 columns (72 merged, 0 gathered) in 0.013325028 sec., 20262.621586986534 rows/sec., 18.70 MiB/sec. | ||
| 1929 | 2024.12.21 08:19:36.358154 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1930 | 2024.12.21 08:19:36.359013 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2024.12.21 08:19:36.359110 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_6_1} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1932 | 2024.12.21 08:19:36.359450 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB. | ||
| 1933 | 2024.12.21 08:19:37.338951 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2024.12.21 08:19:37.339241 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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) | ||
| 1935 | 2024.12.21 08:19:37.339658 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1936 | 2024.12.21 08:19:37.339706 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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 | ||
| 1937 | 2024.12.21 08:19:37.340034 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1938 | 2024.12.21 08:19:37.340124 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1939 | 2024.12.21 08:19:37.340302 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1940 | 2024.12.21 08:19:37.340456 [ 299 ] {bb48b972-81c3-4010-994b-d233a2832239} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1941 | 2024.12.21 08:19:37.340487 [ 296 ] {bb48b972-81c3-4010-994b-d233a2832239} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1942 | 2024.12.21 08:19:37.340517 [ 298 ] {bb48b972-81c3-4010-994b-d233a2832239} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1943 | 2024.12.21 08:19:37.340659 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1944 | 2024.12.21 08:19:37.340700 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1945 | 2024.12.21 08:19:37.340829 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1946 | 2024.12.21 08:19:37.340855 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1947 | 2024.12.21 08:19:37.340901 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <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', 'database_transaction:retry_data', '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'))" | ||
| 1948 | 2024.12.21 08:19:37.340950 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <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', 'database_transaction:retry_data', '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'))" | ||
| 1949 | 2024.12.21 08:19:37.340995 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <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', 'database_transaction:retry_data', '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'))" | ||
| 1950 | 2024.12.21 08:19:37.342686 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003577 sec., 5870.841487279844 rows/sec., 217.04 KiB/sec. | ||
| 1951 | 2024.12.21 08:19:37.342910 [ 4 ] {bb48b972-81c3-4010-994b-d233a2832239} <Debug> TCPHandler: Processed in 0.004098966 sec. | ||
| 1952 | 2024.12.21 08:19:37.344892 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2024.12.21 08:19:37.345121 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 1954 | 2024.12.21 08:19:37.345519 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1955 | 2024.12.21 08:19:37.345566 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 1956 | 2024.12.21 08:19:37.345876 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1957 | 2024.12.21 08:19:37.345967 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1958 | 2024.12.21 08:19:37.346150 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1959 | 2024.12.21 08:19:37.346275 [ 296 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1960 | 2024.12.21 08:19:37.346274 [ 301 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1961 | 2024.12.21 08:19:37.346304 [ 298 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1962 | 2024.12.21 08:19:37.346442 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1963 | 2024.12.21 08:19:37.346475 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1964 | 2024.12.21 08:19:37.346589 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1965 | 2024.12.21 08:19:37.346616 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1966 | 2024.12.21 08:19:37.346659 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 1967 | 2024.12.21 08:19:37.346707 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 1968 | 2024.12.21 08:19:37.346753 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <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', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 1969 | 2024.12.21 08:19:37.348169 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003154 sec., 6658.211794546607 rows/sec., 246.15 KiB/sec. | ||
| 1970 | 2024.12.21 08:19:37.348362 [ 258 ] {f0d8b29c-7749-456c-9318-822b56bcd39b} <Debug> TCPHandler: Processed in 0.003594232 sec. | ||
| 1971 | 2024.12.21 08:19:37.348737 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1972 | 2024.12.21 08:19:37.348924 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 1973 | 2024.12.21 08:19:37.349253 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1974 | 2024.12.21 08:19:37.349297 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 1975 | 2024.12.21 08:19:37.349604 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1976 | 2024.12.21 08:19:37.349674 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1977 | 2024.12.21 08:19:37.349827 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1978 | 2024.12.21 08:19:37.349961 [ 296 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1979 | 2024.12.21 08:19:37.349985 [ 301 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1980 | 2024.12.21 08:19:37.349990 [ 298 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1981 | 2024.12.21 08:19:37.350159 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 1982 | 2024.12.21 08:19:37.350192 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1983 | 2024.12.21 08:19:37.350303 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1984 | 2024.12.21 08:19:37.350329 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 1985 | 2024.12.21 08:19:37.350369 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <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', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 1986 | 2024.12.21 08:19:37.350415 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <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', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 1987 | 2024.12.21 08:19:37.350458 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <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', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 1988 | 2024.12.21 08:19:37.351855 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003017 sec., 6960.556844547564 rows/sec., 257.33 KiB/sec. | ||
| 1989 | 2024.12.21 08:19:37.352061 [ 4 ] {8523b214-30b4-43d3-924b-13f19efeb0f4} <Debug> TCPHandler: Processed in 0.00338759 sec. | ||
| 1990 | 2024.12.21 08:19:37.352351 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1991 | 2024.12.21 08:19:37.352572 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 1992 | 2024.12.21 08:19:37.352966 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1993 | 2024.12.21 08:19:37.353015 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 1994 | 2024.12.21 08:19:37.353313 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1995 | 2024.12.21 08:19:37.353389 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1996 | 2024.12.21 08:19:37.353550 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1997 | 2024.12.21 08:19:37.353672 [ 296 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1998 | 2024.12.21 08:19:37.353683 [ 301 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1999 | 2024.12.21 08:19:37.353710 [ 298 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2000 | 2024.12.21 08:19:37.353822 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2001 | 2024.12.21 08:19:37.353852 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2002 | 2024.12.21 08:19:37.353960 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2003 | 2024.12.21 08:19:37.353984 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2004 | 2024.12.21 08:19:37.354026 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2005 | 2024.12.21 08:19:37.354075 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2006 | 2024.12.21 08:19:37.354116 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2007 | 2024.12.21 08:19:37.355539 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003079 sec., 6820.396232543033 rows/sec., 252.15 KiB/sec. | ||
| 2008 | 2024.12.21 08:19:37.355711 [ 258 ] {d57177c7-e959-464b-96f2-254d424be4ef} <Debug> TCPHandler: Processed in 0.00342334 sec. | ||
| 2009 | 2024.12.21 08:19:37.356062 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2010 | 2024.12.21 08:19:37.356278 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2011 | 2024.12.21 08:19:37.356638 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2012 | 2024.12.21 08:19:37.356685 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2013 | 2024.12.21 08:19:37.356981 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2014 | 2024.12.21 08:19:37.357056 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2015 | 2024.12.21 08:19:37.357208 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 2016 | 2024.12.21 08:19:37.357324 [ 296 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2017 | 2024.12.21 08:19:37.357345 [ 299 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2018 | 2024.12.21 08:19:37.357372 [ 298 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2019 | 2024.12.21 08:19:37.357487 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2020 | 2024.12.21 08:19:37.357517 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2021 | 2024.12.21 08:19:37.357627 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2022 | 2024.12.21 08:19:37.357650 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2023 | 2024.12.21 08:19:37.357690 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2024 | 2024.12.21 08:19:37.357737 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2025 | 2024.12.21 08:19:37.357780 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2026 | 2024.12.21 08:19:37.359422 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003245 sec., 6471.494607087828 rows/sec., 239.25 KiB/sec. | ||
| 2027 | 2024.12.21 08:19:37.359655 [ 4 ] {f05fa7a2-e329-4788-8a32-27ccbec1ac7d} <Debug> TCPHandler: Processed in 0.003663433 sec. | ||
| 2028 | 2024.12.21 08:19:37.360015 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2024.12.21 08:19:37.360254 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2030 | 2024.12.21 08:19:37.360643 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2031 | 2024.12.21 08:19:37.360692 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2032 | 2024.12.21 08:19:37.360983 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2033 | 2024.12.21 08:19:37.361057 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2034 | 2024.12.21 08:19:37.361213 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 2035 | 2024.12.21 08:19:37.361282 [ 296 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2036 | 2024.12.21 08:19:37.361376 [ 301 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2037 | 2024.12.21 08:19:37.361379 [ 298 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2038 | 2024.12.21 08:19:37.361499 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2039 | 2024.12.21 08:19:37.361530 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2040 | 2024.12.21 08:19:37.361638 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2041 | 2024.12.21 08:19:37.361661 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2042 | 2024.12.21 08:19:37.361704 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2043 | 2024.12.21 08:19:37.361754 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2044 | 2024.12.21 08:19:37.361797 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2045 | 2024.12.21 08:19:37.363192 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003058 sec., 6867.233485938522 rows/sec., 253.88 KiB/sec. | ||
| 2046 | 2024.12.21 08:19:37.363369 [ 258 ] {6aa52a33-e40c-4e9c-a736-c9b8ab61e321} <Debug> TCPHandler: Processed in 0.003425361 sec. | ||
| 2047 | 2024.12.21 08:19:37.363671 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2048 | 2024.12.21 08:19:37.363857 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2049 | 2024.12.21 08:19:37.364181 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2050 | 2024.12.21 08:19:37.364224 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2051 | 2024.12.21 08:19:37.364498 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2052 | 2024.12.21 08:19:37.364565 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2053 | 2024.12.21 08:19:37.364785 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 2054 | 2024.12.21 08:19:37.364922 [ 296 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2055 | 2024.12.21 08:19:37.364947 [ 299 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2056 | 2024.12.21 08:19:37.364951 [ 298 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2057 | 2024.12.21 08:19:37.365075 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2058 | 2024.12.21 08:19:37.365106 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2059 | 2024.12.21 08:19:37.365234 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2060 | 2024.12.21 08:19:37.365265 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2061 | 2024.12.21 08:19:37.365309 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2062 | 2024.12.21 08:19:37.365358 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2063 | 2024.12.21 08:19:37.365404 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2064 | 2024.12.21 08:19:37.366727 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002949 sec., 7121.057985757884 rows/sec., 263.26 KiB/sec. | ||
| 2065 | 2024.12.21 08:19:37.366923 [ 4 ] {65246276-5bb7-41b5-ae9a-582fefc35c07} <Debug> TCPHandler: Processed in 0.003321549 sec. | ||
| 2066 | 2024.12.21 08:19:37.367212 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2067 | 2024.12.21 08:19:37.367405 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2068 | 2024.12.21 08:19:37.367736 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2069 | 2024.12.21 08:19:37.367782 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2070 | 2024.12.21 08:19:37.368080 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2071 | 2024.12.21 08:19:37.368155 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2072 | 2024.12.21 08:19:37.368310 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 2073 | 2024.12.21 08:19:37.368397 [ 296 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2074 | 2024.12.21 08:19:37.368415 [ 301 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2075 | 2024.12.21 08:19:37.368417 [ 299 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2076 | 2024.12.21 08:19:37.368508 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2077 | 2024.12.21 08:19:37.368534 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2078 | 2024.12.21 08:19:37.368639 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2079 | 2024.12.21 08:19:37.368662 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2080 | 2024.12.21 08:19:37.368705 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2081 | 2024.12.21 08:19:37.368752 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2082 | 2024.12.21 08:19:37.368796 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2083 | 2024.12.21 08:19:37.370163 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002848 sec., 7373.595505617978 rows/sec., 272.60 KiB/sec. | ||
| 2084 | 2024.12.21 08:19:37.370339 [ 258 ] {82cb2145-a511-4e88-88fc-c0e8ee2f0ee2} <Debug> TCPHandler: Processed in 0.003185038 sec. | ||
| 2085 | 2024.12.21 08:19:37.370671 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2086 | 2024.12.21 08:19:37.370856 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2087 | 2024.12.21 08:19:37.371187 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2088 | 2024.12.21 08:19:37.371235 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2089 | 2024.12.21 08:19:37.371527 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2090 | 2024.12.21 08:19:37.371594 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2091 | 2024.12.21 08:19:37.371745 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 2092 | 2024.12.21 08:19:37.371864 [ 296 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2093 | 2024.12.21 08:19:37.371893 [ 301 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2094 | 2024.12.21 08:19:37.371913 [ 298 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2095 | 2024.12.21 08:19:37.372025 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2096 | 2024.12.21 08:19:37.372055 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2097 | 2024.12.21 08:19:37.372163 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2098 | 2024.12.21 08:19:37.372186 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2099 | 2024.12.21 08:19:37.372229 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2100 | 2024.12.21 08:19:37.372276 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2101 | 2024.12.21 08:19:37.372330 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2102 | 2024.12.21 08:19:37.373696 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002926 sec., 7177.033492822966 rows/sec., 265.33 KiB/sec. | ||
| 2103 | 2024.12.21 08:19:37.373891 [ 4 ] {1fe63cce-0df5-495f-86db-27e38e39b990} <Debug> TCPHandler: Processed in 0.003279629 sec. | ||
| 2104 | 2024.12.21 08:19:37.374179 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2105 | 2024.12.21 08:19:37.374372 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2106 | 2024.12.21 08:19:37.374710 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2107 | 2024.12.21 08:19:37.374758 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2108 | 2024.12.21 08:19:37.375061 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2109 | 2024.12.21 08:19:37.375130 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2110 | 2024.12.21 08:19:37.375287 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2111 | 2024.12.21 08:19:37.375397 [ 296 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2112 | 2024.12.21 08:19:37.375409 [ 301 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2113 | 2024.12.21 08:19:37.375432 [ 298 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2114 | 2024.12.21 08:19:37.375555 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2115 | 2024.12.21 08:19:37.375586 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2116 | 2024.12.21 08:19:37.375690 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2117 | 2024.12.21 08:19:37.375713 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2118 | 2024.12.21 08:19:37.375755 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2119 | 2024.12.21 08:19:37.375805 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2120 | 2024.12.21 08:19:37.375850 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2121 | 2024.12.21 08:19:37.377189 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002907 sec., 7223.942208462333 rows/sec., 267.07 KiB/sec. | ||
| 2122 | 2024.12.21 08:19:37.377363 [ 258 ] {b58d442e-1d28-436d-9cc0-da65f3ec0753} <Debug> TCPHandler: Processed in 0.003240429 sec. | ||
| 2123 | 2024.12.21 08:19:37.377658 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2124 | 2024.12.21 08:19:37.377843 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2125 | 2024.12.21 08:19:37.378180 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2126 | 2024.12.21 08:19:37.378228 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2127 | 2024.12.21 08:19:37.378533 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2128 | 2024.12.21 08:19:37.378599 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2129 | 2024.12.21 08:19:37.378751 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2130 | 2024.12.21 08:19:37.378874 [ 296 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2131 | 2024.12.21 08:19:37.378905 [ 299 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2132 | 2024.12.21 08:19:37.378906 [ 298 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2133 | 2024.12.21 08:19:37.379030 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2134 | 2024.12.21 08:19:37.379059 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2135 | 2024.12.21 08:19:37.379164 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2136 | 2024.12.21 08:19:37.379186 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2137 | 2024.12.21 08:19:37.379228 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2138 | 2024.12.21 08:19:37.379275 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2139 | 2024.12.21 08:19:37.379319 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2140 | 2024.12.21 08:19:37.380670 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002911 sec., 7214.015802129852 rows/sec., 266.70 KiB/sec. | ||
| 2141 | 2024.12.21 08:19:37.380870 [ 4 ] {d1387d16-7778-43c3-aab7-3cca49d13ddb} <Debug> TCPHandler: Processed in 0.003271119 sec. | ||
| 2142 | 2024.12.21 08:19:37.381203 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2143 | 2024.12.21 08:19:37.381393 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2144 | 2024.12.21 08:19:37.381739 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2145 | 2024.12.21 08:19:37.381788 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2146 | 2024.12.21 08:19:37.382100 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2147 | 2024.12.21 08:19:37.382170 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2148 | 2024.12.21 08:19:37.382319 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2149 | 2024.12.21 08:19:37.382400 [ 296 ] {96915fc7-36c6-465d-add9-9442048269dc} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2150 | 2024.12.21 08:19:37.382463 [ 301 ] {96915fc7-36c6-465d-add9-9442048269dc} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2151 | 2024.12.21 08:19:37.382485 [ 298 ] {96915fc7-36c6-465d-add9-9442048269dc} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2152 | 2024.12.21 08:19:37.382582 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2153 | 2024.12.21 08:19:37.382612 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2154 | 2024.12.21 08:19:37.382716 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2155 | 2024.12.21 08:19:37.382739 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2156 | 2024.12.21 08:19:37.382781 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2157 | 2024.12.21 08:19:37.382831 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2158 | 2024.12.21 08:19:37.382875 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2159 | 2024.12.21 08:19:37.384169 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002865 sec., 7329.842931937173 rows/sec., 270.98 KiB/sec. | ||
| 2160 | 2024.12.21 08:19:37.384338 [ 258 ] {96915fc7-36c6-465d-add9-9442048269dc} <Debug> TCPHandler: Processed in 0.003192578 sec. | ||
| 2161 | 2024.12.21 08:19:37.384614 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2162 | 2024.12.21 08:19:37.384804 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2163 | 2024.12.21 08:19:37.385148 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2164 | 2024.12.21 08:19:37.385197 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2165 | 2024.12.21 08:19:37.385507 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2166 | 2024.12.21 08:19:37.385575 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2167 | 2024.12.21 08:19:37.385724 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2168 | 2024.12.21 08:19:37.385834 [ 299 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2169 | 2024.12.21 08:19:37.385837 [ 296 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2170 | 2024.12.21 08:19:37.385850 [ 301 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2171 | 2024.12.21 08:19:37.385962 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2172 | 2024.12.21 08:19:37.385994 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2173 | 2024.12.21 08:19:37.386102 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2174 | 2024.12.21 08:19:37.386129 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2175 | 2024.12.21 08:19:37.386170 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2176 | 2024.12.21 08:19:37.386219 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2177 | 2024.12.21 08:19:37.386264 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2178 | 2024.12.21 08:19:37.387641 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.002928 sec., 7172.131147540984 rows/sec., 265.15 KiB/sec. | ||
| 2179 | 2024.12.21 08:19:37.387840 [ 4 ] {163e3eaf-bee9-4b5f-850f-18fda6c31e89} <Debug> TCPHandler: Processed in 0.003281199 sec. | ||
| 2180 | 2024.12.21 08:19:37.388114 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2181 | 2024.12.21 08:19:37.388309 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2182 | 2024.12.21 08:19:37.388654 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2183 | 2024.12.21 08:19:37.388704 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2184 | 2024.12.21 08:19:37.389018 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2185 | 2024.12.21 08:19:37.389085 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2186 | 2024.12.21 08:19:37.389239 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2187 | 2024.12.21 08:19:37.389299 [ 296 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2188 | 2024.12.21 08:19:37.389380 [ 299 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2189 | 2024.12.21 08:19:37.389397 [ 298 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2190 | 2024.12.21 08:19:37.389504 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2191 | 2024.12.21 08:19:37.389533 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2192 | 2024.12.21 08:19:37.389638 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2193 | 2024.12.21 08:19:37.389661 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2194 | 2024.12.21 08:19:37.389704 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2195 | 2024.12.21 08:19:37.389750 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2196 | 2024.12.21 08:19:37.389797 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2197 | 2024.12.21 08:19:37.391275 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003059 sec., 6864.988558352403 rows/sec., 253.80 KiB/sec. | ||
| 2198 | 2024.12.21 08:19:37.391440 [ 258 ] {157a9283-c31e-41c7-b91e-4f09461a2ecb} <Debug> TCPHandler: Processed in 0.00338284 sec. | ||
| 2199 | 2024.12.21 08:19:37.391734 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2200 | 2024.12.21 08:19:37.391925 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 2201 | 2024.12.21 08:19:37.392263 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2202 | 2024.12.21 08:19:37.392313 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 2203 | 2024.12.21 08:19:37.392636 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2204 | 2024.12.21 08:19:37.392702 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2205 | 2024.12.21 08:19:37.392850 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2206 | 2024.12.21 08:19:37.392977 [ 296 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2207 | 2024.12.21 08:19:37.393007 [ 299 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2208 | 2024.12.21 08:19:37.393011 [ 298 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2209 | 2024.12.21 08:19:37.393137 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 2210 | 2024.12.21 08:19:37.393167 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2211 | 2024.12.21 08:19:37.393273 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2212 | 2024.12.21 08:19:37.393293 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 21 rows with 3 streams | ||
| 2213 | 2024.12.21 08:19:37.393335 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2214 | 2024.12.21 08:19:37.393382 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2215 | 2024.12.21 08:19:37.393431 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <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', 'database_transaction:retry_data', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 2216 | 2024.12.21 08:19:37.394841 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Debug> executeQuery: Read 21 rows, 795.00 B in 0.003008 sec., 6981.382978723404 rows/sec., 258.10 KiB/sec. | ||
| 2217 | 2024.12.21 08:19:37.395037 [ 4 ] {4968ad25-de6a-4d8c-922f-67a5c50b31cc} <Debug> TCPHandler: Processed in 0.00336712 sec. | ||
| 2218 | 2024.12.21 08:19:37.397980 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2219 | 2024.12.21 08:19:37.398116 [ 258 ] {627e63e6-401d-44fb-be16-36b5f446722d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2220 | 2024.12.21 08:19:37.398170 [ 258 ] {627e63e6-401d-44fb-be16-36b5f446722d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2221 | 2024.12.21 08:19:37.399009 [ 258 ] {627e63e6-401d-44fb-be16-36b5f446722d} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2222 | 2024.12.21 08:19:37.399052 [ 258 ] {627e63e6-401d-44fb-be16-36b5f446722d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2223 | 2024.12.21 08:19:37.399580 [ 258 ] {627e63e6-401d-44fb-be16-36b5f446722d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2224 | 2024.12.21 08:19:37.399839 [ 258 ] {627e63e6-401d-44fb-be16-36b5f446722d} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2225 | 2024.12.21 08:19:37.400057 [ 258 ] {627e63e6-401d-44fb-be16-36b5f446722d} <Debug> executeQuery: Read 15 rows, 2.24 KiB in 0.00198 sec., 7575.757575757576 rows/sec., 1.10 MiB/sec. | ||
| 2226 | 2024.12.21 08:19:37.400132 [ 258 ] {627e63e6-401d-44fb-be16-36b5f446722d} <Debug> TCPHandler: Processed in 0.00221242 sec. | ||
| 2227 | 2024.12.21 08:19:37.400320 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2228 | 2024.12.21 08:19:37.400451 [ 4 ] {3fa796b2-d767-448a-aec5-98f5666b8d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2229 | 2024.12.21 08:19:37.400504 [ 4 ] {3fa796b2-d767-448a-aec5-98f5666b8d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2230 | 2024.12.21 08:19:37.401110 [ 4 ] {3fa796b2-d767-448a-aec5-98f5666b8d58} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2231 | 2024.12.21 08:19:37.401158 [ 4 ] {3fa796b2-d767-448a-aec5-98f5666b8d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2232 | 2024.12.21 08:19:37.401580 [ 4 ] {3fa796b2-d767-448a-aec5-98f5666b8d58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2233 | 2024.12.21 08:19:37.401848 [ 4 ] {3fa796b2-d767-448a-aec5-98f5666b8d58} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2234 | 2024.12.21 08:19:37.402090 [ 4 ] {3fa796b2-d767-448a-aec5-98f5666b8d58} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001668 sec., 1199.0407673860911 rows/sec., 97.77 KiB/sec. | ||
| 2235 | 2024.12.21 08:19:37.402224 [ 4 ] {3fa796b2-d767-448a-aec5-98f5666b8d58} <Debug> TCPHandler: Processed in 0.001965857 sec. | ||
| 2236 | 2024.12.21 08:19:37.402397 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2237 | 2024.12.21 08:19:37.402537 [ 258 ] {d87a8378-3434-4cf0-a163-c841a7afcf53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2238 | 2024.12.21 08:19:37.402597 [ 258 ] {d87a8378-3434-4cf0-a163-c841a7afcf53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2239 | 2024.12.21 08:19:37.403334 [ 258 ] {d87a8378-3434-4cf0-a163-c841a7afcf53} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2240 | 2024.12.21 08:19:37.403373 [ 258 ] {d87a8378-3434-4cf0-a163-c841a7afcf53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2241 | 2024.12.21 08:19:37.403760 [ 258 ] {d87a8378-3434-4cf0-a163-c841a7afcf53} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2242 | 2024.12.21 08:19:37.404008 [ 258 ] {d87a8378-3434-4cf0-a163-c841a7afcf53} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2243 | 2024.12.21 08:19:37.404209 [ 258 ] {d87a8378-3434-4cf0-a163-c841a7afcf53} <Debug> executeQuery: Read 101 rows, 8.60 KiB in 0.001704 sec., 59272.30046948357 rows/sec., 4.93 MiB/sec. | ||
| 2244 | 2024.12.21 08:19:37.404274 [ 258 ] {d87a8378-3434-4cf0-a163-c841a7afcf53} <Debug> TCPHandler: Processed in 0.001945227 sec. | ||
| 2245 | 2024.12.21 08:19:37.404434 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2246 | 2024.12.21 08:19:37.404554 [ 4 ] {2d4a4b02-2ab5-42e2-9c03-a0837a7195d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2247 | 2024.12.21 08:19:37.404607 [ 4 ] {2d4a4b02-2ab5-42e2-9c03-a0837a7195d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2248 | 2024.12.21 08:19:37.405216 [ 4 ] {2d4a4b02-2ab5-42e2-9c03-a0837a7195d2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2249 | 2024.12.21 08:19:37.405257 [ 4 ] {2d4a4b02-2ab5-42e2-9c03-a0837a7195d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2250 | 2024.12.21 08:19:37.405622 [ 4 ] {2d4a4b02-2ab5-42e2-9c03-a0837a7195d2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2251 | 2024.12.21 08:19:37.405868 [ 4 ] {2d4a4b02-2ab5-42e2-9c03-a0837a7195d2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2252 | 2024.12.21 08:19:37.406130 [ 4 ] {2d4a4b02-2ab5-42e2-9c03-a0837a7195d2} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001599 sec., 15009.3808630394 rows/sec., 1.10 MiB/sec. | ||
| 2253 | 2024.12.21 08:19:37.406322 [ 4 ] {2d4a4b02-2ab5-42e2-9c03-a0837a7195d2} <Debug> TCPHandler: Processed in 0.001945717 sec. | ||
| 2254 | 2024.12.21 08:19:37.406495 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2255 | 2024.12.21 08:19:37.406618 [ 258 ] {c837c321-7a6b-48c6-9581-a25e3d48ba7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2256 | 2024.12.21 08:19:37.406669 [ 258 ] {c837c321-7a6b-48c6-9581-a25e3d48ba7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2257 | 2024.12.21 08:19:37.407299 [ 258 ] {c837c321-7a6b-48c6-9581-a25e3d48ba7a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2258 | 2024.12.21 08:19:37.407338 [ 258 ] {c837c321-7a6b-48c6-9581-a25e3d48ba7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2259 | 2024.12.21 08:19:37.407829 [ 258 ] {c837c321-7a6b-48c6-9581-a25e3d48ba7a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2260 | 2024.12.21 08:19:37.408095 [ 258 ] {c837c321-7a6b-48c6-9581-a25e3d48ba7a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2261 | 2024.12.21 08:19:37.408350 [ 258 ] {c837c321-7a6b-48c6-9581-a25e3d48ba7a} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001749 sec., 50314.46540880504 rows/sec., 3.93 MiB/sec. | ||
| 2262 | 2024.12.21 08:19:37.408550 [ 258 ] {c837c321-7a6b-48c6-9581-a25e3d48ba7a} <Debug> TCPHandler: Processed in 0.002111759 sec. | ||
| 2263 | 2024.12.21 08:19:37.408714 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2264 | 2024.12.21 08:19:37.408835 [ 4 ] {b4475973-696b-4415-b41c-19893220b588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2265 | 2024.12.21 08:19:37.408891 [ 4 ] {b4475973-696b-4415-b41c-19893220b588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2266 | 2024.12.21 08:19:37.409444 [ 4 ] {b4475973-696b-4415-b41c-19893220b588} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2267 | 2024.12.21 08:19:37.409491 [ 4 ] {b4475973-696b-4415-b41c-19893220b588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2268 | 2024.12.21 08:19:37.409895 [ 4 ] {b4475973-696b-4415-b41c-19893220b588} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2269 | 2024.12.21 08:19:37.410146 [ 4 ] {b4475973-696b-4415-b41c-19893220b588} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2270 | 2024.12.21 08:19:37.410322 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2271 | 2024.12.21 08:19:37.410391 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2024.12.21 08:19:37.410395 [ 4 ] {b4475973-696b-4415-b41c-19893220b588} <Debug> executeQuery: Read 71 rows, 5.09 KiB in 0.001574 sec., 45108.00508259212 rows/sec., 3.16 MiB/sec. | ||
| 2273 | 2024.12.21 08:19:37.410436 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2274 | 2024.12.21 08:19:37.410567 [ 4 ] {b4475973-696b-4415-b41c-19893220b588} <Debug> TCPHandler: Processed in 0.001908867 sec. | ||
| 2275 | 2024.12.21 08:19:37.410852 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2276 | 2024.12.21 08:19:37.410881 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 2277 | 2024.12.21 08:19:37.411025 [ 258 ] {5d1bfd91-3874-4cff-b38f-088e3557ac9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2278 | 2024.12.21 08:19:37.411072 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2279 | 2024.12.21 08:19:37.411124 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
| 2280 | 2024.12.21 08:19:37.411137 [ 258 ] {5d1bfd91-3874-4cff-b38f-088e3557ac9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2281 | 2024.12.21 08:19:37.411400 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
| 2282 | 2024.12.21 08:19:37.411845 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 81 rows starting from the beginning of the part | ||
| 2283 | 2024.12.21 08:19:37.412276 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 2284 | 2024.12.21 08:19:37.412581 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 87 rows starting from the beginning of the part | ||
| 2285 | 2024.12.21 08:19:37.412932 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 71 rows starting from the beginning of the part | ||
| 2286 | 2024.12.21 08:19:37.415381 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 403 rows, containing 5 columns (5 merged, 0 gathered) in 0.004815332 sec., 83691.01029794 rows/sec., 5.34 MiB/sec. | ||
| 2287 | 2024.12.21 08:19:37.415530 [ 258 ] {5d1bfd91-3874-4cff-b38f-088e3557ac9f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2288 | 2024.12.21 08:19:37.415559 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2289 | 2024.12.21 08:19:37.415573 [ 258 ] {5d1bfd91-3874-4cff-b38f-088e3557ac9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2290 | 2024.12.21 08:19:37.415942 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2291 | 2024.12.21 08:19:37.416041 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2292 | 2024.12.21 08:19:37.416135 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2293 | 2024.12.21 08:19:37.416386 [ 258 ] {5d1bfd91-3874-4cff-b38f-088e3557ac9f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2294 | 2024.12.21 08:19:37.416640 [ 258 ] {5d1bfd91-3874-4cff-b38f-088e3557ac9f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2295 | 2024.12.21 08:19:37.416918 [ 258 ] {5d1bfd91-3874-4cff-b38f-088e3557ac9f} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.005932 sec., 3708.69858395145 rows/sec., 6.65 MiB/sec. | ||
| 2296 | 2024.12.21 08:19:37.417037 [ 258 ] {5d1bfd91-3874-4cff-b38f-088e3557ac9f} <Debug> TCPHandler: Processed in 0.006333056 sec. | ||
| 2297 | 2024.12.21 08:19:37.417199 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2298 | 2024.12.21 08:19:37.417323 [ 4 ] {54a292af-375b-42ea-b84e-18decb08588f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2299 | 2024.12.21 08:19:37.417375 [ 4 ] {54a292af-375b-42ea-b84e-18decb08588f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2300 | 2024.12.21 08:19:37.417890 [ 4 ] {54a292af-375b-42ea-b84e-18decb08588f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2301 | 2024.12.21 08:19:37.417931 [ 4 ] {54a292af-375b-42ea-b84e-18decb08588f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2302 | 2024.12.21 08:19:37.418308 [ 4 ] {54a292af-375b-42ea-b84e-18decb08588f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2303 | 2024.12.21 08:19:37.418549 [ 4 ] {54a292af-375b-42ea-b84e-18decb08588f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2024.12.21 08:19:37.418716 [ 30 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2305 | 2024.12.21 08:19:37.418779 [ 30 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2306 | 2024.12.21 08:19:37.418788 [ 4 ] {54a292af-375b-42ea-b84e-18decb08588f} <Debug> executeQuery: Read 30 rows, 2.03 KiB in 0.001487 sec., 20174.848688634836 rows/sec., 1.34 MiB/sec. | ||
| 2307 | 2024.12.21 08:19:37.418816 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2308 | 2024.12.21 08:19:37.418907 [ 4 ] {54a292af-375b-42ea-b84e-18decb08588f} <Debug> TCPHandler: Processed in 0.001778176 sec. | ||
| 2309 | 2024.12.21 08:19:37.419044 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 2310 | 2024.12.21 08:19:37.419181 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2311 | 2024.12.21 08:19:37.419214 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 2312 | 2024.12.21 08:19:37.419292 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 2313 | 2024.12.21 08:19:37.419403 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2314 | 2024.12.21 08:19:37.419584 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 2315 | 2024.12.21 08:19:37.419730 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part | ||
| 2316 | 2024.12.21 08:19:37.419821 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2317 | 2024.12.21 08:19:37.420910 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 4 columns (4 merged, 0 gathered) in 0.001968198 sec., 72147.21283122938 rows/sec., 4.13 MiB/sec. | ||
| 2318 | 2024.12.21 08:19:37.421095 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2319 | 2024.12.21 08:19:37.421428 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2024.12.21 08:19:37.421513 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_6_1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2321 | 2024.12.21 08:19:37.421588 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2322 | 2024.12.21 08:19:38.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.29 MiB, peak 173.15 MiB, free memory in arenas 0.00 B, will set to 166.84 MiB (RSS), difference: -1.45 MiB | ||
| 2323 | 2024.12.21 08:19:38.840429 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2324 | 2024.12.21 08:19:38.841057 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2024.12.21 08:19:38.841106 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2326 | 2024.12.21 08:19:38.841612 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2327 | 2024.12.21 08:19:38.841895 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2328 | 2024.12.21 08:19:38.842166 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2329 | 2024.12.21 08:19:38.842152 [ 28 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2330 | 2024.12.21 08:19:38.842276 [ 28 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2331 | 2024.12.21 08:19:38.842320 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2332 | 2024.12.21 08:19:38.842490 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 2333 | 2024.12.21 08:19:38.842616 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2334 | 2024.12.21 08:19:38.842657 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
| 2335 | 2024.12.21 08:19:38.842747 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2336 | 2024.12.21 08:19:38.842926 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2337 | 2024.12.21 08:19:38.843127 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2338 | 2024.12.21 08:19:38.843332 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2339 | 2024.12.21 08:19:38.843537 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2340 | 2024.12.21 08:19:38.845339 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002911626 sec., 1738890.9152480436 rows/sec., 24.88 MiB/sec. | ||
| 2341 | 2024.12.21 08:19:38.845745 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2342 | 2024.12.21 08:19:38.846063 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2343 | 2024.12.21 08:19:38.846155 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_11_2} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2344 | 2024.12.21 08:19:38.846261 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2345 | 2024.12.21 08:19:39.152926 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2346 | 2024.12.21 08:19:39.173495 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2347 | 2024.12.21 08:19:39.173551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2348 | 2024.12.21 08:19:39.181054 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2349 | 2024.12.21 08:19:39.181810 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2350 | 2024.12.21 08:19:39.182187 [ 26 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2351 | 2024.12.21 08:19:39.182320 [ 26 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2352 | 2024.12.21 08:19:39.182385 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2353 | 2024.12.21 08:19:39.182776 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 2354 | 2024.12.21 08:19:39.199412 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2355 | 2024.12.21 08:19:39.200593 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2356 | 2024.12.21 08:19:39.201759 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 2357 | 2024.12.21 08:19:39.206999 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 2358 | 2024.12.21 08:19:39.212449 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 2359 | 2024.12.21 08:19:39.217978 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 2360 | 2024.12.21 08:19:39.223738 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 2361 | 2024.12.21 08:19:39.228483 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 2362 | 2024.12.21 08:19:39.286493 [ 187 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103970298 sec., 798.3049158904979 rows/sec., 4.13 MiB/sec. | ||
| 2363 | 2024.12.21 08:19:39.289209 [ 187 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2364 | 2024.12.21 08:19:39.292161 [ 187 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_11_2} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2365 | 2024.12.21 08:19:39.292284 [ 187 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_11_2} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2366 | 2024.12.21 08:19:39.294648 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2367 | 2024.12.21 08:19:40.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.97 MiB, peak 177.85 MiB, free memory in arenas 0.00 B, will set to 169.48 MiB (RSS), difference: 1.50 MiB | ||
| 2368 | 2024.12.21 08:19:42.352177 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2369 | 2024.12.21 08:19:42.352393 [ 4 ] {663f33b8-fdfe-44a8-a383-93252d3d9470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2370 | 2024.12.21 08:19:42.352471 [ 4 ] {663f33b8-fdfe-44a8-a383-93252d3d9470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2371 | 2024.12.21 08:19:42.353299 [ 4 ] {663f33b8-fdfe-44a8-a383-93252d3d9470} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2372 | 2024.12.21 08:19:42.353355 [ 4 ] {663f33b8-fdfe-44a8-a383-93252d3d9470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2373 | 2024.12.21 08:19:42.353817 [ 4 ] {663f33b8-fdfe-44a8-a383-93252d3d9470} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2374 | 2024.12.21 08:19:42.354090 [ 4 ] {663f33b8-fdfe-44a8-a383-93252d3d9470} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2375 | 2024.12.21 08:19:42.354308 [ 46 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2376 | 2024.12.21 08:19:42.354384 [ 4 ] {663f33b8-fdfe-44a8-a383-93252d3d9470} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001996 sec., 7014.0280561122245 rows/sec., 504.92 KiB/sec. | ||
| 2377 | 2024.12.21 08:19:42.354387 [ 46 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2378 | 2024.12.21 08:19:42.354480 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2379 | 2024.12.21 08:19:42.354536 [ 4 ] {663f33b8-fdfe-44a8-a383-93252d3d9470} <Debug> TCPHandler: Processed in 0.002467481 sec. | ||
| 2380 | 2024.12.21 08:19:42.354905 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 2381 | 2024.12.21 08:19:42.354935 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2382 | 2024.12.21 08:19:42.355106 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2383 | 2024.12.21 08:19:42.355147 [ 258 ] {e1ac1933-4dd3-4d29-81d7-d56db7ceeb55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2384 | 2024.12.21 08:19:42.355150 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 2385 | 2024.12.21 08:19:42.355225 [ 258 ] {e1ac1933-4dd3-4d29-81d7-d56db7ceeb55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2386 | 2024.12.21 08:19:42.355379 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 2387 | 2024.12.21 08:19:42.355688 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 2388 | 2024.12.21 08:19:42.356011 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 2389 | 2024.12.21 08:19:42.356500 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 2390 | 2024.12.21 08:19:42.357745 [ 258 ] {e1ac1933-4dd3-4d29-81d7-d56db7ceeb55} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2391 | 2024.12.21 08:19:42.357798 [ 258 ] {e1ac1933-4dd3-4d29-81d7-d56db7ceeb55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2392 | 2024.12.21 08:19:42.358322 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003679373 sec., 19024.98061490368 rows/sec., 1.41 MiB/sec. | ||
| 2393 | 2024.12.21 08:19:42.358607 [ 258 ] {e1ac1933-4dd3-4d29-81d7-d56db7ceeb55} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2394 | 2024.12.21 08:19:42.358634 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2395 | 2024.12.21 08:19:42.359090 [ 258 ] {e1ac1933-4dd3-4d29-81d7-d56db7ceeb55} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2024.12.21 08:19:42.359416 [ 46 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2397 | 2024.12.21 08:19:42.359433 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_5_1} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2398 | 2024.12.21 08:19:42.359531 [ 46 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2399 | 2024.12.21 08:19:42.359599 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2400 | 2024.12.21 08:19:42.359660 [ 258 ] {e1ac1933-4dd3-4d29-81d7-d56db7ceeb55} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.004545 sec., 48184.81848184818 rows/sec., 4.21 MiB/sec. | ||
| 2401 | 2024.12.21 08:19:42.359771 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_5_1} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2402 | 2024.12.21 08:19:42.360059 [ 258 ] {e1ac1933-4dd3-4d29-81d7-d56db7ceeb55} <Debug> TCPHandler: Processed in 0.005339587 sec. | ||
| 2403 | 2024.12.21 08:19:42.360180 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 2404 | 2024.12.21 08:19:42.360389 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2405 | 2024.12.21 08:19:42.360468 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2406 | 2024.12.21 08:19:42.360669 [ 4 ] {b62d40d1-b99c-4acd-bb07-c6a3b5553d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2407 | 2024.12.21 08:19:42.360707 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2408 | 2024.12.21 08:19:42.360775 [ 4 ] {b62d40d1-b99c-4acd-bb07-c6a3b5553d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2409 | 2024.12.21 08:19:42.360788 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 192 rows starting from the beginning of the part | ||
| 2410 | 2024.12.21 08:19:42.361137 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 151 rows starting from the beginning of the part | ||
| 2411 | 2024.12.21 08:19:42.361529 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 2412 | 2024.12.21 08:19:42.361897 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 167 rows starting from the beginning of the part | ||
| 2413 | 2024.12.21 08:19:42.362226 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 101 rows starting from the beginning of the part | ||
| 2414 | 2024.12.21 08:19:42.362524 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 219 rows starting from the beginning of the part | ||
| 2415 | 2024.12.21 08:19:42.363468 [ 4 ] {b62d40d1-b99c-4acd-bb07-c6a3b5553d58} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2416 | 2024.12.21 08:19:42.363537 [ 4 ] {b62d40d1-b99c-4acd-bb07-c6a3b5553d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2417 | 2024.12.21 08:19:42.364569 [ 4 ] {b62d40d1-b99c-4acd-bb07-c6a3b5553d58} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2418 | 2024.12.21 08:19:42.365043 [ 4 ] {b62d40d1-b99c-4acd-bb07-c6a3b5553d58} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2024.12.21 08:19:42.365317 [ 46 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2420 | 2024.12.21 08:19:42.365442 [ 46 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2421 | 2024.12.21 08:19:42.365528 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2422 | 2024.12.21 08:19:42.365903 [ 4 ] {b62d40d1-b99c-4acd-bb07-c6a3b5553d58} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005237 sec., 2864.2352491884667 rows/sec., 201.95 KiB/sec. | ||
| 2423 | 2024.12.21 08:19:42.366157 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 2424 | 2024.12.21 08:19:42.366188 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 5 columns (5 merged, 0 gathered) in 0.006437567 sec., 136386.93003117482 rows/sec., 12.64 MiB/sec. | ||
| 2425 | 2024.12.21 08:19:42.366531 [ 4 ] {b62d40d1-b99c-4acd-bb07-c6a3b5553d58} <Debug> TCPHandler: Processed in 0.006313126 sec. | ||
| 2426 | 2024.12.21 08:19:42.366638 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2427 | 2024.12.21 08:19:42.366650 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2428 | 2024.12.21 08:19:42.366741 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 29 rows starting from the beginning of the part | ||
| 2429 | 2024.12.21 08:19:42.366777 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2430 | 2024.12.21 08:19:42.367094 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 2431 | 2024.12.21 08:19:42.367296 [ 258 ] {bc076645-5d71-4e18-b5f7-8c52d9a63a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2432 | 2024.12.21 08:19:42.367547 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
| 2433 | 2024.12.21 08:19:42.367555 [ 258 ] {bc076645-5d71-4e18-b5f7-8c52d9a63a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2434 | 2024.12.21 08:19:42.367620 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2435 | 2024.12.21 08:19:42.368108 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part | ||
| 2436 | 2024.12.21 08:19:42.368153 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_11_2} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2437 | 2024.12.21 08:19:42.368579 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2438 | 2024.12.21 08:19:42.368689 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 2439 | 2024.12.21 08:19:42.368989 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part | ||
| 2440 | 2024.12.21 08:19:42.370863 [ 258 ] {bc076645-5d71-4e18-b5f7-8c52d9a63a95} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2441 | 2024.12.21 08:19:42.370936 [ 258 ] {bc076645-5d71-4e18-b5f7-8c52d9a63a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2442 | 2024.12.21 08:19:42.371871 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 5 columns (5 merged, 0 gathered) in 0.006167854 sec., 18158.66588281759 rows/sec., 1.36 MiB/sec. | ||
| 2443 | 2024.12.21 08:19:42.372027 [ 258 ] {bc076645-5d71-4e18-b5f7-8c52d9a63a95} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2444 | 2024.12.21 08:19:42.372038 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2445 | 2024.12.21 08:19:42.372480 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2446 | 2024.12.21 08:19:42.372519 [ 258 ] {bc076645-5d71-4e18-b5f7-8c52d9a63a95} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2024.12.21 08:19:42.372622 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_11_2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2448 | 2024.12.21 08:19:42.372817 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2449 | 2024.12.21 08:19:42.372846 [ 46 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2450 | 2024.12.21 08:19:42.372944 [ 46 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2451 | 2024.12.21 08:19:42.373006 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2452 | 2024.12.21 08:19:42.373071 [ 258 ] {bc076645-5d71-4e18-b5f7-8c52d9a63a95} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005951 sec., 2352.5457906234246 rows/sec., 164.76 KiB/sec. | ||
| 2453 | 2024.12.21 08:19:42.373316 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 2454 | 2024.12.21 08:19:42.373480 [ 258 ] {bc076645-5d71-4e18-b5f7-8c52d9a63a95} <Debug> TCPHandler: Processed in 0.006828761 sec. | ||
| 2455 | 2024.12.21 08:19:42.373628 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2456 | 2024.12.21 08:19:42.373676 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2457 | 2024.12.21 08:19:42.373706 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2458 | 2024.12.21 08:19:42.373769 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 2459 | 2024.12.21 08:19:42.373950 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2460 | 2024.12.21 08:19:42.373959 [ 4 ] {ef883689-ee9e-4fe4-a711-43cbde8fb0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2461 | 2024.12.21 08:19:42.374173 [ 4 ] {ef883689-ee9e-4fe4-a711-43cbde8fb0e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2462 | 2024.12.21 08:19:42.374331 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 2463 | 2024.12.21 08:19:42.374539 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 2464 | 2024.12.21 08:19:42.374733 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 2465 | 2024.12.21 08:19:42.375723 [ 4 ] {ef883689-ee9e-4fe4-a711-43cbde8fb0e1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2466 | 2024.12.21 08:19:42.375770 [ 4 ] {ef883689-ee9e-4fe4-a711-43cbde8fb0e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2467 | 2024.12.21 08:19:42.376319 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 71 rows, containing 5 columns (5 merged, 0 gathered) in 0.003225759 sec., 22010.323771862684 rows/sec., 1.59 MiB/sec. | ||
| 2468 | 2024.12.21 08:19:42.376394 [ 4 ] {ef883689-ee9e-4fe4-a711-43cbde8fb0e1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2469 | 2024.12.21 08:19:42.376431 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2470 | 2024.12.21 08:19:42.376691 [ 4 ] {ef883689-ee9e-4fe4-a711-43cbde8fb0e1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2471 | 2024.12.21 08:19:42.376736 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_6_1} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2472 | 2024.12.21 08:19:42.376826 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_6_1} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2473 | 2024.12.21 08:19:42.376862 [ 65 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2474 | 2024.12.21 08:19:42.376930 [ 65 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2475 | 2024.12.21 08:19:42.376962 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2476 | 2024.12.21 08:19:42.376965 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2477 | 2024.12.21 08:19:42.376987 [ 4 ] {ef883689-ee9e-4fe4-a711-43cbde8fb0e1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003137 sec., 4144.086707044948 rows/sec., 258.38 KiB/sec. | ||
| 2478 | 2024.12.21 08:19:42.377262 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 2479 | 2024.12.21 08:19:42.377301 [ 4 ] {ef883689-ee9e-4fe4-a711-43cbde8fb0e1} <Debug> TCPHandler: Processed in 0.003675262 sec. | ||
| 2480 | 2024.12.21 08:19:42.377594 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2481 | 2024.12.21 08:19:42.377618 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2482 | 2024.12.21 08:19:42.377664 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 2483 | 2024.12.21 08:19:42.377939 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 2484 | 2024.12.21 08:19:42.377932 [ 258 ] {21eeb0c4-e199-4630-89b6-fd6fb7b21ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2485 | 2024.12.21 08:19:42.378127 [ 258 ] {21eeb0c4-e199-4630-89b6-fd6fb7b21ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2486 | 2024.12.21 08:19:42.378211 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 2487 | 2024.12.21 08:19:42.378651 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 2488 | 2024.12.21 08:19:42.378966 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 2489 | 2024.12.21 08:19:42.380937 [ 258 ] {21eeb0c4-e199-4630-89b6-fd6fb7b21ffc} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2024.12.21 08:19:42.381028 [ 258 ] {21eeb0c4-e199-4630-89b6-fd6fb7b21ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2491 | 2024.12.21 08:19:42.381397 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004366388 sec., 14886.44618847432 rows/sec., 986.32 KiB/sec. | ||
| 2492 | 2024.12.21 08:19:42.381651 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2493 | 2024.12.21 08:19:42.381961 [ 258 ] {21eeb0c4-e199-4630-89b6-fd6fb7b21ffc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2494 | 2024.12.21 08:19:42.382241 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_5_1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2024.12.21 08:19:42.382471 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_5_1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2496 | 2024.12.21 08:19:42.382504 [ 258 ] {21eeb0c4-e199-4630-89b6-fd6fb7b21ffc} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2497 | 2024.12.21 08:19:42.382642 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2498 | 2024.12.21 08:19:42.382824 [ 65 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2499 | 2024.12.21 08:19:42.382892 [ 65 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2024.12.21 08:19:42.382937 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2501 | 2024.12.21 08:19:42.382944 [ 258 ] {21eeb0c4-e199-4630-89b6-fd6fb7b21ffc} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005176 sec., 75347.75888717156 rows/sec., 5.34 MiB/sec. | ||
| 2502 | 2024.12.21 08:19:42.383188 [ 258 ] {21eeb0c4-e199-4630-89b6-fd6fb7b21ffc} <Debug> TCPHandler: Processed in 0.00573314 sec. | ||
| 2503 | 2024.12.21 08:19:42.383249 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 2504 | 2024.12.21 08:19:42.383387 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2505 | 2024.12.21 08:19:42.383434 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2506 | 2024.12.21 08:19:42.383484 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 347 rows starting from the beginning of the part | ||
| 2507 | 2024.12.21 08:19:42.383528 [ 4 ] {564d1962-87cb-42cf-84fc-0a9d1a896f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2508 | 2024.12.21 08:19:42.383620 [ 4 ] {564d1962-87cb-42cf-84fc-0a9d1a896f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2509 | 2024.12.21 08:19:42.383728 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 326 rows starting from the beginning of the part | ||
| 2510 | 2024.12.21 08:19:42.384187 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 2511 | 2024.12.21 08:19:42.384642 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 334 rows starting from the beginning of the part | ||
| 2512 | 2024.12.21 08:19:42.384979 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 88 rows starting from the beginning of the part | ||
| 2513 | 2024.12.21 08:19:42.385417 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 390 rows starting from the beginning of the part | ||
| 2514 | 2024.12.21 08:19:42.386044 [ 4 ] {564d1962-87cb-42cf-84fc-0a9d1a896f23} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2515 | 2024.12.21 08:19:42.386086 [ 4 ] {564d1962-87cb-42cf-84fc-0a9d1a896f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2516 | 2024.12.21 08:19:42.386607 [ 4 ] {564d1962-87cb-42cf-84fc-0a9d1a896f23} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2517 | 2024.12.21 08:19:42.386944 [ 4 ] {564d1962-87cb-42cf-84fc-0a9d1a896f23} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2518 | 2024.12.21 08:19:42.387291 [ 4 ] {564d1962-87cb-42cf-84fc-0a9d1a896f23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003764 sec., 1594.0488841657811 rows/sec., 83.28 KiB/sec. | ||
| 2519 | 2024.12.21 08:19:42.387629 [ 4 ] {564d1962-87cb-42cf-84fc-0a9d1a896f23} <Debug> TCPHandler: Processed in 0.004306849 sec. | ||
| 2520 | 2024.12.21 08:19:42.387784 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1515 rows, containing 5 columns (5 merged, 0 gathered) in 0.004762552 sec., 318106.76292878273 rows/sec., 23.71 MiB/sec. | ||
| 2521 | 2024.12.21 08:19:42.387865 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2522 | 2024.12.21 08:19:42.388044 [ 258 ] {69e65b22-05b9-4fc1-b8d6-704e6ff113b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2523 | 2024.12.21 08:19:42.388053 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2524 | 2024.12.21 08:19:42.388117 [ 258 ] {69e65b22-05b9-4fc1-b8d6-704e6ff113b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2525 | 2024.12.21 08:19:42.388727 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2526 | 2024.12.21 08:19:42.388900 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_11_2} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2527 | 2024.12.21 08:19:42.389103 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2528 | 2024.12.21 08:19:42.389291 [ 258 ] {69e65b22-05b9-4fc1-b8d6-704e6ff113b4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2529 | 2024.12.21 08:19:42.389336 [ 258 ] {69e65b22-05b9-4fc1-b8d6-704e6ff113b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2530 | 2024.12.21 08:19:42.389751 [ 258 ] {69e65b22-05b9-4fc1-b8d6-704e6ff113b4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2531 | 2024.12.21 08:19:42.390005 [ 258 ] {69e65b22-05b9-4fc1-b8d6-704e6ff113b4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2024.12.21 08:19:42.390401 [ 258 ] {69e65b22-05b9-4fc1-b8d6-704e6ff113b4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002398 sec., 98832.3603002502 rows/sec., 6.62 MiB/sec. | ||
| 2533 | 2024.12.21 08:19:42.390463 [ 258 ] {69e65b22-05b9-4fc1-b8d6-704e6ff113b4} <Debug> TCPHandler: Processed in 0.002710824 sec. | ||
| 2534 | 2024.12.21 08:19:42.390624 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2535 | 2024.12.21 08:19:42.390746 [ 4 ] {f0350e20-455c-42b6-b5fd-b721add80208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2536 | 2024.12.21 08:19:42.390801 [ 4 ] {f0350e20-455c-42b6-b5fd-b721add80208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2537 | 2024.12.21 08:19:42.391291 [ 4 ] {f0350e20-455c-42b6-b5fd-b721add80208} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2538 | 2024.12.21 08:19:42.391330 [ 4 ] {f0350e20-455c-42b6-b5fd-b721add80208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2539 | 2024.12.21 08:19:42.391698 [ 4 ] {f0350e20-455c-42b6-b5fd-b721add80208} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2540 | 2024.12.21 08:19:42.391948 [ 4 ] {f0350e20-455c-42b6-b5fd-b721add80208} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2541 | 2024.12.21 08:19:42.392086 [ 65 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2542 | 2024.12.21 08:19:42.392124 [ 65 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2543 | 2024.12.21 08:19:42.392149 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2544 | 2024.12.21 08:19:42.392159 [ 4 ] {f0350e20-455c-42b6-b5fd-b721add80208} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec. | ||
| 2545 | 2024.12.21 08:19:42.392435 [ 4 ] {f0350e20-455c-42b6-b5fd-b721add80208} <Debug> TCPHandler: Processed in 0.001859997 sec. | ||
| 2546 | 2024.12.21 08:19:42.392456 [ 197 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 2547 | 2024.12.21 08:19:42.392723 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2548 | 2024.12.21 08:19:42.392731 [ 197 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2549 | 2024.12.21 08:19:42.392795 [ 197 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2550 | 2024.12.21 08:19:42.392995 [ 258 ] {c24a0610-755b-46bb-9114-9eb02af2b710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2551 | 2024.12.21 08:19:42.393049 [ 197 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2552 | 2024.12.21 08:19:42.393373 [ 258 ] {c24a0610-755b-46bb-9114-9eb02af2b710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2553 | 2024.12.21 08:19:42.393437 [ 197 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2554 | 2024.12.21 08:19:42.393877 [ 197 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2555 | 2024.12.21 08:19:42.394324 [ 197 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2556 | 2024.12.21 08:19:42.394695 [ 197 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2557 | 2024.12.21 08:19:42.398570 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.006371146 sec., 941.7458020896083 rows/sec., 62.84 KiB/sec. | ||
| 2558 | 2024.12.21 08:19:42.398785 [ 258 ] {c24a0610-755b-46bb-9114-9eb02af2b710} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2559 | 2024.12.21 08:19:42.398798 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2560 | 2024.12.21 08:19:42.398845 [ 258 ] {c24a0610-755b-46bb-9114-9eb02af2b710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2561 | 2024.12.21 08:19:42.399423 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2562 | 2024.12.21 08:19:42.399567 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_6_1} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2563 | 2024.12.21 08:19:42.399725 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2564 | 2024.12.21 08:19:42.400029 [ 258 ] {c24a0610-755b-46bb-9114-9eb02af2b710} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2565 | 2024.12.21 08:19:42.400323 [ 258 ] {c24a0610-755b-46bb-9114-9eb02af2b710} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2024.12.21 08:19:42.400578 [ 258 ] {c24a0610-755b-46bb-9114-9eb02af2b710} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007709 sec., 1037.7480866519652 rows/sec., 1.86 MiB/sec. | ||
| 2567 | 2024.12.21 08:19:42.400732 [ 258 ] {c24a0610-755b-46bb-9114-9eb02af2b710} <Debug> TCPHandler: Processed in 0.008165932 sec. | ||
| 2568 | 2024.12.21 08:19:42.400907 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2024.12.21 08:19:42.401033 [ 4 ] {1bf822aa-20ff-4146-b7c3-ed39be757d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2570 | 2024.12.21 08:19:42.401087 [ 4 ] {1bf822aa-20ff-4146-b7c3-ed39be757d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2571 | 2024.12.21 08:19:42.401643 [ 4 ] {1bf822aa-20ff-4146-b7c3-ed39be757d1d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2024.12.21 08:19:42.401680 [ 4 ] {1bf822aa-20ff-4146-b7c3-ed39be757d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 2573 | 2024.12.21 08:19:42.402079 [ 4 ] {1bf822aa-20ff-4146-b7c3-ed39be757d1d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2574 | 2024.12.21 08:19:42.402324 [ 4 ] {1bf822aa-20ff-4146-b7c3-ed39be757d1d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2024.12.21 08:19:42.402506 [ 4 ] {1bf822aa-20ff-4146-b7c3-ed39be757d1d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0015 sec., 54666.666666666664 rows/sec., 3.47 MiB/sec. | ||
| 2576 | 2024.12.21 08:19:42.402560 [ 4 ] {1bf822aa-20ff-4146-b7c3-ed39be757d1d} <Debug> TCPHandler: Processed in 0.001712635 sec. | ||
| 2577 | 2024.12.21 08:19:46.266043 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2578 | 2024.12.21 08:19:46.266110 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2579 | 2024.12.21 08:19:46.342413 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2580 | 2024.12.21 08:19:46.343119 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2581 | 2024.12.21 08:19:46.343168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2582 | 2024.12.21 08:19:46.343691 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2583 | 2024.12.21 08:19:46.343955 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2584 | 2024.12.21 08:19:46.344211 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2585 | 2024.12.21 08:19:46.345046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 338 | ||
| 2586 | 2024.12.21 08:19:46.348885 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2587 | 2024.12.21 08:19:46.348941 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2588 | 2024.12.21 08:19:46.350447 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2589 | 2024.12.21 08:19:46.350761 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2590 | 2024.12.21 08:19:46.351306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 338 | ||
| 2591 | 2024.12.21 08:19:46.699564 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2592 | 2024.12.21 08:19:46.718837 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2593 | 2024.12.21 08:19:46.718891 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2594 | 2024.12.21 08:19:46.726137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2595 | 2024.12.21 08:19:46.726915 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2596 | 2024.12.21 08:19:46.729376 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2597 | 2024.12.21 08:19:47.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.15 MiB, peak 177.85 MiB, free memory in arenas 0.00 B, will set to 171.41 MiB (RSS), difference: 1.26 MiB | ||
| 2598 | 2024.12.21 08:19:47.348710 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2599 | 2024.12.21 08:19:47.348905 [ 4 ] {66347e0a-713c-4104-ae85-2367f9586788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2600 | 2024.12.21 08:19:47.348976 [ 4 ] {66347e0a-713c-4104-ae85-2367f9586788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2601 | 2024.12.21 08:19:47.349799 [ 4 ] {66347e0a-713c-4104-ae85-2367f9586788} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2602 | 2024.12.21 08:19:47.349845 [ 4 ] {66347e0a-713c-4104-ae85-2367f9586788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2603 | 2024.12.21 08:19:47.350323 [ 4 ] {66347e0a-713c-4104-ae85-2367f9586788} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2604 | 2024.12.21 08:19:47.350587 [ 4 ] {66347e0a-713c-4104-ae85-2367f9586788} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2605 | 2024.12.21 08:19:47.350892 [ 4 ] {66347e0a-713c-4104-ae85-2367f9586788} <Debug> executeQuery: Read 123 rows, 10.71 KiB in 0.00201 sec., 61194.029850746265 rows/sec., 5.20 MiB/sec. | ||
| 2606 | 2024.12.21 08:19:47.351062 [ 4 ] {66347e0a-713c-4104-ae85-2367f9586788} <Debug> TCPHandler: Processed in 0.002481122 sec. | ||
| 2607 | 2024.12.21 08:19:47.351328 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2608 | 2024.12.21 08:19:47.351540 [ 258 ] {f2307f8c-c652-4fb0-b9cc-218a76f32e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2609 | 2024.12.21 08:19:47.351620 [ 258 ] {f2307f8c-c652-4fb0-b9cc-218a76f32e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2610 | 2024.12.21 08:19:47.352412 [ 258 ] {f2307f8c-c652-4fb0-b9cc-218a76f32e30} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2611 | 2024.12.21 08:19:47.352460 [ 258 ] {f2307f8c-c652-4fb0-b9cc-218a76f32e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2612 | 2024.12.21 08:19:47.352920 [ 258 ] {f2307f8c-c652-4fb0-b9cc-218a76f32e30} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2613 | 2024.12.21 08:19:47.353175 [ 258 ] {f2307f8c-c652-4fb0-b9cc-218a76f32e30} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2024.12.21 08:19:47.353410 [ 258 ] {f2307f8c-c652-4fb0-b9cc-218a76f32e30} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001929 sec., 17107.309486780716 rows/sec., 1.26 MiB/sec. | ||
| 2615 | 2024.12.21 08:19:47.353476 [ 258 ] {f2307f8c-c652-4fb0-b9cc-218a76f32e30} <Debug> TCPHandler: Processed in 0.00227948 sec. | ||
| 2616 | 2024.12.21 08:19:47.353636 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2617 | 2024.12.21 08:19:47.353761 [ 4 ] {65f0fd5d-2da4-4564-b8b0-d85180300934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2618 | 2024.12.21 08:19:47.353813 [ 4 ] {65f0fd5d-2da4-4564-b8b0-d85180300934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2619 | 2024.12.21 08:19:47.354487 [ 4 ] {65f0fd5d-2da4-4564-b8b0-d85180300934} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2620 | 2024.12.21 08:19:47.354534 [ 4 ] {65f0fd5d-2da4-4564-b8b0-d85180300934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2621 | 2024.12.21 08:19:47.354946 [ 4 ] {65f0fd5d-2da4-4564-b8b0-d85180300934} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2622 | 2024.12.21 08:19:47.355195 [ 4 ] {65f0fd5d-2da4-4564-b8b0-d85180300934} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2623 | 2024.12.21 08:19:47.355375 [ 4 ] {65f0fd5d-2da4-4564-b8b0-d85180300934} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001643 sec., 608.6427267194157 rows/sec., 40.42 KiB/sec. | ||
| 2624 | 2024.12.21 08:19:47.355429 [ 4 ] {65f0fd5d-2da4-4564-b8b0-d85180300934} <Debug> TCPHandler: Processed in 0.001855277 sec. | ||
| 2625 | 2024.12.21 08:19:47.355581 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2626 | 2024.12.21 08:19:47.355705 [ 258 ] {aea967d8-8e02-4568-b346-71d0fad1f259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2627 | 2024.12.21 08:19:47.355760 [ 258 ] {aea967d8-8e02-4568-b346-71d0fad1f259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2628 | 2024.12.21 08:19:47.356407 [ 258 ] {aea967d8-8e02-4568-b346-71d0fad1f259} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2629 | 2024.12.21 08:19:47.356448 [ 258 ] {aea967d8-8e02-4568-b346-71d0fad1f259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2630 | 2024.12.21 08:19:47.356830 [ 258 ] {aea967d8-8e02-4568-b346-71d0fad1f259} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2631 | 2024.12.21 08:19:47.357058 [ 258 ] {aea967d8-8e02-4568-b346-71d0fad1f259} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2632 | 2024.12.21 08:19:47.357252 [ 258 ] {aea967d8-8e02-4568-b346-71d0fad1f259} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.001601 sec., 68707.05808869457 rows/sec., 5.38 MiB/sec. | ||
| 2633 | 2024.12.21 08:19:47.357303 [ 258 ] {aea967d8-8e02-4568-b346-71d0fad1f259} <Debug> TCPHandler: Processed in 0.001808616 sec. | ||
| 2634 | 2024.12.21 08:19:47.357441 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2635 | 2024.12.21 08:19:47.357573 [ 4 ] {dc468b58-1867-4238-ad3f-5bd7905f6921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2636 | 2024.12.21 08:19:47.357632 [ 4 ] {dc468b58-1867-4238-ad3f-5bd7905f6921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2637 | 2024.12.21 08:19:47.358308 [ 4 ] {dc468b58-1867-4238-ad3f-5bd7905f6921} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2638 | 2024.12.21 08:19:47.358346 [ 4 ] {dc468b58-1867-4238-ad3f-5bd7905f6921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2639 | 2024.12.21 08:19:47.358739 [ 4 ] {dc468b58-1867-4238-ad3f-5bd7905f6921} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2640 | 2024.12.21 08:19:47.359003 [ 4 ] {dc468b58-1867-4238-ad3f-5bd7905f6921} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2641 | 2024.12.21 08:19:47.359185 [ 4 ] {dc468b58-1867-4238-ad3f-5bd7905f6921} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 2642 | 2024.12.21 08:19:47.359238 [ 4 ] {dc468b58-1867-4238-ad3f-5bd7905f6921} <Debug> TCPHandler: Processed in 0.001822566 sec. | ||
| 2643 | 2024.12.21 08:19:47.359400 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2644 | 2024.12.21 08:19:47.359520 [ 258 ] {6ade4271-628e-40a3-a380-dc2d1a6e1164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2645 | 2024.12.21 08:19:47.359574 [ 258 ] {6ade4271-628e-40a3-a380-dc2d1a6e1164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2646 | 2024.12.21 08:19:47.360069 [ 258 ] {6ade4271-628e-40a3-a380-dc2d1a6e1164} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2024.12.21 08:19:47.360109 [ 258 ] {6ade4271-628e-40a3-a380-dc2d1a6e1164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2648 | 2024.12.21 08:19:47.360478 [ 258 ] {6ade4271-628e-40a3-a380-dc2d1a6e1164} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2649 | 2024.12.21 08:19:47.360711 [ 258 ] {6ade4271-628e-40a3-a380-dc2d1a6e1164} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2650 | 2024.12.21 08:19:47.360918 [ 258 ] {6ade4271-628e-40a3-a380-dc2d1a6e1164} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 44.58 KiB/sec. | ||
| 2651 | 2024.12.21 08:19:47.360971 [ 258 ] {6ade4271-628e-40a3-a380-dc2d1a6e1164} <Debug> TCPHandler: Processed in 0.001628695 sec. | ||
| 2652 | 2024.12.21 08:19:47.361135 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2653 | 2024.12.21 08:19:47.361273 [ 4 ] {c70efad0-10ac-477c-ba24-b092fd343c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2654 | 2024.12.21 08:19:47.361365 [ 4 ] {c70efad0-10ac-477c-ba24-b092fd343c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2655 | 2024.12.21 08:19:47.362614 [ 4 ] {c70efad0-10ac-477c-ba24-b092fd343c25} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2656 | 2024.12.21 08:19:47.362652 [ 4 ] {c70efad0-10ac-477c-ba24-b092fd343c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2657 | 2024.12.21 08:19:47.363325 [ 4 ] {c70efad0-10ac-477c-ba24-b092fd343c25} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2658 | 2024.12.21 08:19:47.363582 [ 4 ] {c70efad0-10ac-477c-ba24-b092fd343c25} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2659 | 2024.12.21 08:19:47.363776 [ 4 ] {c70efad0-10ac-477c-ba24-b092fd343c25} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002534 sec., 13022.88871349645 rows/sec., 23.34 MiB/sec. | ||
| 2660 | 2024.12.21 08:19:47.363891 [ 4 ] {c70efad0-10ac-477c-ba24-b092fd343c25} <Debug> TCPHandler: Processed in 0.002821385 sec. | ||
| 2661 | 2024.12.21 08:19:47.364059 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2662 | 2024.12.21 08:19:47.364199 [ 258 ] {d42ab24a-0ce1-4b51-b65c-68ee807ce721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2663 | 2024.12.21 08:19:47.364259 [ 258 ] {d42ab24a-0ce1-4b51-b65c-68ee807ce721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2664 | 2024.12.21 08:19:47.364830 [ 258 ] {d42ab24a-0ce1-4b51-b65c-68ee807ce721} <Trace> oximeter.measurements_i64 (12995921-9b31-48da-9114-fdf121de8a64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2024.12.21 08:19:47.364876 [ 258 ] {d42ab24a-0ce1-4b51-b65c-68ee807ce721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2666 | 2024.12.21 08:19:47.365246 [ 258 ] {d42ab24a-0ce1-4b51-b65c-68ee807ce721} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2667 | 2024.12.21 08:19:47.365502 [ 258 ] {d42ab24a-0ce1-4b51-b65c-68ee807ce721} <Trace> oximeter.measurements_i64 (12995921-9b31-48da-9114-fdf121de8a64): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2024.12.21 08:19:47.365702 [ 258 ] {d42ab24a-0ce1-4b51-b65c-68ee807ce721} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001535 sec., 9771.98697068404 rows/sec., 708.72 KiB/sec. | ||
| 2669 | 2024.12.21 08:19:47.365753 [ 258 ] {d42ab24a-0ce1-4b51-b65c-68ee807ce721} <Debug> TCPHandler: Processed in 0.001763576 sec. | ||
| 2670 | 2024.12.21 08:19:47.365904 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2671 | 2024.12.21 08:19:47.366044 [ 4 ] {7057b54e-b3b2-435e-8c53-840d8d7e04f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2672 | 2024.12.21 08:19:47.366103 [ 4 ] {7057b54e-b3b2-435e-8c53-840d8d7e04f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2673 | 2024.12.21 08:19:47.366667 [ 4 ] {7057b54e-b3b2-435e-8c53-840d8d7e04f9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2024.12.21 08:19:47.366713 [ 4 ] {7057b54e-b3b2-435e-8c53-840d8d7e04f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2675 | 2024.12.21 08:19:47.367096 [ 4 ] {7057b54e-b3b2-435e-8c53-840d8d7e04f9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2676 | 2024.12.21 08:19:47.367328 [ 4 ] {7057b54e-b3b2-435e-8c53-840d8d7e04f9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2677 | 2024.12.21 08:19:47.367502 [ 4 ] {7057b54e-b3b2-435e-8c53-840d8d7e04f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
| 2678 | 2024.12.21 08:19:47.367551 [ 4 ] {7057b54e-b3b2-435e-8c53-840d8d7e04f9} <Debug> TCPHandler: Processed in 0.001712035 sec. | ||
| 2679 | 2024.12.21 08:19:52.352183 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2680 | 2024.12.21 08:19:52.352390 [ 4 ] {19b9c49a-f3b5-4fd6-bac5-c5a5bbc027f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2681 | 2024.12.21 08:19:52.352477 [ 4 ] {19b9c49a-f3b5-4fd6-bac5-c5a5bbc027f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2682 | 2024.12.21 08:19:52.353257 [ 4 ] {19b9c49a-f3b5-4fd6-bac5-c5a5bbc027f1} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2683 | 2024.12.21 08:19:52.353310 [ 4 ] {19b9c49a-f3b5-4fd6-bac5-c5a5bbc027f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2684 | 2024.12.21 08:19:52.353739 [ 4 ] {19b9c49a-f3b5-4fd6-bac5-c5a5bbc027f1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2685 | 2024.12.21 08:19:52.354025 [ 4 ] {19b9c49a-f3b5-4fd6-bac5-c5a5bbc027f1} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2686 | 2024.12.21 08:19:52.354271 [ 4 ] {19b9c49a-f3b5-4fd6-bac5-c5a5bbc027f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec. | ||
| 2687 | 2024.12.21 08:19:52.354340 [ 4 ] {19b9c49a-f3b5-4fd6-bac5-c5a5bbc027f1} <Debug> TCPHandler: Processed in 0.00228935 sec. | ||
| 2688 | 2024.12.21 08:19:52.354599 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2689 | 2024.12.21 08:19:52.354812 [ 258 ] {99ff1e4c-7ee9-497e-a5c6-1a8cd4fa5ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2690 | 2024.12.21 08:19:52.354895 [ 258 ] {99ff1e4c-7ee9-497e-a5c6-1a8cd4fa5ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2691 | 2024.12.21 08:19:52.355653 [ 258 ] {99ff1e4c-7ee9-497e-a5c6-1a8cd4fa5ef6} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2024.12.21 08:19:52.355698 [ 258 ] {99ff1e4c-7ee9-497e-a5c6-1a8cd4fa5ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2693 | 2024.12.21 08:19:52.356110 [ 258 ] {99ff1e4c-7ee9-497e-a5c6-1a8cd4fa5ef6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2694 | 2024.12.21 08:19:52.356366 [ 258 ] {99ff1e4c-7ee9-497e-a5c6-1a8cd4fa5ef6} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2695 | 2024.12.21 08:19:52.356563 [ 258 ] {99ff1e4c-7ee9-497e-a5c6-1a8cd4fa5ef6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00181 sec., 1104.9723756906078 rows/sec., 90.10 KiB/sec. | ||
| 2696 | 2024.12.21 08:19:52.356628 [ 258 ] {99ff1e4c-7ee9-497e-a5c6-1a8cd4fa5ef6} <Debug> TCPHandler: Processed in 0.002163799 sec. | ||
| 2697 | 2024.12.21 08:19:52.356800 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2698 | 2024.12.21 08:19:52.356928 [ 4 ] {1667273d-2adc-4fef-83c4-50661e639c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2699 | 2024.12.21 08:19:52.356983 [ 4 ] {1667273d-2adc-4fef-83c4-50661e639c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2700 | 2024.12.21 08:19:52.357712 [ 4 ] {1667273d-2adc-4fef-83c4-50661e639c30} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2701 | 2024.12.21 08:19:52.357757 [ 4 ] {1667273d-2adc-4fef-83c4-50661e639c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2702 | 2024.12.21 08:19:52.358155 [ 4 ] {1667273d-2adc-4fef-83c4-50661e639c30} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2703 | 2024.12.21 08:19:52.358406 [ 4 ] {1667273d-2adc-4fef-83c4-50661e639c30} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2704 | 2024.12.21 08:19:52.358632 [ 4 ] {1667273d-2adc-4fef-83c4-50661e639c30} <Debug> executeQuery: Read 220 rows, 19.65 KiB in 0.001733 sec., 126947.48990190422 rows/sec., 11.07 MiB/sec. | ||
| 2705 | 2024.12.21 08:19:52.358689 [ 4 ] {1667273d-2adc-4fef-83c4-50661e639c30} <Debug> TCPHandler: Processed in 0.001951977 sec. | ||
| 2706 | 2024.12.21 08:19:52.358850 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2707 | 2024.12.21 08:19:52.358979 [ 258 ] {21cd0bd3-b89e-4852-a7e3-d314b29c02fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2708 | 2024.12.21 08:19:52.359032 [ 258 ] {21cd0bd3-b89e-4852-a7e3-d314b29c02fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2709 | 2024.12.21 08:19:52.359649 [ 258 ] {21cd0bd3-b89e-4852-a7e3-d314b29c02fc} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2710 | 2024.12.21 08:19:52.359688 [ 258 ] {21cd0bd3-b89e-4852-a7e3-d314b29c02fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2711 | 2024.12.21 08:19:52.360056 [ 258 ] {21cd0bd3-b89e-4852-a7e3-d314b29c02fc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2712 | 2024.12.21 08:19:52.360300 [ 258 ] {21cd0bd3-b89e-4852-a7e3-d314b29c02fc} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2713 | 2024.12.21 08:19:52.360485 [ 258 ] {21cd0bd3-b89e-4852-a7e3-d314b29c02fc} <Debug> executeQuery: Read 17 rows, 1.20 KiB in 0.001538 sec., 11053.315994798439 rows/sec., 778.46 KiB/sec. | ||
| 2714 | 2024.12.21 08:19:52.360542 [ 258 ] {21cd0bd3-b89e-4852-a7e3-d314b29c02fc} <Debug> TCPHandler: Processed in 0.001747945 sec. | ||
| 2715 | 2024.12.21 08:19:52.360709 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2716 | 2024.12.21 08:19:52.360833 [ 4 ] {98a76887-1713-4e46-bc07-f836989666e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2717 | 2024.12.21 08:19:52.360884 [ 4 ] {98a76887-1713-4e46-bc07-f836989666e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2718 | 2024.12.21 08:19:52.361462 [ 4 ] {98a76887-1713-4e46-bc07-f836989666e4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2024.12.21 08:19:52.361505 [ 4 ] {98a76887-1713-4e46-bc07-f836989666e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2720 | 2024.12.21 08:19:52.361855 [ 4 ] {98a76887-1713-4e46-bc07-f836989666e4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2721 | 2024.12.21 08:19:52.362091 [ 4 ] {98a76887-1713-4e46-bc07-f836989666e4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2722 | 2024.12.21 08:19:52.362303 [ 4 ] {98a76887-1713-4e46-bc07-f836989666e4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001496 sec., 9358.288770053476 rows/sec., 655.39 KiB/sec. | ||
| 2723 | 2024.12.21 08:19:52.362361 [ 4 ] {98a76887-1713-4e46-bc07-f836989666e4} <Debug> TCPHandler: Processed in 0.001714675 sec. | ||
| 2724 | 2024.12.21 08:19:52.362516 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2024.12.21 08:19:52.362639 [ 258 ] {9aa17fd2-fd81-4f52-afa1-87d1d4490bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2726 | 2024.12.21 08:19:52.362690 [ 258 ] {9aa17fd2-fd81-4f52-afa1-87d1d4490bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2727 | 2024.12.21 08:19:52.363273 [ 258 ] {9aa17fd2-fd81-4f52-afa1-87d1d4490bff} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2024.12.21 08:19:52.363312 [ 258 ] {9aa17fd2-fd81-4f52-afa1-87d1d4490bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2729 | 2024.12.21 08:19:52.363681 [ 258 ] {9aa17fd2-fd81-4f52-afa1-87d1d4490bff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2730 | 2024.12.21 08:19:52.363953 [ 258 ] {9aa17fd2-fd81-4f52-afa1-87d1d4490bff} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2024.12.21 08:19:52.364137 [ 258 ] {9aa17fd2-fd81-4f52-afa1-87d1d4490bff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001524 sec., 8530.18372703412 rows/sec., 531.85 KiB/sec. | ||
| 2732 | 2024.12.21 08:19:52.364194 [ 258 ] {9aa17fd2-fd81-4f52-afa1-87d1d4490bff} <Debug> TCPHandler: Processed in 0.001735415 sec. | ||
| 2733 | 2024.12.21 08:19:52.364363 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2734 | 2024.12.21 08:19:52.364482 [ 4 ] {ec706d8f-5d3b-4a74-b44f-fb0c737efcb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2735 | 2024.12.21 08:19:52.364533 [ 4 ] {ec706d8f-5d3b-4a74-b44f-fb0c737efcb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2736 | 2024.12.21 08:19:52.365291 [ 4 ] {ec706d8f-5d3b-4a74-b44f-fb0c737efcb0} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2024.12.21 08:19:52.365333 [ 4 ] {ec706d8f-5d3b-4a74-b44f-fb0c737efcb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2738 | 2024.12.21 08:19:52.365719 [ 4 ] {ec706d8f-5d3b-4a74-b44f-fb0c737efcb0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2739 | 2024.12.21 08:19:52.365983 [ 4 ] {ec706d8f-5d3b-4a74-b44f-fb0c737efcb0} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2024.12.21 08:19:52.366219 [ 4 ] {ec706d8f-5d3b-4a74-b44f-fb0c737efcb0} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001762 sec., 222474.4608399546 rows/sec., 15.79 MiB/sec. | ||
| 2741 | 2024.12.21 08:19:52.366284 [ 4 ] {ec706d8f-5d3b-4a74-b44f-fb0c737efcb0} <Debug> TCPHandler: Processed in 0.001977738 sec. | ||
| 2742 | 2024.12.21 08:19:52.366451 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.12.21 08:19:52.366580 [ 258 ] {1c7e2ec3-b627-4fe9-be82-5ded7578bc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2744 | 2024.12.21 08:19:52.366635 [ 258 ] {1c7e2ec3-b627-4fe9-be82-5ded7578bc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2745 | 2024.12.21 08:19:52.367165 [ 258 ] {1c7e2ec3-b627-4fe9-be82-5ded7578bc77} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2024.12.21 08:19:52.367204 [ 258 ] {1c7e2ec3-b627-4fe9-be82-5ded7578bc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2747 | 2024.12.21 08:19:52.367583 [ 258 ] {1c7e2ec3-b627-4fe9-be82-5ded7578bc77} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2748 | 2024.12.21 08:19:52.367823 [ 258 ] {1c7e2ec3-b627-4fe9-be82-5ded7578bc77} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.12.21 08:19:52.367980 [ 87 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2750 | 2024.12.21 08:19:52.368029 [ 87 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2024.12.21 08:19:52.368035 [ 258 ] {1c7e2ec3-b627-4fe9-be82-5ded7578bc77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 2752 | 2024.12.21 08:19:52.368055 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2753 | 2024.12.21 08:19:52.368125 [ 258 ] {1c7e2ec3-b627-4fe9-be82-5ded7578bc77} <Debug> TCPHandler: Processed in 0.001736205 sec. | ||
| 2754 | 2024.12.21 08:19:52.368182 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 2755 | 2024.12.21 08:19:52.368323 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2756 | 2024.12.21 08:19:52.368337 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2757 | 2024.12.21 08:19:52.368394 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 2758 | 2024.12.21 08:19:52.368586 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 2759 | 2024.12.21 08:19:52.368618 [ 4 ] {9e0d6e64-4011-4bf8-9959-c35a4f94b724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2760 | 2024.12.21 08:19:52.368822 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 2761 | 2024.12.21 08:19:52.368960 [ 4 ] {9e0d6e64-4011-4bf8-9959-c35a4f94b724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2762 | 2024.12.21 08:19:52.369100 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 2763 | 2024.12.21 08:19:52.369425 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 2764 | 2024.12.21 08:19:52.369735 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 2765 | 2024.12.21 08:19:52.371514 [ 4 ] {9e0d6e64-4011-4bf8-9959-c35a4f94b724} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2024.12.21 08:19:52.371591 [ 4 ] {9e0d6e64-4011-4bf8-9959-c35a4f94b724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2767 | 2024.12.21 08:19:52.372746 [ 204 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004609411 sec., 7810.1084932543445 rows/sec., 408.05 KiB/sec. | ||
| 2768 | 2024.12.21 08:19:52.372917 [ 4 ] {9e0d6e64-4011-4bf8-9959-c35a4f94b724} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2769 | 2024.12.21 08:19:52.372997 [ 204 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2770 | 2024.12.21 08:19:52.373414 [ 4 ] {9e0d6e64-4011-4bf8-9959-c35a4f94b724} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2771 | 2024.12.21 08:19:52.373622 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_6_1} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2772 | 2024.12.21 08:19:52.373984 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_6_1} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2773 | 2024.12.21 08:19:52.373985 [ 4 ] {9e0d6e64-4011-4bf8-9959-c35a4f94b724} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005478 sec., 43446.513326031396 rows/sec., 2.91 MiB/sec. | ||
| 2774 | 2024.12.21 08:19:52.374217 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2775 | 2024.12.21 08:19:52.374238 [ 4 ] {9e0d6e64-4011-4bf8-9959-c35a4f94b724} <Debug> TCPHandler: Processed in 0.006000543 sec. | ||
| 2776 | 2024.12.21 08:19:52.374439 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2777 | 2024.12.21 08:19:52.374561 [ 258 ] {efa2982f-44bd-4974-9fbf-8e81ad22e2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2778 | 2024.12.21 08:19:52.374615 [ 258 ] {efa2982f-44bd-4974-9fbf-8e81ad22e2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2779 | 2024.12.21 08:19:52.375094 [ 258 ] {efa2982f-44bd-4974-9fbf-8e81ad22e2cc} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2780 | 2024.12.21 08:19:52.375131 [ 258 ] {efa2982f-44bd-4974-9fbf-8e81ad22e2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2781 | 2024.12.21 08:19:52.375502 [ 258 ] {efa2982f-44bd-4974-9fbf-8e81ad22e2cc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2782 | 2024.12.21 08:19:52.375771 [ 258 ] {efa2982f-44bd-4974-9fbf-8e81ad22e2cc} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2783 | 2024.12.21 08:19:52.375949 [ 258 ] {efa2982f-44bd-4974-9fbf-8e81ad22e2cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001414 sec., 707.2135785007073 rows/sec., 47.65 KiB/sec. | ||
| 2784 | 2024.12.21 08:19:52.376003 [ 258 ] {efa2982f-44bd-4974-9fbf-8e81ad22e2cc} <Debug> TCPHandler: Processed in 0.001622644 sec. | ||
| 2785 | 2024.12.21 08:19:52.376159 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2786 | 2024.12.21 08:19:52.376286 [ 4 ] {4a52e575-fab5-4bf0-9a33-562b0f8b116b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2787 | 2024.12.21 08:19:52.376385 [ 4 ] {4a52e575-fab5-4bf0-9a33-562b0f8b116b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2788 | 2024.12.21 08:19:52.377494 [ 4 ] {4a52e575-fab5-4bf0-9a33-562b0f8b116b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2789 | 2024.12.21 08:19:52.377535 [ 4 ] {4a52e575-fab5-4bf0-9a33-562b0f8b116b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2790 | 2024.12.21 08:19:52.378168 [ 4 ] {4a52e575-fab5-4bf0-9a33-562b0f8b116b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2791 | 2024.12.21 08:19:52.378436 [ 4 ] {4a52e575-fab5-4bf0-9a33-562b0f8b116b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2792 | 2024.12.21 08:19:52.378675 [ 4 ] {4a52e575-fab5-4bf0-9a33-562b0f8b116b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002418 sec., 3308.519437551696 rows/sec., 5.93 MiB/sec. | ||
| 2793 | 2024.12.21 08:19:52.378963 [ 4 ] {4a52e575-fab5-4bf0-9a33-562b0f8b116b} <Debug> TCPHandler: Processed in 0.002858835 sec. | ||
| 2794 | 2024.12.21 08:19:52.379127 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2795 | 2024.12.21 08:19:52.379252 [ 258 ] {5b72dbf1-c55e-4866-b2ac-18915b12ecf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2796 | 2024.12.21 08:19:52.379306 [ 258 ] {5b72dbf1-c55e-4866-b2ac-18915b12ecf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2797 | 2024.12.21 08:19:52.379799 [ 258 ] {5b72dbf1-c55e-4866-b2ac-18915b12ecf0} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2024.12.21 08:19:52.379839 [ 258 ] {5b72dbf1-c55e-4866-b2ac-18915b12ecf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2799 | 2024.12.21 08:19:52.380212 [ 258 ] {5b72dbf1-c55e-4866-b2ac-18915b12ecf0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2800 | 2024.12.21 08:19:52.380467 [ 258 ] {5b72dbf1-c55e-4866-b2ac-18915b12ecf0} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2024.12.21 08:19:52.380679 [ 258 ] {5b72dbf1-c55e-4866-b2ac-18915b12ecf0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001455 sec., 56357.388316151206 rows/sec., 3.58 MiB/sec. | ||
| 2802 | 2024.12.21 08:19:52.380739 [ 258 ] {5b72dbf1-c55e-4866-b2ac-18915b12ecf0} <Debug> TCPHandler: Processed in 0.001669805 sec. | ||
| 2803 | 2024.12.21 08:19:53.844448 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2804 | 2024.12.21 08:19:53.845062 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2805 | 2024.12.21 08:19:53.845102 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2806 | 2024.12.21 08:19:53.845643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2807 | 2024.12.21 08:19:53.845896 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2808 | 2024.12.21 08:19:53.846085 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2809 | 2024.12.21 08:19:54.229566 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2810 | 2024.12.21 08:19:54.248834 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2024.12.21 08:19:54.248883 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2812 | 2024.12.21 08:19:54.256535 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2813 | 2024.12.21 08:19:54.257368 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2814 | 2024.12.21 08:19:54.260472 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2815 | 2024.12.21 08:19:56.351916 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 380 | ||
| 2816 | 2024.12.21 08:19:56.355306 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2817 | 2024.12.21 08:19:56.355367 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2818 | 2024.12.21 08:19:56.356891 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2819 | 2024.12.21 08:19:56.357206 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2024.12.21 08:19:56.357755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2821 | 2024.12.21 08:19:57.348643 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2822 | 2024.12.21 08:19:57.348858 [ 4 ] {3bfaf83a-2d46-4d97-aa0d-98e0eafae33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2823 | 2024.12.21 08:19:57.348942 [ 4 ] {3bfaf83a-2d46-4d97-aa0d-98e0eafae33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2824 | 2024.12.21 08:19:57.349824 [ 4 ] {3bfaf83a-2d46-4d97-aa0d-98e0eafae33d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2024.12.21 08:19:57.349877 [ 4 ] {3bfaf83a-2d46-4d97-aa0d-98e0eafae33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2826 | 2024.12.21 08:19:57.350346 [ 4 ] {3bfaf83a-2d46-4d97-aa0d-98e0eafae33d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2827 | 2024.12.21 08:19:57.350615 [ 4 ] {3bfaf83a-2d46-4d97-aa0d-98e0eafae33d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2024.12.21 08:19:57.350861 [ 4 ] {3bfaf83a-2d46-4d97-aa0d-98e0eafae33d} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002063 sec., 59137.17886572952 rows/sec., 5.03 MiB/sec. | ||
| 2829 | 2024.12.21 08:19:57.350932 [ 4 ] {3bfaf83a-2d46-4d97-aa0d-98e0eafae33d} <Debug> TCPHandler: Processed in 0.002432671 sec. | ||
| 2830 | 2024.12.21 08:19:57.351204 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2831 | 2024.12.21 08:19:57.351391 [ 258 ] {25df5b65-e96f-4d87-8c35-5f75d6b830ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2832 | 2024.12.21 08:19:57.351462 [ 258 ] {25df5b65-e96f-4d87-8c35-5f75d6b830ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2833 | 2024.12.21 08:19:57.352232 [ 258 ] {25df5b65-e96f-4d87-8c35-5f75d6b830ba} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2024.12.21 08:19:57.352279 [ 258 ] {25df5b65-e96f-4d87-8c35-5f75d6b830ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2835 | 2024.12.21 08:19:57.352716 [ 258 ] {25df5b65-e96f-4d87-8c35-5f75d6b830ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2836 | 2024.12.21 08:19:57.352965 [ 258 ] {25df5b65-e96f-4d87-8c35-5f75d6b830ba} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2024.12.21 08:19:57.353240 [ 258 ] {25df5b65-e96f-4d87-8c35-5f75d6b830ba} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001901 sec., 17359.284587059443 rows/sec., 1.27 MiB/sec. | ||
| 2838 | 2024.12.21 08:19:57.353437 [ 258 ] {25df5b65-e96f-4d87-8c35-5f75d6b830ba} <Debug> TCPHandler: Processed in 0.00235936 sec. | ||
| 2839 | 2024.12.21 08:19:57.353619 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2840 | 2024.12.21 08:19:57.353746 [ 4 ] {de3908bc-0916-4e9a-b0ee-c4269f0bf306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2841 | 2024.12.21 08:19:57.353801 [ 4 ] {de3908bc-0916-4e9a-b0ee-c4269f0bf306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2842 | 2024.12.21 08:19:57.354449 [ 4 ] {de3908bc-0916-4e9a-b0ee-c4269f0bf306} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2024.12.21 08:19:57.354490 [ 4 ] {de3908bc-0916-4e9a-b0ee-c4269f0bf306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2844 | 2024.12.21 08:19:57.354878 [ 4 ] {de3908bc-0916-4e9a-b0ee-c4269f0bf306} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2845 | 2024.12.21 08:19:57.355132 [ 4 ] {de3908bc-0916-4e9a-b0ee-c4269f0bf306} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2846 | 2024.12.21 08:19:57.355356 [ 4 ] {de3908bc-0916-4e9a-b0ee-c4269f0bf306} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001639 sec., 59182.428309945084 rows/sec., 4.62 MiB/sec. | ||
| 2847 | 2024.12.21 08:19:57.355413 [ 4 ] {de3908bc-0916-4e9a-b0ee-c4269f0bf306} <Debug> TCPHandler: Processed in 0.001852346 sec. | ||
| 2848 | 2024.12.21 08:19:57.355592 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2849 | 2024.12.21 08:19:57.355719 [ 258 ] {77ffc043-1fb2-4ee2-ae3a-a9726439956c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2850 | 2024.12.21 08:19:57.355776 [ 258 ] {77ffc043-1fb2-4ee2-ae3a-a9726439956c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2851 | 2024.12.21 08:19:57.356388 [ 258 ] {77ffc043-1fb2-4ee2-ae3a-a9726439956c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2852 | 2024.12.21 08:19:57.356428 [ 258 ] {77ffc043-1fb2-4ee2-ae3a-a9726439956c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2853 | 2024.12.21 08:19:57.356845 [ 258 ] {77ffc043-1fb2-4ee2-ae3a-a9726439956c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2854 | 2024.12.21 08:19:57.357090 [ 258 ] {77ffc043-1fb2-4ee2-ae3a-a9726439956c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2855 | 2024.12.21 08:19:57.357305 [ 258 ] {77ffc043-1fb2-4ee2-ae3a-a9726439956c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec. | ||
| 2856 | 2024.12.21 08:19:57.357359 [ 258 ] {77ffc043-1fb2-4ee2-ae3a-a9726439956c} <Debug> TCPHandler: Processed in 0.001827206 sec. | ||
| 2857 | 2024.12.21 08:19:57.357524 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2858 | 2024.12.21 08:19:57.357648 [ 4 ] {d22f122e-b5ed-4eb9-9849-616ad401a658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2859 | 2024.12.21 08:19:57.357741 [ 4 ] {d22f122e-b5ed-4eb9-9849-616ad401a658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2860 | 2024.12.21 08:19:57.358911 [ 4 ] {d22f122e-b5ed-4eb9-9849-616ad401a658} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2861 | 2024.12.21 08:19:57.358953 [ 4 ] {d22f122e-b5ed-4eb9-9849-616ad401a658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2862 | 2024.12.21 08:19:57.359643 [ 4 ] {d22f122e-b5ed-4eb9-9849-616ad401a658} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2863 | 2024.12.21 08:19:57.359915 [ 4 ] {d22f122e-b5ed-4eb9-9849-616ad401a658} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2864 | 2024.12.21 08:19:57.360107 [ 154 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2865 | 2024.12.21 08:19:57.360203 [ 4 ] {d22f122e-b5ed-4eb9-9849-616ad401a658} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002573 sec., 12825.495530509132 rows/sec., 22.98 MiB/sec. | ||
| 2866 | 2024.12.21 08:19:57.360204 [ 154 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2024.12.21 08:19:57.360288 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2868 | 2024.12.21 08:19:57.360657 [ 4 ] {d22f122e-b5ed-4eb9-9849-616ad401a658} <Debug> TCPHandler: Processed in 0.003189828 sec. | ||
| 2869 | 2024.12.21 08:19:57.360691 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 2870 | 2024.12.21 08:19:57.360849 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2024.12.21 08:19:57.361107 [ 258 ] {d138dac2-0f7f-4459-ab26-928aa4265e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2872 | 2024.12.21 08:19:57.361235 [ 258 ] {d138dac2-0f7f-4459-ab26-928aa4265e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2873 | 2024.12.21 08:19:57.361518 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2874 | 2024.12.21 08:19:57.361822 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 117 rows starting from the beginning of the part | ||
| 2875 | 2024.12.21 08:19:57.362549 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
| 2876 | 2024.12.21 08:19:57.363535 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 2877 | 2024.12.21 08:19:57.363565 [ 258 ] {d138dac2-0f7f-4459-ab26-928aa4265e77} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2878 | 2024.12.21 08:19:57.363646 [ 258 ] {d138dac2-0f7f-4459-ab26-928aa4265e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2879 | 2024.12.21 08:19:57.364224 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
| 2880 | 2024.12.21 08:19:57.365018 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 2881 | 2024.12.21 08:19:57.365117 [ 258 ] {d138dac2-0f7f-4459-ab26-928aa4265e77} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2882 | 2024.12.21 08:19:57.365668 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
| 2883 | 2024.12.21 08:19:57.365887 [ 258 ] {d138dac2-0f7f-4459-ab26-928aa4265e77} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2884 | 2024.12.21 08:19:57.366796 [ 258 ] {d138dac2-0f7f-4459-ab26-928aa4265e77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005764 sec., 10409.43789035392 rows/sec., 718.36 KiB/sec. | ||
| 2885 | 2024.12.21 08:19:57.367149 [ 258 ] {d138dac2-0f7f-4459-ab26-928aa4265e77} <Debug> TCPHandler: Processed in 0.006359856 sec. | ||
| 2886 | 2024.12.21 08:19:57.370563 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 221 rows, containing 19 columns (19 merged, 0 gathered) in 0.01012106 sec., 21835.657529942517 rows/sec., 39.13 MiB/sec. | ||
| 2887 | 2024.12.21 08:19:57.371023 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2888 | 2024.12.21 08:19:57.371507 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2889 | 2024.12.21 08:19:57.371600 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2890 | 2024.12.21 08:19:57.371779 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 2891 | 2024.12.21 08:20:01.266155 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2892 | 2024.12.21 08:20:01.266218 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2893 | 2024.12.21 08:20:01.346327 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2894 | 2024.12.21 08:20:01.346989 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2024.12.21 08:20:01.347033 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2896 | 2024.12.21 08:20:01.347589 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2897 | 2024.12.21 08:20:01.347843 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2024.12.21 08:20:01.348074 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2899 | 2024.12.21 08:20:01.760690 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2900 | 2024.12.21 08:20:01.781521 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2024.12.21 08:20:01.781579 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2902 | 2024.12.21 08:20:01.788808 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2903 | 2024.12.21 08:20:01.789613 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2024.12.21 08:20:01.792609 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2905 | 2024.12.21 08:20:02.351432 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2906 | 2024.12.21 08:20:02.351642 [ 4 ] {f36ee821-3c6b-4a5c-9d42-ea447875d47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2907 | 2024.12.21 08:20:02.351723 [ 4 ] {f36ee821-3c6b-4a5c-9d42-ea447875d47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2908 | 2024.12.21 08:20:02.352568 [ 4 ] {f36ee821-3c6b-4a5c-9d42-ea447875d47f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2909 | 2024.12.21 08:20:02.352616 [ 4 ] {f36ee821-3c6b-4a5c-9d42-ea447875d47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2910 | 2024.12.21 08:20:02.353049 [ 4 ] {f36ee821-3c6b-4a5c-9d42-ea447875d47f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2911 | 2024.12.21 08:20:02.353307 [ 4 ] {f36ee821-3c6b-4a5c-9d42-ea447875d47f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2024.12.21 08:20:02.353541 [ 4 ] {f36ee821-3c6b-4a5c-9d42-ea447875d47f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec. | ||
| 2913 | 2024.12.21 08:20:02.353654 [ 4 ] {f36ee821-3c6b-4a5c-9d42-ea447875d47f} <Debug> TCPHandler: Processed in 0.002347271 sec. | ||
| 2914 | 2024.12.21 08:20:02.353944 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2024.12.21 08:20:02.354140 [ 258 ] {9fb717c5-9809-4c58-a289-8e03f5b332f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2916 | 2024.12.21 08:20:02.354214 [ 258 ] {9fb717c5-9809-4c58-a289-8e03f5b332f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2917 | 2024.12.21 08:20:02.355035 [ 258 ] {9fb717c5-9809-4c58-a289-8e03f5b332f3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2024.12.21 08:20:02.355079 [ 258 ] {9fb717c5-9809-4c58-a289-8e03f5b332f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2919 | 2024.12.21 08:20:02.355525 [ 258 ] {9fb717c5-9809-4c58-a289-8e03f5b332f3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2920 | 2024.12.21 08:20:02.355782 [ 258 ] {9fb717c5-9809-4c58-a289-8e03f5b332f3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2024.12.21 08:20:02.355979 [ 258 ] {9fb717c5-9809-4c58-a289-8e03f5b332f3} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001894 sec., 115628.29989440338 rows/sec., 10.09 MiB/sec. | ||
| 2922 | 2024.12.21 08:20:02.356036 [ 258 ] {9fb717c5-9809-4c58-a289-8e03f5b332f3} <Debug> TCPHandler: Processed in 0.00222658 sec. | ||
| 2923 | 2024.12.21 08:20:02.356206 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2924 | 2024.12.21 08:20:02.356345 [ 4 ] {4690c32e-40bf-499c-8ce2-d2ac75546573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2925 | 2024.12.21 08:20:02.356406 [ 4 ] {4690c32e-40bf-499c-8ce2-d2ac75546573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2926 | 2024.12.21 08:20:02.357144 [ 4 ] {4690c32e-40bf-499c-8ce2-d2ac75546573} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2927 | 2024.12.21 08:20:02.357192 [ 4 ] {4690c32e-40bf-499c-8ce2-d2ac75546573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2928 | 2024.12.21 08:20:02.357600 [ 4 ] {4690c32e-40bf-499c-8ce2-d2ac75546573} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2929 | 2024.12.21 08:20:02.357847 [ 4 ] {4690c32e-40bf-499c-8ce2-d2ac75546573} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2930 | 2024.12.21 08:20:02.358072 [ 4 ] {4690c32e-40bf-499c-8ce2-d2ac75546573} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001757 sec., 8537.279453614114 rows/sec., 601.94 KiB/sec. | ||
| 2931 | 2024.12.21 08:20:02.358124 [ 4 ] {4690c32e-40bf-499c-8ce2-d2ac75546573} <Debug> TCPHandler: Processed in 0.001990307 sec. | ||
| 2932 | 2024.12.21 08:20:02.358263 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2933 | 2024.12.21 08:20:02.358382 [ 258 ] {d3417879-96fd-4ddf-ae3f-1be79bd3ce09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2934 | 2024.12.21 08:20:02.358434 [ 258 ] {d3417879-96fd-4ddf-ae3f-1be79bd3ce09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2935 | 2024.12.21 08:20:02.359042 [ 258 ] {d3417879-96fd-4ddf-ae3f-1be79bd3ce09} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2936 | 2024.12.21 08:20:02.359083 [ 258 ] {d3417879-96fd-4ddf-ae3f-1be79bd3ce09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2937 | 2024.12.21 08:20:02.359460 [ 258 ] {d3417879-96fd-4ddf-ae3f-1be79bd3ce09} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2938 | 2024.12.21 08:20:02.359707 [ 258 ] {d3417879-96fd-4ddf-ae3f-1be79bd3ce09} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2939 | 2024.12.21 08:20:02.359924 [ 258 ] {d3417879-96fd-4ddf-ae3f-1be79bd3ce09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 626.50 KiB/sec. | ||
| 2940 | 2024.12.21 08:20:02.359979 [ 258 ] {d3417879-96fd-4ddf-ae3f-1be79bd3ce09} <Debug> TCPHandler: Processed in 0.001773135 sec. | ||
| 2941 | 2024.12.21 08:20:02.360156 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2942 | 2024.12.21 08:20:02.360277 [ 4 ] {856ee139-d692-438d-a51e-3c1bd73cade6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2943 | 2024.12.21 08:20:02.360329 [ 4 ] {856ee139-d692-438d-a51e-3c1bd73cade6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2944 | 2024.12.21 08:20:02.360931 [ 4 ] {856ee139-d692-438d-a51e-3c1bd73cade6} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2945 | 2024.12.21 08:20:02.360971 [ 4 ] {856ee139-d692-438d-a51e-3c1bd73cade6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2946 | 2024.12.21 08:20:02.361343 [ 4 ] {856ee139-d692-438d-a51e-3c1bd73cade6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2947 | 2024.12.21 08:20:02.361579 [ 4 ] {856ee139-d692-438d-a51e-3c1bd73cade6} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2024.12.21 08:20:02.361875 [ 4 ] {856ee139-d692-438d-a51e-3c1bd73cade6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec. | ||
| 2949 | 2024.12.21 08:20:02.361997 [ 4 ] {856ee139-d692-438d-a51e-3c1bd73cade6} <Debug> TCPHandler: Processed in 0.001898596 sec. | ||
| 2950 | 2024.12.21 08:20:02.362167 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2951 | 2024.12.21 08:20:02.362291 [ 258 ] {f2cf986d-53d0-4354-b839-c1959e60946b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2952 | 2024.12.21 08:20:02.362340 [ 258 ] {f2cf986d-53d0-4354-b839-c1959e60946b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2953 | 2024.12.21 08:20:02.363063 [ 258 ] {f2cf986d-53d0-4354-b839-c1959e60946b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2024.12.21 08:20:02.363103 [ 258 ] {f2cf986d-53d0-4354-b839-c1959e60946b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2955 | 2024.12.21 08:20:02.363505 [ 258 ] {f2cf986d-53d0-4354-b839-c1959e60946b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2956 | 2024.12.21 08:20:02.363745 [ 258 ] {f2cf986d-53d0-4354-b839-c1959e60946b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2024.12.21 08:20:02.363984 [ 258 ] {f2cf986d-53d0-4354-b839-c1959e60946b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001717 sec., 227140.36109493303 rows/sec., 16.11 MiB/sec. | ||
| 2958 | 2024.12.21 08:20:02.364042 [ 258 ] {f2cf986d-53d0-4354-b839-c1959e60946b} <Debug> TCPHandler: Processed in 0.001932347 sec. | ||
| 2959 | 2024.12.21 08:20:02.364191 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2960 | 2024.12.21 08:20:02.364316 [ 4 ] {b437b242-9eab-4568-a804-7cde07bd407a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2961 | 2024.12.21 08:20:02.364368 [ 4 ] {b437b242-9eab-4568-a804-7cde07bd407a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2962 | 2024.12.21 08:20:02.364861 [ 4 ] {b437b242-9eab-4568-a804-7cde07bd407a} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2963 | 2024.12.21 08:20:02.364902 [ 4 ] {b437b242-9eab-4568-a804-7cde07bd407a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2964 | 2024.12.21 08:20:02.365283 [ 4 ] {b437b242-9eab-4568-a804-7cde07bd407a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2965 | 2024.12.21 08:20:02.365523 [ 4 ] {b437b242-9eab-4568-a804-7cde07bd407a} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2966 | 2024.12.21 08:20:02.365762 [ 4 ] {b437b242-9eab-4568-a804-7cde07bd407a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec. | ||
| 2967 | 2024.12.21 08:20:02.365836 [ 4 ] {b437b242-9eab-4568-a804-7cde07bd407a} <Debug> TCPHandler: Processed in 0.001703085 sec. | ||
| 2968 | 2024.12.21 08:20:02.366010 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2969 | 2024.12.21 08:20:02.366137 [ 258 ] {3c7a8c55-fb4b-4c94-8577-d4167f43f05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2970 | 2024.12.21 08:20:02.366197 [ 258 ] {3c7a8c55-fb4b-4c94-8577-d4167f43f05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2971 | 2024.12.21 08:20:02.366799 [ 258 ] {3c7a8c55-fb4b-4c94-8577-d4167f43f05c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2024.12.21 08:20:02.366842 [ 258 ] {3c7a8c55-fb4b-4c94-8577-d4167f43f05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2973 | 2024.12.21 08:20:02.367259 [ 258 ] {3c7a8c55-fb4b-4c94-8577-d4167f43f05c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2974 | 2024.12.21 08:20:02.367510 [ 258 ] {3c7a8c55-fb4b-4c94-8577-d4167f43f05c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2024.12.21 08:20:02.367694 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2976 | 2024.12.21 08:20:02.367780 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2977 | 2024.12.21 08:20:02.367789 [ 258 ] {3c7a8c55-fb4b-4c94-8577-d4167f43f05c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
| 2978 | 2024.12.21 08:20:02.367812 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2979 | 2024.12.21 08:20:02.367950 [ 258 ] {3c7a8c55-fb4b-4c94-8577-d4167f43f05c} <Debug> TCPHandler: Processed in 0.001996368 sec. | ||
| 2980 | 2024.12.21 08:20:02.368080 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 2981 | 2024.12.21 08:20:02.368152 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2982 | 2024.12.21 08:20:02.368376 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2983 | 2024.12.21 08:20:02.368410 [ 4 ] {1ce3f7d2-835f-4463-b91b-f8cbef0af25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2984 | 2024.12.21 08:20:02.368444 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 403 rows starting from the beginning of the part | ||
| 2985 | 2024.12.21 08:20:02.368516 [ 4 ] {1ce3f7d2-835f-4463-b91b-f8cbef0af25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2986 | 2024.12.21 08:20:02.368790 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
| 2987 | 2024.12.21 08:20:02.369206 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2988 | 2024.12.21 08:20:02.369594 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 238 rows starting from the beginning of the part | ||
| 2989 | 2024.12.21 08:20:02.369881 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2990 | 2024.12.21 08:20:02.370190 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2991 | 2024.12.21 08:20:02.370928 [ 4 ] {1ce3f7d2-835f-4463-b91b-f8cbef0af25a} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2024.12.21 08:20:02.370995 [ 4 ] {1ce3f7d2-835f-4463-b91b-f8cbef0af25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 2993 | 2024.12.21 08:20:02.372038 [ 4 ] {1ce3f7d2-835f-4463-b91b-f8cbef0af25a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2994 | 2024.12.21 08:20:02.372592 [ 4 ] {1ce3f7d2-835f-4463-b91b-f8cbef0af25a} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2024.12.21 08:20:02.373263 [ 4 ] {1ce3f7d2-835f-4463-b91b-f8cbef0af25a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004877 sec., 205.0440844781628 rows/sec., 13.82 KiB/sec. | ||
| 2996 | 2024.12.21 08:20:02.373520 [ 4 ] {1ce3f7d2-835f-4463-b91b-f8cbef0af25a} <Debug> TCPHandler: Processed in 0.005440478 sec. | ||
| 2997 | 2024.12.21 08:20:02.373886 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2024.12.21 08:20:02.373930 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1435 rows, containing 5 columns (5 merged, 0 gathered) in 0.005983283 sec., 239834.88663330817 rows/sec., 16.00 MiB/sec. | ||
| 2999 | 2024.12.21 08:20:02.374048 [ 258 ] {b8bdaa79-ac22-41c8-8777-fa7c9f9fdc69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3000 | 2024.12.21 08:20:02.374182 [ 258 ] {b8bdaa79-ac22-41c8-8777-fa7c9f9fdc69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3001 | 2024.12.21 08:20:02.374251 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3002 | 2024.12.21 08:20:02.375059 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2024.12.21 08:20:02.375430 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3004 | 2024.12.21 08:20:02.375596 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 3005 | 2024.12.21 08:20:02.376245 [ 258 ] {b8bdaa79-ac22-41c8-8777-fa7c9f9fdc69} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2024.12.21 08:20:02.376292 [ 258 ] {b8bdaa79-ac22-41c8-8777-fa7c9f9fdc69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3007 | 2024.12.21 08:20:02.376934 [ 258 ] {b8bdaa79-ac22-41c8-8777-fa7c9f9fdc69} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3008 | 2024.12.21 08:20:02.377205 [ 258 ] {b8bdaa79-ac22-41c8-8777-fa7c9f9fdc69} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3009 | 2024.12.21 08:20:02.377459 [ 258 ] {b8bdaa79-ac22-41c8-8777-fa7c9f9fdc69} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003436 sec., 2328.2887077997675 rows/sec., 4.17 MiB/sec. | ||
| 3010 | 2024.12.21 08:20:02.377605 [ 258 ] {b8bdaa79-ac22-41c8-8777-fa7c9f9fdc69} <Debug> TCPHandler: Processed in 0.003955205 sec. | ||
| 3011 | 2024.12.21 08:20:02.377765 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3012 | 2024.12.21 08:20:02.377886 [ 4 ] {6722d114-d284-4d18-a777-c789dddc4fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3013 | 2024.12.21 08:20:02.377937 [ 4 ] {6722d114-d284-4d18-a777-c789dddc4fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3014 | 2024.12.21 08:20:02.378451 [ 4 ] {6722d114-d284-4d18-a777-c789dddc4fe5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3015 | 2024.12.21 08:20:02.378491 [ 4 ] {6722d114-d284-4d18-a777-c789dddc4fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3016 | 2024.12.21 08:20:02.378903 [ 4 ] {6722d114-d284-4d18-a777-c789dddc4fe5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3017 | 2024.12.21 08:20:02.379157 [ 4 ] {6722d114-d284-4d18-a777-c789dddc4fe5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3018 | 2024.12.21 08:20:02.379325 [ 134 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3019 | 2024.12.21 08:20:02.379398 [ 134 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3020 | 2024.12.21 08:20:02.379421 [ 4 ] {6722d114-d284-4d18-a777-c789dddc4fe5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001555 sec., 52733.11897106109 rows/sec., 3.35 MiB/sec. | ||
| 3021 | 2024.12.21 08:20:02.379434 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3022 | 2024.12.21 08:20:02.379559 [ 4 ] {6722d114-d284-4d18-a777-c789dddc4fe5} <Debug> TCPHandler: Processed in 0.001847896 sec. | ||
| 3023 | 2024.12.21 08:20:02.379671 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 3024 | 2024.12.21 08:20:02.379804 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3025 | 2024.12.21 08:20:02.379847 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
| 3026 | 2024.12.21 08:20:02.379989 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
| 3027 | 2024.12.21 08:20:02.380109 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 3028 | 2024.12.21 08:20:02.380301 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 3029 | 2024.12.21 08:20:02.380564 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 3030 | 2024.12.21 08:20:02.380677 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 3031 | 2024.12.21 08:20:02.382077 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510162 sec., 202377.37644024572 rows/sec., 12.68 MiB/sec. | ||
| 3032 | 2024.12.21 08:20:02.382254 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3033 | 2024.12.21 08:20:02.382573 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3034 | 2024.12.21 08:20:02.382664 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_11_2} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3035 | 2024.12.21 08:20:02.382753 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3036 | 2024.12.21 08:20:06.358156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 414 | ||
| 3037 | 2024.12.21 08:20:06.361235 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2024.12.21 08:20:06.361286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3039 | 2024.12.21 08:20:06.362763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3040 | 2024.12.21 08:20:06.363090 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3041 | 2024.12.21 08:20:06.363670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 414 | ||
| 3042 | 2024.12.21 08:20:07.349051 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3043 | 2024.12.21 08:20:07.349245 [ 4 ] {93e5504b-5f4f-4b64-9018-52d1ddde9e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3044 | 2024.12.21 08:20:07.349320 [ 4 ] {93e5504b-5f4f-4b64-9018-52d1ddde9e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3045 | 2024.12.21 08:20:07.350168 [ 4 ] {93e5504b-5f4f-4b64-9018-52d1ddde9e6e} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3046 | 2024.12.21 08:20:07.350224 [ 4 ] {93e5504b-5f4f-4b64-9018-52d1ddde9e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3047 | 2024.12.21 08:20:07.350668 [ 4 ] {93e5504b-5f4f-4b64-9018-52d1ddde9e6e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3048 | 2024.12.21 08:20:07.350932 [ 4 ] {93e5504b-5f4f-4b64-9018-52d1ddde9e6e} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2024.12.21 08:20:07.351124 [ 147 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3050 | 2024.12.21 08:20:07.351188 [ 4 ] {93e5504b-5f4f-4b64-9018-52d1ddde9e6e} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001991 sec., 61275.74083375188 rows/sec., 5.21 MiB/sec. | ||
| 3051 | 2024.12.21 08:20:07.351216 [ 147 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2024.12.21 08:20:07.351287 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3053 | 2024.12.21 08:20:07.351327 [ 4 ] {93e5504b-5f4f-4b64-9018-52d1ddde9e6e} <Debug> TCPHandler: Processed in 0.002404741 sec. | ||
| 3054 | 2024.12.21 08:20:07.351706 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3055 | 2024.12.21 08:20:07.351821 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 3056 | 2024.12.21 08:20:07.351997 [ 258 ] {d001a837-443a-4413-8429-191a81413473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3057 | 2024.12.21 08:20:07.352021 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3058 | 2024.12.21 08:20:07.352066 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 265 rows starting from the beginning of the part | ||
| 3059 | 2024.12.21 08:20:07.352087 [ 258 ] {d001a837-443a-4413-8429-191a81413473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3060 | 2024.12.21 08:20:07.352361 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 123 rows starting from the beginning of the part | ||
| 3061 | 2024.12.21 08:20:07.352730 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 220 rows starting from the beginning of the part | ||
| 3062 | 2024.12.21 08:20:07.353032 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 122 rows starting from the beginning of the part | ||
| 3063 | 2024.12.21 08:20:07.353414 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 219 rows starting from the beginning of the part | ||
| 3064 | 2024.12.21 08:20:07.353791 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 122 rows starting from the beginning of the part | ||
| 3065 | 2024.12.21 08:20:07.354791 [ 258 ] {d001a837-443a-4413-8429-191a81413473} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2024.12.21 08:20:07.354838 [ 258 ] {d001a837-443a-4413-8429-191a81413473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3067 | 2024.12.21 08:20:07.355423 [ 258 ] {d001a837-443a-4413-8429-191a81413473} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3068 | 2024.12.21 08:20:07.355781 [ 258 ] {d001a837-443a-4413-8429-191a81413473} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2024.12.21 08:20:07.355791 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 5 columns (5 merged, 0 gathered) in 0.004377379 sec., 244666.95709921393 rows/sec., 22.14 MiB/sec. | ||
| 3070 | 2024.12.21 08:20:07.355988 [ 147 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3071 | 2024.12.21 08:20:07.356061 [ 147 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3072 | 2024.12.21 08:20:07.356100 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3073 | 2024.12.21 08:20:07.356156 [ 258 ] {d001a837-443a-4413-8429-191a81413473} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.004227 sec., 7806.9552874379 rows/sec., 587.05 KiB/sec. | ||
| 3074 | 2024.12.21 08:20:07.356163 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3075 | 2024.12.21 08:20:07.356689 [ 258 ] {d001a837-443a-4413-8429-191a81413473} <Debug> TCPHandler: Processed in 0.005201125 sec. | ||
| 3076 | 2024.12.21 08:20:07.356741 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 3077 | 2024.12.21 08:20:07.357134 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3078 | 2024.12.21 08:20:07.357250 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3079 | 2024.12.21 08:20:07.357389 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 39 rows starting from the beginning of the part | ||
| 3080 | 2024.12.21 08:20:07.357460 [ 4 ] {540ca216-3190-4415-8672-f1baf62213b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3081 | 2024.12.21 08:20:07.357530 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2024.12.21 08:20:07.357762 [ 4 ] {540ca216-3190-4415-8672-f1baf62213b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3083 | 2024.12.21 08:20:07.357807 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part | ||
| 3084 | 2024.12.21 08:20:07.358147 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_16_3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3085 | 2024.12.21 08:20:07.358508 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 17 rows starting from the beginning of the part | ||
| 3086 | 2024.12.21 08:20:07.358883 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3087 | 2024.12.21 08:20:07.359149 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part | ||
| 3088 | 2024.12.21 08:20:07.359547 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 15 rows starting from the beginning of the part | ||
| 3089 | 2024.12.21 08:20:07.359988 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part | ||
| 3090 | 2024.12.21 08:20:07.361472 [ 4 ] {540ca216-3190-4415-8672-f1baf62213b3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2024.12.21 08:20:07.361541 [ 4 ] {540ca216-3190-4415-8672-f1baf62213b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3092 | 2024.12.21 08:20:07.362618 [ 4 ] {540ca216-3190-4415-8672-f1baf62213b3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3093 | 2024.12.21 08:20:07.362868 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.006669159 sec., 25490.47038764558 rows/sec., 1.94 MiB/sec. | ||
| 3094 | 2024.12.21 08:20:07.363092 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3095 | 2024.12.21 08:20:07.363109 [ 4 ] {540ca216-3190-4415-8672-f1baf62213b3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2024.12.21 08:20:07.363480 [ 147 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3097 | 2024.12.21 08:20:07.363581 [ 147 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2024.12.21 08:20:07.363647 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3099 | 2024.12.21 08:20:07.363674 [ 4 ] {540ca216-3190-4415-8672-f1baf62213b3} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.006304 sec., 15387.055837563452 rows/sec., 1.20 MiB/sec. | ||
| 3100 | 2024.12.21 08:20:07.363893 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3101 | 2024.12.21 08:20:07.364110 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 3102 | 2024.12.21 08:20:07.364127 [ 4 ] {540ca216-3190-4415-8672-f1baf62213b3} <Debug> TCPHandler: Processed in 0.007263514 sec. | ||
| 3103 | 2024.12.21 08:20:07.364185 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_16_3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3104 | 2024.12.21 08:20:07.364463 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3105 | 2024.12.21 08:20:07.364500 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3106 | 2024.12.21 08:20:07.364569 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3107 | 2024.12.21 08:20:07.364655 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 421 rows starting from the beginning of the part | ||
| 3108 | 2024.12.21 08:20:07.364732 [ 258 ] {98ded036-1454-4c06-a243-0808aea3ed59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3109 | 2024.12.21 08:20:07.364823 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 110 rows starting from the beginning of the part | ||
| 3110 | 2024.12.21 08:20:07.364920 [ 258 ] {98ded036-1454-4c06-a243-0808aea3ed59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3111 | 2024.12.21 08:20:07.365139 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 392 rows starting from the beginning of the part | ||
| 3112 | 2024.12.21 08:20:07.365521 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 97 rows starting from the beginning of the part | ||
| 3113 | 2024.12.21 08:20:07.365914 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 390 rows starting from the beginning of the part | ||
| 3114 | 2024.12.21 08:20:07.366320 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 97 rows starting from the beginning of the part | ||
| 3115 | 2024.12.21 08:20:07.368008 [ 258 ] {98ded036-1454-4c06-a243-0808aea3ed59} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2024.12.21 08:20:07.368081 [ 258 ] {98ded036-1454-4c06-a243-0808aea3ed59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3117 | 2024.12.21 08:20:07.369073 [ 258 ] {98ded036-1454-4c06-a243-0808aea3ed59} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3118 | 2024.12.21 08:20:07.369424 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1507 rows, containing 5 columns (5 merged, 0 gathered) in 0.00566186 sec., 266166.9486705782 rows/sec., 20.33 MiB/sec. | ||
| 3119 | 2024.12.21 08:20:07.369579 [ 258 ] {98ded036-1454-4c06-a243-0808aea3ed59} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2024.12.21 08:20:07.369626 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3121 | 2024.12.21 08:20:07.370128 [ 258 ] {98ded036-1454-4c06-a243-0808aea3ed59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005434 sec., 29444.239970555762 rows/sec., 2.05 MiB/sec. | ||
| 3122 | 2024.12.21 08:20:07.370361 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2024.12.21 08:20:07.370381 [ 258 ] {98ded036-1454-4c06-a243-0808aea3ed59} <Debug> TCPHandler: Processed in 0.006102764 sec. | ||
| 3124 | 2024.12.21 08:20:07.370518 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_16_3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3125 | 2024.12.21 08:20:07.370621 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3126 | 2024.12.21 08:20:07.370644 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3127 | 2024.12.21 08:20:07.370771 [ 4 ] {a997f802-f7ef-48ff-99c5-88771e9561d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3128 | 2024.12.21 08:20:07.370858 [ 4 ] {a997f802-f7ef-48ff-99c5-88771e9561d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3129 | 2024.12.21 08:20:07.372140 [ 4 ] {a997f802-f7ef-48ff-99c5-88771e9561d3} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2024.12.21 08:20:07.372180 [ 4 ] {a997f802-f7ef-48ff-99c5-88771e9561d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3131 | 2024.12.21 08:20:07.372860 [ 4 ] {a997f802-f7ef-48ff-99c5-88771e9561d3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3132 | 2024.12.21 08:20:07.373114 [ 4 ] {a997f802-f7ef-48ff-99c5-88771e9561d3} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2024.12.21 08:20:07.373446 [ 4 ] {a997f802-f7ef-48ff-99c5-88771e9561d3} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002685 sec., 12290.50279329609 rows/sec., 22.02 MiB/sec. | ||
| 3134 | 2024.12.21 08:20:07.373617 [ 4 ] {a997f802-f7ef-48ff-99c5-88771e9561d3} <Debug> TCPHandler: Processed in 0.003108898 sec. | ||
| 3135 | 2024.12.21 08:20:07.373815 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2024.12.21 08:20:07.373963 [ 258 ] {352bedef-4b98-4b33-b8ac-a7f25e271b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3137 | 2024.12.21 08:20:07.374026 [ 258 ] {352bedef-4b98-4b33-b8ac-a7f25e271b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3138 | 2024.12.21 08:20:07.374637 [ 258 ] {352bedef-4b98-4b33-b8ac-a7f25e271b65} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2024.12.21 08:20:07.374675 [ 258 ] {352bedef-4b98-4b33-b8ac-a7f25e271b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3140 | 2024.12.21 08:20:07.375068 [ 258 ] {352bedef-4b98-4b33-b8ac-a7f25e271b65} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3141 | 2024.12.21 08:20:07.375325 [ 258 ] {352bedef-4b98-4b33-b8ac-a7f25e271b65} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2024.12.21 08:20:07.375508 [ 258 ] {352bedef-4b98-4b33-b8ac-a7f25e271b65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. | ||
| 3143 | 2024.12.21 08:20:07.375562 [ 258 ] {352bedef-4b98-4b33-b8ac-a7f25e271b65} <Debug> TCPHandler: Processed in 0.001818096 sec. | ||
| 3144 | 2024.12.21 08:20:08.848329 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3145 | 2024.12.21 08:20:08.849022 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3146 | 2024.12.21 08:20:08.849077 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3147 | 2024.12.21 08:20:08.849605 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3148 | 2024.12.21 08:20:08.849860 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3149 | 2024.12.21 08:20:08.850095 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3150 | 2024.12.21 08:20:09.293003 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3151 | 2024.12.21 08:20:09.314389 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2024.12.21 08:20:09.314452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3153 | 2024.12.21 08:20:09.322923 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3154 | 2024.12.21 08:20:09.323797 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3155 | 2024.12.21 08:20:09.327072 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3156 | 2024.12.21 08:20:12.352356 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3157 | 2024.12.21 08:20:12.352565 [ 4 ] {437da719-1afb-4d30-8f71-66233e409781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3158 | 2024.12.21 08:20:12.352644 [ 4 ] {437da719-1afb-4d30-8f71-66233e409781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3159 | 2024.12.21 08:20:12.353471 [ 4 ] {437da719-1afb-4d30-8f71-66233e409781} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3160 | 2024.12.21 08:20:12.353527 [ 4 ] {437da719-1afb-4d30-8f71-66233e409781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3161 | 2024.12.21 08:20:12.353999 [ 4 ] {437da719-1afb-4d30-8f71-66233e409781} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3162 | 2024.12.21 08:20:12.354290 [ 4 ] {437da719-1afb-4d30-8f71-66233e409781} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3163 | 2024.12.21 08:20:12.354575 [ 4 ] {437da719-1afb-4d30-8f71-66233e409781} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002058 sec., 6802.721088435374 rows/sec., 489.70 KiB/sec. | ||
| 3164 | 2024.12.21 08:20:12.354665 [ 4 ] {437da719-1afb-4d30-8f71-66233e409781} <Debug> TCPHandler: Processed in 0.002443521 sec. | ||
| 3165 | 2024.12.21 08:20:12.354937 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3166 | 2024.12.21 08:20:12.355134 [ 258 ] {66d5e2cd-2a20-4ac8-ab60-b25da0ff8176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3167 | 2024.12.21 08:20:12.355224 [ 258 ] {66d5e2cd-2a20-4ac8-ab60-b25da0ff8176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3168 | 2024.12.21 08:20:12.356093 [ 258 ] {66d5e2cd-2a20-4ac8-ab60-b25da0ff8176} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2024.12.21 08:20:12.356136 [ 258 ] {66d5e2cd-2a20-4ac8-ab60-b25da0ff8176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3170 | 2024.12.21 08:20:12.356622 [ 258 ] {66d5e2cd-2a20-4ac8-ab60-b25da0ff8176} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3171 | 2024.12.21 08:20:12.356892 [ 258 ] {66d5e2cd-2a20-4ac8-ab60-b25da0ff8176} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3172 | 2024.12.21 08:20:12.357124 [ 258 ] {66d5e2cd-2a20-4ac8-ab60-b25da0ff8176} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002044 sec., 107142.85714285716 rows/sec., 9.35 MiB/sec. | ||
| 3173 | 2024.12.21 08:20:12.357333 [ 258 ] {66d5e2cd-2a20-4ac8-ab60-b25da0ff8176} <Debug> TCPHandler: Processed in 0.002520803 sec. | ||
| 3174 | 2024.12.21 08:20:12.357562 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3175 | 2024.12.21 08:20:12.357692 [ 4 ] {51ffe5cf-b17b-448e-ae26-bf5ecbdfde7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3176 | 2024.12.21 08:20:12.357746 [ 4 ] {51ffe5cf-b17b-448e-ae26-bf5ecbdfde7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3177 | 2024.12.21 08:20:12.358374 [ 4 ] {51ffe5cf-b17b-448e-ae26-bf5ecbdfde7c} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2024.12.21 08:20:12.358417 [ 4 ] {51ffe5cf-b17b-448e-ae26-bf5ecbdfde7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3179 | 2024.12.21 08:20:12.358794 [ 4 ] {51ffe5cf-b17b-448e-ae26-bf5ecbdfde7c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3180 | 2024.12.21 08:20:12.359034 [ 4 ] {51ffe5cf-b17b-448e-ae26-bf5ecbdfde7c} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3181 | 2024.12.21 08:20:12.359282 [ 4 ] {51ffe5cf-b17b-448e-ae26-bf5ecbdfde7c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001614 sec., 9293.68029739777 rows/sec., 655.28 KiB/sec. | ||
| 3182 | 2024.12.21 08:20:12.359386 [ 4 ] {51ffe5cf-b17b-448e-ae26-bf5ecbdfde7c} <Debug> TCPHandler: Processed in 0.001884667 sec. | ||
| 3183 | 2024.12.21 08:20:12.359571 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3184 | 2024.12.21 08:20:12.359699 [ 258 ] {1e5623e8-57cb-485d-b31f-c3c125a6ba8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3185 | 2024.12.21 08:20:12.359754 [ 258 ] {1e5623e8-57cb-485d-b31f-c3c125a6ba8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3186 | 2024.12.21 08:20:12.360365 [ 258 ] {1e5623e8-57cb-485d-b31f-c3c125a6ba8d} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3187 | 2024.12.21 08:20:12.360406 [ 258 ] {1e5623e8-57cb-485d-b31f-c3c125a6ba8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3188 | 2024.12.21 08:20:12.360808 [ 258 ] {1e5623e8-57cb-485d-b31f-c3c125a6ba8d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3189 | 2024.12.21 08:20:12.361053 [ 258 ] {1e5623e8-57cb-485d-b31f-c3c125a6ba8d} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3190 | 2024.12.21 08:20:12.361236 [ 258 ] {1e5623e8-57cb-485d-b31f-c3c125a6ba8d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001567 sec., 8934.269304403319 rows/sec., 625.70 KiB/sec. | ||
| 3191 | 2024.12.21 08:20:12.361291 [ 258 ] {1e5623e8-57cb-485d-b31f-c3c125a6ba8d} <Debug> TCPHandler: Processed in 0.001783275 sec. | ||
| 3192 | 2024.12.21 08:20:12.361461 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3193 | 2024.12.21 08:20:12.361591 [ 4 ] {e84ce5ee-e995-490c-bf30-7bd8d400f37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3194 | 2024.12.21 08:20:12.361642 [ 4 ] {e84ce5ee-e995-490c-bf30-7bd8d400f37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3195 | 2024.12.21 08:20:12.362257 [ 4 ] {e84ce5ee-e995-490c-bf30-7bd8d400f37e} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2024.12.21 08:20:12.362299 [ 4 ] {e84ce5ee-e995-490c-bf30-7bd8d400f37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3197 | 2024.12.21 08:20:12.362678 [ 4 ] {e84ce5ee-e995-490c-bf30-7bd8d400f37e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3198 | 2024.12.21 08:20:12.362925 [ 4 ] {e84ce5ee-e995-490c-bf30-7bd8d400f37e} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2024.12.21 08:20:12.363142 [ 4 ] {e84ce5ee-e995-490c-bf30-7bd8d400f37e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec. | ||
| 3200 | 2024.12.21 08:20:12.363205 [ 4 ] {e84ce5ee-e995-490c-bf30-7bd8d400f37e} <Debug> TCPHandler: Processed in 0.001806476 sec. | ||
| 3201 | 2024.12.21 08:20:12.363372 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2024.12.21 08:20:12.363490 [ 258 ] {5dead6a0-fcf3-44b6-a5ae-d59c3530e217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3203 | 2024.12.21 08:20:12.363540 [ 258 ] {5dead6a0-fcf3-44b6-a5ae-d59c3530e217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3204 | 2024.12.21 08:20:12.364260 [ 258 ] {5dead6a0-fcf3-44b6-a5ae-d59c3530e217} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3205 | 2024.12.21 08:20:12.364299 [ 258 ] {5dead6a0-fcf3-44b6-a5ae-d59c3530e217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3206 | 2024.12.21 08:20:12.364683 [ 258 ] {5dead6a0-fcf3-44b6-a5ae-d59c3530e217} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3207 | 2024.12.21 08:20:12.364927 [ 258 ] {5dead6a0-fcf3-44b6-a5ae-d59c3530e217} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3208 | 2024.12.21 08:20:12.365108 [ 258 ] {5dead6a0-fcf3-44b6-a5ae-d59c3530e217} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001641 sec., 237659.9634369287 rows/sec., 16.85 MiB/sec. | ||
| 3209 | 2024.12.21 08:20:12.365160 [ 258 ] {5dead6a0-fcf3-44b6-a5ae-d59c3530e217} <Debug> TCPHandler: Processed in 0.001848337 sec. | ||
| 3210 | 2024.12.21 08:20:12.365327 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3211 | 2024.12.21 08:20:12.365476 [ 4 ] {5b7025be-7191-4e31-9423-ba49d3c39fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3212 | 2024.12.21 08:20:12.365536 [ 4 ] {5b7025be-7191-4e31-9423-ba49d3c39fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3213 | 2024.12.21 08:20:12.366081 [ 4 ] {5b7025be-7191-4e31-9423-ba49d3c39fc6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2024.12.21 08:20:12.366121 [ 4 ] {5b7025be-7191-4e31-9423-ba49d3c39fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3215 | 2024.12.21 08:20:12.366492 [ 4 ] {5b7025be-7191-4e31-9423-ba49d3c39fc6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3216 | 2024.12.21 08:20:12.366732 [ 4 ] {5b7025be-7191-4e31-9423-ba49d3c39fc6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3217 | 2024.12.21 08:20:12.366955 [ 4 ] {5b7025be-7191-4e31-9423-ba49d3c39fc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 3218 | 2024.12.21 08:20:12.367017 [ 4 ] {5b7025be-7191-4e31-9423-ba49d3c39fc6} <Debug> TCPHandler: Processed in 0.001757246 sec. | ||
| 3219 | 2024.12.21 08:20:12.367179 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2024.12.21 08:20:12.367299 [ 258 ] {1cd68dd1-4481-45ac-9e70-ce366f95ea6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3221 | 2024.12.21 08:20:12.367358 [ 258 ] {1cd68dd1-4481-45ac-9e70-ce366f95ea6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3222 | 2024.12.21 08:20:12.367953 [ 258 ] {1cd68dd1-4481-45ac-9e70-ce366f95ea6b} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2024.12.21 08:20:12.367992 [ 258 ] {1cd68dd1-4481-45ac-9e70-ce366f95ea6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3224 | 2024.12.21 08:20:12.368391 [ 258 ] {1cd68dd1-4481-45ac-9e70-ce366f95ea6b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3225 | 2024.12.21 08:20:12.368624 [ 258 ] {1cd68dd1-4481-45ac-9e70-ce366f95ea6b} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2024.12.21 08:20:12.368805 [ 258 ] {1cd68dd1-4481-45ac-9e70-ce366f95ea6b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001532 sec., 154699.73890339426 rows/sec., 10.37 MiB/sec. | ||
| 3227 | 2024.12.21 08:20:12.368858 [ 258 ] {1cd68dd1-4481-45ac-9e70-ce366f95ea6b} <Debug> TCPHandler: Processed in 0.001735815 sec. | ||
| 3228 | 2024.12.21 08:20:12.369011 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3229 | 2024.12.21 08:20:12.369138 [ 4 ] {327451d2-adfe-4ca5-9171-45a7e12d9b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3230 | 2024.12.21 08:20:12.369196 [ 4 ] {327451d2-adfe-4ca5-9171-45a7e12d9b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3231 | 2024.12.21 08:20:12.369698 [ 4 ] {327451d2-adfe-4ca5-9171-45a7e12d9b4e} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2024.12.21 08:20:12.369741 [ 4 ] {327451d2-adfe-4ca5-9171-45a7e12d9b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3233 | 2024.12.21 08:20:12.370152 [ 4 ] {327451d2-adfe-4ca5-9171-45a7e12d9b4e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3234 | 2024.12.21 08:20:12.370409 [ 4 ] {327451d2-adfe-4ca5-9171-45a7e12d9b4e} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2024.12.21 08:20:12.370633 [ 4 ] {327451d2-adfe-4ca5-9171-45a7e12d9b4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001522 sec., 657.030223390276 rows/sec., 44.27 KiB/sec. | ||
| 3236 | 2024.12.21 08:20:12.370685 [ 4 ] {327451d2-adfe-4ca5-9171-45a7e12d9b4e} <Debug> TCPHandler: Processed in 0.001733185 sec. | ||
| 3237 | 2024.12.21 08:20:12.370850 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2024.12.21 08:20:12.370975 [ 258 ] {76731083-79cd-4deb-8eed-15d074ee6195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3239 | 2024.12.21 08:20:12.371057 [ 258 ] {76731083-79cd-4deb-8eed-15d074ee6195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3240 | 2024.12.21 08:20:12.372190 [ 258 ] {76731083-79cd-4deb-8eed-15d074ee6195} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2024.12.21 08:20:12.372228 [ 258 ] {76731083-79cd-4deb-8eed-15d074ee6195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3242 | 2024.12.21 08:20:12.372870 [ 258 ] {76731083-79cd-4deb-8eed-15d074ee6195} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3243 | 2024.12.21 08:20:12.373150 [ 258 ] {76731083-79cd-4deb-8eed-15d074ee6195} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2024.12.21 08:20:12.373357 [ 258 ] {76731083-79cd-4deb-8eed-15d074ee6195} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002407 sec., 3323.639385126714 rows/sec., 5.96 MiB/sec. | ||
| 3245 | 2024.12.21 08:20:12.373449 [ 258 ] {76731083-79cd-4deb-8eed-15d074ee6195} <Debug> TCPHandler: Processed in 0.002662264 sec. | ||
| 3246 | 2024.12.21 08:20:12.373612 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3247 | 2024.12.21 08:20:12.373731 [ 4 ] {f26954c8-95fc-4f0c-8281-7e8cb879d055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3248 | 2024.12.21 08:20:12.373789 [ 4 ] {f26954c8-95fc-4f0c-8281-7e8cb879d055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3249 | 2024.12.21 08:20:12.374301 [ 4 ] {f26954c8-95fc-4f0c-8281-7e8cb879d055} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2024.12.21 08:20:12.374342 [ 4 ] {f26954c8-95fc-4f0c-8281-7e8cb879d055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3251 | 2024.12.21 08:20:12.374731 [ 4 ] {f26954c8-95fc-4f0c-8281-7e8cb879d055} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3252 | 2024.12.21 08:20:12.375009 [ 4 ] {f26954c8-95fc-4f0c-8281-7e8cb879d055} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3253 | 2024.12.21 08:20:12.375229 [ 4 ] {f26954c8-95fc-4f0c-8281-7e8cb879d055} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001524 sec., 53805.77427821523 rows/sec., 3.42 MiB/sec. | ||
| 3254 | 2024.12.21 08:20:12.375280 [ 4 ] {f26954c8-95fc-4f0c-8281-7e8cb879d055} <Debug> TCPHandler: Processed in 0.001728316 sec. | ||
| 3255 | 2024.12.21 08:20:16.266281 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3256 | 2024.12.21 08:20:16.266347 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3257 | 2024.12.21 08:20:16.350337 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3258 | 2024.12.21 08:20:16.351006 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3259 | 2024.12.21 08:20:16.351059 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3260 | 2024.12.21 08:20:16.351702 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3261 | 2024.12.21 08:20:16.351968 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3262 | 2024.12.21 08:20:16.352193 [ 136 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3263 | 2024.12.21 08:20:16.352233 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3264 | 2024.12.21 08:20:16.352271 [ 136 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3265 | 2024.12.21 08:20:16.352300 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3266 | 2024.12.21 08:20:16.352510 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 3267 | 2024.12.21 08:20:16.352676 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3268 | 2024.12.21 08:20:16.352718 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 3269 | 2024.12.21 08:20:16.352801 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3270 | 2024.12.21 08:20:16.352997 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3271 | 2024.12.21 08:20:16.353232 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3272 | 2024.12.21 08:20:16.353439 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3273 | 2024.12.21 08:20:16.353627 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3274 | 2024.12.21 08:20:16.355423 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003051417 sec., 2418876.2139032455 rows/sec., 34.60 MiB/sec. | ||
| 3275 | 2024.12.21 08:20:16.356354 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3276 | 2024.12.21 08:20:16.356642 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3277 | 2024.12.21 08:20:16.356717 [ 187 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_16_3} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3278 | 2024.12.21 08:20:16.356815 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3279 | 2024.12.21 08:20:16.364076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 448 | ||
| 3280 | 2024.12.21 08:20:16.367366 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3281 | 2024.12.21 08:20:16.367418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3282 | 2024.12.21 08:20:16.368931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3283 | 2024.12.21 08:20:16.369250 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2024.12.21 08:20:16.369923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448 | ||
| 3285 | 2024.12.21 08:20:16.827289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3286 | 2024.12.21 08:20:16.848315 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2024.12.21 08:20:16.848363 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3288 | 2024.12.21 08:20:16.855971 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3289 | 2024.12.21 08:20:16.856758 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2024.12.21 08:20:16.857075 [ 136 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3291 | 2024.12.21 08:20:16.857147 [ 136 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2024.12.21 08:20:16.857196 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3293 | 2024.12.21 08:20:16.857487 [ 188 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 3294 | 2024.12.21 08:20:16.865694 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3295 | 2024.12.21 08:20:16.867040 [ 188 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3296 | 2024.12.21 08:20:16.867904 [ 188 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 3297 | 2024.12.21 08:20:16.872504 [ 188 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 3298 | 2024.12.21 08:20:16.877114 [ 188 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 3299 | 2024.12.21 08:20:16.881901 [ 188 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 3300 | 2024.12.21 08:20:16.887013 [ 188 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 3301 | 2024.12.21 08:20:16.891586 [ 188 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 3302 | 2024.12.21 08:20:16.947812 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.090509978 sec., 1336.8691792191132 rows/sec., 6.91 MiB/sec. | ||
| 3303 | 2024.12.21 08:20:16.950445 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3304 | 2024.12.21 08:20:16.953379 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_16_3} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2024.12.21 08:20:16.953507 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_16_3} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3306 | 2024.12.21 08:20:16.955983 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3307 | 2024.12.21 08:20:17.000270 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.66 MiB, peak 184.61 MiB, free memory in arenas 0.00 B, will set to 176.98 MiB (RSS), difference: 2.32 MiB | ||
| 3308 | 2024.12.21 08:20:17.001918 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001289761 sec. | ||
| 3309 | 2024.12.21 08:20:17.348522 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3310 | 2024.12.21 08:20:17.348709 [ 4 ] {d0d2d9fa-f3a2-480b-a609-14cdec7ea9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3311 | 2024.12.21 08:20:17.348782 [ 4 ] {d0d2d9fa-f3a2-480b-a609-14cdec7ea9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3312 | 2024.12.21 08:20:17.349604 [ 4 ] {d0d2d9fa-f3a2-480b-a609-14cdec7ea9ec} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2024.12.21 08:20:17.349652 [ 4 ] {d0d2d9fa-f3a2-480b-a609-14cdec7ea9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3314 | 2024.12.21 08:20:17.350107 [ 4 ] {d0d2d9fa-f3a2-480b-a609-14cdec7ea9ec} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3315 | 2024.12.21 08:20:17.350373 [ 4 ] {d0d2d9fa-f3a2-480b-a609-14cdec7ea9ec} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2024.12.21 08:20:17.350654 [ 4 ] {d0d2d9fa-f3a2-480b-a609-14cdec7ea9ec} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001993 sec., 61214.24987456096 rows/sec., 5.20 MiB/sec. | ||
| 3317 | 2024.12.21 08:20:17.350883 [ 4 ] {d0d2d9fa-f3a2-480b-a609-14cdec7ea9ec} <Debug> TCPHandler: Processed in 0.002495182 sec. | ||
| 3318 | 2024.12.21 08:20:17.351162 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3319 | 2024.12.21 08:20:17.351350 [ 258 ] {493b02be-de36-4fb6-91f7-61cda8fae4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3320 | 2024.12.21 08:20:17.351422 [ 258 ] {493b02be-de36-4fb6-91f7-61cda8fae4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3321 | 2024.12.21 08:20:17.352153 [ 258 ] {493b02be-de36-4fb6-91f7-61cda8fae4c3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3322 | 2024.12.21 08:20:17.352196 [ 258 ] {493b02be-de36-4fb6-91f7-61cda8fae4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3323 | 2024.12.21 08:20:17.352632 [ 258 ] {493b02be-de36-4fb6-91f7-61cda8fae4c3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3324 | 2024.12.21 08:20:17.352902 [ 258 ] {493b02be-de36-4fb6-91f7-61cda8fae4c3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2024.12.21 08:20:17.353149 [ 258 ] {493b02be-de36-4fb6-91f7-61cda8fae4c3} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001843 sec., 17905.588714053174 rows/sec., 1.31 MiB/sec. | ||
| 3326 | 2024.12.21 08:20:17.353378 [ 258 ] {493b02be-de36-4fb6-91f7-61cda8fae4c3} <Debug> TCPHandler: Processed in 0.002340771 sec. | ||
| 3327 | 2024.12.21 08:20:17.353561 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3328 | 2024.12.21 08:20:17.353710 [ 4 ] {845e401b-4169-46c9-b18f-f7fa9f0964bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3329 | 2024.12.21 08:20:17.353774 [ 4 ] {845e401b-4169-46c9-b18f-f7fa9f0964bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3330 | 2024.12.21 08:20:17.354448 [ 4 ] {845e401b-4169-46c9-b18f-f7fa9f0964bb} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2024.12.21 08:20:17.354491 [ 4 ] {845e401b-4169-46c9-b18f-f7fa9f0964bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3332 | 2024.12.21 08:20:17.354894 [ 4 ] {845e401b-4169-46c9-b18f-f7fa9f0964bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3333 | 2024.12.21 08:20:17.355149 [ 4 ] {845e401b-4169-46c9-b18f-f7fa9f0964bb} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2024.12.21 08:20:17.355390 [ 4 ] {845e401b-4169-46c9-b18f-f7fa9f0964bb} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001717 sec., 56493.88468258591 rows/sec., 4.41 MiB/sec. | ||
| 3335 | 2024.12.21 08:20:17.355452 [ 4 ] {845e401b-4169-46c9-b18f-f7fa9f0964bb} <Debug> TCPHandler: Processed in 0.001961027 sec. | ||
| 3336 | 2024.12.21 08:20:17.355627 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3337 | 2024.12.21 08:20:17.355761 [ 258 ] {c054d758-999d-4334-ab60-84c806788597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3338 | 2024.12.21 08:20:17.355821 [ 258 ] {c054d758-999d-4334-ab60-84c806788597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3339 | 2024.12.21 08:20:17.356426 [ 258 ] {c054d758-999d-4334-ab60-84c806788597} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3340 | 2024.12.21 08:20:17.356466 [ 258 ] {c054d758-999d-4334-ab60-84c806788597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3341 | 2024.12.21 08:20:17.356902 [ 258 ] {c054d758-999d-4334-ab60-84c806788597} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3342 | 2024.12.21 08:20:17.357150 [ 258 ] {c054d758-999d-4334-ab60-84c806788597} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3343 | 2024.12.21 08:20:17.357336 [ 258 ] {c054d758-999d-4334-ab60-84c806788597} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 3344 | 2024.12.21 08:20:17.357390 [ 258 ] {c054d758-999d-4334-ab60-84c806788597} <Debug> TCPHandler: Processed in 0.001821676 sec. | ||
| 3345 | 2024.12.21 08:20:17.357551 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3346 | 2024.12.21 08:20:17.357694 [ 4 ] {1e1115bf-41fe-4c5d-a122-9a43299ad1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3347 | 2024.12.21 08:20:17.357790 [ 4 ] {1e1115bf-41fe-4c5d-a122-9a43299ad1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3348 | 2024.12.21 08:20:17.358967 [ 4 ] {1e1115bf-41fe-4c5d-a122-9a43299ad1c7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2024.12.21 08:20:17.359006 [ 4 ] {1e1115bf-41fe-4c5d-a122-9a43299ad1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3350 | 2024.12.21 08:20:17.359727 [ 4 ] {1e1115bf-41fe-4c5d-a122-9a43299ad1c7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3351 | 2024.12.21 08:20:17.359999 [ 4 ] {1e1115bf-41fe-4c5d-a122-9a43299ad1c7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3352 | 2024.12.21 08:20:17.360250 [ 4 ] {1e1115bf-41fe-4c5d-a122-9a43299ad1c7} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002589 sec., 12746.234067207415 rows/sec., 22.84 MiB/sec. | ||
| 3353 | 2024.12.21 08:20:17.360377 [ 4 ] {1e1115bf-41fe-4c5d-a122-9a43299ad1c7} <Debug> TCPHandler: Processed in 0.002895915 sec. | ||
| 3354 | 2024.12.21 08:20:17.360550 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3355 | 2024.12.21 08:20:17.360691 [ 258 ] {c497f944-7d3d-4fe4-85b6-c560dd2c4248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3356 | 2024.12.21 08:20:17.360752 [ 258 ] {c497f944-7d3d-4fe4-85b6-c560dd2c4248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3357 | 2024.12.21 08:20:17.361303 [ 258 ] {c497f944-7d3d-4fe4-85b6-c560dd2c4248} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2024.12.21 08:20:17.361341 [ 258 ] {c497f944-7d3d-4fe4-85b6-c560dd2c4248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3359 | 2024.12.21 08:20:17.361719 [ 258 ] {c497f944-7d3d-4fe4-85b6-c560dd2c4248} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3360 | 2024.12.21 08:20:17.361956 [ 258 ] {c497f944-7d3d-4fe4-85b6-c560dd2c4248} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2024.12.21 08:20:17.362138 [ 258 ] {c497f944-7d3d-4fe4-85b6-c560dd2c4248} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
| 3362 | 2024.12.21 08:20:17.362187 [ 258 ] {c497f944-7d3d-4fe4-85b6-c560dd2c4248} <Debug> TCPHandler: Processed in 0.001706755 sec. | ||
| 3363 | 2024.12.21 08:20:19.866829 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3364 | 2024.12.21 08:20:19.867132 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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) | ||
| 3365 | 2024.12.21 08:20:19.867572 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3366 | 2024.12.21 08:20:19.867628 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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 | ||
| 3367 | 2024.12.21 08:20:19.868004 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3368 | 2024.12.21 08:20:19.868090 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3369 | 2024.12.21 08:20:19.868269 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 3370 | 2024.12.21 08:20:19.868451 [ 296 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3371 | 2024.12.21 08:20:19.868505 [ 301 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3372 | 2024.12.21 08:20:19.868526 [ 299 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3373 | 2024.12.21 08:20:19.868552 [ 298 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3374 | 2024.12.21 08:20:19.868703 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 3375 | 2024.12.21 08:20:19.868739 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3376 | 2024.12.21 08:20:19.868887 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3377 | 2024.12.21 08:20:19.868911 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 3378 | 2024.12.21 08:20:19.868956 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3379 | 2024.12.21 08:20:19.869007 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3380 | 2024.12.21 08:20:19.869054 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3381 | 2024.12.21 08:20:19.869096 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3382 | 2024.12.21 08:20:19.871176 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.004187 sec., 8598.04155720086 rows/sec., 330.96 KiB/sec. | ||
| 3383 | 2024.12.21 08:20:19.871470 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> MemoryTracker: Peak memory usage (for query): 142.86 KiB. | ||
| 3384 | 2024.12.21 08:20:19.871492 [ 4 ] {ec04c91c-92c8-4241-916b-d09374af30aa} <Debug> TCPHandler: Processed in 0.004808922 sec. | ||
| 3385 | 2024.12.21 08:20:19.871852 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2024.12.21 08:20:19.872122 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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) | ||
| 3387 | 2024.12.21 08:20:19.872548 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3388 | 2024.12.21 08:20:19.872603 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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 | ||
| 3389 | 2024.12.21 08:20:19.872960 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3390 | 2024.12.21 08:20:19.873038 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3391 | 2024.12.21 08:20:19.873218 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 3392 | 2024.12.21 08:20:19.873283 [ 303 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3393 | 2024.12.21 08:20:19.873387 [ 298 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3394 | 2024.12.21 08:20:19.873412 [ 299 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3395 | 2024.12.21 08:20:19.873407 [ 296 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3396 | 2024.12.21 08:20:19.873544 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 3397 | 2024.12.21 08:20:19.873571 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3398 | 2024.12.21 08:20:19.873702 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3399 | 2024.12.21 08:20:19.873727 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 3400 | 2024.12.21 08:20:19.873771 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3401 | 2024.12.21 08:20:19.873822 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3402 | 2024.12.21 08:20:19.873868 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3403 | 2024.12.21 08:20:19.873916 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3404 | 2024.12.21 08:20:19.875429 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.003444 sec., 10452.961672473868 rows/sec., 402.36 KiB/sec. | ||
| 3405 | 2024.12.21 08:20:19.875597 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> MemoryTracker: Peak memory usage (for query): 142.76 KiB. | ||
| 3406 | 2024.12.21 08:20:19.875616 [ 258 ] {fe406801-0fd7-4066-aa9a-41b9307be0d2} <Debug> TCPHandler: Processed in 0.003896714 sec. | ||
| 3407 | 2024.12.21 08:20:19.875862 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3408 | 2024.12.21 08:20:19.876066 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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) | ||
| 3409 | 2024.12.21 08:20:19.876546 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3410 | 2024.12.21 08:20:19.876624 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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 | ||
| 3411 | 2024.12.21 08:20:19.877122 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3412 | 2024.12.21 08:20:19.877192 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3413 | 2024.12.21 08:20:19.877345 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 3414 | 2024.12.21 08:20:19.877490 [ 299 ] {06515000-5342-4084-9018-faf4212cf7be} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3415 | 2024.12.21 08:20:19.877552 [ 301 ] {06515000-5342-4084-9018-faf4212cf7be} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3416 | 2024.12.21 08:20:19.877573 [ 296 ] {06515000-5342-4084-9018-faf4212cf7be} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3417 | 2024.12.21 08:20:19.877583 [ 298 ] {06515000-5342-4084-9018-faf4212cf7be} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3418 | 2024.12.21 08:20:19.877719 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 3419 | 2024.12.21 08:20:19.877749 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3420 | 2024.12.21 08:20:19.877881 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3421 | 2024.12.21 08:20:19.877905 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 3422 | 2024.12.21 08:20:19.877947 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3423 | 2024.12.21 08:20:19.877997 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3424 | 2024.12.21 08:20:19.878043 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3425 | 2024.12.21 08:20:19.878089 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3426 | 2024.12.21 08:20:19.879621 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.003659 sec., 9838.753757857337 rows/sec., 378.72 KiB/sec. | ||
| 3427 | 2024.12.21 08:20:19.879864 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> MemoryTracker: Peak memory usage (for query): 143.20 KiB. | ||
| 3428 | 2024.12.21 08:20:19.879881 [ 4 ] {06515000-5342-4084-9018-faf4212cf7be} <Debug> TCPHandler: Processed in 0.004081136 sec. | ||
| 3429 | 2024.12.21 08:20:19.880259 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3430 | 2024.12.21 08:20:19.880454 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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) | ||
| 3431 | 2024.12.21 08:20:19.880810 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3432 | 2024.12.21 08:20:19.880861 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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 | ||
| 3433 | 2024.12.21 08:20:19.881194 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3434 | 2024.12.21 08:20:19.881261 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3435 | 2024.12.21 08:20:19.881412 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 3436 | 2024.12.21 08:20:19.881496 [ 301 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3437 | 2024.12.21 08:20:19.881625 [ 298 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3438 | 2024.12.21 08:20:19.881657 [ 299 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3439 | 2024.12.21 08:20:19.881646 [ 303 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3440 | 2024.12.21 08:20:19.881793 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 3441 | 2024.12.21 08:20:19.881818 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3442 | 2024.12.21 08:20:19.881938 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3443 | 2024.12.21 08:20:19.881961 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 3444 | 2024.12.21 08:20:19.882003 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3445 | 2024.12.21 08:20:19.882051 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3446 | 2024.12.21 08:20:19.882097 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3447 | 2024.12.21 08:20:19.882143 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3448 | 2024.12.21 08:20:19.883601 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.003245 sec., 11093.990755007704 rows/sec., 427.04 KiB/sec. | ||
| 3449 | 2024.12.21 08:20:19.883762 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> MemoryTracker: Peak memory usage (for query): 143.31 KiB. | ||
| 3450 | 2024.12.21 08:20:19.883780 [ 258 ] {4ef2bcab-3bcc-4a61-8c8f-98d0e8ee1502} <Debug> TCPHandler: Processed in 0.003579742 sec. | ||
| 3451 | 2024.12.21 08:20:19.884083 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3452 | 2024.12.21 08:20:19.884340 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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) | ||
| 3453 | 2024.12.21 08:20:19.884760 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3454 | 2024.12.21 08:20:19.884824 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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 | ||
| 3455 | 2024.12.21 08:20:19.885210 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3456 | 2024.12.21 08:20:19.885275 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3457 | 2024.12.21 08:20:19.885426 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3458 | 2024.12.21 08:20:19.885600 [ 296 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3459 | 2024.12.21 08:20:19.885606 [ 301 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3460 | 2024.12.21 08:20:19.885613 [ 299 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3461 | 2024.12.21 08:20:19.885623 [ 303 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3462 | 2024.12.21 08:20:19.885772 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 3463 | 2024.12.21 08:20:19.885802 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3464 | 2024.12.21 08:20:19.885932 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3465 | 2024.12.21 08:20:19.885954 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 3466 | 2024.12.21 08:20:19.885994 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3467 | 2024.12.21 08:20:19.886042 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3468 | 2024.12.21 08:20:19.886089 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3469 | 2024.12.21 08:20:19.886136 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', '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'))" | ||
| 3470 | 2024.12.21 08:20:19.888149 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.003929 sec., 9162.636803257827 rows/sec., 352.70 KiB/sec. | ||
| 3471 | 2024.12.21 08:20:19.888419 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> MemoryTracker: Peak memory usage (for query): 143.63 KiB. | ||
| 3472 | 2024.12.21 08:20:19.888440 [ 4 ] {afee7485-9dae-4f09-88c6-1672458fda23} <Debug> TCPHandler: Processed in 0.00446962 sec. | ||
| 3473 | 2024.12.21 08:20:19.888728 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3474 | 2024.12.21 08:20:19.888961 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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) | ||
| 3475 | 2024.12.21 08:20:19.889363 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3476 | 2024.12.21 08:20:19.889415 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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 | ||
| 3477 | 2024.12.21 08:20:19.889788 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3478 | 2024.12.21 08:20:19.889855 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3479 | 2024.12.21 08:20:19.890007 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 3480 | 2024.12.21 08:20:19.890177 [ 296 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3481 | 2024.12.21 08:20:19.890209 [ 301 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3482 | 2024.12.21 08:20:19.890227 [ 299 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3483 | 2024.12.21 08:20:19.890276 [ 298 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3484 | 2024.12.21 08:20:19.890430 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 3485 | 2024.12.21 08:20:19.890461 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3486 | 2024.12.21 08:20:19.890590 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3487 | 2024.12.21 08:20:19.890613 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 3488 | 2024.12.21 08:20:19.890656 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
| 3489 | 2024.12.21 08:20:19.890702 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
| 3490 | 2024.12.21 08:20:19.890748 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
| 3491 | 2024.12.21 08:20:19.890793 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
| 3492 | 2024.12.21 08:20:19.892235 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.003444 sec., 10452.961672473868 rows/sec., 402.36 KiB/sec. | ||
| 3493 | 2024.12.21 08:20:19.892385 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> MemoryTracker: Peak memory usage (for query): 143.82 KiB. | ||
| 3494 | 2024.12.21 08:20:19.892402 [ 258 ] {a828bc36-c6f1-43e8-95bf-1a17f14e2b94} <Debug> TCPHandler: Processed in 0.003803374 sec. | ||
| 3495 | 2024.12.21 08:20:20.022165 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3496 | 2024.12.21 08:20:20.022405 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3497 | 2024.12.21 08:20:20.022836 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3498 | 2024.12.21 08:20:20.022902 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3499 | 2024.12.21 08:20:20.023288 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3500 | 2024.12.21 08:20:20.023356 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3501 | 2024.12.21 08:20:20.023508 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 3502 | 2024.12.21 08:20:20.023680 [ 299 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3503 | 2024.12.21 08:20:20.023691 [ 303 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3504 | 2024.12.21 08:20:20.023717 [ 296 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3505 | 2024.12.21 08:20:20.023777 [ 298 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3506 | 2024.12.21 08:20:20.023906 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (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 | ||
| 3507 | 2024.12.21 08:20:20.023937 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3508 | 2024.12.21 08:20:20.024071 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3509 | 2024.12.21 08:20:20.024094 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 3510 | 2024.12.21 08:20:20.024139 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3511 | 2024.12.21 08:20:20.024187 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3512 | 2024.12.21 08:20:20.024235 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3513 | 2024.12.21 08:20:20.024282 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3514 | 2024.12.21 08:20:20.026268 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> executeQuery: Read 36 rows, 1.39 KiB in 0.003984 sec., 9036.144578313253 rows/sec., 347.83 KiB/sec. | ||
| 3515 | 2024.12.21 08:20:20.026508 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> MemoryTracker: Peak memory usage (for query): 144.17 KiB. | ||
| 3516 | 2024.12.21 08:20:20.026525 [ 4 ] {88fc53cf-fb9f-4e08-925b-5b8044757934} <Debug> TCPHandler: Processed in 0.004434929 sec. | ||
| 3517 | 2024.12.21 08:20:20.027167 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3518 | 2024.12.21 08:20:20.027318 [ 258 ] {75251ca1-23cc-4b42-81cf-2047d84e156e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 3519 | 2024.12.21 08:20:20.027381 [ 258 ] {75251ca1-23cc-4b42-81cf-2047d84e156e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3520 | 2024.12.21 08:20:20.028175 [ 258 ] {75251ca1-23cc-4b42-81cf-2047d84e156e} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3521 | 2024.12.21 08:20:20.028215 [ 258 ] {75251ca1-23cc-4b42-81cf-2047d84e156e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3522 | 2024.12.21 08:20:20.028719 [ 258 ] {75251ca1-23cc-4b42-81cf-2047d84e156e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3523 | 2024.12.21 08:20:20.028938 [ 258 ] {75251ca1-23cc-4b42-81cf-2047d84e156e} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3524 | 2024.12.21 08:20:20.029161 [ 258 ] {75251ca1-23cc-4b42-81cf-2047d84e156e} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.00188 sec., 3723.404255319149 rows/sec., 757.36 KiB/sec. | ||
| 3525 | 2024.12.21 08:20:20.029246 [ 258 ] {75251ca1-23cc-4b42-81cf-2047d84e156e} <Debug> TCPHandler: Processed in 0.002177729 sec. | ||
| 3526 | 2024.12.21 08:20:20.029465 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3527 | 2024.12.21 08:20:20.029701 [ 4 ] {637ef765-e287-465c-87df-98f06bd365fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3528 | 2024.12.21 08:20:20.029795 [ 4 ] {637ef765-e287-465c-87df-98f06bd365fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3529 | 2024.12.21 08:20:20.030580 [ 4 ] {637ef765-e287-465c-87df-98f06bd365fc} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3530 | 2024.12.21 08:20:20.030625 [ 4 ] {637ef765-e287-465c-87df-98f06bd365fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3531 | 2024.12.21 08:20:20.031039 [ 4 ] {637ef765-e287-465c-87df-98f06bd365fc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3532 | 2024.12.21 08:20:20.031285 [ 4 ] {637ef765-e287-465c-87df-98f06bd365fc} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3533 | 2024.12.21 08:20:20.031453 [ 131 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3534 | 2024.12.21 08:20:20.031523 [ 131 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2024.12.21 08:20:20.031557 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3536 | 2024.12.21 08:20:20.031573 [ 4 ] {637ef765-e287-465c-87df-98f06bd365fc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec. | ||
| 3537 | 2024.12.21 08:20:20.031916 [ 4 ] {637ef765-e287-465c-87df-98f06bd365fc} <Debug> TCPHandler: Processed in 0.002561372 sec. | ||
| 3538 | 2024.12.21 08:20:20.031979 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 3539 | 2024.12.21 08:20:20.032167 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2024.12.21 08:20:20.032252 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3541 | 2024.12.21 08:20:20.032327 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 3542 | 2024.12.21 08:20:20.032432 [ 258 ] {36f60f3b-378c-4788-bc84-9e7f931acb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3543 | 2024.12.21 08:20:20.032596 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 3544 | 2024.12.21 08:20:20.032636 [ 258 ] {36f60f3b-378c-4788-bc84-9e7f931acb05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3545 | 2024.12.21 08:20:20.033063 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 3546 | 2024.12.21 08:20:20.033386 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 3547 | 2024.12.21 08:20:20.033758 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 3548 | 2024.12.21 08:20:20.035256 [ 258 ] {36f60f3b-378c-4788-bc84-9e7f931acb05} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2024.12.21 08:20:20.035339 [ 258 ] {36f60f3b-378c-4788-bc84-9e7f931acb05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3550 | 2024.12.21 08:20:20.036580 [ 258 ] {36f60f3b-378c-4788-bc84-9e7f931acb05} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3551 | 2024.12.21 08:20:20.036620 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004946074 sec., 14152.639042602274 rows/sec., 1.05 MiB/sec. | ||
| 3552 | 2024.12.21 08:20:20.036848 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3553 | 2024.12.21 08:20:20.037043 [ 258 ] {36f60f3b-378c-4788-bc84-9e7f931acb05} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3554 | 2024.12.21 08:20:20.037536 [ 258 ] {36f60f3b-378c-4788-bc84-9e7f931acb05} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005173 sec., 773.2456988208004 rows/sec., 63.05 KiB/sec. | ||
| 3555 | 2024.12.21 08:20:20.037599 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_9_2} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2024.12.21 08:20:20.037723 [ 258 ] {36f60f3b-378c-4788-bc84-9e7f931acb05} <Debug> TCPHandler: Processed in 0.00568218 sec. | ||
| 3557 | 2024.12.21 08:20:20.037802 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_9_2} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3558 | 2024.12.21 08:20:20.037925 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3559 | 2024.12.21 08:20:20.037955 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3560 | 2024.12.21 08:20:20.038088 [ 4 ] {61f2972d-e0f4-4200-82f4-f16bdfd5ae7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3561 | 2024.12.21 08:20:20.038145 [ 4 ] {61f2972d-e0f4-4200-82f4-f16bdfd5ae7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3562 | 2024.12.21 08:20:20.039472 [ 4 ] {61f2972d-e0f4-4200-82f4-f16bdfd5ae7d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3563 | 2024.12.21 08:20:20.039517 [ 4 ] {61f2972d-e0f4-4200-82f4-f16bdfd5ae7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3564 | 2024.12.21 08:20:20.039953 [ 4 ] {61f2972d-e0f4-4200-82f4-f16bdfd5ae7d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3565 | 2024.12.21 08:20:20.040204 [ 4 ] {61f2972d-e0f4-4200-82f4-f16bdfd5ae7d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2024.12.21 08:20:20.040427 [ 4 ] {61f2972d-e0f4-4200-82f4-f16bdfd5ae7d} <Debug> executeQuery: Read 1362 rows, 116.36 KiB in 0.00237 sec., 574683.5443037974 rows/sec., 47.95 MiB/sec. | ||
| 3567 | 2024.12.21 08:20:20.040482 [ 4 ] {61f2972d-e0f4-4200-82f4-f16bdfd5ae7d} <Debug> TCPHandler: Processed in 0.002616513 sec. | ||
| 3568 | 2024.12.21 08:20:20.040642 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3569 | 2024.12.21 08:20:20.040783 [ 258 ] {a18cec71-969d-4e71-8c73-2bc263417e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3570 | 2024.12.21 08:20:20.040840 [ 258 ] {a18cec71-969d-4e71-8c73-2bc263417e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3571 | 2024.12.21 08:20:20.041526 [ 258 ] {a18cec71-969d-4e71-8c73-2bc263417e84} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3572 | 2024.12.21 08:20:20.041604 [ 258 ] {a18cec71-969d-4e71-8c73-2bc263417e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3573 | 2024.12.21 08:20:20.042025 [ 258 ] {a18cec71-969d-4e71-8c73-2bc263417e84} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3574 | 2024.12.21 08:20:20.042259 [ 258 ] {a18cec71-969d-4e71-8c73-2bc263417e84} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3575 | 2024.12.21 08:20:20.042466 [ 258 ] {a18cec71-969d-4e71-8c73-2bc263417e84} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001708 sec., 11124.121779859484 rows/sec., 782.74 KiB/sec. | ||
| 3576 | 2024.12.21 08:20:20.042541 [ 258 ] {a18cec71-969d-4e71-8c73-2bc263417e84} <Debug> TCPHandler: Processed in 0.001965357 sec. | ||
| 3577 | 2024.12.21 08:20:20.042692 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3578 | 2024.12.21 08:20:20.042829 [ 4 ] {93f95c63-03af-42b8-a33d-9fbb24f49d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3579 | 2024.12.21 08:20:20.042887 [ 4 ] {93f95c63-03af-42b8-a33d-9fbb24f49d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3580 | 2024.12.21 08:20:20.043570 [ 4 ] {93f95c63-03af-42b8-a33d-9fbb24f49d60} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3581 | 2024.12.21 08:20:20.043610 [ 4 ] {93f95c63-03af-42b8-a33d-9fbb24f49d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3582 | 2024.12.21 08:20:20.043976 [ 4 ] {93f95c63-03af-42b8-a33d-9fbb24f49d60} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3583 | 2024.12.21 08:20:20.044230 [ 4 ] {93f95c63-03af-42b8-a33d-9fbb24f49d60} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3584 | 2024.12.21 08:20:20.044390 [ 131 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3585 | 2024.12.21 08:20:20.044453 [ 131 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2024.12.21 08:20:20.044489 [ 4 ] {93f95c63-03af-42b8-a33d-9fbb24f49d60} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001678 sec., 144219.3087008343 rows/sec., 9.77 MiB/sec. | ||
| 3587 | 2024.12.21 08:20:20.044498 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3588 | 2024.12.21 08:20:20.044640 [ 4 ] {93f95c63-03af-42b8-a33d-9fbb24f49d60} <Debug> TCPHandler: Processed in 0.002013778 sec. | ||
| 3589 | 2024.12.21 08:20:20.044887 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3590 | 2024.12.21 08:20:20.044910 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3591 | 2024.12.21 08:20:20.045271 [ 258 ] {5b05c64e-991b-4c45-8b01-f815570d978b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3592 | 2024.12.21 08:20:20.045448 [ 258 ] {5b05c64e-991b-4c45-8b01-f815570d978b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3593 | 2024.12.21 08:20:20.045474 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3594 | 2024.12.21 08:20:20.045565 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 15 rows starting from the beginning of the part | ||
| 3595 | 2024.12.21 08:20:20.045925 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3596 | 2024.12.21 08:20:20.046356 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 3597 | 2024.12.21 08:20:20.046715 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3598 | 2024.12.21 08:20:20.047060 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 3599 | 2024.12.21 08:20:20.047345 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part | ||
| 3600 | 2024.12.21 08:20:20.048091 [ 258 ] {5b05c64e-991b-4c45-8b01-f815570d978b} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3601 | 2024.12.21 08:20:20.048168 [ 258 ] {5b05c64e-991b-4c45-8b01-f815570d978b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3602 | 2024.12.21 08:20:20.049255 [ 258 ] {5b05c64e-991b-4c45-8b01-f815570d978b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3603 | 2024.12.21 08:20:20.049930 [ 258 ] {5b05c64e-991b-4c45-8b01-f815570d978b} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3604 | 2024.12.21 08:20:20.050037 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.005400047 sec., 55555.07202066945 rows/sec., 3.98 MiB/sec. | ||
| 3605 | 2024.12.21 08:20:20.050184 [ 131 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3606 | 2024.12.21 08:20:20.050266 [ 131 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2024.12.21 08:20:20.050331 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3608 | 2024.12.21 08:20:20.050340 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3609 | 2024.12.21 08:20:20.050411 [ 258 ] {5b05c64e-991b-4c45-8b01-f815570d978b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005293 sec., 2456.07406007935 rows/sec., 153.14 KiB/sec. | ||
| 3610 | 2024.12.21 08:20:20.051090 [ 258 ] {5b05c64e-991b-4c45-8b01-f815570d978b} <Debug> TCPHandler: Processed in 0.006367106 sec. | ||
| 3611 | 2024.12.21 08:20:20.051163 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 3612 | 2024.12.21 08:20:20.051515 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3613 | 2024.12.21 08:20:20.051521 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3614 | 2024.12.21 08:20:20.051684 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3615 | 2024.12.21 08:20:20.051796 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 3616 | 2024.12.21 08:20:20.051815 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_11_2} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3617 | 2024.12.21 08:20:20.052130 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 3618 | 2024.12.21 08:20:20.052123 [ 4 ] {50b03d5b-07d9-4fe7-b186-9487444a4c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3619 | 2024.12.21 08:20:20.052184 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3620 | 2024.12.21 08:20:20.052417 [ 4 ] {50b03d5b-07d9-4fe7-b186-9487444a4c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3621 | 2024.12.21 08:20:20.052508 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 3622 | 2024.12.21 08:20:20.052891 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 3623 | 2024.12.21 08:20:20.053170 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 3624 | 2024.12.21 08:20:20.055418 [ 4 ] {50b03d5b-07d9-4fe7-b186-9487444a4c3a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2024.12.21 08:20:20.055429 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004939324 sec., 13159.69553728405 rows/sec., 871.91 KiB/sec. | ||
| 3626 | 2024.12.21 08:20:20.055471 [ 4 ] {50b03d5b-07d9-4fe7-b186-9487444a4c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3627 | 2024.12.21 08:20:20.055631 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3628 | 2024.12.21 08:20:20.056194 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_9_2} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3629 | 2024.12.21 08:20:20.056294 [ 4 ] {50b03d5b-07d9-4fe7-b186-9487444a4c3a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3630 | 2024.12.21 08:20:20.056332 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_9_2} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3631 | 2024.12.21 08:20:20.056479 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3632 | 2024.12.21 08:20:20.056694 [ 4 ] {50b03d5b-07d9-4fe7-b186-9487444a4c3a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3633 | 2024.12.21 08:20:20.056953 [ 4 ] {50b03d5b-07d9-4fe7-b186-9487444a4c3a} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.005146 sec., 165176.83637776913 rows/sec., 11.94 MiB/sec. | ||
| 3634 | 2024.12.21 08:20:20.057022 [ 4 ] {50b03d5b-07d9-4fe7-b186-9487444a4c3a} <Debug> TCPHandler: Processed in 0.005740091 sec. | ||
| 3635 | 2024.12.21 08:20:20.057227 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3636 | 2024.12.21 08:20:20.057353 [ 258 ] {9053afcf-e62d-43be-84d6-3a4872b20fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3637 | 2024.12.21 08:20:20.057410 [ 258 ] {9053afcf-e62d-43be-84d6-3a4872b20fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3638 | 2024.12.21 08:20:20.058222 [ 258 ] {9053afcf-e62d-43be-84d6-3a4872b20fdb} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2024.12.21 08:20:20.058276 [ 258 ] {9053afcf-e62d-43be-84d6-3a4872b20fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3640 | 2024.12.21 08:20:20.058741 [ 258 ] {9053afcf-e62d-43be-84d6-3a4872b20fdb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3641 | 2024.12.21 08:20:20.059111 [ 258 ] {9053afcf-e62d-43be-84d6-3a4872b20fdb} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3642 | 2024.12.21 08:20:20.059431 [ 258 ] {9053afcf-e62d-43be-84d6-3a4872b20fdb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002089 sec., 2872.1876495931065 rows/sec., 150.06 KiB/sec. | ||
| 3643 | 2024.12.21 08:20:20.059545 [ 258 ] {9053afcf-e62d-43be-84d6-3a4872b20fdb} <Debug> TCPHandler: Processed in 0.002373291 sec. | ||
| 3644 | 2024.12.21 08:20:20.059896 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3645 | 2024.12.21 08:20:20.060033 [ 4 ] {4126f926-eeca-4f3a-9ab0-f1afbe3bae22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3646 | 2024.12.21 08:20:20.060095 [ 4 ] {4126f926-eeca-4f3a-9ab0-f1afbe3bae22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3647 | 2024.12.21 08:20:20.062117 [ 4 ] {4126f926-eeca-4f3a-9ab0-f1afbe3bae22} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3648 | 2024.12.21 08:20:20.062158 [ 4 ] {4126f926-eeca-4f3a-9ab0-f1afbe3bae22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3649 | 2024.12.21 08:20:20.062829 [ 4 ] {4126f926-eeca-4f3a-9ab0-f1afbe3bae22} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3650 | 2024.12.21 08:20:20.063112 [ 4 ] {4126f926-eeca-4f3a-9ab0-f1afbe3bae22} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3651 | 2024.12.21 08:20:20.063346 [ 4 ] {4126f926-eeca-4f3a-9ab0-f1afbe3bae22} <Debug> executeQuery: Read 3758 rows, 256.78 KiB in 0.003351 sec., 1121456.2817069532 rows/sec., 74.83 MiB/sec. | ||
| 3652 | 2024.12.21 08:20:20.063417 [ 4 ] {4126f926-eeca-4f3a-9ab0-f1afbe3bae22} <Debug> TCPHandler: Processed in 0.003636162 sec. | ||
| 3653 | 2024.12.21 08:20:20.063579 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3654 | 2024.12.21 08:20:20.063702 [ 258 ] {6b0822c2-6115-4b86-b4a4-6d3862108e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3655 | 2024.12.21 08:20:20.063758 [ 258 ] {6b0822c2-6115-4b86-b4a4-6d3862108e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3656 | 2024.12.21 08:20:20.064297 [ 258 ] {6b0822c2-6115-4b86-b4a4-6d3862108e96} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3657 | 2024.12.21 08:20:20.064342 [ 258 ] {6b0822c2-6115-4b86-b4a4-6d3862108e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3658 | 2024.12.21 08:20:20.064724 [ 258 ] {6b0822c2-6115-4b86-b4a4-6d3862108e96} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3659 | 2024.12.21 08:20:20.064986 [ 258 ] {6b0822c2-6115-4b86-b4a4-6d3862108e96} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3660 | 2024.12.21 08:20:20.065125 [ 131 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3661 | 2024.12.21 08:20:20.065167 [ 131 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2024.12.21 08:20:20.065179 [ 258 ] {6b0822c2-6115-4b86-b4a4-6d3862108e96} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 3663 | 2024.12.21 08:20:20.065198 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3664 | 2024.12.21 08:20:20.065241 [ 258 ] {6b0822c2-6115-4b86-b4a4-6d3862108e96} <Debug> TCPHandler: Processed in 0.001725146 sec. | ||
| 3665 | 2024.12.21 08:20:20.065715 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 3666 | 2024.12.21 08:20:20.065713 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3667 | 2024.12.21 08:20:20.066009 [ 4 ] {ad477d53-83db-4c48-9b5f-4cb1c12698c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3668 | 2024.12.21 08:20:20.066031 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3669 | 2024.12.21 08:20:20.066111 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
| 3670 | 2024.12.21 08:20:20.066177 [ 4 ] {ad477d53-83db-4c48-9b5f-4cb1c12698c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3671 | 2024.12.21 08:20:20.066472 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3672 | 2024.12.21 08:20:20.066925 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3673 | 2024.12.21 08:20:20.067281 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3674 | 2024.12.21 08:20:20.067654 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3675 | 2024.12.21 08:20:20.067981 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 3676 | 2024.12.21 08:20:20.071668 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.006373766 sec., 1725.8242615119539 rows/sec., 115.07 KiB/sec. | ||
| 3677 | 2024.12.21 08:20:20.071787 [ 4 ] {ad477d53-83db-4c48-9b5f-4cb1c12698c7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2024.12.21 08:20:20.071856 [ 4 ] {ad477d53-83db-4c48-9b5f-4cb1c12698c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3679 | 2024.12.21 08:20:20.071892 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3680 | 2024.12.21 08:20:20.072550 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3681 | 2024.12.21 08:20:20.072756 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_11_2} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3682 | 2024.12.21 08:20:20.072915 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3683 | 2024.12.21 08:20:20.073186 [ 4 ] {ad477d53-83db-4c48-9b5f-4cb1c12698c7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3684 | 2024.12.21 08:20:20.073461 [ 4 ] {ad477d53-83db-4c48-9b5f-4cb1c12698c7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2024.12.21 08:20:20.073668 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3686 | 2024.12.21 08:20:20.073741 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3687 | 2024.12.21 08:20:20.073776 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3688 | 2024.12.21 08:20:20.073789 [ 4 ] {ad477d53-83db-4c48-9b5f-4cb1c12698c7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007855 sec., 1018.4595798854234 rows/sec., 1.83 MiB/sec. | ||
| 3689 | 2024.12.21 08:20:20.074098 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 3690 | 2024.12.21 08:20:20.074223 [ 4 ] {ad477d53-83db-4c48-9b5f-4cb1c12698c7} <Debug> TCPHandler: Processed in 0.008827587 sec. | ||
| 3691 | 2024.12.21 08:20:20.074461 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2024.12.21 08:20:20.074620 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3693 | 2024.12.21 08:20:20.074647 [ 258 ] {1fdf30fb-9d00-4860-a2d8-fa1682d7c35f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3694 | 2024.12.21 08:20:20.074699 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 221 rows starting from the beginning of the part | ||
| 3695 | 2024.12.21 08:20:20.074726 [ 258 ] {1fdf30fb-9d00-4860-a2d8-fa1682d7c35f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3696 | 2024.12.21 08:20:20.075401 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 3697 | 2024.12.21 08:20:20.075940 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
| 3698 | 2024.12.21 08:20:20.076488 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 3699 | 2024.12.21 08:20:20.076490 [ 258 ] {1fdf30fb-9d00-4860-a2d8-fa1682d7c35f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2024.12.21 08:20:20.076542 [ 258 ] {1fdf30fb-9d00-4860-a2d8-fa1682d7c35f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3701 | 2024.12.21 08:20:20.076996 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
| 3702 | 2024.12.21 08:20:20.077543 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 3703 | 2024.12.21 08:20:20.077711 [ 258 ] {1fdf30fb-9d00-4860-a2d8-fa1682d7c35f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3704 | 2024.12.21 08:20:20.078256 [ 258 ] {1fdf30fb-9d00-4860-a2d8-fa1682d7c35f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2024.12.21 08:20:20.078530 [ 258 ] {1fdf30fb-9d00-4860-a2d8-fa1682d7c35f} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.003922 sec., 14788.373278939316 rows/sec., 937.47 KiB/sec. | ||
| 3706 | 2024.12.21 08:20:20.078608 [ 258 ] {1fdf30fb-9d00-4860-a2d8-fa1682d7c35f} <Debug> TCPHandler: Processed in 0.004258047 sec. | ||
| 3707 | 2024.12.21 08:20:20.080979 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 311 rows, containing 19 columns (19 merged, 0 gathered) in 0.007118233 sec., 43690.618163243606 rows/sec., 78.29 MiB/sec. | ||
| 3708 | 2024.12.21 08:20:20.081376 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3709 | 2024.12.21 08:20:20.081749 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3710 | 2024.12.21 08:20:20.081822 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3711 | 2024.12.21 08:20:20.081920 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 3712 | 2024.12.21 08:20:21.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.32 MiB, peak 184.61 MiB, free memory in arenas 0.00 B, will set to 177.19 MiB (RSS), difference: -1.13 MiB | ||
| 3713 | 2024.12.21 08:20:22.343771 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3714 | 2024.12.21 08:20:22.343998 [ 4 ] {0b51f24d-6369-457a-b157-11a1de540893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3715 | 2024.12.21 08:20:22.344108 [ 4 ] {0b51f24d-6369-457a-b157-11a1de540893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3716 | 2024.12.21 08:20:22.345100 [ 4 ] {0b51f24d-6369-457a-b157-11a1de540893} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3717 | 2024.12.21 08:20:22.345150 [ 4 ] {0b51f24d-6369-457a-b157-11a1de540893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3718 | 2024.12.21 08:20:22.345608 [ 4 ] {0b51f24d-6369-457a-b157-11a1de540893} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3719 | 2024.12.21 08:20:22.345876 [ 4 ] {0b51f24d-6369-457a-b157-11a1de540893} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3720 | 2024.12.21 08:20:22.346156 [ 4 ] {0b51f24d-6369-457a-b157-11a1de540893} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002223 sec., 25191.183085919925 rows/sec., 1.94 MiB/sec. | ||
| 3721 | 2024.12.21 08:20:22.346300 [ 4 ] {0b51f24d-6369-457a-b157-11a1de540893} <Debug> TCPHandler: Processed in 0.002663533 sec. | ||
| 3722 | 2024.12.21 08:20:22.346608 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3723 | 2024.12.21 08:20:22.346798 [ 258 ] {cd4ed4b1-b41d-485a-9bd2-d6b1290815cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3724 | 2024.12.21 08:20:22.346871 [ 258 ] {cd4ed4b1-b41d-485a-9bd2-d6b1290815cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3725 | 2024.12.21 08:20:22.347644 [ 258 ] {cd4ed4b1-b41d-485a-9bd2-d6b1290815cd} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3726 | 2024.12.21 08:20:22.347689 [ 258 ] {cd4ed4b1-b41d-485a-9bd2-d6b1290815cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3727 | 2024.12.21 08:20:22.348119 [ 258 ] {cd4ed4b1-b41d-485a-9bd2-d6b1290815cd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3728 | 2024.12.21 08:20:22.348390 [ 258 ] {cd4ed4b1-b41d-485a-9bd2-d6b1290815cd} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3729 | 2024.12.21 08:20:22.348632 [ 258 ] {cd4ed4b1-b41d-485a-9bd2-d6b1290815cd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 3730 | 2024.12.21 08:20:22.348846 [ 258 ] {cd4ed4b1-b41d-485a-9bd2-d6b1290815cd} <Debug> TCPHandler: Processed in 0.002384661 sec. | ||
| 3731 | 2024.12.21 08:20:22.349015 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3732 | 2024.12.21 08:20:22.349151 [ 4 ] {84926171-5ceb-4011-b4cc-fa756d5dd0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3733 | 2024.12.21 08:20:22.349211 [ 4 ] {84926171-5ceb-4011-b4cc-fa756d5dd0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3734 | 2024.12.21 08:20:22.349807 [ 4 ] {84926171-5ceb-4011-b4cc-fa756d5dd0e4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3735 | 2024.12.21 08:20:22.349850 [ 4 ] {84926171-5ceb-4011-b4cc-fa756d5dd0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3736 | 2024.12.21 08:20:22.350261 [ 4 ] {84926171-5ceb-4011-b4cc-fa756d5dd0e4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3737 | 2024.12.21 08:20:22.350522 [ 4 ] {84926171-5ceb-4011-b4cc-fa756d5dd0e4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2024.12.21 08:20:22.350702 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3739 | 2024.12.21 08:20:22.350764 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3740 | 2024.12.21 08:20:22.350803 [ 4 ] {84926171-5ceb-4011-b4cc-fa756d5dd0e4} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001676 sec., 38186.15751789976 rows/sec., 2.66 MiB/sec. | ||
| 3741 | 2024.12.21 08:20:22.350813 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3742 | 2024.12.21 08:20:22.350997 [ 4 ] {84926171-5ceb-4011-b4cc-fa756d5dd0e4} <Debug> TCPHandler: Processed in 0.002044748 sec. | ||
| 3743 | 2024.12.21 08:20:22.351082 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 3744 | 2024.12.21 08:20:22.351191 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3745 | 2024.12.21 08:20:22.351235 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3746 | 2024.12.21 08:20:22.351274 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1435 rows starting from the beginning of the part | ||
| 3747 | 2024.12.21 08:20:22.351326 [ 258 ] {007e62d2-3a22-4ea6-a124-0fcf188232fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3748 | 2024.12.21 08:20:22.351402 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 3749 | 2024.12.21 08:20:22.351463 [ 258 ] {007e62d2-3a22-4ea6-a124-0fcf188232fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3750 | 2024.12.21 08:20:22.351827 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 3751 | 2024.12.21 08:20:22.352230 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 3752 | 2024.12.21 08:20:22.352604 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 3758 rows starting from the beginning of the part | ||
| 3753 | 2024.12.21 08:20:22.353001 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 3754 | 2024.12.21 08:20:22.353872 [ 258 ] {007e62d2-3a22-4ea6-a124-0fcf188232fb} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3755 | 2024.12.21 08:20:22.353916 [ 258 ] {007e62d2-3a22-4ea6-a124-0fcf188232fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3756 | 2024.12.21 08:20:22.354459 [ 258 ] {007e62d2-3a22-4ea6-a124-0fcf188232fb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3757 | 2024.12.21 08:20:22.354798 [ 258 ] {007e62d2-3a22-4ea6-a124-0fcf188232fb} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3758 | 2024.12.21 08:20:22.354974 [ 127 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3759 | 2024.12.21 08:20:22.355026 [ 127 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2024.12.21 08:20:22.355051 [ 258 ] {007e62d2-3a22-4ea6-a124-0fcf188232fb} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.003756 sec., 6389.776357827476 rows/sec., 440.96 KiB/sec. | ||
| 3761 | 2024.12.21 08:20:22.355052 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3762 | 2024.12.21 08:20:22.355201 [ 258 ] {007e62d2-3a22-4ea6-a124-0fcf188232fb} <Debug> TCPHandler: Processed in 0.004068416 sec. | ||
| 3763 | 2024.12.21 08:20:22.355475 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 3764 | 2024.12.21 08:20:22.355911 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3765 | 2024.12.21 08:20:22.355953 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 508 rows starting from the beginning of the part | ||
| 3766 | 2024.12.21 08:20:22.356051 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3767 | 2024.12.21 08:20:22.356348 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 3768 | 2024.12.21 08:20:22.356734 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 3769 | 2024.12.21 08:20:22.356976 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 58 rows starting from the beginning of the part | ||
| 3770 | 2024.12.21 08:20:22.356975 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5814 rows, containing 5 columns (5 merged, 0 gathered) in 0.006018013 sec., 966099.6079603018 rows/sec., 64.66 MiB/sec. | ||
| 3771 | 2024.12.21 08:20:22.357223 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 3772 | 2024.12.21 08:20:22.357645 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3773 | 2024.12.21 08:20:22.358360 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3774 | 2024.12.21 08:20:22.358572 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3775 | 2024.12.21 08:20:22.358782 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 3776 | 2024.12.21 08:20:22.359241 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 4 columns (4 merged, 0 gathered) in 0.004090167 sec., 193635.1254117497 rows/sec., 12.31 MiB/sec. | ||
| 3777 | 2024.12.21 08:20:22.359446 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3778 | 2024.12.21 08:20:22.359754 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3779 | 2024.12.21 08:20:22.359839 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_16_3} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3780 | 2024.12.21 08:20:22.359928 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 3781 | 2024.12.21 08:20:23.852497 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3782 | 2024.12.21 08:20:23.853134 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2024.12.21 08:20:23.853184 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3784 | 2024.12.21 08:20:23.853706 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3785 | 2024.12.21 08:20:23.853965 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2024.12.21 08:20:23.854283 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3787 | 2024.12.21 08:20:24.365899 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3788 | 2024.12.21 08:20:24.385743 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3789 | 2024.12.21 08:20:24.385808 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3790 | 2024.12.21 08:20:24.393258 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3791 | 2024.12.21 08:20:24.394042 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2024.12.21 08:20:24.398506 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3793 | 2024.12.21 08:20:25.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.72 MiB, peak 184.61 MiB, free memory in arenas 0.00 B, will set to 178.87 MiB (RSS), difference: 1.15 MiB | ||
| 3794 | 2024.12.21 08:20:26.370320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 508 | ||
| 3795 | 2024.12.21 08:20:26.374055 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3796 | 2024.12.21 08:20:26.374119 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3797 | 2024.12.21 08:20:26.375743 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3798 | 2024.12.21 08:20:26.376059 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3799 | 2024.12.21 08:20:26.376310 [ 120 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3800 | 2024.12.21 08:20:26.376431 [ 120 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2024.12.21 08:20:26.376502 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3802 | 2024.12.21 08:20:26.377279 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 3803 | 2024.12.21 08:20:26.377801 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 508 | ||
| 3804 | 2024.12.21 08:20:26.378342 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3805 | 2024.12.21 08:20:26.378538 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 270 rows starting from the beginning of the part | ||
| 3806 | 2024.12.21 08:20:26.379110 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 68 rows starting from the beginning of the part | ||
| 3807 | 2024.12.21 08:20:26.379632 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part | ||
| 3808 | 2024.12.21 08:20:26.380113 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 3809 | 2024.12.21 08:20:26.380579 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 3810 | 2024.12.21 08:20:26.381025 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 3811 | 2024.12.21 08:20:26.389214 [ 190 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 72 columns (72 merged, 0 gathered) in 0.01246853 sec., 40742.57350305128 rows/sec., 37.45 MiB/sec. | ||
| 3812 | 2024.12.21 08:20:26.390477 [ 199 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3813 | 2024.12.21 08:20:26.391358 [ 199 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2024.12.21 08:20:26.391474 [ 199 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_11_2} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3815 | 2024.12.21 08:20:26.391834 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 3816 | 2024.12.21 08:20:27.349158 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3817 | 2024.12.21 08:20:27.349355 [ 4 ] {e68c2af2-2587-4a0f-a2f7-ad2327cf1f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3818 | 2024.12.21 08:20:27.349455 [ 4 ] {e68c2af2-2587-4a0f-a2f7-ad2327cf1f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3819 | 2024.12.21 08:20:27.350516 [ 4 ] {e68c2af2-2587-4a0f-a2f7-ad2327cf1f82} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2024.12.21 08:20:27.350571 [ 4 ] {e68c2af2-2587-4a0f-a2f7-ad2327cf1f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3821 | 2024.12.21 08:20:27.351031 [ 4 ] {e68c2af2-2587-4a0f-a2f7-ad2327cf1f82} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3822 | 2024.12.21 08:20:27.351291 [ 4 ] {e68c2af2-2587-4a0f-a2f7-ad2327cf1f82} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3823 | 2024.12.21 08:20:27.351509 [ 118 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3824 | 2024.12.21 08:20:27.351553 [ 4 ] {e68c2af2-2587-4a0f-a2f7-ad2327cf1f82} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002251 sec., 54198.134162594404 rows/sec., 4.61 MiB/sec. | ||
| 3825 | 2024.12.21 08:20:27.351597 [ 118 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3826 | 2024.12.21 08:20:27.351666 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3827 | 2024.12.21 08:20:27.351689 [ 4 ] {e68c2af2-2587-4a0f-a2f7-ad2327cf1f82} <Debug> TCPHandler: Processed in 0.002660214 sec. | ||
| 3828 | 2024.12.21 08:20:27.351851 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 3829 | 2024.12.21 08:20:27.351976 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2024.12.21 08:20:27.351994 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3831 | 2024.12.21 08:20:27.352060 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 289 rows starting from the beginning of the part | ||
| 3832 | 2024.12.21 08:20:27.352295 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 219 rows starting from the beginning of the part | ||
| 3833 | 2024.12.21 08:20:27.352372 [ 258 ] {1fd03b3a-e7ec-424d-a585-bb7e1166b0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3834 | 2024.12.21 08:20:27.352501 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 122 rows starting from the beginning of the part | ||
| 3835 | 2024.12.21 08:20:27.352576 [ 258 ] {1fd03b3a-e7ec-424d-a585-bb7e1166b0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3836 | 2024.12.21 08:20:27.352667 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1362 rows starting from the beginning of the part | ||
| 3837 | 2024.12.21 08:20:27.353139 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3838 | 2024.12.21 08:20:27.353385 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 122 rows starting from the beginning of the part | ||
| 3839 | 2024.12.21 08:20:27.355318 [ 258 ] {1fd03b3a-e7ec-424d-a585-bb7e1166b0c2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3840 | 2024.12.21 08:20:27.355383 [ 258 ] {1fd03b3a-e7ec-424d-a585-bb7e1166b0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3841 | 2024.12.21 08:20:27.356369 [ 258 ] {1fd03b3a-e7ec-424d-a585-bb7e1166b0c2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3842 | 2024.12.21 08:20:27.356771 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005004434 sec., 433615.4698013801 rows/sec., 38.28 MiB/sec. | ||
| 3843 | 2024.12.21 08:20:27.356871 [ 258 ] {1fd03b3a-e7ec-424d-a585-bb7e1166b0c2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3844 | 2024.12.21 08:20:27.357106 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3845 | 2024.12.21 08:20:27.357229 [ 258 ] {1fd03b3a-e7ec-424d-a585-bb7e1166b0c2} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005046 sec., 6539.833531510107 rows/sec., 491.76 KiB/sec. | ||
| 3846 | 2024.12.21 08:20:27.357338 [ 258 ] {1fd03b3a-e7ec-424d-a585-bb7e1166b0c2} <Debug> TCPHandler: Processed in 0.005520659 sec. | ||
| 3847 | 2024.12.21 08:20:27.357549 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3848 | 2024.12.21 08:20:27.357574 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3849 | 2024.12.21 08:20:27.357739 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_21_4} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3850 | 2024.12.21 08:20:27.357785 [ 4 ] {285cb52a-204f-4fc8-af1e-a492dfba20f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3851 | 2024.12.21 08:20:27.357897 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3852 | 2024.12.21 08:20:27.357921 [ 4 ] {285cb52a-204f-4fc8-af1e-a492dfba20f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3853 | 2024.12.21 08:20:27.358639 [ 4 ] {285cb52a-204f-4fc8-af1e-a492dfba20f4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2024.12.21 08:20:27.358679 [ 4 ] {285cb52a-204f-4fc8-af1e-a492dfba20f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3855 | 2024.12.21 08:20:27.359033 [ 4 ] {285cb52a-204f-4fc8-af1e-a492dfba20f4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3856 | 2024.12.21 08:20:27.359273 [ 4 ] {285cb52a-204f-4fc8-af1e-a492dfba20f4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2024.12.21 08:20:27.359429 [ 118 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3858 | 2024.12.21 08:20:27.359481 [ 118 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3859 | 2024.12.21 08:20:27.359510 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3860 | 2024.12.21 08:20:27.359525 [ 4 ] {285cb52a-204f-4fc8-af1e-a492dfba20f4} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001859 sec., 52178.5906401291 rows/sec., 4.08 MiB/sec. | ||
| 3861 | 2024.12.21 08:20:27.359811 [ 4 ] {285cb52a-204f-4fc8-af1e-a492dfba20f4} <Debug> TCPHandler: Processed in 0.002370981 sec. | ||
| 3862 | 2024.12.21 08:20:27.359852 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 3863 | 2024.12.21 08:20:27.359993 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3864 | 2024.12.21 08:20:27.360012 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3865 | 2024.12.21 08:20:27.360049 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 445 rows starting from the beginning of the part | ||
| 3866 | 2024.12.21 08:20:27.360215 [ 258 ] {bd055528-f8e7-4bb1-979c-a36a37629514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3867 | 2024.12.21 08:20:27.360260 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 390 rows starting from the beginning of the part | ||
| 3868 | 2024.12.21 08:20:27.360404 [ 258 ] {bd055528-f8e7-4bb1-979c-a36a37629514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3869 | 2024.12.21 08:20:27.360478 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 97 rows starting from the beginning of the part | ||
| 3870 | 2024.12.21 08:20:27.360906 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 850 rows starting from the beginning of the part | ||
| 3871 | 2024.12.21 08:20:27.361323 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3872 | 2024.12.21 08:20:27.361794 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 97 rows starting from the beginning of the part | ||
| 3873 | 2024.12.21 08:20:27.362950 [ 258 ] {bd055528-f8e7-4bb1-979c-a36a37629514} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3874 | 2024.12.21 08:20:27.362994 [ 258 ] {bd055528-f8e7-4bb1-979c-a36a37629514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3875 | 2024.12.21 08:20:27.363630 [ 258 ] {bd055528-f8e7-4bb1-979c-a36a37629514} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3876 | 2024.12.21 08:20:27.363965 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.004301868 sec., 451664.2537613892 rows/sec., 34.56 MiB/sec. | ||
| 3877 | 2024.12.21 08:20:27.363978 [ 258 ] {bd055528-f8e7-4bb1-979c-a36a37629514} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2024.12.21 08:20:27.364168 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3879 | 2024.12.21 08:20:27.364288 [ 258 ] {bd055528-f8e7-4bb1-979c-a36a37629514} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004187 sec., 38213.51803200383 rows/sec., 2.66 MiB/sec. | ||
| 3880 | 2024.12.21 08:20:27.364380 [ 258 ] {bd055528-f8e7-4bb1-979c-a36a37629514} <Debug> TCPHandler: Processed in 0.004456189 sec. | ||
| 3881 | 2024.12.21 08:20:27.364560 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3882 | 2024.12.21 08:20:27.364573 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3883 | 2024.12.21 08:20:27.364685 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_21_4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3884 | 2024.12.21 08:20:27.364775 [ 4 ] {a5ceb526-48f9-4d1a-8be7-4d205c5031a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3885 | 2024.12.21 08:20:27.364832 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3886 | 2024.12.21 08:20:27.364919 [ 4 ] {a5ceb526-48f9-4d1a-8be7-4d205c5031a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3887 | 2024.12.21 08:20:27.366166 [ 4 ] {a5ceb526-48f9-4d1a-8be7-4d205c5031a5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3888 | 2024.12.21 08:20:27.366207 [ 4 ] {a5ceb526-48f9-4d1a-8be7-4d205c5031a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3889 | 2024.12.21 08:20:27.366871 [ 4 ] {a5ceb526-48f9-4d1a-8be7-4d205c5031a5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3890 | 2024.12.21 08:20:27.367130 [ 4 ] {a5ceb526-48f9-4d1a-8be7-4d205c5031a5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3891 | 2024.12.21 08:20:27.367450 [ 4 ] {a5ceb526-48f9-4d1a-8be7-4d205c5031a5} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002732 sec., 12079.062957540264 rows/sec., 21.65 MiB/sec. | ||
| 3892 | 2024.12.21 08:20:27.368007 [ 4 ] {a5ceb526-48f9-4d1a-8be7-4d205c5031a5} <Debug> TCPHandler: Processed in 0.003507421 sec. | ||
| 3893 | 2024.12.21 08:20:27.368200 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3894 | 2024.12.21 08:20:27.368350 [ 258 ] {12782cd7-11c5-4c19-b910-b720e6615950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3895 | 2024.12.21 08:20:27.368415 [ 258 ] {12782cd7-11c5-4c19-b910-b720e6615950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3896 | 2024.12.21 08:20:27.369028 [ 258 ] {12782cd7-11c5-4c19-b910-b720e6615950} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2024.12.21 08:20:27.369078 [ 258 ] {12782cd7-11c5-4c19-b910-b720e6615950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3898 | 2024.12.21 08:20:27.369513 [ 258 ] {12782cd7-11c5-4c19-b910-b720e6615950} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3899 | 2024.12.21 08:20:27.369751 [ 258 ] {12782cd7-11c5-4c19-b910-b720e6615950} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3900 | 2024.12.21 08:20:27.370020 [ 258 ] {12782cd7-11c5-4c19-b910-b720e6615950} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001706 sec., 35169.98827667057 rows/sec., 2.37 MiB/sec. | ||
| 3901 | 2024.12.21 08:20:27.370217 [ 258 ] {12782cd7-11c5-4c19-b910-b720e6615950} <Debug> TCPHandler: Processed in 0.002077999 sec. | ||
| 3902 | 2024.12.21 08:20:31.068649 [ 115 ] {} <Debug> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3903 | 2024.12.21 08:20:31.068729 [ 115 ] {} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2024.12.21 08:20:31.068751 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3905 | 2024.12.21 08:20:31.069008 [ 193 ] {769b5f97-6191-4573-b174-78e3ddc5694a::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 | ||
| 3906 | 2024.12.21 08:20:31.069377 [ 193 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3907 | 2024.12.21 08:20:31.069425 [ 193 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part | ||
| 3908 | 2024.12.21 08:20:31.069526 [ 193 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 3909 | 2024.12.21 08:20:31.069680 [ 193 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 3910 | 2024.12.21 08:20:31.069802 [ 193 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 3911 | 2024.12.21 08:20:31.069909 [ 193 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 3912 | 2024.12.21 08:20:31.072153 [ 200 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 6 columns (6 merged, 0 gathered) in 0.003315729 sec., 12968.490488818597 rows/sec., 2.11 MiB/sec. | ||
| 3913 | 2024.12.21 08:20:31.072358 [ 200 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3914 | 2024.12.21 08:20:31.072836 [ 200 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3915 | 2024.12.21 08:20:31.072926 [ 200 ] {769b5f97-6191-4573-b174-78e3ddc5694a::all_1_5_1} <Trace> oximeter.timeseries_schema (769b5f97-6191-4573-b174-78e3ddc5694a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3916 | 2024.12.21 08:20:31.073030 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3917 | 2024.12.21 08:20:31.266611 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3918 | 2024.12.21 08:20:31.266659 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3919 | 2024.12.21 08:20:31.354559 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3920 | 2024.12.21 08:20:31.355242 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2024.12.21 08:20:31.355290 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3922 | 2024.12.21 08:20:31.355820 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3923 | 2024.12.21 08:20:31.356081 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3924 | 2024.12.21 08:20:31.356340 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3925 | 2024.12.21 08:20:31.898712 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3926 | 2024.12.21 08:20:31.919743 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3927 | 2024.12.21 08:20:31.919804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3928 | 2024.12.21 08:20:31.927675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3929 | 2024.12.21 08:20:31.928452 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3930 | 2024.12.21 08:20:31.931553 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3931 | 2024.12.21 08:20:32.353379 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3932 | 2024.12.21 08:20:32.353587 [ 4 ] {f14311fc-e724-47dc-9f59-2f4d65ed2771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3933 | 2024.12.21 08:20:32.353661 [ 4 ] {f14311fc-e724-47dc-9f59-2f4d65ed2771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3934 | 2024.12.21 08:20:32.354465 [ 4 ] {f14311fc-e724-47dc-9f59-2f4d65ed2771} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3935 | 2024.12.21 08:20:32.354515 [ 4 ] {f14311fc-e724-47dc-9f59-2f4d65ed2771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3936 | 2024.12.21 08:20:32.354962 [ 4 ] {f14311fc-e724-47dc-9f59-2f4d65ed2771} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3937 | 2024.12.21 08:20:32.355235 [ 4 ] {f14311fc-e724-47dc-9f59-2f4d65ed2771} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3938 | 2024.12.21 08:20:32.355487 [ 4 ] {f14311fc-e724-47dc-9f59-2f4d65ed2771} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 3939 | 2024.12.21 08:20:32.355671 [ 4 ] {f14311fc-e724-47dc-9f59-2f4d65ed2771} <Debug> TCPHandler: Processed in 0.002430711 sec. | ||
| 3940 | 2024.12.21 08:20:32.355957 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3941 | 2024.12.21 08:20:32.356153 [ 258 ] {7ef7ea48-65ad-4948-b07d-3e31bbacc6d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3942 | 2024.12.21 08:20:32.356228 [ 258 ] {7ef7ea48-65ad-4948-b07d-3e31bbacc6d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3943 | 2024.12.21 08:20:32.357141 [ 258 ] {7ef7ea48-65ad-4948-b07d-3e31bbacc6d6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2024.12.21 08:20:32.357193 [ 258 ] {7ef7ea48-65ad-4948-b07d-3e31bbacc6d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3945 | 2024.12.21 08:20:32.357666 [ 258 ] {7ef7ea48-65ad-4948-b07d-3e31bbacc6d6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3946 | 2024.12.21 08:20:32.357946 [ 258 ] {7ef7ea48-65ad-4948-b07d-3e31bbacc6d6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3947 | 2024.12.21 08:20:32.358187 [ 258 ] {7ef7ea48-65ad-4948-b07d-3e31bbacc6d6} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002089 sec., 104834.84921014839 rows/sec., 9.15 MiB/sec. | ||
| 3948 | 2024.12.21 08:20:32.358247 [ 258 ] {7ef7ea48-65ad-4948-b07d-3e31bbacc6d6} <Debug> TCPHandler: Processed in 0.002426481 sec. | ||
| 3949 | 2024.12.21 08:20:32.358608 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3950 | 2024.12.21 08:20:32.358744 [ 4 ] {1c3caf0a-a3da-4163-a538-b132c9987f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3951 | 2024.12.21 08:20:32.358801 [ 4 ] {1c3caf0a-a3da-4163-a538-b132c9987f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3952 | 2024.12.21 08:20:32.359482 [ 4 ] {1c3caf0a-a3da-4163-a538-b132c9987f30} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3953 | 2024.12.21 08:20:32.359548 [ 4 ] {1c3caf0a-a3da-4163-a538-b132c9987f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3954 | 2024.12.21 08:20:32.360059 [ 4 ] {1c3caf0a-a3da-4163-a538-b132c9987f30} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3955 | 2024.12.21 08:20:32.360313 [ 4 ] {1c3caf0a-a3da-4163-a538-b132c9987f30} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3956 | 2024.12.21 08:20:32.360446 [ 113 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3957 | 2024.12.21 08:20:32.360489 [ 113 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3958 | 2024.12.21 08:20:32.360517 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3959 | 2024.12.21 08:20:32.360519 [ 4 ] {1c3caf0a-a3da-4163-a538-b132c9987f30} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001808 sec., 8296.460176991151 rows/sec., 584.97 KiB/sec. | ||
| 3960 | 2024.12.21 08:20:32.360680 [ 4 ] {1c3caf0a-a3da-4163-a538-b132c9987f30} <Debug> TCPHandler: Processed in 0.002126038 sec. | ||
| 3961 | 2024.12.21 08:20:32.360776 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 3962 | 2024.12.21 08:20:32.360894 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3963 | 2024.12.21 08:20:32.360989 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3964 | 2024.12.21 08:20:32.361061 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 52 rows starting from the beginning of the part | ||
| 3965 | 2024.12.21 08:20:32.361109 [ 258 ] {a717c799-56d6-4f45-b4ef-1c846eb766e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3966 | 2024.12.21 08:20:32.361264 [ 258 ] {a717c799-56d6-4f45-b4ef-1c846eb766e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3967 | 2024.12.21 08:20:32.361360 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part | ||
| 3968 | 2024.12.21 08:20:32.361777 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 33 rows starting from the beginning of the part | ||
| 3969 | 2024.12.21 08:20:32.362078 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 19 rows starting from the beginning of the part | ||
| 3970 | 2024.12.21 08:20:32.362467 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 33 rows starting from the beginning of the part | ||
| 3971 | 2024.12.21 08:20:32.362823 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 15 rows starting from the beginning of the part | ||
| 3972 | 2024.12.21 08:20:32.364242 [ 258 ] {a717c799-56d6-4f45-b4ef-1c846eb766e7} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2024.12.21 08:20:32.364318 [ 258 ] {a717c799-56d6-4f45-b4ef-1c846eb766e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3974 | 2024.12.21 08:20:32.365443 [ 258 ] {a717c799-56d6-4f45-b4ef-1c846eb766e7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3975 | 2024.12.21 08:20:32.365712 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.005090265 sec., 32807.72219128081 rows/sec., 2.47 MiB/sec. | ||
| 3976 | 2024.12.21 08:20:32.365921 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3977 | 2024.12.21 08:20:32.365940 [ 258 ] {a717c799-56d6-4f45-b4ef-1c846eb766e7} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2024.12.21 08:20:32.366502 [ 258 ] {a717c799-56d6-4f45-b4ef-1c846eb766e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005407 sec., 2589.236175328278 rows/sec., 181.33 KiB/sec. | ||
| 3979 | 2024.12.21 08:20:32.366676 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2024.12.21 08:20:32.366750 [ 258 ] {a717c799-56d6-4f45-b4ef-1c846eb766e7} <Debug> TCPHandler: Processed in 0.005936632 sec. | ||
| 3981 | 2024.12.21 08:20:32.366842 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_21_4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3982 | 2024.12.21 08:20:32.366980 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2024.12.21 08:20:32.366995 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3984 | 2024.12.21 08:20:32.367127 [ 4 ] {7eff59a6-508e-4f2d-99e2-eee4aceaa7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3985 | 2024.12.21 08:20:32.367185 [ 4 ] {7eff59a6-508e-4f2d-99e2-eee4aceaa7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3986 | 2024.12.21 08:20:32.367819 [ 4 ] {7eff59a6-508e-4f2d-99e2-eee4aceaa7f6} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3987 | 2024.12.21 08:20:32.367861 [ 4 ] {7eff59a6-508e-4f2d-99e2-eee4aceaa7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3988 | 2024.12.21 08:20:32.368257 [ 4 ] {7eff59a6-508e-4f2d-99e2-eee4aceaa7f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3989 | 2024.12.21 08:20:32.368515 [ 4 ] {7eff59a6-508e-4f2d-99e2-eee4aceaa7f6} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3990 | 2024.12.21 08:20:32.368743 [ 4 ] {7eff59a6-508e-4f2d-99e2-eee4aceaa7f6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001644 sec., 7907.542579075425 rows/sec., 493.03 KiB/sec. | ||
| 3991 | 2024.12.21 08:20:32.368950 [ 4 ] {7eff59a6-508e-4f2d-99e2-eee4aceaa7f6} <Debug> TCPHandler: Processed in 0.002069028 sec. | ||
| 3992 | 2024.12.21 08:20:32.369134 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3993 | 2024.12.21 08:20:32.369261 [ 258 ] {b626f583-3c57-474d-8146-74ab0d7b967d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3994 | 2024.12.21 08:20:32.369314 [ 258 ] {b626f583-3c57-474d-8146-74ab0d7b967d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3995 | 2024.12.21 08:20:32.370060 [ 258 ] {b626f583-3c57-474d-8146-74ab0d7b967d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3996 | 2024.12.21 08:20:32.370106 [ 258 ] {b626f583-3c57-474d-8146-74ab0d7b967d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 3997 | 2024.12.21 08:20:32.370516 [ 258 ] {b626f583-3c57-474d-8146-74ab0d7b967d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3998 | 2024.12.21 08:20:32.370815 [ 258 ] {b626f583-3c57-474d-8146-74ab0d7b967d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3999 | 2024.12.21 08:20:32.371073 [ 258 ] {b626f583-3c57-474d-8146-74ab0d7b967d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001835 sec., 212534.0599455041 rows/sec., 15.07 MiB/sec. | ||
| 4000 | 2024.12.21 08:20:32.371132 [ 258 ] {b626f583-3c57-474d-8146-74ab0d7b967d} <Debug> TCPHandler: Processed in 0.002062519 sec. | ||
| 4001 | 2024.12.21 08:20:32.371289 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4002 | 2024.12.21 08:20:32.371414 [ 4 ] {26ab0cac-364f-4449-aa36-b0d3b3c0b7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4003 | 2024.12.21 08:20:32.371469 [ 4 ] {26ab0cac-364f-4449-aa36-b0d3b3c0b7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4004 | 2024.12.21 08:20:32.371982 [ 4 ] {26ab0cac-364f-4449-aa36-b0d3b3c0b7a9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4005 | 2024.12.21 08:20:32.372021 [ 4 ] {26ab0cac-364f-4449-aa36-b0d3b3c0b7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4006 | 2024.12.21 08:20:32.372400 [ 4 ] {26ab0cac-364f-4449-aa36-b0d3b3c0b7a9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4007 | 2024.12.21 08:20:32.372665 [ 4 ] {26ab0cac-364f-4449-aa36-b0d3b3c0b7a9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4008 | 2024.12.21 08:20:32.372903 [ 4 ] {26ab0cac-364f-4449-aa36-b0d3b3c0b7a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 4009 | 2024.12.21 08:20:32.373092 [ 4 ] {26ab0cac-364f-4449-aa36-b0d3b3c0b7a9} <Debug> TCPHandler: Processed in 0.001859276 sec. | ||
| 4010 | 2024.12.21 08:20:32.373292 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4011 | 2024.12.21 08:20:32.373421 [ 258 ] {b6c255f6-7fc9-41b9-a5c5-040b03ad6aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4012 | 2024.12.21 08:20:32.373481 [ 258 ] {b6c255f6-7fc9-41b9-a5c5-040b03ad6aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4013 | 2024.12.21 08:20:32.374089 [ 258 ] {b6c255f6-7fc9-41b9-a5c5-040b03ad6aa9} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4014 | 2024.12.21 08:20:32.374130 [ 258 ] {b6c255f6-7fc9-41b9-a5c5-040b03ad6aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4015 | 2024.12.21 08:20:32.374539 [ 258 ] {b6c255f6-7fc9-41b9-a5c5-040b03ad6aa9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4016 | 2024.12.21 08:20:32.374781 [ 258 ] {b6c255f6-7fc9-41b9-a5c5-040b03ad6aa9} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4017 | 2024.12.21 08:20:32.375010 [ 258 ] {b6c255f6-7fc9-41b9-a5c5-040b03ad6aa9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec. | ||
| 4018 | 2024.12.21 08:20:32.375066 [ 258 ] {b6c255f6-7fc9-41b9-a5c5-040b03ad6aa9} <Debug> TCPHandler: Processed in 0.001833076 sec. | ||
| 4019 | 2024.12.21 08:20:32.375212 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4020 | 2024.12.21 08:20:32.375333 [ 4 ] {14a71ed7-1427-4084-bf94-4cbc200b347a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4021 | 2024.12.21 08:20:32.375388 [ 4 ] {14a71ed7-1427-4084-bf94-4cbc200b347a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4022 | 2024.12.21 08:20:32.375890 [ 4 ] {14a71ed7-1427-4084-bf94-4cbc200b347a} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4023 | 2024.12.21 08:20:32.375929 [ 4 ] {14a71ed7-1427-4084-bf94-4cbc200b347a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4024 | 2024.12.21 08:20:32.376302 [ 4 ] {14a71ed7-1427-4084-bf94-4cbc200b347a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4025 | 2024.12.21 08:20:32.376551 [ 4 ] {14a71ed7-1427-4084-bf94-4cbc200b347a} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4026 | 2024.12.21 08:20:32.376811 [ 4 ] {14a71ed7-1427-4084-bf94-4cbc200b347a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. | ||
| 4027 | 2024.12.21 08:20:32.376947 [ 4 ] {14a71ed7-1427-4084-bf94-4cbc200b347a} <Debug> TCPHandler: Processed in 0.001792006 sec. | ||
| 4028 | 2024.12.21 08:20:32.377112 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4029 | 2024.12.21 08:20:32.377235 [ 258 ] {adc1dabd-ee5a-434d-bc5b-5c13f5f9dac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4030 | 2024.12.21 08:20:32.377317 [ 258 ] {adc1dabd-ee5a-434d-bc5b-5c13f5f9dac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4031 | 2024.12.21 08:20:32.378440 [ 258 ] {adc1dabd-ee5a-434d-bc5b-5c13f5f9dac6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4032 | 2024.12.21 08:20:32.378479 [ 258 ] {adc1dabd-ee5a-434d-bc5b-5c13f5f9dac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4033 | 2024.12.21 08:20:32.379096 [ 258 ] {adc1dabd-ee5a-434d-bc5b-5c13f5f9dac6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4034 | 2024.12.21 08:20:32.379362 [ 258 ] {adc1dabd-ee5a-434d-bc5b-5c13f5f9dac6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2024.12.21 08:20:32.379596 [ 258 ] {adc1dabd-ee5a-434d-bc5b-5c13f5f9dac6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002386 sec., 3352.891869237217 rows/sec., 6.01 MiB/sec. | ||
| 4036 | 2024.12.21 08:20:32.379692 [ 258 ] {adc1dabd-ee5a-434d-bc5b-5c13f5f9dac6} <Debug> TCPHandler: Processed in 0.002637173 sec. | ||
| 4037 | 2024.12.21 08:20:32.379850 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4038 | 2024.12.21 08:20:32.379968 [ 4 ] {18c6e92c-c132-487f-bb85-ab5ed4c9e3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4039 | 2024.12.21 08:20:32.380030 [ 4 ] {18c6e92c-c132-487f-bb85-ab5ed4c9e3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4040 | 2024.12.21 08:20:32.380531 [ 4 ] {18c6e92c-c132-487f-bb85-ab5ed4c9e3f0} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4041 | 2024.12.21 08:20:32.380570 [ 4 ] {18c6e92c-c132-487f-bb85-ab5ed4c9e3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4042 | 2024.12.21 08:20:32.380943 [ 4 ] {18c6e92c-c132-487f-bb85-ab5ed4c9e3f0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4043 | 2024.12.21 08:20:32.381209 [ 4 ] {18c6e92c-c132-487f-bb85-ab5ed4c9e3f0} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4044 | 2024.12.21 08:20:32.381434 [ 4 ] {18c6e92c-c132-487f-bb85-ab5ed4c9e3f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00149 sec., 55033.55704697986 rows/sec., 3.50 MiB/sec. | ||
| 4045 | 2024.12.21 08:20:32.381489 [ 4 ] {18c6e92c-c132-487f-bb85-ab5ed4c9e3f0} <Debug> TCPHandler: Processed in 0.001701995 sec. | ||
| 4046 | 2024.12.21 08:20:36.378342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 542 | ||
| 4047 | 2024.12.21 08:20:36.381520 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4048 | 2024.12.21 08:20:36.381576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4049 | 2024.12.21 08:20:36.383050 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4050 | 2024.12.21 08:20:36.383361 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4051 | 2024.12.21 08:20:36.383909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 542 | ||
| 4052 | 2024.12.21 08:20:37.350098 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4053 | 2024.12.21 08:20:37.350287 [ 4 ] {64683f6b-54ce-48ee-9381-c333a87feb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4054 | 2024.12.21 08:20:37.350359 [ 4 ] {64683f6b-54ce-48ee-9381-c333a87feb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4055 | 2024.12.21 08:20:37.351108 [ 4 ] {64683f6b-54ce-48ee-9381-c333a87feb7d} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4056 | 2024.12.21 08:20:37.351156 [ 4 ] {64683f6b-54ce-48ee-9381-c333a87feb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4057 | 2024.12.21 08:20:37.351574 [ 4 ] {64683f6b-54ce-48ee-9381-c333a87feb7d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4058 | 2024.12.21 08:20:37.351834 [ 4 ] {64683f6b-54ce-48ee-9381-c333a87feb7d} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4059 | 2024.12.21 08:20:37.352080 [ 4 ] {64683f6b-54ce-48ee-9381-c333a87feb7d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001844 sec., 5422.993492407809 rows/sec., 442.21 KiB/sec. | ||
| 4060 | 2024.12.21 08:20:37.352171 [ 4 ] {64683f6b-54ce-48ee-9381-c333a87feb7d} <Debug> TCPHandler: Processed in 0.00220411 sec. | ||
| 4061 | 2024.12.21 08:20:37.352423 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4062 | 2024.12.21 08:20:37.352638 [ 258 ] {29be556a-d803-498f-9156-7860aeddf101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4063 | 2024.12.21 08:20:37.352721 [ 258 ] {29be556a-d803-498f-9156-7860aeddf101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4064 | 2024.12.21 08:20:37.353528 [ 258 ] {29be556a-d803-498f-9156-7860aeddf101} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4065 | 2024.12.21 08:20:37.353579 [ 258 ] {29be556a-d803-498f-9156-7860aeddf101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4066 | 2024.12.21 08:20:37.354021 [ 258 ] {29be556a-d803-498f-9156-7860aeddf101} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4067 | 2024.12.21 08:20:37.354274 [ 258 ] {29be556a-d803-498f-9156-7860aeddf101} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4068 | 2024.12.21 08:20:37.354535 [ 258 ] {29be556a-d803-498f-9156-7860aeddf101} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.001956 sec., 64928.42535787322 rows/sec., 5.48 MiB/sec. | ||
| 4069 | 2024.12.21 08:20:37.354594 [ 258 ] {29be556a-d803-498f-9156-7860aeddf101} <Debug> TCPHandler: Processed in 0.00231589 sec. | ||
| 4070 | 2024.12.21 08:20:37.354747 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4071 | 2024.12.21 08:20:37.354968 [ 4 ] {a9c0565a-3a70-4cba-95a8-7b46dc3c3f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4072 | 2024.12.21 08:20:37.355062 [ 4 ] {a9c0565a-3a70-4cba-95a8-7b46dc3c3f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4073 | 2024.12.21 08:20:37.356001 [ 4 ] {a9c0565a-3a70-4cba-95a8-7b46dc3c3f9f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4074 | 2024.12.21 08:20:37.356041 [ 4 ] {a9c0565a-3a70-4cba-95a8-7b46dc3c3f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4075 | 2024.12.21 08:20:37.356401 [ 4 ] {a9c0565a-3a70-4cba-95a8-7b46dc3c3f9f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4076 | 2024.12.21 08:20:37.356657 [ 4 ] {a9c0565a-3a70-4cba-95a8-7b46dc3c3f9f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4077 | 2024.12.21 08:20:37.356911 [ 4 ] {a9c0565a-3a70-4cba-95a8-7b46dc3c3f9f} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.001997 sec., 21532.298447671506 rows/sec., 1.55 MiB/sec. | ||
| 4078 | 2024.12.21 08:20:37.356998 [ 4 ] {a9c0565a-3a70-4cba-95a8-7b46dc3c3f9f} <Debug> TCPHandler: Processed in 0.00231556 sec. | ||
| 4079 | 2024.12.21 08:20:37.357259 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4080 | 2024.12.21 08:20:37.357440 [ 258 ] {db76c90d-2a57-4849-b5f5-09bd8677cb97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4081 | 2024.12.21 08:20:37.357501 [ 258 ] {db76c90d-2a57-4849-b5f5-09bd8677cb97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4082 | 2024.12.21 08:20:37.358180 [ 258 ] {db76c90d-2a57-4849-b5f5-09bd8677cb97} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2024.12.21 08:20:37.358220 [ 258 ] {db76c90d-2a57-4849-b5f5-09bd8677cb97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4084 | 2024.12.21 08:20:37.358584 [ 258 ] {db76c90d-2a57-4849-b5f5-09bd8677cb97} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4085 | 2024.12.21 08:20:37.358822 [ 258 ] {db76c90d-2a57-4849-b5f5-09bd8677cb97} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4086 | 2024.12.21 08:20:37.359018 [ 258 ] {db76c90d-2a57-4849-b5f5-09bd8677cb97} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001599 sec., 66916.82301438399 rows/sec., 5.24 MiB/sec. | ||
| 4087 | 2024.12.21 08:20:37.359191 [ 258 ] {db76c90d-2a57-4849-b5f5-09bd8677cb97} <Debug> TCPHandler: Processed in 0.002080419 sec. | ||
| 4088 | 2024.12.21 08:20:37.359388 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4089 | 2024.12.21 08:20:37.359524 [ 4 ] {8acb0df0-fc6e-4180-9097-b1d0323eb4d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4090 | 2024.12.21 08:20:37.359586 [ 4 ] {8acb0df0-fc6e-4180-9097-b1d0323eb4d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4091 | 2024.12.21 08:20:37.360188 [ 4 ] {8acb0df0-fc6e-4180-9097-b1d0323eb4d7} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4092 | 2024.12.21 08:20:37.360226 [ 4 ] {8acb0df0-fc6e-4180-9097-b1d0323eb4d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4093 | 2024.12.21 08:20:37.360620 [ 4 ] {8acb0df0-fc6e-4180-9097-b1d0323eb4d7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4094 | 2024.12.21 08:20:37.360859 [ 4 ] {8acb0df0-fc6e-4180-9097-b1d0323eb4d7} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4095 | 2024.12.21 08:20:37.361219 [ 4 ] {8acb0df0-fc6e-4180-9097-b1d0323eb4d7} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001722 sec., 95818.81533101045 rows/sec., 6.67 MiB/sec. | ||
| 4096 | 2024.12.21 08:20:37.361697 [ 4 ] {8acb0df0-fc6e-4180-9097-b1d0323eb4d7} <Debug> TCPHandler: Processed in 0.002393041 sec. | ||
| 4097 | 2024.12.21 08:20:37.362025 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4098 | 2024.12.21 08:20:37.362186 [ 258 ] {6d5b939f-07c5-4ed5-a940-cd5edea320a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4099 | 2024.12.21 08:20:37.362278 [ 258 ] {6d5b939f-07c5-4ed5-a940-cd5edea320a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4100 | 2024.12.21 08:20:37.363520 [ 258 ] {6d5b939f-07c5-4ed5-a940-cd5edea320a7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2024.12.21 08:20:37.363559 [ 258 ] {6d5b939f-07c5-4ed5-a940-cd5edea320a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4102 | 2024.12.21 08:20:37.364210 [ 258 ] {6d5b939f-07c5-4ed5-a940-cd5edea320a7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4103 | 2024.12.21 08:20:37.364463 [ 258 ] {6d5b939f-07c5-4ed5-a940-cd5edea320a7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2024.12.21 08:20:37.364735 [ 258 ] {6d5b939f-07c5-4ed5-a940-cd5edea320a7} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002578 sec., 12800.620636152056 rows/sec., 22.94 MiB/sec. | ||
| 4105 | 2024.12.21 08:20:37.364834 [ 258 ] {6d5b939f-07c5-4ed5-a940-cd5edea320a7} <Debug> TCPHandler: Processed in 0.003027866 sec. | ||
| 4106 | 2024.12.21 08:20:37.365076 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4107 | 2024.12.21 08:20:37.365298 [ 4 ] {c9fcad4c-431c-4189-9a9a-6a88b630c563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4108 | 2024.12.21 08:20:37.365394 [ 4 ] {c9fcad4c-431c-4189-9a9a-6a88b630c563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4109 | 2024.12.21 08:20:37.366099 [ 4 ] {c9fcad4c-431c-4189-9a9a-6a88b630c563} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4110 | 2024.12.21 08:20:37.366138 [ 4 ] {c9fcad4c-431c-4189-9a9a-6a88b630c563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4111 | 2024.12.21 08:20:37.366498 [ 4 ] {c9fcad4c-431c-4189-9a9a-6a88b630c563} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4112 | 2024.12.21 08:20:37.366728 [ 4 ] {c9fcad4c-431c-4189-9a9a-6a88b630c563} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4113 | 2024.12.21 08:20:37.366933 [ 4 ] {c9fcad4c-431c-4189-9a9a-6a88b630c563} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001689 sec., 35523.97868561279 rows/sec., 2.39 MiB/sec. | ||
| 4114 | 2024.12.21 08:20:37.366982 [ 4 ] {c9fcad4c-431c-4189-9a9a-6a88b630c563} <Debug> TCPHandler: Processed in 0.002019118 sec. | ||
| 4115 | 2024.12.21 08:20:38.856595 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4116 | 2024.12.21 08:20:38.857283 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2024.12.21 08:20:38.857336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4118 | 2024.12.21 08:20:38.857905 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4119 | 2024.12.21 08:20:38.858168 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4120 | 2024.12.21 08:20:38.858408 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4121 | 2024.12.21 08:20:39.431761 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4122 | 2024.12.21 08:20:39.452695 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4123 | 2024.12.21 08:20:39.452754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 4124 | 2024.12.21 08:20:39.460355 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4125 | 2024.12.21 08:20:39.461127 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4126 | 2024.12.21 08:20:39.463872 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4127 | 2024.12.21 08:20:42.352123 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4128 | 2024.12.21 08:20:42.352328 [ 4 ] {14762cb3-da6c-4a10-983c-f912e6b5078f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4129 | 2024.12.21 08:20:42.352405 [ 4 ] {14762cb3-da6c-4a10-983c-f912e6b5078f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4130 | 2024.12.21 08:20:42.353163 [ 4 ] {14762cb3-da6c-4a10-983c-f912e6b5078f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4131 | 2024.12.21 08:20:42.353211 [ 4 ] {14762cb3-da6c-4a10-983c-f912e6b5078f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4132 | 2024.12.21 08:20:42.353663 [ 4 ] {14762cb3-da6c-4a10-983c-f912e6b5078f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4133 | 2024.12.21 08:20:42.353910 [ 4 ] {14762cb3-da6c-4a10-983c-f912e6b5078f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4134 | 2024.12.21 08:20:42.354112 [ 4 ] {14762cb3-da6c-4a10-983c-f912e6b5078f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001836 sec., 7625.272331154684 rows/sec., 548.92 KiB/sec. | ||
| 4135 | 2024.12.21 08:20:42.354169 [ 4 ] {14762cb3-da6c-4a10-983c-f912e6b5078f} <Debug> TCPHandler: Processed in 0.002207649 sec. | ||
| 4136 | 2024.12.21 08:20:42.354412 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4137 | 2024.12.21 08:20:42.354612 [ 258 ] {bbd8f3a5-8919-4e9d-922b-96819b0e65bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4138 | 2024.12.21 08:20:42.354695 [ 258 ] {bbd8f3a5-8919-4e9d-922b-96819b0e65bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4139 | 2024.12.21 08:20:42.355541 [ 258 ] {bbd8f3a5-8919-4e9d-922b-96819b0e65bf} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4140 | 2024.12.21 08:20:42.355592 [ 258 ] {bbd8f3a5-8919-4e9d-922b-96819b0e65bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4141 | 2024.12.21 08:20:42.356073 [ 258 ] {bbd8f3a5-8919-4e9d-922b-96819b0e65bf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4142 | 2024.12.21 08:20:42.356326 [ 258 ] {bbd8f3a5-8919-4e9d-922b-96819b0e65bf} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4143 | 2024.12.21 08:20:42.356677 [ 258 ] {bbd8f3a5-8919-4e9d-922b-96819b0e65bf} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002115 sec., 103546.09929078014 rows/sec., 9.04 MiB/sec. | ||
| 4144 | 2024.12.21 08:20:42.357090 [ 258 ] {bbd8f3a5-8919-4e9d-922b-96819b0e65bf} <Debug> TCPHandler: Processed in 0.002799485 sec. | ||
| 4145 | 2024.12.21 08:20:42.357306 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4146 | 2024.12.21 08:20:42.357425 [ 4 ] {02c896e7-6eb0-41eb-adf2-1762c025ae6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4147 | 2024.12.21 08:20:42.357476 [ 4 ] {02c896e7-6eb0-41eb-adf2-1762c025ae6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4148 | 2024.12.21 08:20:42.358069 [ 4 ] {02c896e7-6eb0-41eb-adf2-1762c025ae6f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2024.12.21 08:20:42.358109 [ 4 ] {02c896e7-6eb0-41eb-adf2-1762c025ae6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4150 | 2024.12.21 08:20:42.358461 [ 4 ] {02c896e7-6eb0-41eb-adf2-1762c025ae6f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4151 | 2024.12.21 08:20:42.358694 [ 4 ] {02c896e7-6eb0-41eb-adf2-1762c025ae6f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2024.12.21 08:20:42.358908 [ 4 ] {02c896e7-6eb0-41eb-adf2-1762c025ae6f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001506 sec., 9960.1593625498 rows/sec., 702.27 KiB/sec. | ||
| 4153 | 2024.12.21 08:20:42.358959 [ 4 ] {02c896e7-6eb0-41eb-adf2-1762c025ae6f} <Debug> TCPHandler: Processed in 0.001733006 sec. | ||
| 4154 | 2024.12.21 08:20:42.359111 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4155 | 2024.12.21 08:20:42.359243 [ 258 ] {00a4fe7c-1807-4087-8931-b36ae7dc43c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4156 | 2024.12.21 08:20:42.359300 [ 258 ] {00a4fe7c-1807-4087-8931-b36ae7dc43c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4157 | 2024.12.21 08:20:42.360032 [ 258 ] {00a4fe7c-1807-4087-8931-b36ae7dc43c6} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4158 | 2024.12.21 08:20:42.360073 [ 258 ] {00a4fe7c-1807-4087-8931-b36ae7dc43c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4159 | 2024.12.21 08:20:42.360440 [ 258 ] {00a4fe7c-1807-4087-8931-b36ae7dc43c6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4160 | 2024.12.21 08:20:42.360697 [ 258 ] {00a4fe7c-1807-4087-8931-b36ae7dc43c6} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4161 | 2024.12.21 08:20:42.360925 [ 258 ] {00a4fe7c-1807-4087-8931-b36ae7dc43c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec. | ||
| 4162 | 2024.12.21 08:20:42.360983 [ 258 ] {00a4fe7c-1807-4087-8931-b36ae7dc43c6} <Debug> TCPHandler: Processed in 0.001927537 sec. | ||
| 4163 | 2024.12.21 08:20:42.361155 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4164 | 2024.12.21 08:20:42.361286 [ 4 ] {27a042ba-6dfc-4b40-9c52-e2788043166d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4165 | 2024.12.21 08:20:42.361335 [ 4 ] {27a042ba-6dfc-4b40-9c52-e2788043166d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4166 | 2024.12.21 08:20:42.361921 [ 4 ] {27a042ba-6dfc-4b40-9c52-e2788043166d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4167 | 2024.12.21 08:20:42.361961 [ 4 ] {27a042ba-6dfc-4b40-9c52-e2788043166d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4168 | 2024.12.21 08:20:42.362330 [ 4 ] {27a042ba-6dfc-4b40-9c52-e2788043166d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4169 | 2024.12.21 08:20:42.362563 [ 4 ] {27a042ba-6dfc-4b40-9c52-e2788043166d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4170 | 2024.12.21 08:20:42.362826 [ 4 ] {27a042ba-6dfc-4b40-9c52-e2788043166d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 521.25 KiB/sec. | ||
| 4171 | 2024.12.21 08:20:42.363024 [ 4 ] {27a042ba-6dfc-4b40-9c52-e2788043166d} <Debug> TCPHandler: Processed in 0.001924388 sec. | ||
| 4172 | 2024.12.21 08:20:42.363193 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4173 | 2024.12.21 08:20:42.363309 [ 258 ] {511c0826-df7d-4e37-8e9f-2adc866aaf81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4174 | 2024.12.21 08:20:42.363359 [ 258 ] {511c0826-df7d-4e37-8e9f-2adc866aaf81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4175 | 2024.12.21 08:20:42.364120 [ 258 ] {511c0826-df7d-4e37-8e9f-2adc866aaf81} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4176 | 2024.12.21 08:20:42.364163 [ 258 ] {511c0826-df7d-4e37-8e9f-2adc866aaf81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4177 | 2024.12.21 08:20:42.364572 [ 258 ] {511c0826-df7d-4e37-8e9f-2adc866aaf81} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4178 | 2024.12.21 08:20:42.364814 [ 258 ] {511c0826-df7d-4e37-8e9f-2adc866aaf81} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4179 | 2024.12.21 08:20:42.365035 [ 258 ] {511c0826-df7d-4e37-8e9f-2adc866aaf81} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001749 sec., 222984.56260720413 rows/sec., 15.81 MiB/sec. | ||
| 4180 | 2024.12.21 08:20:42.365097 [ 258 ] {511c0826-df7d-4e37-8e9f-2adc866aaf81} <Debug> TCPHandler: Processed in 0.001961498 sec. | ||
| 4181 | 2024.12.21 08:20:42.365248 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4182 | 2024.12.21 08:20:42.365368 [ 4 ] {d179bc7a-ca55-4f62-8795-be90e6903e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4183 | 2024.12.21 08:20:42.365419 [ 4 ] {d179bc7a-ca55-4f62-8795-be90e6903e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4184 | 2024.12.21 08:20:42.365924 [ 4 ] {d179bc7a-ca55-4f62-8795-be90e6903e3c} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2024.12.21 08:20:42.365964 [ 4 ] {d179bc7a-ca55-4f62-8795-be90e6903e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4186 | 2024.12.21 08:20:42.366336 [ 4 ] {d179bc7a-ca55-4f62-8795-be90e6903e3c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4187 | 2024.12.21 08:20:42.366587 [ 4 ] {d179bc7a-ca55-4f62-8795-be90e6903e3c} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4188 | 2024.12.21 08:20:42.366717 [ 101 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4189 | 2024.12.21 08:20:42.366759 [ 101 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2024.12.21 08:20:42.366773 [ 4 ] {d179bc7a-ca55-4f62-8795-be90e6903e3c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 219.68 KiB/sec. | ||
| 4191 | 2024.12.21 08:20:42.366784 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4192 | 2024.12.21 08:20:42.366869 [ 4 ] {d179bc7a-ca55-4f62-8795-be90e6903e3c} <Debug> TCPHandler: Processed in 0.001675725 sec. | ||
| 4193 | 2024.12.21 08:20:42.367008 [ 195 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 4194 | 2024.12.21 08:20:42.367059 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4195 | 2024.12.21 08:20:42.367144 [ 195 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4196 | 2024.12.21 08:20:42.367190 [ 195 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 4197 | 2024.12.21 08:20:42.367195 [ 258 ] {ce368fbe-70cc-4e1b-b29c-b2d9999c2a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4198 | 2024.12.21 08:20:42.367281 [ 258 ] {ce368fbe-70cc-4e1b-b29c-b2d9999c2a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4199 | 2024.12.21 08:20:42.367290 [ 195 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 4200 | 2024.12.21 08:20:42.367767 [ 195 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 4201 | 2024.12.21 08:20:42.368129 [ 195 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 4202 | 2024.12.21 08:20:42.368511 [ 195 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 4203 | 2024.12.21 08:20:42.368840 [ 195 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 4204 | 2024.12.21 08:20:42.369793 [ 258 ] {ce368fbe-70cc-4e1b-b29c-b2d9999c2a1a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2024.12.21 08:20:42.369847 [ 258 ] {ce368fbe-70cc-4e1b-b29c-b2d9999c2a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4206 | 2024.12.21 08:20:42.370535 [ 258 ] {ce368fbe-70cc-4e1b-b29c-b2d9999c2a1a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4207 | 2024.12.21 08:20:42.370706 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003819604 sec., 17279.278166008833 rows/sec., 902.77 KiB/sec. | ||
| 4208 | 2024.12.21 08:20:42.370910 [ 258 ] {ce368fbe-70cc-4e1b-b29c-b2d9999c2a1a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2024.12.21 08:20:42.370942 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4210 | 2024.12.21 08:20:42.371460 [ 258 ] {ce368fbe-70cc-4e1b-b29c-b2d9999c2a1a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004267 sec., 55542.53573939536 rows/sec., 3.72 MiB/sec. | ||
| 4211 | 2024.12.21 08:20:42.371773 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_11_2} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4212 | 2024.12.21 08:20:42.371805 [ 258 ] {ce368fbe-70cc-4e1b-b29c-b2d9999c2a1a} <Debug> TCPHandler: Processed in 0.004828013 sec. | ||
| 4213 | 2024.12.21 08:20:42.371975 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_11_2} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4214 | 2024.12.21 08:20:42.372016 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4215 | 2024.12.21 08:20:42.372134 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4216 | 2024.12.21 08:20:42.372217 [ 4 ] {cc08c081-82e7-43e6-9d76-09fa0bd9bd7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4217 | 2024.12.21 08:20:42.372273 [ 4 ] {cc08c081-82e7-43e6-9d76-09fa0bd9bd7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4218 | 2024.12.21 08:20:42.372756 [ 4 ] {cc08c081-82e7-43e6-9d76-09fa0bd9bd7c} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4219 | 2024.12.21 08:20:42.372795 [ 4 ] {cc08c081-82e7-43e6-9d76-09fa0bd9bd7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4220 | 2024.12.21 08:20:42.373151 [ 4 ] {cc08c081-82e7-43e6-9d76-09fa0bd9bd7c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4221 | 2024.12.21 08:20:42.373380 [ 4 ] {cc08c081-82e7-43e6-9d76-09fa0bd9bd7c} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2024.12.21 08:20:42.373558 [ 4 ] {cc08c081-82e7-43e6-9d76-09fa0bd9bd7c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 4223 | 2024.12.21 08:20:42.373607 [ 4 ] {cc08c081-82e7-43e6-9d76-09fa0bd9bd7c} <Debug> TCPHandler: Processed in 0.001671195 sec. | ||
| 4224 | 2024.12.21 08:20:42.373753 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4225 | 2024.12.21 08:20:42.373870 [ 258 ] {339d05b4-2002-4b8a-b3c1-47ade65fd74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4226 | 2024.12.21 08:20:42.373952 [ 258 ] {339d05b4-2002-4b8a-b3c1-47ade65fd74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4227 | 2024.12.21 08:20:42.375056 [ 258 ] {339d05b4-2002-4b8a-b3c1-47ade65fd74e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2024.12.21 08:20:42.375097 [ 258 ] {339d05b4-2002-4b8a-b3c1-47ade65fd74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4229 | 2024.12.21 08:20:42.375721 [ 258 ] {339d05b4-2002-4b8a-b3c1-47ade65fd74e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4230 | 2024.12.21 08:20:42.375973 [ 258 ] {339d05b4-2002-4b8a-b3c1-47ade65fd74e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2024.12.21 08:20:42.376227 [ 258 ] {339d05b4-2002-4b8a-b3c1-47ade65fd74e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00238 sec., 3361.344537815126 rows/sec., 6.02 MiB/sec. | ||
| 4232 | 2024.12.21 08:20:42.376340 [ 258 ] {339d05b4-2002-4b8a-b3c1-47ade65fd74e} <Debug> TCPHandler: Processed in 0.002643853 sec. | ||
| 4233 | 2024.12.21 08:20:42.376510 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2024.12.21 08:20:42.376632 [ 4 ] {d1bcc1c1-d5aa-4456-96c9-8d665a83a406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4235 | 2024.12.21 08:20:42.376682 [ 4 ] {d1bcc1c1-d5aa-4456-96c9-8d665a83a406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4236 | 2024.12.21 08:20:42.377171 [ 4 ] {d1bcc1c1-d5aa-4456-96c9-8d665a83a406} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4237 | 2024.12.21 08:20:42.377207 [ 4 ] {d1bcc1c1-d5aa-4456-96c9-8d665a83a406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4238 | 2024.12.21 08:20:42.377580 [ 4 ] {d1bcc1c1-d5aa-4456-96c9-8d665a83a406} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4239 | 2024.12.21 08:20:42.377813 [ 4 ] {d1bcc1c1-d5aa-4456-96c9-8d665a83a406} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4240 | 2024.12.21 08:20:42.377991 [ 4 ] {d1bcc1c1-d5aa-4456-96c9-8d665a83a406} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001384 sec., 59248.5549132948 rows/sec., 3.76 MiB/sec. | ||
| 4241 | 2024.12.21 08:20:42.378040 [ 4 ] {d1bcc1c1-d5aa-4456-96c9-8d665a83a406} <Debug> TCPHandler: Processed in 0.001586394 sec. | ||
| 4242 | 2024.12.21 08:20:46.266900 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4243 | 2024.12.21 08:20:46.266959 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4244 | 2024.12.21 08:20:46.358615 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4245 | 2024.12.21 08:20:46.359329 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4246 | 2024.12.21 08:20:46.359376 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4247 | 2024.12.21 08:20:46.359895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4248 | 2024.12.21 08:20:46.360153 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4249 | 2024.12.21 08:20:46.360388 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4250 | 2024.12.21 08:20:46.384286 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 578 | ||
| 4251 | 2024.12.21 08:20:46.388062 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4252 | 2024.12.21 08:20:46.388125 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4253 | 2024.12.21 08:20:46.389599 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4254 | 2024.12.21 08:20:46.389907 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4255 | 2024.12.21 08:20:46.390480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 578 | ||
| 4256 | 2024.12.21 08:20:46.964087 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4257 | 2024.12.21 08:20:46.984912 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4258 | 2024.12.21 08:20:46.984963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4259 | 2024.12.21 08:20:46.992614 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4260 | 2024.12.21 08:20:46.993396 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4261 | 2024.12.21 08:20:46.996527 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4262 | 2024.12.21 08:20:47.349427 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4263 | 2024.12.21 08:20:47.349621 [ 4 ] {754e567d-f408-4a52-9b3e-718303d70b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4264 | 2024.12.21 08:20:47.349703 [ 4 ] {754e567d-f408-4a52-9b3e-718303d70b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4265 | 2024.12.21 08:20:47.350553 [ 4 ] {754e567d-f408-4a52-9b3e-718303d70b14} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4266 | 2024.12.21 08:20:47.350608 [ 4 ] {754e567d-f408-4a52-9b3e-718303d70b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4267 | 2024.12.21 08:20:47.351073 [ 4 ] {754e567d-f408-4a52-9b3e-718303d70b14} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4268 | 2024.12.21 08:20:47.351349 [ 4 ] {754e567d-f408-4a52-9b3e-718303d70b14} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4269 | 2024.12.21 08:20:47.351600 [ 4 ] {754e567d-f408-4a52-9b3e-718303d70b14} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002036 sec., 59921.41453831041 rows/sec., 5.09 MiB/sec. | ||
| 4270 | 2024.12.21 08:20:47.351669 [ 4 ] {754e567d-f408-4a52-9b3e-718303d70b14} <Debug> TCPHandler: Processed in 0.00237989 sec. | ||
| 4271 | 2024.12.21 08:20:47.351936 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4272 | 2024.12.21 08:20:47.352127 [ 258 ] {cbb818d3-2cc4-4d64-a606-b9e85fd4c66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4273 | 2024.12.21 08:20:47.352199 [ 258 ] {cbb818d3-2cc4-4d64-a606-b9e85fd4c66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4274 | 2024.12.21 08:20:47.352951 [ 258 ] {cbb818d3-2cc4-4d64-a606-b9e85fd4c66a} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2024.12.21 08:20:47.353001 [ 258 ] {cbb818d3-2cc4-4d64-a606-b9e85fd4c66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4276 | 2024.12.21 08:20:47.353430 [ 258 ] {cbb818d3-2cc4-4d64-a606-b9e85fd4c66a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4277 | 2024.12.21 08:20:47.353681 [ 258 ] {cbb818d3-2cc4-4d64-a606-b9e85fd4c66a} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4278 | 2024.12.21 08:20:47.353916 [ 258 ] {cbb818d3-2cc4-4d64-a606-b9e85fd4c66a} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001841 sec., 17925.040738728952 rows/sec., 1.32 MiB/sec. | ||
| 4279 | 2024.12.21 08:20:47.353973 [ 258 ] {cbb818d3-2cc4-4d64-a606-b9e85fd4c66a} <Debug> TCPHandler: Processed in 0.002169279 sec. | ||
| 4280 | 2024.12.21 08:20:47.354132 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2024.12.21 08:20:47.354259 [ 4 ] {bfff05ed-4d0e-40e3-90c2-1c086bba1c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4282 | 2024.12.21 08:20:47.354313 [ 4 ] {bfff05ed-4d0e-40e3-90c2-1c086bba1c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4283 | 2024.12.21 08:20:47.354960 [ 4 ] {bfff05ed-4d0e-40e3-90c2-1c086bba1c49} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2024.12.21 08:20:47.355002 [ 4 ] {bfff05ed-4d0e-40e3-90c2-1c086bba1c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4285 | 2024.12.21 08:20:47.355371 [ 4 ] {bfff05ed-4d0e-40e3-90c2-1c086bba1c49} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4286 | 2024.12.21 08:20:47.355608 [ 4 ] {bfff05ed-4d0e-40e3-90c2-1c086bba1c49} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2024.12.21 08:20:47.355866 [ 4 ] {bfff05ed-4d0e-40e3-90c2-1c086bba1c49} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001625 sec., 59692.307692307695 rows/sec., 4.66 MiB/sec. | ||
| 4288 | 2024.12.21 08:20:47.355968 [ 4 ] {bfff05ed-4d0e-40e3-90c2-1c086bba1c49} <Debug> TCPHandler: Processed in 0.001892726 sec. | ||
| 4289 | 2024.12.21 08:20:47.356206 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4290 | 2024.12.21 08:20:47.356334 [ 258 ] {c438ee1a-b7e0-4315-8e78-59b44994c602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4291 | 2024.12.21 08:20:47.356388 [ 258 ] {c438ee1a-b7e0-4315-8e78-59b44994c602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4292 | 2024.12.21 08:20:47.357271 [ 258 ] {c438ee1a-b7e0-4315-8e78-59b44994c602} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4293 | 2024.12.21 08:20:47.357308 [ 258 ] {c438ee1a-b7e0-4315-8e78-59b44994c602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4294 | 2024.12.21 08:20:47.357679 [ 258 ] {c438ee1a-b7e0-4315-8e78-59b44994c602} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4295 | 2024.12.21 08:20:47.357915 [ 258 ] {c438ee1a-b7e0-4315-8e78-59b44994c602} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2024.12.21 08:20:47.358138 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4297 | 2024.12.21 08:20:47.358211 [ 258 ] {c438ee1a-b7e0-4315-8e78-59b44994c602} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001892 sec., 84566.59619450317 rows/sec., 5.89 MiB/sec. | ||
| 4298 | 2024.12.21 08:20:47.358221 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2024.12.21 08:20:47.358300 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4300 | 2024.12.21 08:20:47.358341 [ 258 ] {c438ee1a-b7e0-4315-8e78-59b44994c602} <Debug> TCPHandler: Processed in 0.0022531 sec. | ||
| 4301 | 2024.12.21 08:20:47.358779 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4302 | 2024.12.21 08:20:47.358815 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 4303 | 2024.12.21 08:20:47.359036 [ 4 ] {5af50a73-7751-42d4-aab0-066f03092733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4304 | 2024.12.21 08:20:47.359241 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4305 | 2024.12.21 08:20:47.359256 [ 4 ] {5af50a73-7751-42d4-aab0-066f03092733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4306 | 2024.12.21 08:20:47.359347 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5814 rows starting from the beginning of the part | ||
| 4307 | 2024.12.21 08:20:47.359822 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 4308 | 2024.12.21 08:20:47.360274 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 4309 | 2024.12.21 08:20:47.360679 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 165 rows starting from the beginning of the part | ||
| 4310 | 2024.12.21 08:20:47.361136 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 4311 | 2024.12.21 08:20:47.361537 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 4312 | 2024.12.21 08:20:47.364425 [ 4 ] {5af50a73-7751-42d4-aab0-066f03092733} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2024.12.21 08:20:47.364508 [ 4 ] {5af50a73-7751-42d4-aab0-066f03092733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4314 | 2024.12.21 08:20:47.366095 [ 4 ] {5af50a73-7751-42d4-aab0-066f03092733} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4315 | 2024.12.21 08:20:47.366696 [ 4 ] {5af50a73-7751-42d4-aab0-066f03092733} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4316 | 2024.12.21 08:20:47.366723 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6773 rows, containing 5 columns (5 merged, 0 gathered) in 0.008275073 sec., 818482.2055346218 rows/sec., 54.95 MiB/sec. | ||
| 4317 | 2024.12.21 08:20:47.366956 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4318 | 2024.12.21 08:20:47.367042 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2024.12.21 08:20:47.367080 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4320 | 2024.12.21 08:20:47.367131 [ 4 ] {5af50a73-7751-42d4-aab0-066f03092733} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.008112 sec., 4068.0473372781066 rows/sec., 7.29 MiB/sec. | ||
| 4321 | 2024.12.21 08:20:47.367252 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4322 | 2024.12.21 08:20:47.367784 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 4323 | 2024.12.21 08:20:47.368596 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4324 | 2024.12.21 08:20:47.368838 [ 4 ] {5af50a73-7751-42d4-aab0-066f03092733} <Debug> TCPHandler: Processed in 0.010388942 sec. | ||
| 4325 | 2024.12.21 08:20:47.368900 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4326 | 2024.12.21 08:20:47.369177 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4327 | 2024.12.21 08:20:47.369375 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
| 4328 | 2024.12.21 08:20:47.369499 [ 258 ] {8122d6dd-21cd-4053-913b-502f51c508a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4329 | 2024.12.21 08:20:47.369504 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4330 | 2024.12.21 08:20:47.369572 [ 258 ] {8122d6dd-21cd-4053-913b-502f51c508a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4331 | 2024.12.21 08:20:47.369619 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 311 rows starting from the beginning of the part | ||
| 4332 | 2024.12.21 08:20:47.370342 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
| 4333 | 2024.12.21 08:20:47.370906 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
| 4334 | 2024.12.21 08:20:47.371510 [ 258 ] {8122d6dd-21cd-4053-913b-502f51c508a1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4335 | 2024.12.21 08:20:47.371520 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part | ||
| 4336 | 2024.12.21 08:20:47.371558 [ 258 ] {8122d6dd-21cd-4053-913b-502f51c508a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4337 | 2024.12.21 08:20:47.372056 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
| 4338 | 2024.12.21 08:20:47.372625 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
| 4339 | 2024.12.21 08:20:47.372728 [ 258 ] {8122d6dd-21cd-4053-913b-502f51c508a1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4340 | 2024.12.21 08:20:47.373278 [ 258 ] {8122d6dd-21cd-4053-913b-502f51c508a1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4341 | 2024.12.21 08:20:47.373550 [ 94 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4342 | 2024.12.21 08:20:47.373661 [ 94 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4343 | 2024.12.21 08:20:47.373674 [ 258 ] {8122d6dd-21cd-4053-913b-502f51c508a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004234 sec., 14170.996693434105 rows/sec., 977.95 KiB/sec. | ||
| 4344 | 2024.12.21 08:20:47.373733 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4345 | 2024.12.21 08:20:47.373938 [ 258 ] {8122d6dd-21cd-4053-913b-502f51c508a1} <Debug> TCPHandler: Processed in 0.004935024 sec. | ||
| 4346 | 2024.12.21 08:20:47.374359 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 4347 | 2024.12.21 08:20:47.374640 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4348 | 2024.12.21 08:20:47.374693 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 792 rows starting from the beginning of the part | ||
| 4349 | 2024.12.21 08:20:47.374811 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 4350 | 2024.12.21 08:20:47.375043 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 4351 | 2024.12.21 08:20:47.375346 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 4352 | 2024.12.21 08:20:47.375702 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 4353 | 2024.12.21 08:20:47.376016 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 4354 | 2024.12.21 08:20:47.379649 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 4 columns (4 merged, 0 gathered) in 0.00571358 sec., 198824.5548325218 rows/sec., 12.76 MiB/sec. | ||
| 4355 | 2024.12.21 08:20:47.380003 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4356 | 2024.12.21 08:20:47.380893 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4357 | 2024.12.21 08:20:47.380992 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_21_4} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4358 | 2024.12.21 08:20:47.381098 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 4359 | 2024.12.21 08:20:47.382507 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 19 columns (19 merged, 0 gathered) in 0.015280255 sec., 27879.115891717778 rows/sec., 49.96 MiB/sec. | ||
| 4360 | 2024.12.21 08:20:47.383009 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4361 | 2024.12.21 08:20:47.383409 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2024.12.21 08:20:47.383493 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4363 | 2024.12.21 08:20:47.383621 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4364 | 2024.12.21 08:20:50.536885 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4365 | 2024.12.21 08:20:50.537208 [ 4 ] {71ce7632-26ef-40a1-b72f-2c368456722f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4366 | 2024.12.21 08:20:50.537344 [ 4 ] {71ce7632-26ef-40a1-b72f-2c368456722f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4367 | 2024.12.21 08:20:50.538135 [ 4 ] {71ce7632-26ef-40a1-b72f-2c368456722f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4368 | 2024.12.21 08:20:50.538179 [ 4 ] {71ce7632-26ef-40a1-b72f-2c368456722f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4369 | 2024.12.21 08:20:50.538601 [ 4 ] {71ce7632-26ef-40a1-b72f-2c368456722f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4370 | 2024.12.21 08:20:50.538864 [ 4 ] {71ce7632-26ef-40a1-b72f-2c368456722f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4371 | 2024.12.21 08:20:50.539114 [ 4 ] {71ce7632-26ef-40a1-b72f-2c368456722f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001985 sec., 7052.896725440807 rows/sec., 507.71 KiB/sec. | ||
| 4372 | 2024.12.21 08:20:50.539244 [ 4 ] {71ce7632-26ef-40a1-b72f-2c368456722f} <Debug> TCPHandler: Processed in 0.002545142 sec. | ||
| 4373 | 2024.12.21 08:20:50.539535 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4374 | 2024.12.21 08:20:50.539747 [ 258 ] {5920121a-a478-4377-8487-68bbe9e597e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4375 | 2024.12.21 08:20:50.539833 [ 258 ] {5920121a-a478-4377-8487-68bbe9e597e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4376 | 2024.12.21 08:20:50.540655 [ 258 ] {5920121a-a478-4377-8487-68bbe9e597e8} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4377 | 2024.12.21 08:20:50.540708 [ 258 ] {5920121a-a478-4377-8487-68bbe9e597e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4378 | 2024.12.21 08:20:50.541126 [ 258 ] {5920121a-a478-4377-8487-68bbe9e597e8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4379 | 2024.12.21 08:20:50.541376 [ 258 ] {5920121a-a478-4377-8487-68bbe9e597e8} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4380 | 2024.12.21 08:20:50.541633 [ 258 ] {5920121a-a478-4377-8487-68bbe9e597e8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001946 sec., 2055.498458376156 rows/sec., 167.61 KiB/sec. | ||
| 4381 | 2024.12.21 08:20:50.541703 [ 258 ] {5920121a-a478-4377-8487-68bbe9e597e8} <Debug> TCPHandler: Processed in 0.00231107 sec. | ||
| 4382 | 2024.12.21 08:20:50.541893 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4383 | 2024.12.21 08:20:50.542040 [ 4 ] {c84a4e8d-548f-4f48-b6c1-1950f3783b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4384 | 2024.12.21 08:20:50.542103 [ 4 ] {c84a4e8d-548f-4f48-b6c1-1950f3783b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4385 | 2024.12.21 08:20:50.543453 [ 4 ] {c84a4e8d-548f-4f48-b6c1-1950f3783b6f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2024.12.21 08:20:50.543496 [ 4 ] {c84a4e8d-548f-4f48-b6c1-1950f3783b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4387 | 2024.12.21 08:20:50.543951 [ 4 ] {c84a4e8d-548f-4f48-b6c1-1950f3783b6f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4388 | 2024.12.21 08:20:50.544195 [ 4 ] {c84a4e8d-548f-4f48-b6c1-1950f3783b6f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2024.12.21 08:20:50.544387 [ 88 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4390 | 2024.12.21 08:20:50.544453 [ 4 ] {c84a4e8d-548f-4f48-b6c1-1950f3783b6f} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002442 sec., 557330.0573300573 rows/sec., 46.50 MiB/sec. | ||
| 4391 | 2024.12.21 08:20:50.544504 [ 88 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2024.12.21 08:20:50.544575 [ 4 ] {c84a4e8d-548f-4f48-b6c1-1950f3783b6f} <Debug> TCPHandler: Processed in 0.002748974 sec. | ||
| 4393 | 2024.12.21 08:20:50.544585 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4394 | 2024.12.21 08:20:50.544785 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4395 | 2024.12.21 08:20:50.544829 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 4396 | 2024.12.21 08:20:50.545019 [ 258 ] {cf37cdef-2224-4749-99e2-30357b46d191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4397 | 2024.12.21 08:20:50.545155 [ 258 ] {cf37cdef-2224-4749-99e2-30357b46d191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4398 | 2024.12.21 08:20:50.545208 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4399 | 2024.12.21 08:20:50.545332 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1432 rows starting from the beginning of the part | ||
| 4400 | 2024.12.21 08:20:50.545614 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 219 rows starting from the beginning of the part | ||
| 4401 | 2024.12.21 08:20:50.545929 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 127 rows starting from the beginning of the part | ||
| 4402 | 2024.12.21 08:20:50.546369 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 219 rows starting from the beginning of the part | ||
| 4403 | 2024.12.21 08:20:50.546702 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 122 rows starting from the beginning of the part | ||
| 4404 | 2024.12.21 08:20:50.547156 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1361 rows starting from the beginning of the part | ||
| 4405 | 2024.12.21 08:20:50.548356 [ 258 ] {cf37cdef-2224-4749-99e2-30357b46d191} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2024.12.21 08:20:50.548429 [ 258 ] {cf37cdef-2224-4749-99e2-30357b46d191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4407 | 2024.12.21 08:20:50.549234 [ 258 ] {cf37cdef-2224-4749-99e2-30357b46d191} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4408 | 2024.12.21 08:20:50.549741 [ 258 ] {cf37cdef-2224-4749-99e2-30357b46d191} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4409 | 2024.12.21 08:20:50.550106 [ 258 ] {cf37cdef-2224-4749-99e2-30357b46d191} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.005148 sec., 3690.753690753691 rows/sec., 259.70 KiB/sec. | ||
| 4410 | 2024.12.21 08:20:50.550446 [ 258 ] {cf37cdef-2224-4749-99e2-30357b46d191} <Debug> TCPHandler: Processed in 0.00575881 sec. | ||
| 4411 | 2024.12.21 08:20:50.550836 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2024.12.21 08:20:50.551174 [ 4 ] {f209ea66-6939-4a9b-93a2-457ae2202634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4413 | 2024.12.21 08:20:50.551175 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 5 columns (5 merged, 0 gathered) in 0.006455827 sec., 539047.9019961347 rows/sec., 47.43 MiB/sec. | ||
| 4414 | 2024.12.21 08:20:50.551260 [ 4 ] {f209ea66-6939-4a9b-93a2-457ae2202634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4415 | 2024.12.21 08:20:50.551474 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4416 | 2024.12.21 08:20:50.552072 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2024.12.21 08:20:50.552279 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_26_5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4418 | 2024.12.21 08:20:50.552434 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4419 | 2024.12.21 08:20:50.552608 [ 4 ] {f209ea66-6939-4a9b-93a2-457ae2202634} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4420 | 2024.12.21 08:20:50.552654 [ 4 ] {f209ea66-6939-4a9b-93a2-457ae2202634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4421 | 2024.12.21 08:20:50.553018 [ 4 ] {f209ea66-6939-4a9b-93a2-457ae2202634} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4422 | 2024.12.21 08:20:50.553259 [ 4 ] {f209ea66-6939-4a9b-93a2-457ae2202634} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4423 | 2024.12.21 08:20:50.553502 [ 4 ] {f209ea66-6939-4a9b-93a2-457ae2202634} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002403 sec., 100707.44902205575 rows/sec., 6.82 MiB/sec. | ||
| 4424 | 2024.12.21 08:20:50.553594 [ 4 ] {f209ea66-6939-4a9b-93a2-457ae2202634} <Debug> TCPHandler: Processed in 0.003002116 sec. | ||
| 4425 | 2024.12.21 08:20:50.553757 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4426 | 2024.12.21 08:20:50.553898 [ 258 ] {aba672a7-caf9-4bd4-a994-6b21c2cff482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4427 | 2024.12.21 08:20:50.553958 [ 258 ] {aba672a7-caf9-4bd4-a994-6b21c2cff482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4428 | 2024.12.21 08:20:50.554597 [ 258 ] {aba672a7-caf9-4bd4-a994-6b21c2cff482} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4429 | 2024.12.21 08:20:50.554638 [ 258 ] {aba672a7-caf9-4bd4-a994-6b21c2cff482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4430 | 2024.12.21 08:20:50.554994 [ 258 ] {aba672a7-caf9-4bd4-a994-6b21c2cff482} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4431 | 2024.12.21 08:20:50.555231 [ 258 ] {aba672a7-caf9-4bd4-a994-6b21c2cff482} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2024.12.21 08:20:50.555447 [ 258 ] {aba672a7-caf9-4bd4-a994-6b21c2cff482} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00158 sec., 8227.848101265823 rows/sec., 513.00 KiB/sec. | ||
| 4433 | 2024.12.21 08:20:50.555504 [ 258 ] {aba672a7-caf9-4bd4-a994-6b21c2cff482} <Debug> TCPHandler: Processed in 0.001814686 sec. | ||
| 4434 | 2024.12.21 08:20:50.555709 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2024.12.21 08:20:50.555932 [ 4 ] {1fab6171-ece7-41f9-8a87-65c098114444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4436 | 2024.12.21 08:20:50.556023 [ 4 ] {1fab6171-ece7-41f9-8a87-65c098114444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4437 | 2024.12.21 08:20:50.557071 [ 4 ] {1fab6171-ece7-41f9-8a87-65c098114444} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2024.12.21 08:20:50.557112 [ 4 ] {1fab6171-ece7-41f9-8a87-65c098114444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4439 | 2024.12.21 08:20:50.557509 [ 4 ] {1fab6171-ece7-41f9-8a87-65c098114444} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4440 | 2024.12.21 08:20:50.557756 [ 4 ] {1fab6171-ece7-41f9-8a87-65c098114444} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2024.12.21 08:20:50.557938 [ 88 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4442 | 2024.12.21 08:20:50.558018 [ 4 ] {1fab6171-ece7-41f9-8a87-65c098114444} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002131 sec., 398873.7681839512 rows/sec., 28.84 MiB/sec. | ||
| 4443 | 2024.12.21 08:20:50.558023 [ 88 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4444 | 2024.12.21 08:20:50.558122 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4445 | 2024.12.21 08:20:50.558152 [ 4 ] {1fab6171-ece7-41f9-8a87-65c098114444} <Debug> TCPHandler: Processed in 0.002548652 sec. | ||
| 4446 | 2024.12.21 08:20:50.558398 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 4447 | 2024.12.21 08:20:50.558415 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4448 | 2024.12.21 08:20:50.558566 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4449 | 2024.12.21 08:20:50.558656 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 905 rows starting from the beginning of the part | ||
| 4450 | 2024.12.21 08:20:50.558685 [ 258 ] {8d4a152c-8308-4229-b48f-5df5f26b253c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4451 | 2024.12.21 08:20:50.558917 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 390 rows starting from the beginning of the part | ||
| 4452 | 2024.12.21 08:20:50.558954 [ 258 ] {8d4a152c-8308-4229-b48f-5df5f26b253c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4453 | 2024.12.21 08:20:50.559315 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 107 rows starting from the beginning of the part | ||
| 4454 | 2024.12.21 08:20:50.559767 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 390 rows starting from the beginning of the part | ||
| 4455 | 2024.12.21 08:20:50.560160 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 97 rows starting from the beginning of the part | ||
| 4456 | 2024.12.21 08:20:50.560398 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 850 rows starting from the beginning of the part | ||
| 4457 | 2024.12.21 08:20:50.561251 [ 258 ] {8d4a152c-8308-4229-b48f-5df5f26b253c} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4458 | 2024.12.21 08:20:50.561317 [ 258 ] {8d4a152c-8308-4229-b48f-5df5f26b253c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4459 | 2024.12.21 08:20:50.562326 [ 258 ] {8d4a152c-8308-4229-b48f-5df5f26b253c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4460 | 2024.12.21 08:20:50.562800 [ 258 ] {8d4a152c-8308-4229-b48f-5df5f26b253c} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4461 | 2024.12.21 08:20:50.563134 [ 258 ] {8d4a152c-8308-4229-b48f-5df5f26b253c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004524 sec., 1326.259946949602 rows/sec., 69.29 KiB/sec. | ||
| 4462 | 2024.12.21 08:20:50.563451 [ 258 ] {8d4a152c-8308-4229-b48f-5df5f26b253c} <Debug> TCPHandler: Processed in 0.005187296 sec. | ||
| 4463 | 2024.12.21 08:20:50.563719 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4464 | 2024.12.21 08:20:50.563989 [ 4 ] {c479a334-ce37-4d32-9408-496a0ea47694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4465 | 2024.12.21 08:20:50.563997 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2739 rows, containing 5 columns (5 merged, 0 gathered) in 0.005755531 sec., 475890.0612297979 rows/sec., 36.30 MiB/sec. | ||
| 4466 | 2024.12.21 08:20:50.564065 [ 4 ] {c479a334-ce37-4d32-9408-496a0ea47694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4467 | 2024.12.21 08:20:50.564332 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4468 | 2024.12.21 08:20:50.564835 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2024.12.21 08:20:50.565051 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_26_5} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4470 | 2024.12.21 08:20:50.565232 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4471 | 2024.12.21 08:20:50.565447 [ 4 ] {c479a334-ce37-4d32-9408-496a0ea47694} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2024.12.21 08:20:50.565491 [ 4 ] {c479a334-ce37-4d32-9408-496a0ea47694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4473 | 2024.12.21 08:20:50.565934 [ 4 ] {c479a334-ce37-4d32-9408-496a0ea47694} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4474 | 2024.12.21 08:20:50.566181 [ 4 ] {c479a334-ce37-4d32-9408-496a0ea47694} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2024.12.21 08:20:50.566399 [ 4 ] {c479a334-ce37-4d32-9408-496a0ea47694} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002462 sec., 376523.151909017 rows/sec., 25.13 MiB/sec. | ||
| 4476 | 2024.12.21 08:20:50.566459 [ 4 ] {c479a334-ce37-4d32-9408-496a0ea47694} <Debug> TCPHandler: Processed in 0.002881856 sec. | ||
| 4477 | 2024.12.21 08:20:50.566620 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4478 | 2024.12.21 08:20:50.566765 [ 258 ] {cc61d8bd-b3bc-4b83-994f-74dfbd000786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4479 | 2024.12.21 08:20:50.566828 [ 258 ] {cc61d8bd-b3bc-4b83-994f-74dfbd000786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4480 | 2024.12.21 08:20:50.567387 [ 258 ] {cc61d8bd-b3bc-4b83-994f-74dfbd000786} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2024.12.21 08:20:50.567426 [ 258 ] {cc61d8bd-b3bc-4b83-994f-74dfbd000786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4482 | 2024.12.21 08:20:50.567792 [ 258 ] {cc61d8bd-b3bc-4b83-994f-74dfbd000786} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4483 | 2024.12.21 08:20:50.568021 [ 258 ] {cc61d8bd-b3bc-4b83-994f-74dfbd000786} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2024.12.21 08:20:50.568287 [ 258 ] {cc61d8bd-b3bc-4b83-994f-74dfbd000786} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 43.64 KiB/sec. | ||
| 4485 | 2024.12.21 08:20:50.568535 [ 258 ] {cc61d8bd-b3bc-4b83-994f-74dfbd000786} <Debug> TCPHandler: Processed in 0.001977318 sec. | ||
| 4486 | 2024.12.21 08:20:50.568759 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2024.12.21 08:20:50.568984 [ 4 ] {1d53a8a5-ccd3-42f4-98a2-0c73bcf5385b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4488 | 2024.12.21 08:20:50.569123 [ 4 ] {1d53a8a5-ccd3-42f4-98a2-0c73bcf5385b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4489 | 2024.12.21 08:20:50.570310 [ 4 ] {1d53a8a5-ccd3-42f4-98a2-0c73bcf5385b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2024.12.21 08:20:50.570349 [ 4 ] {1d53a8a5-ccd3-42f4-98a2-0c73bcf5385b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4491 | 2024.12.21 08:20:50.570968 [ 4 ] {1d53a8a5-ccd3-42f4-98a2-0c73bcf5385b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4492 | 2024.12.21 08:20:50.571213 [ 4 ] {1d53a8a5-ccd3-42f4-98a2-0c73bcf5385b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2024.12.21 08:20:50.571517 [ 4 ] {1d53a8a5-ccd3-42f4-98a2-0c73bcf5385b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002616 sec., 3058.1039755351685 rows/sec., 5.48 MiB/sec. | ||
| 4494 | 2024.12.21 08:20:50.572127 [ 4 ] {1d53a8a5-ccd3-42f4-98a2-0c73bcf5385b} <Debug> TCPHandler: Processed in 0.003468181 sec. | ||
| 4495 | 2024.12.21 08:20:50.572294 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4496 | 2024.12.21 08:20:50.572434 [ 258 ] {087c4d10-99e3-48a1-8a2d-b114fd9643cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4497 | 2024.12.21 08:20:50.572495 [ 258 ] {087c4d10-99e3-48a1-8a2d-b114fd9643cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4498 | 2024.12.21 08:20:50.573083 [ 258 ] {087c4d10-99e3-48a1-8a2d-b114fd9643cd} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4499 | 2024.12.21 08:20:50.573129 [ 258 ] {087c4d10-99e3-48a1-8a2d-b114fd9643cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4500 | 2024.12.21 08:20:50.573523 [ 258 ] {087c4d10-99e3-48a1-8a2d-b114fd9643cd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4501 | 2024.12.21 08:20:50.573752 [ 258 ] {087c4d10-99e3-48a1-8a2d-b114fd9643cd} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2024.12.21 08:20:50.573959 [ 258 ] {087c4d10-99e3-48a1-8a2d-b114fd9643cd} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001556 sec., 44987.14652956298 rows/sec., 2.83 MiB/sec. | ||
| 4503 | 2024.12.21 08:20:50.574012 [ 258 ] {087c4d10-99e3-48a1-8a2d-b114fd9643cd} <Debug> TCPHandler: Processed in 0.001789346 sec. | ||
| 4504 | 2024.12.21 08:20:52.343687 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4505 | 2024.12.21 08:20:52.343885 [ 4 ] {2f2a8b5f-71c2-4a2c-bbdc-9d8e010a97c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4506 | 2024.12.21 08:20:52.343958 [ 4 ] {2f2a8b5f-71c2-4a2c-bbdc-9d8e010a97c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4507 | 2024.12.21 08:20:52.344753 [ 4 ] {2f2a8b5f-71c2-4a2c-bbdc-9d8e010a97c6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2024.12.21 08:20:52.344801 [ 4 ] {2f2a8b5f-71c2-4a2c-bbdc-9d8e010a97c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4509 | 2024.12.21 08:20:52.345240 [ 4 ] {2f2a8b5f-71c2-4a2c-bbdc-9d8e010a97c6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4510 | 2024.12.21 08:20:52.345500 [ 4 ] {2f2a8b5f-71c2-4a2c-bbdc-9d8e010a97c6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2024.12.21 08:20:52.345713 [ 4 ] {2f2a8b5f-71c2-4a2c-bbdc-9d8e010a97c6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.28 MiB/sec. | ||
| 4512 | 2024.12.21 08:20:52.345772 [ 4 ] {2f2a8b5f-71c2-4a2c-bbdc-9d8e010a97c6} <Debug> TCPHandler: Processed in 0.00221589 sec. | ||
| 4513 | 2024.12.21 08:20:52.346034 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4514 | 2024.12.21 08:20:52.346218 [ 258 ] {b644009a-9706-480e-90b7-9d7485e73887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4515 | 2024.12.21 08:20:52.346290 [ 258 ] {b644009a-9706-480e-90b7-9d7485e73887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4516 | 2024.12.21 08:20:52.347063 [ 258 ] {b644009a-9706-480e-90b7-9d7485e73887} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2024.12.21 08:20:52.347109 [ 258 ] {b644009a-9706-480e-90b7-9d7485e73887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4518 | 2024.12.21 08:20:52.347560 [ 258 ] {b644009a-9706-480e-90b7-9d7485e73887} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4519 | 2024.12.21 08:20:52.347817 [ 258 ] {b644009a-9706-480e-90b7-9d7485e73887} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2024.12.21 08:20:52.348015 [ 258 ] {b644009a-9706-480e-90b7-9d7485e73887} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001848 sec., 34632.03463203463 rows/sec., 2.70 MiB/sec. | ||
| 4521 | 2024.12.21 08:20:52.348072 [ 258 ] {b644009a-9706-480e-90b7-9d7485e73887} <Debug> TCPHandler: Processed in 0.002166809 sec. | ||
| 4522 | 2024.12.21 08:20:52.348233 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4523 | 2024.12.21 08:20:52.348361 [ 4 ] {70aa0b4e-c08e-4f94-a351-3d911958e252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4524 | 2024.12.21 08:20:52.348419 [ 4 ] {70aa0b4e-c08e-4f94-a351-3d911958e252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4525 | 2024.12.21 08:20:52.348982 [ 4 ] {70aa0b4e-c08e-4f94-a351-3d911958e252} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4526 | 2024.12.21 08:20:52.349023 [ 4 ] {70aa0b4e-c08e-4f94-a351-3d911958e252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4527 | 2024.12.21 08:20:52.349529 [ 4 ] {70aa0b4e-c08e-4f94-a351-3d911958e252} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4528 | 2024.12.21 08:20:52.349786 [ 4 ] {70aa0b4e-c08e-4f94-a351-3d911958e252} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4529 | 2024.12.21 08:20:52.350011 [ 4 ] {70aa0b4e-c08e-4f94-a351-3d911958e252} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001678 sec., 19070.321811680573 rows/sec., 1.33 MiB/sec. | ||
| 4530 | 2024.12.21 08:20:52.350069 [ 4 ] {70aa0b4e-c08e-4f94-a351-3d911958e252} <Debug> TCPHandler: Processed in 0.001893877 sec. | ||
| 4531 | 2024.12.21 08:20:52.350249 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4532 | 2024.12.21 08:20:52.350368 [ 258 ] {2ee31c2a-9596-4828-b301-17b9a5fdc417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4533 | 2024.12.21 08:20:52.350423 [ 258 ] {2ee31c2a-9596-4828-b301-17b9a5fdc417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4534 | 2024.12.21 08:20:52.350999 [ 258 ] {2ee31c2a-9596-4828-b301-17b9a5fdc417} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2024.12.21 08:20:52.351049 [ 258 ] {2ee31c2a-9596-4828-b301-17b9a5fdc417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4536 | 2024.12.21 08:20:52.351507 [ 258 ] {2ee31c2a-9596-4828-b301-17b9a5fdc417} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4537 | 2024.12.21 08:20:52.351745 [ 258 ] {2ee31c2a-9596-4828-b301-17b9a5fdc417} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2024.12.21 08:20:52.351926 [ 258 ] {2ee31c2a-9596-4828-b301-17b9a5fdc417} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001584 sec., 7575.757575757576 rows/sec., 522.81 KiB/sec. | ||
| 4539 | 2024.12.21 08:20:52.351978 [ 258 ] {2ee31c2a-9596-4828-b301-17b9a5fdc417} <Debug> TCPHandler: Processed in 0.001785936 sec. | ||
| 4540 | 2024.12.21 08:20:53.860661 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4541 | 2024.12.21 08:20:53.861389 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2024.12.21 08:20:53.861437 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4543 | 2024.12.21 08:20:53.861946 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4544 | 2024.12.21 08:20:53.862191 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2024.12.21 08:20:53.862408 [ 81 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4546 | 2024.12.21 08:20:53.862439 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4547 | 2024.12.21 08:20:53.862494 [ 81 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4548 | 2024.12.21 08:20:53.862527 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4549 | 2024.12.21 08:20:53.862675 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 4550 | 2024.12.21 08:20:53.862843 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4551 | 2024.12.21 08:20:53.862888 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
| 4552 | 2024.12.21 08:20:53.862968 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4553 | 2024.12.21 08:20:53.863075 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4554 | 2024.12.21 08:20:53.863300 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4555 | 2024.12.21 08:20:53.863556 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 4556 | 2024.12.21 08:20:53.863715 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 4557 | 2024.12.21 08:20:53.865992 [ 201 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.00338975 sec., 2843277.5278412863 rows/sec., 40.67 MiB/sec. | ||
| 4558 | 2024.12.21 08:20:53.866312 [ 201 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4559 | 2024.12.21 08:20:53.866642 [ 201 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2024.12.21 08:20:53.866729 [ 201 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_21_4} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4561 | 2024.12.21 08:20:53.866840 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4562 | 2024.12.21 08:20:54.496728 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4563 | 2024.12.21 08:20:54.518630 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4564 | 2024.12.21 08:20:54.518690 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4565 | 2024.12.21 08:20:54.526192 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4566 | 2024.12.21 08:20:54.526958 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4567 | 2024.12.21 08:20:54.527371 [ 81 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4568 | 2024.12.21 08:20:54.527500 [ 81 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4569 | 2024.12.21 08:20:54.527561 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4570 | 2024.12.21 08:20:54.527984 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 4571 | 2024.12.21 08:20:54.544628 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4572 | 2024.12.21 08:20:54.545964 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4573 | 2024.12.21 08:20:54.547648 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 4574 | 2024.12.21 08:20:54.553648 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 4575 | 2024.12.21 08:20:54.559849 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 4576 | 2024.12.21 08:20:54.565448 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 4577 | 2024.12.21 08:20:54.571149 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 4578 | 2024.12.21 08:20:54.575882 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 4579 | 2024.12.21 08:20:54.637119 [ 186 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.109388935 sec., 1453.5290978013452 rows/sec., 7.52 MiB/sec. | ||
| 4580 | 2024.12.21 08:20:54.639979 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4581 | 2024.12.21 08:20:54.643182 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_21_4} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4582 | 2024.12.21 08:20:54.643321 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_21_4} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4583 | 2024.12.21 08:20:54.645787 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4584 | 2024.12.21 08:20:55.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.85 MiB, peak 194.39 MiB, free memory in arenas 0.00 B, will set to 185.68 MiB (RSS), difference: 1.83 MiB | ||
| 4585 | 2024.12.21 08:20:56.390864 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 622 | ||
| 4586 | 2024.12.21 08:20:56.394222 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2024.12.21 08:20:56.394273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4588 | 2024.12.21 08:20:56.395764 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4589 | 2024.12.21 08:20:56.396085 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4590 | 2024.12.21 08:20:56.397144 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 622 | ||
| 4591 | 2024.12.21 08:20:57.350483 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4592 | 2024.12.21 08:20:57.350686 [ 4 ] {8bff05e4-72cf-42bd-91cc-906e1b15c0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4593 | 2024.12.21 08:20:57.350779 [ 4 ] {8bff05e4-72cf-42bd-91cc-906e1b15c0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4594 | 2024.12.21 08:20:57.351637 [ 4 ] {8bff05e4-72cf-42bd-91cc-906e1b15c0d7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4595 | 2024.12.21 08:20:57.351699 [ 4 ] {8bff05e4-72cf-42bd-91cc-906e1b15c0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4596 | 2024.12.21 08:20:57.352167 [ 4 ] {8bff05e4-72cf-42bd-91cc-906e1b15c0d7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4597 | 2024.12.21 08:20:57.352424 [ 4 ] {8bff05e4-72cf-42bd-91cc-906e1b15c0d7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4598 | 2024.12.21 08:20:57.352669 [ 4 ] {8bff05e4-72cf-42bd-91cc-906e1b15c0d7} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002038 sec., 59862.610402355254 rows/sec., 5.09 MiB/sec. | ||
| 4599 | 2024.12.21 08:20:57.352726 [ 4 ] {8bff05e4-72cf-42bd-91cc-906e1b15c0d7} <Debug> TCPHandler: Processed in 0.002378441 sec. | ||
| 4600 | 2024.12.21 08:20:57.353040 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4601 | 2024.12.21 08:20:57.353243 [ 258 ] {70c30b8d-881e-4011-82ca-4034f3c210d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4602 | 2024.12.21 08:20:57.353330 [ 258 ] {70c30b8d-881e-4011-82ca-4034f3c210d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4603 | 2024.12.21 08:20:57.354117 [ 258 ] {70c30b8d-881e-4011-82ca-4034f3c210d4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4604 | 2024.12.21 08:20:57.354169 [ 258 ] {70c30b8d-881e-4011-82ca-4034f3c210d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4605 | 2024.12.21 08:20:57.354596 [ 258 ] {70c30b8d-881e-4011-82ca-4034f3c210d4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4606 | 2024.12.21 08:20:57.354847 [ 258 ] {70c30b8d-881e-4011-82ca-4034f3c210d4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4607 | 2024.12.21 08:20:57.355003 [ 75 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4608 | 2024.12.21 08:20:57.355046 [ 75 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4609 | 2024.12.21 08:20:57.355058 [ 258 ] {70c30b8d-881e-4011-82ca-4034f3c210d4} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00187 sec., 17647.058823529413 rows/sec., 1.30 MiB/sec. | ||
| 4610 | 2024.12.21 08:20:57.355071 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4611 | 2024.12.21 08:20:57.355201 [ 258 ] {70c30b8d-881e-4011-82ca-4034f3c210d4} <Debug> TCPHandler: Processed in 0.00230297 sec. | ||
| 4612 | 2024.12.21 08:20:57.355303 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 4613 | 2024.12.21 08:20:57.355380 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2024.12.21 08:20:57.355527 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4615 | 2024.12.21 08:20:57.355616 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 56 rows starting from the beginning of the part | ||
| 4616 | 2024.12.21 08:20:57.355619 [ 4 ] {a66efb6b-6219-40c7-beb4-a08a7d94370a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4617 | 2024.12.21 08:20:57.355791 [ 4 ] {a66efb6b-6219-40c7-beb4-a08a7d94370a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4618 | 2024.12.21 08:20:57.355862 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 43 rows starting from the beginning of the part | ||
| 4619 | 2024.12.21 08:20:57.356247 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part | ||
| 4620 | 2024.12.21 08:20:57.356577 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part | ||
| 4621 | 2024.12.21 08:20:57.356840 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part | ||
| 4622 | 2024.12.21 08:20:57.357250 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part | ||
| 4623 | 2024.12.21 08:20:57.358816 [ 4 ] {a66efb6b-6219-40c7-beb4-a08a7d94370a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4624 | 2024.12.21 08:20:57.358889 [ 4 ] {a66efb6b-6219-40c7-beb4-a08a7d94370a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4625 | 2024.12.21 08:20:57.360087 [ 4 ] {a66efb6b-6219-40c7-beb4-a08a7d94370a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4626 | 2024.12.21 08:20:57.360267 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.005090295 sec., 39094.001428207994 rows/sec., 2.96 MiB/sec. | ||
| 4627 | 2024.12.21 08:20:57.360493 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4628 | 2024.12.21 08:20:57.360563 [ 4 ] {a66efb6b-6219-40c7-beb4-a08a7d94370a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4629 | 2024.12.21 08:20:57.360978 [ 4 ] {a66efb6b-6219-40c7-beb4-a08a7d94370a} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005423 sec., 17886.778535865757 rows/sec., 1.40 MiB/sec. | ||
| 4630 | 2024.12.21 08:20:57.361103 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2024.12.21 08:20:57.361150 [ 4 ] {a66efb6b-6219-40c7-beb4-a08a7d94370a} <Debug> TCPHandler: Processed in 0.005830772 sec. | ||
| 4632 | 2024.12.21 08:20:57.361282 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_26_5} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4633 | 2024.12.21 08:20:57.361403 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2024.12.21 08:20:57.361416 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4635 | 2024.12.21 08:20:57.361546 [ 258 ] {c1aa574b-01a2-44a3-b051-83b8cdfdcd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4636 | 2024.12.21 08:20:57.361611 [ 258 ] {c1aa574b-01a2-44a3-b051-83b8cdfdcd43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4637 | 2024.12.21 08:20:57.362224 [ 258 ] {c1aa574b-01a2-44a3-b051-83b8cdfdcd43} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2024.12.21 08:20:57.362264 [ 258 ] {c1aa574b-01a2-44a3-b051-83b8cdfdcd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4639 | 2024.12.21 08:20:57.362688 [ 258 ] {c1aa574b-01a2-44a3-b051-83b8cdfdcd43} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4640 | 2024.12.21 08:20:57.362943 [ 258 ] {c1aa574b-01a2-44a3-b051-83b8cdfdcd43} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2024.12.21 08:20:57.363164 [ 258 ] {c1aa574b-01a2-44a3-b051-83b8cdfdcd43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
| 4642 | 2024.12.21 08:20:57.363299 [ 258 ] {c1aa574b-01a2-44a3-b051-83b8cdfdcd43} <Debug> TCPHandler: Processed in 0.002000917 sec. | ||
| 4643 | 2024.12.21 08:20:57.363464 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4644 | 2024.12.21 08:20:57.363580 [ 4 ] {4c647b22-6285-47b5-ae01-c4fa8efc1442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4645 | 2024.12.21 08:20:57.363663 [ 4 ] {4c647b22-6285-47b5-ae01-c4fa8efc1442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4646 | 2024.12.21 08:20:57.364991 [ 4 ] {4c647b22-6285-47b5-ae01-c4fa8efc1442} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2024.12.21 08:20:57.365042 [ 4 ] {4c647b22-6285-47b5-ae01-c4fa8efc1442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4648 | 2024.12.21 08:20:57.365796 [ 4 ] {4c647b22-6285-47b5-ae01-c4fa8efc1442} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4649 | 2024.12.21 08:20:57.366058 [ 4 ] {4c647b22-6285-47b5-ae01-c4fa8efc1442} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4650 | 2024.12.21 08:20:57.366314 [ 4 ] {4c647b22-6285-47b5-ae01-c4fa8efc1442} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002757 sec., 11969.532100108814 rows/sec., 21.45 MiB/sec. | ||
| 4651 | 2024.12.21 08:20:57.366435 [ 4 ] {4c647b22-6285-47b5-ae01-c4fa8efc1442} <Debug> TCPHandler: Processed in 0.003025157 sec. | ||
| 4652 | 2024.12.21 08:20:57.366603 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4653 | 2024.12.21 08:20:57.366734 [ 258 ] {986e40a7-6b90-4b41-9735-23ad5fdc9a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4654 | 2024.12.21 08:20:57.366791 [ 258 ] {986e40a7-6b90-4b41-9735-23ad5fdc9a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4655 | 2024.12.21 08:20:57.367343 [ 258 ] {986e40a7-6b90-4b41-9735-23ad5fdc9a92} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2024.12.21 08:20:57.367383 [ 258 ] {986e40a7-6b90-4b41-9735-23ad5fdc9a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4657 | 2024.12.21 08:20:57.367775 [ 258 ] {986e40a7-6b90-4b41-9735-23ad5fdc9a92} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4658 | 2024.12.21 08:20:57.368029 [ 258 ] {986e40a7-6b90-4b41-9735-23ad5fdc9a92} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2024.12.21 08:20:57.368226 [ 258 ] {986e40a7-6b90-4b41-9735-23ad5fdc9a92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 4660 | 2024.12.21 08:20:57.368284 [ 258 ] {986e40a7-6b90-4b41-9735-23ad5fdc9a92} <Debug> TCPHandler: Processed in 0.001744155 sec. | ||
| 4661 | 2024.12.21 08:21:01.267012 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4662 | 2024.12.21 08:21:01.267085 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4663 | 2024.12.21 08:21:01.362704 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4664 | 2024.12.21 08:21:01.363361 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4665 | 2024.12.21 08:21:01.363404 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4666 | 2024.12.21 08:21:01.363954 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4667 | 2024.12.21 08:21:01.364212 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4668 | 2024.12.21 08:21:01.364404 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4669 | 2024.12.21 08:21:01.461851 [ 71 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4670 | 2024.12.21 08:21:01.461913 [ 71 ] {} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4671 | 2024.12.21 08:21:01.461936 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4672 | 2024.12.21 08:21:01.462148 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 4673 | 2024.12.21 08:21:01.462321 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4674 | 2024.12.21 08:21:01.462359 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 4675 | 2024.12.21 08:21:01.462445 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 4676 | 2024.12.21 08:21:01.462668 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 4677 | 2024.12.21 08:21:01.462896 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 4678 | 2024.12.21 08:21:01.463055 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 4679 | 2024.12.21 08:21:01.464086 [ 190 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.002071408 sec., 10620.795130655091 rows/sec., 907.54 KiB/sec. | ||
| 4680 | 2024.12.21 08:21:01.464266 [ 204 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4681 | 2024.12.21 08:21:01.464618 [ 204 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2024.12.21 08:21:01.464705 [ 204 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_5_1} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4683 | 2024.12.21 08:21:01.464818 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4684 | 2024.12.21 08:21:02.044845 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4685 | 2024.12.21 08:21:02.063548 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4686 | 2024.12.21 08:21:02.063614 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4687 | 2024.12.21 08:21:02.070951 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4688 | 2024.12.21 08:21:02.071719 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4689 | 2024.12.21 08:21:02.074753 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4690 | 2024.12.21 08:21:02.353960 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4691 | 2024.12.21 08:21:02.354140 [ 4 ] {2f2c722b-3507-4ee5-9a9a-36264542c56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4692 | 2024.12.21 08:21:02.354212 [ 4 ] {2f2c722b-3507-4ee5-9a9a-36264542c56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4693 | 2024.12.21 08:21:02.354963 [ 4 ] {2f2c722b-3507-4ee5-9a9a-36264542c56f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2024.12.21 08:21:02.355012 [ 4 ] {2f2c722b-3507-4ee5-9a9a-36264542c56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4695 | 2024.12.21 08:21:02.355450 [ 4 ] {2f2c722b-3507-4ee5-9a9a-36264542c56f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4696 | 2024.12.21 08:21:02.355710 [ 4 ] {2f2c722b-3507-4ee5-9a9a-36264542c56f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4697 | 2024.12.21 08:21:02.355912 [ 71 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4698 | 2024.12.21 08:21:02.355960 [ 4 ] {2f2c722b-3507-4ee5-9a9a-36264542c56f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec. | ||
| 4699 | 2024.12.21 08:21:02.355988 [ 71 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2024.12.21 08:21:02.356057 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4701 | 2024.12.21 08:21:02.356082 [ 4 ] {2f2c722b-3507-4ee5-9a9a-36264542c56f} <Debug> TCPHandler: Processed in 0.00225108 sec. | ||
| 4702 | 2024.12.21 08:21:02.356270 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 4703 | 2024.12.21 08:21:02.356353 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4704 | 2024.12.21 08:21:02.356417 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4705 | 2024.12.21 08:21:02.356464 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 4706 | 2024.12.21 08:21:02.356538 [ 258 ] {2350ccd5-7362-4ab6-a159-d07433cbb353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4707 | 2024.12.21 08:21:02.356612 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 4708 | 2024.12.21 08:21:02.356713 [ 258 ] {2350ccd5-7362-4ab6-a159-d07433cbb353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4709 | 2024.12.21 08:21:02.357024 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 4710 | 2024.12.21 08:21:02.357397 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 4711 | 2024.12.21 08:21:02.357716 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 4712 | 2024.12.21 08:21:02.359016 [ 258 ] {2350ccd5-7362-4ab6-a159-d07433cbb353} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2024.12.21 08:21:02.359067 [ 258 ] {2350ccd5-7362-4ab6-a159-d07433cbb353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4714 | 2024.12.21 08:21:02.359495 [ 204 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00334931 sec., 20899.827128572753 rows/sec., 1.55 MiB/sec. | ||
| 4715 | 2024.12.21 08:21:02.359852 [ 258 ] {2350ccd5-7362-4ab6-a159-d07433cbb353} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4716 | 2024.12.21 08:21:02.359852 [ 204 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4717 | 2024.12.21 08:21:02.360349 [ 258 ] {2350ccd5-7362-4ab6-a159-d07433cbb353} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2024.12.21 08:21:02.360465 [ 204 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_13_3} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2024.12.21 08:21:02.360703 [ 204 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_13_3} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4720 | 2024.12.21 08:21:02.360869 [ 258 ] {2350ccd5-7362-4ab6-a159-d07433cbb353} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.004364 sec., 50183.3180568286 rows/sec., 4.38 MiB/sec. | ||
| 4721 | 2024.12.21 08:21:02.360941 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4722 | 2024.12.21 08:21:02.361179 [ 258 ] {2350ccd5-7362-4ab6-a159-d07433cbb353} <Debug> TCPHandler: Processed in 0.004957324 sec. | ||
| 4723 | 2024.12.21 08:21:02.361383 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4724 | 2024.12.21 08:21:02.361501 [ 4 ] {2a70fec4-947d-48ff-9f34-be2dca845202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4725 | 2024.12.21 08:21:02.361552 [ 4 ] {2a70fec4-947d-48ff-9f34-be2dca845202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4726 | 2024.12.21 08:21:02.362140 [ 4 ] {2a70fec4-947d-48ff-9f34-be2dca845202} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2024.12.21 08:21:02.362184 [ 4 ] {2a70fec4-947d-48ff-9f34-be2dca845202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4728 | 2024.12.21 08:21:02.362592 [ 4 ] {2a70fec4-947d-48ff-9f34-be2dca845202} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4729 | 2024.12.21 08:21:02.362854 [ 4 ] {2a70fec4-947d-48ff-9f34-be2dca845202} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2024.12.21 08:21:02.363065 [ 4 ] {2a70fec4-947d-48ff-9f34-be2dca845202} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00159 sec., 9433.962264150943 rows/sec., 665.17 KiB/sec. | ||
| 4731 | 2024.12.21 08:21:02.363120 [ 4 ] {2a70fec4-947d-48ff-9f34-be2dca845202} <Debug> TCPHandler: Processed in 0.001796006 sec. | ||
| 4732 | 2024.12.21 08:21:02.363278 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4733 | 2024.12.21 08:21:02.363400 [ 258 ] {ac6b6190-5844-4a48-8d84-0dfacde47064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4734 | 2024.12.21 08:21:02.363451 [ 258 ] {ac6b6190-5844-4a48-8d84-0dfacde47064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4735 | 2024.12.21 08:21:02.364035 [ 258 ] {ac6b6190-5844-4a48-8d84-0dfacde47064} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4736 | 2024.12.21 08:21:02.364077 [ 258 ] {ac6b6190-5844-4a48-8d84-0dfacde47064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4737 | 2024.12.21 08:21:02.364440 [ 258 ] {ac6b6190-5844-4a48-8d84-0dfacde47064} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4738 | 2024.12.21 08:21:02.364695 [ 258 ] {ac6b6190-5844-4a48-8d84-0dfacde47064} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4739 | 2024.12.21 08:21:02.364879 [ 258 ] {ac6b6190-5844-4a48-8d84-0dfacde47064} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001505 sec., 9302.32558139535 rows/sec., 651.47 KiB/sec. | ||
| 4740 | 2024.12.21 08:21:02.364935 [ 258 ] {ac6b6190-5844-4a48-8d84-0dfacde47064} <Debug> TCPHandler: Processed in 0.001713965 sec. | ||
| 4741 | 2024.12.21 08:21:02.365076 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4742 | 2024.12.21 08:21:02.365191 [ 4 ] {8240489b-2c89-4084-8b6f-8c0d27bff884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4743 | 2024.12.21 08:21:02.365240 [ 4 ] {8240489b-2c89-4084-8b6f-8c0d27bff884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4744 | 2024.12.21 08:21:02.365836 [ 4 ] {8240489b-2c89-4084-8b6f-8c0d27bff884} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4745 | 2024.12.21 08:21:02.365877 [ 4 ] {8240489b-2c89-4084-8b6f-8c0d27bff884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4746 | 2024.12.21 08:21:02.366243 [ 4 ] {8240489b-2c89-4084-8b6f-8c0d27bff884} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4747 | 2024.12.21 08:21:02.366502 [ 4 ] {8240489b-2c89-4084-8b6f-8c0d27bff884} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4748 | 2024.12.21 08:21:02.366659 [ 71 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4749 | 2024.12.21 08:21:02.366720 [ 71 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4750 | 2024.12.21 08:21:02.366742 [ 4 ] {8240489b-2c89-4084-8b6f-8c0d27bff884} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001574 sec., 8259.212198221092 rows/sec., 514.96 KiB/sec. | ||
| 4751 | 2024.12.21 08:21:02.366773 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4752 | 2024.12.21 08:21:02.366888 [ 4 ] {8240489b-2c89-4084-8b6f-8c0d27bff884} <Debug> TCPHandler: Processed in 0.001868286 sec. | ||
| 4753 | 2024.12.21 08:21:02.366952 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 4754 | 2024.12.21 08:21:02.367083 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4755 | 2024.12.21 08:21:02.367093 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4756 | 2024.12.21 08:21:02.367133 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 4757 | 2024.12.21 08:21:02.367377 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 4758 | 2024.12.21 08:21:02.367463 [ 258 ] {723ef181-c074-47d3-befb-9d9443099e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4759 | 2024.12.21 08:21:02.367599 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 4760 | 2024.12.21 08:21:02.367675 [ 258 ] {723ef181-c074-47d3-befb-9d9443099e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4761 | 2024.12.21 08:21:02.367927 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 4762 | 2024.12.21 08:21:02.368277 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 4763 | 2024.12.21 08:21:02.370424 [ 258 ] {723ef181-c074-47d3-befb-9d9443099e76} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2024.12.21 08:21:02.370521 [ 258 ] {723ef181-c074-47d3-befb-9d9443099e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4765 | 2024.12.21 08:21:02.370738 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003839464 sec., 16929.446401893598 rows/sec., 1.10 MiB/sec. | ||
| 4766 | 2024.12.21 08:21:02.370971 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4767 | 2024.12.21 08:21:02.371273 [ 258 ] {723ef181-c074-47d3-befb-9d9443099e76} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4768 | 2024.12.21 08:21:02.371518 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_13_3} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4769 | 2024.12.21 08:21:02.371671 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_13_3} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4770 | 2024.12.21 08:21:02.371820 [ 258 ] {723ef181-c074-47d3-befb-9d9443099e76} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4771 | 2024.12.21 08:21:02.371856 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4772 | 2024.12.21 08:21:02.372058 [ 258 ] {723ef181-c074-47d3-befb-9d9443099e76} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004774 sec., 81692.50104733977 rows/sec., 5.79 MiB/sec. | ||
| 4773 | 2024.12.21 08:21:02.372127 [ 258 ] {723ef181-c074-47d3-befb-9d9443099e76} <Debug> TCPHandler: Processed in 0.005122676 sec. | ||
| 4774 | 2024.12.21 08:21:02.372326 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4775 | 2024.12.21 08:21:02.372445 [ 4 ] {aef59d44-58a4-4634-9daf-bf71a1c9c54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4776 | 2024.12.21 08:21:02.372498 [ 4 ] {aef59d44-58a4-4634-9daf-bf71a1c9c54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4777 | 2024.12.21 08:21:02.373024 [ 4 ] {aef59d44-58a4-4634-9daf-bf71a1c9c54c} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4778 | 2024.12.21 08:21:02.373066 [ 4 ] {aef59d44-58a4-4634-9daf-bf71a1c9c54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4779 | 2024.12.21 08:21:02.373444 [ 4 ] {aef59d44-58a4-4634-9daf-bf71a1c9c54c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4780 | 2024.12.21 08:21:02.373704 [ 4 ] {aef59d44-58a4-4634-9daf-bf71a1c9c54c} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2024.12.21 08:21:02.373934 [ 4 ] {aef59d44-58a4-4634-9daf-bf71a1c9c54c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec. | ||
| 4782 | 2024.12.21 08:21:02.374020 [ 4 ] {aef59d44-58a4-4634-9daf-bf71a1c9c54c} <Debug> TCPHandler: Processed in 0.001764726 sec. | ||
| 4783 | 2024.12.21 08:21:02.374174 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4784 | 2024.12.21 08:21:02.374330 [ 258 ] {0d2babd9-f592-4b08-9469-83e370d78ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4785 | 2024.12.21 08:21:02.374393 [ 258 ] {0d2babd9-f592-4b08-9469-83e370d78ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4786 | 2024.12.21 08:21:02.375068 [ 258 ] {0d2babd9-f592-4b08-9469-83e370d78ea2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2024.12.21 08:21:02.375108 [ 258 ] {0d2babd9-f592-4b08-9469-83e370d78ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4788 | 2024.12.21 08:21:02.375511 [ 258 ] {0d2babd9-f592-4b08-9469-83e370d78ea2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4789 | 2024.12.21 08:21:02.375760 [ 258 ] {0d2babd9-f592-4b08-9469-83e370d78ea2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2024.12.21 08:21:02.375947 [ 258 ] {0d2babd9-f592-4b08-9469-83e370d78ea2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001654 sec., 143288.99637243047 rows/sec., 9.60 MiB/sec. | ||
| 4791 | 2024.12.21 08:21:02.376008 [ 258 ] {0d2babd9-f592-4b08-9469-83e370d78ea2} <Debug> TCPHandler: Processed in 0.001890717 sec. | ||
| 4792 | 2024.12.21 08:21:02.376170 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4793 | 2024.12.21 08:21:02.376289 [ 4 ] {9376fd1d-a6b0-4fea-9133-50e162c078d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4794 | 2024.12.21 08:21:02.376344 [ 4 ] {9376fd1d-a6b0-4fea-9133-50e162c078d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4795 | 2024.12.21 08:21:02.376840 [ 4 ] {9376fd1d-a6b0-4fea-9133-50e162c078d5} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4796 | 2024.12.21 08:21:02.376881 [ 4 ] {9376fd1d-a6b0-4fea-9133-50e162c078d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4797 | 2024.12.21 08:21:02.377244 [ 4 ] {9376fd1d-a6b0-4fea-9133-50e162c078d5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4798 | 2024.12.21 08:21:02.377492 [ 4 ] {9376fd1d-a6b0-4fea-9133-50e162c078d5} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4799 | 2024.12.21 08:21:02.377710 [ 4 ] {9376fd1d-a6b0-4fea-9133-50e162c078d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec. | ||
| 4800 | 2024.12.21 08:21:02.377770 [ 4 ] {9376fd1d-a6b0-4fea-9133-50e162c078d5} <Debug> TCPHandler: Processed in 0.001660354 sec. | ||
| 4801 | 2024.12.21 08:21:02.377946 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4802 | 2024.12.21 08:21:02.378078 [ 258 ] {8b0f7714-8e5d-4e45-bf61-fed03444d928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4803 | 2024.12.21 08:21:02.378169 [ 258 ] {8b0f7714-8e5d-4e45-bf61-fed03444d928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4804 | 2024.12.21 08:21:02.379362 [ 258 ] {8b0f7714-8e5d-4e45-bf61-fed03444d928} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2024.12.21 08:21:02.379401 [ 258 ] {8b0f7714-8e5d-4e45-bf61-fed03444d928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4806 | 2024.12.21 08:21:02.380034 [ 258 ] {8b0f7714-8e5d-4e45-bf61-fed03444d928} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4807 | 2024.12.21 08:21:02.380324 [ 258 ] {8b0f7714-8e5d-4e45-bf61-fed03444d928} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4808 | 2024.12.21 08:21:02.380590 [ 258 ] {8b0f7714-8e5d-4e45-bf61-fed03444d928} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002526 sec., 3167.0625494853525 rows/sec., 5.68 MiB/sec. | ||
| 4809 | 2024.12.21 08:21:02.380937 [ 258 ] {8b0f7714-8e5d-4e45-bf61-fed03444d928} <Debug> TCPHandler: Processed in 0.003048907 sec. | ||
| 4810 | 2024.12.21 08:21:02.381092 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4811 | 2024.12.21 08:21:02.381214 [ 4 ] {06cec5a3-841e-4f42-bb4d-b1c9b27b6a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4812 | 2024.12.21 08:21:02.381267 [ 4 ] {06cec5a3-841e-4f42-bb4d-b1c9b27b6a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4813 | 2024.12.21 08:21:02.381758 [ 4 ] {06cec5a3-841e-4f42-bb4d-b1c9b27b6a80} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4814 | 2024.12.21 08:21:02.381797 [ 4 ] {06cec5a3-841e-4f42-bb4d-b1c9b27b6a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4815 | 2024.12.21 08:21:02.382170 [ 4 ] {06cec5a3-841e-4f42-bb4d-b1c9b27b6a80} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4816 | 2024.12.21 08:21:02.382407 [ 4 ] {06cec5a3-841e-4f42-bb4d-b1c9b27b6a80} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2024.12.21 08:21:02.382629 [ 4 ] {06cec5a3-841e-4f42-bb4d-b1c9b27b6a80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
| 4818 | 2024.12.21 08:21:02.382683 [ 4 ] {06cec5a3-841e-4f42-bb4d-b1c9b27b6a80} <Debug> TCPHandler: Processed in 0.001647665 sec. | ||
| 4819 | 2024.12.21 08:21:06.397554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 656 | ||
| 4820 | 2024.12.21 08:21:06.400643 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2024.12.21 08:21:06.400696 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4822 | 2024.12.21 08:21:06.402182 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4823 | 2024.12.21 08:21:06.402520 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4824 | 2024.12.21 08:21:06.403069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 656 | ||
| 4825 | 2024.12.21 08:21:07.350206 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4826 | 2024.12.21 08:21:07.350424 [ 4 ] {6afcffc8-fa64-4cd9-92f8-85b7f9c9d485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4827 | 2024.12.21 08:21:07.350509 [ 4 ] {6afcffc8-fa64-4cd9-92f8-85b7f9c9d485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4828 | 2024.12.21 08:21:07.351409 [ 4 ] {6afcffc8-fa64-4cd9-92f8-85b7f9c9d485} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4829 | 2024.12.21 08:21:07.351462 [ 4 ] {6afcffc8-fa64-4cd9-92f8-85b7f9c9d485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4830 | 2024.12.21 08:21:07.351926 [ 4 ] {6afcffc8-fa64-4cd9-92f8-85b7f9c9d485} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4831 | 2024.12.21 08:21:07.352207 [ 4 ] {6afcffc8-fa64-4cd9-92f8-85b7f9c9d485} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4832 | 2024.12.21 08:21:07.352467 [ 4 ] {6afcffc8-fa64-4cd9-92f8-85b7f9c9d485} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002104 sec., 57984.79087452472 rows/sec., 4.93 MiB/sec. | ||
| 4833 | 2024.12.21 08:21:07.352537 [ 4 ] {6afcffc8-fa64-4cd9-92f8-85b7f9c9d485} <Debug> TCPHandler: Processed in 0.002475782 sec. | ||
| 4834 | 2024.12.21 08:21:07.352810 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4835 | 2024.12.21 08:21:07.352998 [ 258 ] {5c8b9221-a2f3-40e1-a406-1f773791b327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4836 | 2024.12.21 08:21:07.353074 [ 258 ] {5c8b9221-a2f3-40e1-a406-1f773791b327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4837 | 2024.12.21 08:21:07.353869 [ 258 ] {5c8b9221-a2f3-40e1-a406-1f773791b327} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4838 | 2024.12.21 08:21:07.353924 [ 258 ] {5c8b9221-a2f3-40e1-a406-1f773791b327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4839 | 2024.12.21 08:21:07.354384 [ 258 ] {5c8b9221-a2f3-40e1-a406-1f773791b327} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4840 | 2024.12.21 08:21:07.354640 [ 258 ] {5c8b9221-a2f3-40e1-a406-1f773791b327} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4841 | 2024.12.21 08:21:07.354893 [ 258 ] {5c8b9221-a2f3-40e1-a406-1f773791b327} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001946 sec., 16957.862281603288 rows/sec., 1.25 MiB/sec. | ||
| 4842 | 2024.12.21 08:21:07.355017 [ 258 ] {5c8b9221-a2f3-40e1-a406-1f773791b327} <Debug> TCPHandler: Processed in 0.002334791 sec. | ||
| 4843 | 2024.12.21 08:21:07.355204 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4844 | 2024.12.21 08:21:07.355335 [ 4 ] {6943e45e-e189-445b-a132-864b059d0ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4845 | 2024.12.21 08:21:07.355392 [ 4 ] {6943e45e-e189-445b-a132-864b059d0ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4846 | 2024.12.21 08:21:07.356071 [ 4 ] {6943e45e-e189-445b-a132-864b059d0ad5} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4847 | 2024.12.21 08:21:07.356115 [ 4 ] {6943e45e-e189-445b-a132-864b059d0ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4848 | 2024.12.21 08:21:07.356512 [ 4 ] {6943e45e-e189-445b-a132-864b059d0ad5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4849 | 2024.12.21 08:21:07.356761 [ 4 ] {6943e45e-e189-445b-a132-864b059d0ad5} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4850 | 2024.12.21 08:21:07.356982 [ 4 ] {6943e45e-e189-445b-a132-864b059d0ad5} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001676 sec., 57875.89498806683 rows/sec., 4.52 MiB/sec. | ||
| 4851 | 2024.12.21 08:21:07.357038 [ 4 ] {6943e45e-e189-445b-a132-864b059d0ad5} <Debug> TCPHandler: Processed in 0.001896277 sec. | ||
| 4852 | 2024.12.21 08:21:07.357224 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4853 | 2024.12.21 08:21:07.357345 [ 258 ] {c7eba5da-edc2-420e-b2e8-8ded1b97f6e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4854 | 2024.12.21 08:21:07.357401 [ 258 ] {c7eba5da-edc2-420e-b2e8-8ded1b97f6e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4855 | 2024.12.21 08:21:07.357990 [ 258 ] {c7eba5da-edc2-420e-b2e8-8ded1b97f6e5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2024.12.21 08:21:07.358031 [ 258 ] {c7eba5da-edc2-420e-b2e8-8ded1b97f6e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4857 | 2024.12.21 08:21:07.358441 [ 258 ] {c7eba5da-edc2-420e-b2e8-8ded1b97f6e5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4858 | 2024.12.21 08:21:07.358698 [ 258 ] {c7eba5da-edc2-420e-b2e8-8ded1b97f6e5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4859 | 2024.12.21 08:21:07.358866 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4860 | 2024.12.21 08:21:07.358939 [ 258 ] {c7eba5da-edc2-420e-b2e8-8ded1b97f6e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
| 4861 | 2024.12.21 08:21:07.358945 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4862 | 2024.12.21 08:21:07.359019 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4863 | 2024.12.21 08:21:07.359075 [ 258 ] {c7eba5da-edc2-420e-b2e8-8ded1b97f6e5} <Debug> TCPHandler: Processed in 0.001903547 sec. | ||
| 4864 | 2024.12.21 08:21:07.359296 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 4865 | 2024.12.21 08:21:07.359302 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4866 | 2024.12.21 08:21:07.359565 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4867 | 2024.12.21 08:21:07.359602 [ 4 ] {5f119b08-76b2-43cc-b63e-1ae93519ea05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4868 | 2024.12.21 08:21:07.359643 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6773 rows starting from the beginning of the part | ||
| 4869 | 2024.12.21 08:21:07.359782 [ 4 ] {5f119b08-76b2-43cc-b63e-1ae93519ea05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4870 | 2024.12.21 08:21:07.360013 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 927 rows starting from the beginning of the part | ||
| 4871 | 2024.12.21 08:21:07.360507 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 4872 | 2024.12.21 08:21:07.360936 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 4873 | 2024.12.21 08:21:07.361376 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 4874 | 2024.12.21 08:21:07.361860 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 4875 | 2024.12.21 08:21:07.365169 [ 4 ] {5f119b08-76b2-43cc-b63e-1ae93519ea05} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4876 | 2024.12.21 08:21:07.365252 [ 4 ] {5f119b08-76b2-43cc-b63e-1ae93519ea05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4877 | 2024.12.21 08:21:07.366501 [ 4 ] {5f119b08-76b2-43cc-b63e-1ae93519ea05} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4878 | 2024.12.21 08:21:07.366917 [ 4 ] {5f119b08-76b2-43cc-b63e-1ae93519ea05} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4879 | 2024.12.21 08:21:07.367252 [ 4 ] {5f119b08-76b2-43cc-b63e-1ae93519ea05} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007739 sec., 4264.116810957488 rows/sec., 7.64 MiB/sec. | ||
| 4880 | 2024.12.21 08:21:07.367401 [ 4 ] {5f119b08-76b2-43cc-b63e-1ae93519ea05} <Debug> TCPHandler: Processed in 0.008204972 sec. | ||
| 4881 | 2024.12.21 08:21:07.367652 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4882 | 2024.12.21 08:21:07.367950 [ 258 ] {54c1aac6-46f1-4e86-ac24-d853d89a00ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4883 | 2024.12.21 08:21:07.367969 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8289 rows, containing 5 columns (5 merged, 0 gathered) in 0.008818208 sec., 939986.8998327098 rows/sec., 63.16 MiB/sec. | ||
| 4884 | 2024.12.21 08:21:07.368031 [ 258 ] {54c1aac6-46f1-4e86-ac24-d853d89a00ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4885 | 2024.12.21 08:21:07.368218 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4886 | 2024.12.21 08:21:07.368895 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4887 | 2024.12.21 08:21:07.369108 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4888 | 2024.12.21 08:21:07.369151 [ 258 ] {54c1aac6-46f1-4e86-ac24-d853d89a00ef} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4889 | 2024.12.21 08:21:07.369248 [ 258 ] {54c1aac6-46f1-4e86-ac24-d853d89a00ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4890 | 2024.12.21 08:21:07.369267 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 4891 | 2024.12.21 08:21:07.369668 [ 258 ] {54c1aac6-46f1-4e86-ac24-d853d89a00ef} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4892 | 2024.12.21 08:21:07.369923 [ 258 ] {54c1aac6-46f1-4e86-ac24-d853d89a00ef} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4893 | 2024.12.21 08:21:07.370098 [ 62 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4894 | 2024.12.21 08:21:07.370177 [ 62 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4895 | 2024.12.21 08:21:07.370194 [ 258 ] {54c1aac6-46f1-4e86-ac24-d853d89a00ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002315 sec., 25917.92656587473 rows/sec., 1.75 MiB/sec. | ||
| 4896 | 2024.12.21 08:21:07.370218 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4897 | 2024.12.21 08:21:07.370379 [ 258 ] {54c1aac6-46f1-4e86-ac24-d853d89a00ef} <Debug> TCPHandler: Processed in 0.002860935 sec. | ||
| 4898 | 2024.12.21 08:21:07.370499 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 4899 | 2024.12.21 08:21:07.370820 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4900 | 2024.12.21 08:21:07.370880 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1136 rows starting from the beginning of the part | ||
| 4901 | 2024.12.21 08:21:07.370952 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 70 rows starting from the beginning of the part | ||
| 4902 | 2024.12.21 08:21:07.371142 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part | ||
| 4903 | 2024.12.21 08:21:07.371341 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 4904 | 2024.12.21 08:21:07.371536 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 4905 | 2024.12.21 08:21:07.371680 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 4906 | 2024.12.21 08:21:07.372998 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 4 columns (4 merged, 0 gathered) in 0.002668703 sec., 532093.6799636377 rows/sec., 34.24 MiB/sec. | ||
| 4907 | 2024.12.21 08:21:07.373189 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4908 | 2024.12.21 08:21:07.373533 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2024.12.21 08:21:07.373621 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_26_5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4910 | 2024.12.21 08:21:07.373716 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4911 | 2024.12.21 08:21:08.864659 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4912 | 2024.12.21 08:21:08.865304 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2024.12.21 08:21:08.865357 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4914 | 2024.12.21 08:21:08.865891 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4915 | 2024.12.21 08:21:08.866153 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2024.12.21 08:21:08.866443 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4917 | 2024.12.21 08:21:09.574946 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4918 | 2024.12.21 08:21:09.594733 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2024.12.21 08:21:09.594796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4920 | 2024.12.21 08:21:09.602375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4921 | 2024.12.21 08:21:09.603130 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4922 | 2024.12.21 08:21:09.605775 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4923 | 2024.12.21 08:21:12.353023 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4924 | 2024.12.21 08:21:12.353244 [ 4 ] {69c96384-5b52-4fd8-b9e7-bf07b29ac932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4925 | 2024.12.21 08:21:12.353327 [ 4 ] {69c96384-5b52-4fd8-b9e7-bf07b29ac932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4926 | 2024.12.21 08:21:12.354199 [ 4 ] {69c96384-5b52-4fd8-b9e7-bf07b29ac932} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2024.12.21 08:21:12.354250 [ 4 ] {69c96384-5b52-4fd8-b9e7-bf07b29ac932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4928 | 2024.12.21 08:21:12.354701 [ 4 ] {69c96384-5b52-4fd8-b9e7-bf07b29ac932} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4929 | 2024.12.21 08:21:12.354966 [ 4 ] {69c96384-5b52-4fd8-b9e7-bf07b29ac932} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2024.12.21 08:21:12.355212 [ 4 ] {69c96384-5b52-4fd8-b9e7-bf07b29ac932} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002028 sec., 6903.353057199211 rows/sec., 496.95 KiB/sec. | ||
| 4931 | 2024.12.21 08:21:12.355278 [ 4 ] {69c96384-5b52-4fd8-b9e7-bf07b29ac932} <Debug> TCPHandler: Processed in 0.002382331 sec. | ||
| 4932 | 2024.12.21 08:21:12.355556 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4933 | 2024.12.21 08:21:12.355766 [ 258 ] {afb24ed3-be63-4d24-a700-ce0eb38a58ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4934 | 2024.12.21 08:21:12.355845 [ 258 ] {afb24ed3-be63-4d24-a700-ce0eb38a58ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4935 | 2024.12.21 08:21:12.356817 [ 258 ] {afb24ed3-be63-4d24-a700-ce0eb38a58ca} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4936 | 2024.12.21 08:21:12.356857 [ 258 ] {afb24ed3-be63-4d24-a700-ce0eb38a58ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4937 | 2024.12.21 08:21:12.357308 [ 258 ] {afb24ed3-be63-4d24-a700-ce0eb38a58ca} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4938 | 2024.12.21 08:21:12.357565 [ 258 ] {afb24ed3-be63-4d24-a700-ce0eb38a58ca} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2024.12.21 08:21:12.357710 [ 55 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4940 | 2024.12.21 08:21:12.357761 [ 55 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2024.12.21 08:21:12.357777 [ 258 ] {afb24ed3-be63-4d24-a700-ce0eb38a58ca} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002069 sec., 105848.23586273562 rows/sec., 9.24 MiB/sec. | ||
| 4942 | 2024.12.21 08:21:12.357791 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4943 | 2024.12.21 08:21:12.357872 [ 258 ] {afb24ed3-be63-4d24-a700-ce0eb38a58ca} <Debug> TCPHandler: Processed in 0.002453392 sec. | ||
| 4944 | 2024.12.21 08:21:12.358086 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 4945 | 2024.12.21 08:21:12.358114 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2024.12.21 08:21:12.358375 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4947 | 2024.12.21 08:21:12.358385 [ 4 ] {2366d5ea-6951-4849-bb82-7e81e849147e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4948 | 2024.12.21 08:21:12.358431 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1437 rows starting from the beginning of the part | ||
| 4949 | 2024.12.21 08:21:12.358491 [ 4 ] {2366d5ea-6951-4849-bb82-7e81e849147e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4950 | 2024.12.21 08:21:12.358729 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4951 | 2024.12.21 08:21:12.359012 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 122 rows starting from the beginning of the part | ||
| 4952 | 2024.12.21 08:21:12.359327 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 219 rows starting from the beginning of the part | ||
| 4953 | 2024.12.21 08:21:12.359624 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 122 rows starting from the beginning of the part | ||
| 4954 | 2024.12.21 08:21:12.359968 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 219 rows starting from the beginning of the part | ||
| 4955 | 2024.12.21 08:21:12.361373 [ 4 ] {2366d5ea-6951-4849-bb82-7e81e849147e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4956 | 2024.12.21 08:21:12.361439 [ 4 ] {2366d5ea-6951-4849-bb82-7e81e849147e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4957 | 2024.12.21 08:21:12.362521 [ 4 ] {2366d5ea-6951-4849-bb82-7e81e849147e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4958 | 2024.12.21 08:21:12.362893 [ 4 ] {2366d5ea-6951-4849-bb82-7e81e849147e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2024.12.21 08:21:12.363375 [ 4 ] {2366d5ea-6951-4849-bb82-7e81e849147e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005062 sec., 2963.2556301856976 rows/sec., 208.93 KiB/sec. | ||
| 4960 | 2024.12.21 08:21:12.363540 [ 4 ] {2366d5ea-6951-4849-bb82-7e81e849147e} <Debug> TCPHandler: Processed in 0.005525679 sec. | ||
| 4961 | 2024.12.21 08:21:12.363535 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00562597 sec., 386599.99964450573 rows/sec., 34.12 MiB/sec. | ||
| 4962 | 2024.12.21 08:21:12.363713 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4963 | 2024.12.21 08:21:12.363838 [ 258 ] {37de0023-8e05-4d08-bfb2-537d43da35a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4964 | 2024.12.21 08:21:12.363876 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4965 | 2024.12.21 08:21:12.363893 [ 258 ] {37de0023-8e05-4d08-bfb2-537d43da35a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4966 | 2024.12.21 08:21:12.364315 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2024.12.21 08:21:12.364418 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_31_6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4968 | 2024.12.21 08:21:12.364528 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 4969 | 2024.12.21 08:21:12.364685 [ 258 ] {37de0023-8e05-4d08-bfb2-537d43da35a8} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4970 | 2024.12.21 08:21:12.364723 [ 258 ] {37de0023-8e05-4d08-bfb2-537d43da35a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4971 | 2024.12.21 08:21:12.365069 [ 258 ] {37de0023-8e05-4d08-bfb2-537d43da35a8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4972 | 2024.12.21 08:21:12.365298 [ 258 ] {37de0023-8e05-4d08-bfb2-537d43da35a8} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4973 | 2024.12.21 08:21:12.365418 [ 55 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4974 | 2024.12.21 08:21:12.365460 [ 55 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2024.12.21 08:21:12.365487 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4976 | 2024.12.21 08:21:12.365499 [ 258 ] {37de0023-8e05-4d08-bfb2-537d43da35a8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec. | ||
| 4977 | 2024.12.21 08:21:12.365810 [ 258 ] {37de0023-8e05-4d08-bfb2-537d43da35a8} <Debug> TCPHandler: Processed in 0.002140189 sec. | ||
| 4978 | 2024.12.21 08:21:12.365918 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 4979 | 2024.12.21 08:21:12.366165 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4980 | 2024.12.21 08:21:12.366221 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4981 | 2024.12.21 08:21:12.366279 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 244 rows starting from the beginning of the part | ||
| 4982 | 2024.12.21 08:21:12.366382 [ 4 ] {90daf261-93b5-4f2d-86bd-0a9538cfe9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4983 | 2024.12.21 08:21:12.366521 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4984 | 2024.12.21 08:21:12.366589 [ 4 ] {90daf261-93b5-4f2d-86bd-0a9538cfe9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4985 | 2024.12.21 08:21:12.366924 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 4986 | 2024.12.21 08:21:12.367344 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part | ||
| 4987 | 2024.12.21 08:21:12.367694 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 4988 | 2024.12.21 08:21:12.368106 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 4989 | 2024.12.21 08:21:12.369591 [ 4 ] {90daf261-93b5-4f2d-86bd-0a9538cfe9c8} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4990 | 2024.12.21 08:21:12.369655 [ 4 ] {90daf261-93b5-4f2d-86bd-0a9538cfe9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 4991 | 2024.12.21 08:21:12.370739 [ 4 ] {90daf261-93b5-4f2d-86bd-0a9538cfe9c8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4992 | 2024.12.21 08:21:12.371163 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.005597049 sec., 96836.74379123714 rows/sec., 6.94 MiB/sec. | ||
| 4993 | 2024.12.21 08:21:12.371249 [ 4 ] {90daf261-93b5-4f2d-86bd-0a9538cfe9c8} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4994 | 2024.12.21 08:21:12.371375 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4995 | 2024.12.21 08:21:12.371688 [ 4 ] {90daf261-93b5-4f2d-86bd-0a9538cfe9c8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005354 sec., 2428.0911468061263 rows/sec., 151.39 KiB/sec. | ||
| 4996 | 2024.12.21 08:21:12.371889 [ 4 ] {90daf261-93b5-4f2d-86bd-0a9538cfe9c8} <Debug> TCPHandler: Processed in 0.005902992 sec. | ||
| 4997 | 2024.12.21 08:21:12.372056 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2024.12.21 08:21:12.372085 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4999 | 2024.12.21 08:21:12.372179 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_16_3} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5000 | 2024.12.21 08:21:12.372280 [ 258 ] {473e37dc-ab47-4468-a1fc-4eb3db7d00d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5001 | 2024.12.21 08:21:12.372322 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5002 | 2024.12.21 08:21:12.372374 [ 258 ] {473e37dc-ab47-4468-a1fc-4eb3db7d00d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5003 | 2024.12.21 08:21:12.373174 [ 258 ] {473e37dc-ab47-4468-a1fc-4eb3db7d00d6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5004 | 2024.12.21 08:21:12.373212 [ 258 ] {473e37dc-ab47-4468-a1fc-4eb3db7d00d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5005 | 2024.12.21 08:21:12.373606 [ 258 ] {473e37dc-ab47-4468-a1fc-4eb3db7d00d6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5006 | 2024.12.21 08:21:12.373844 [ 258 ] {473e37dc-ab47-4468-a1fc-4eb3db7d00d6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5007 | 2024.12.21 08:21:12.373973 [ 55 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5008 | 2024.12.21 08:21:12.374015 [ 55 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2024.12.21 08:21:12.374038 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5010 | 2024.12.21 08:21:12.374043 [ 258 ] {473e37dc-ab47-4468-a1fc-4eb3db7d00d6} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001826 sec., 213581.5991237678 rows/sec., 15.15 MiB/sec. | ||
| 5011 | 2024.12.21 08:21:12.374196 [ 258 ] {473e37dc-ab47-4468-a1fc-4eb3db7d00d6} <Debug> TCPHandler: Processed in 0.002189569 sec. | ||
| 5012 | 2024.12.21 08:21:12.374263 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 5013 | 2024.12.21 08:21:12.374464 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5014 | 2024.12.21 08:21:12.374537 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5015 | 2024.12.21 08:21:12.374616 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 915 rows starting from the beginning of the part | ||
| 5016 | 2024.12.21 08:21:12.374732 [ 4 ] {00034deb-69a1-4ba3-ab93-8e79ca2a0177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5017 | 2024.12.21 08:21:12.374869 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 5018 | 2024.12.21 08:21:12.375017 [ 4 ] {00034deb-69a1-4ba3-ab93-8e79ca2a0177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5019 | 2024.12.21 08:21:12.375189 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 97 rows starting from the beginning of the part | ||
| 5020 | 2024.12.21 08:21:12.375528 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 390 rows starting from the beginning of the part | ||
| 5021 | 2024.12.21 08:21:12.375896 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 97 rows starting from the beginning of the part | ||
| 5022 | 2024.12.21 08:21:12.376267 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 390 rows starting from the beginning of the part | ||
| 5023 | 2024.12.21 08:21:12.377088 [ 4 ] {00034deb-69a1-4ba3-ab93-8e79ca2a0177} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2024.12.21 08:21:12.377152 [ 4 ] {00034deb-69a1-4ba3-ab93-8e79ca2a0177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5025 | 2024.12.21 08:21:12.378108 [ 4 ] {00034deb-69a1-4ba3-ab93-8e79ca2a0177} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5026 | 2024.12.21 08:21:12.378595 [ 4 ] {00034deb-69a1-4ba3-ab93-8e79ca2a0177} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5027 | 2024.12.21 08:21:12.379015 [ 4 ] {00034deb-69a1-4ba3-ab93-8e79ca2a0177} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004339 sec., 1382.807098409772 rows/sec., 72.25 KiB/sec. | ||
| 5028 | 2024.12.21 08:21:12.379360 [ 4 ] {00034deb-69a1-4ba3-ab93-8e79ca2a0177} <Debug> TCPHandler: Processed in 0.005040805 sec. | ||
| 5029 | 2024.12.21 08:21:12.379426 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005319527 sec., 367137.90530624246 rows/sec., 28.10 MiB/sec. | ||
| 5030 | 2024.12.21 08:21:12.379575 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2024.12.21 08:21:12.379710 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5032 | 2024.12.21 08:21:12.379748 [ 258 ] {a42a01b7-0c53-4a41-bc1d-9ff33afc5ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5033 | 2024.12.21 08:21:12.379872 [ 258 ] {a42a01b7-0c53-4a41-bc1d-9ff33afc5ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5034 | 2024.12.21 08:21:12.380359 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2024.12.21 08:21:12.380502 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_31_6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5036 | 2024.12.21 08:21:12.380666 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5037 | 2024.12.21 08:21:12.380913 [ 258 ] {a42a01b7-0c53-4a41-bc1d-9ff33afc5ff6} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5038 | 2024.12.21 08:21:12.380956 [ 258 ] {a42a01b7-0c53-4a41-bc1d-9ff33afc5ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5039 | 2024.12.21 08:21:12.381359 [ 258 ] {a42a01b7-0c53-4a41-bc1d-9ff33afc5ff6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5040 | 2024.12.21 08:21:12.381605 [ 258 ] {a42a01b7-0c53-4a41-bc1d-9ff33afc5ff6} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5041 | 2024.12.21 08:21:12.381776 [ 258 ] {a42a01b7-0c53-4a41-bc1d-9ff33afc5ff6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002093 sec., 113234.59149546108 rows/sec., 7.59 MiB/sec. | ||
| 5042 | 2024.12.21 08:21:12.381829 [ 258 ] {a42a01b7-0c53-4a41-bc1d-9ff33afc5ff6} <Debug> TCPHandler: Processed in 0.002348281 sec. | ||
| 5043 | 2024.12.21 08:21:12.381979 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5044 | 2024.12.21 08:21:12.382093 [ 4 ] {c2597e17-45f9-4bf0-ade8-d156b06a7331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5045 | 2024.12.21 08:21:12.382145 [ 4 ] {c2597e17-45f9-4bf0-ade8-d156b06a7331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5046 | 2024.12.21 08:21:12.382682 [ 4 ] {c2597e17-45f9-4bf0-ade8-d156b06a7331} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5047 | 2024.12.21 08:21:12.382722 [ 4 ] {c2597e17-45f9-4bf0-ade8-d156b06a7331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5048 | 2024.12.21 08:21:12.383111 [ 4 ] {c2597e17-45f9-4bf0-ade8-d156b06a7331} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5049 | 2024.12.21 08:21:12.383380 [ 4 ] {c2597e17-45f9-4bf0-ade8-d156b06a7331} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5050 | 2024.12.21 08:21:12.383571 [ 54 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5051 | 2024.12.21 08:21:12.383632 [ 4 ] {c2597e17-45f9-4bf0-ade8-d156b06a7331} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec. | ||
| 5052 | 2024.12.21 08:21:12.383640 [ 54 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5053 | 2024.12.21 08:21:12.383707 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5054 | 2024.12.21 08:21:12.383758 [ 4 ] {c2597e17-45f9-4bf0-ade8-d156b06a7331} <Debug> TCPHandler: Processed in 0.001801996 sec. | ||
| 5055 | 2024.12.21 08:21:12.383997 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 5056 | 2024.12.21 08:21:12.384004 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5057 | 2024.12.21 08:21:12.384248 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5058 | 2024.12.21 08:21:12.384266 [ 258 ] {d8360d44-bf67-460e-a1ea-d28aed92e59c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5059 | 2024.12.21 08:21:12.384300 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part | ||
| 5060 | 2024.12.21 08:21:12.384562 [ 258 ] {d8360d44-bf67-460e-a1ea-d28aed92e59c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5061 | 2024.12.21 08:21:12.384604 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5062 | 2024.12.21 08:21:12.385068 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5063 | 2024.12.21 08:21:12.385355 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5064 | 2024.12.21 08:21:12.385730 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5065 | 2024.12.21 08:21:12.386106 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5066 | 2024.12.21 08:21:12.390037 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.006214345 sec., 2574.6880805619903 rows/sec., 172.23 KiB/sec. | ||
| 5067 | 2024.12.21 08:21:12.390283 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5068 | 2024.12.21 08:21:12.390345 [ 258 ] {d8360d44-bf67-460e-a1ea-d28aed92e59c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2024.12.21 08:21:12.390410 [ 258 ] {d8360d44-bf67-460e-a1ea-d28aed92e59c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5070 | 2024.12.21 08:21:12.390867 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2024.12.21 08:21:12.391077 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_16_3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5072 | 2024.12.21 08:21:12.391209 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5073 | 2024.12.21 08:21:12.391530 [ 258 ] {d8360d44-bf67-460e-a1ea-d28aed92e59c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5074 | 2024.12.21 08:21:12.391808 [ 258 ] {d8360d44-bf67-460e-a1ea-d28aed92e59c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5075 | 2024.12.21 08:21:12.392007 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5076 | 2024.12.21 08:21:12.392072 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5077 | 2024.12.21 08:21:12.392107 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5078 | 2024.12.21 08:21:12.392123 [ 258 ] {d8360d44-bf67-460e-a1ea-d28aed92e59c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007925 sec., 1009.4637223974763 rows/sec., 1.81 MiB/sec. | ||
| 5079 | 2024.12.21 08:21:12.392893 [ 258 ] {d8360d44-bf67-460e-a1ea-d28aed92e59c} <Debug> TCPHandler: Processed in 0.009003729 sec. | ||
| 5080 | 2024.12.21 08:21:12.392940 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 5081 | 2024.12.21 08:21:12.393104 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5082 | 2024.12.21 08:21:12.393268 [ 4 ] {4f5ce3b5-0fed-46d9-83a6-40426dd84148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5083 | 2024.12.21 08:21:12.393347 [ 4 ] {4f5ce3b5-0fed-46d9-83a6-40426dd84148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5084 | 2024.12.21 08:21:12.393359 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5085 | 2024.12.21 08:21:12.393490 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 426 rows starting from the beginning of the part | ||
| 5086 | 2024.12.21 08:21:12.394146 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 5087 | 2024.12.21 08:21:12.394811 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
| 5088 | 2024.12.21 08:21:12.394935 [ 4 ] {4f5ce3b5-0fed-46d9-83a6-40426dd84148} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2024.12.21 08:21:12.395000 [ 4 ] {4f5ce3b5-0fed-46d9-83a6-40426dd84148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5090 | 2024.12.21 08:21:12.395198 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
| 5091 | 2024.12.21 08:21:12.395574 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
| 5092 | 2024.12.21 08:21:12.395875 [ 4 ] {4f5ce3b5-0fed-46d9-83a6-40426dd84148} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5093 | 2024.12.21 08:21:12.395922 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
| 5094 | 2024.12.21 08:21:12.396336 [ 4 ] {4f5ce3b5-0fed-46d9-83a6-40426dd84148} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2024.12.21 08:21:12.396656 [ 4 ] {4f5ce3b5-0fed-46d9-83a6-40426dd84148} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003429 sec., 23913.677456984544 rows/sec., 1.52 MiB/sec. | ||
| 5096 | 2024.12.21 08:21:12.396738 [ 4 ] {4f5ce3b5-0fed-46d9-83a6-40426dd84148} <Debug> TCPHandler: Processed in 0.003709773 sec. | ||
| 5097 | 2024.12.21 08:21:12.409174 [ 188 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.01697785 sec., 30392.54086942693 rows/sec., 54.46 MiB/sec. | ||
| 5098 | 2024.12.21 08:21:12.409976 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5099 | 2024.12.21 08:21:12.410369 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2024.12.21 08:21:12.410451 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5101 | 2024.12.21 08:21:12.410571 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 5102 | 2024.12.21 08:21:13.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.88 MiB, peak 195.22 MiB, free memory in arenas 0.00 B, will set to 189.11 MiB (RSS), difference: 1.23 MiB | ||
| 5103 | 2024.12.21 08:21:16.267128 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5104 | 2024.12.21 08:21:16.267193 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5105 | 2024.12.21 08:21:16.366702 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5106 | 2024.12.21 08:21:16.367379 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5107 | 2024.12.21 08:21:16.367433 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5108 | 2024.12.21 08:21:16.368074 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5109 | 2024.12.21 08:21:16.368353 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5110 | 2024.12.21 08:21:16.368608 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5111 | 2024.12.21 08:21:16.403457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 690 | ||
| 5112 | 2024.12.21 08:21:16.406649 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5113 | 2024.12.21 08:21:16.406698 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5114 | 2024.12.21 08:21:16.408174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5115 | 2024.12.21 08:21:16.408481 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2024.12.21 08:21:16.408723 [ 49 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5117 | 2024.12.21 08:21:16.408848 [ 49 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5118 | 2024.12.21 08:21:16.408922 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5119 | 2024.12.21 08:21:16.409355 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 5120 | 2024.12.21 08:21:16.409901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 690 | ||
| 5121 | 2024.12.21 08:21:16.410411 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5122 | 2024.12.21 08:21:16.410597 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 508 rows starting from the beginning of the part | ||
| 5123 | 2024.12.21 08:21:16.411305 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 5124 | 2024.12.21 08:21:16.411972 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 5125 | 2024.12.21 08:21:16.412629 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 5126 | 2024.12.21 08:21:16.413236 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 5127 | 2024.12.21 08:21:16.413771 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 5128 | 2024.12.21 08:21:16.421630 [ 190 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 72 columns (72 merged, 0 gathered) in 0.012562261 sec., 54926.418102601114 rows/sec., 47.42 MiB/sec. | ||
| 5129 | 2024.12.21 08:21:16.422748 [ 186 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5130 | 2024.12.21 08:21:16.423525 [ 186 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2024.12.21 08:21:16.423605 [ 186 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_16_3} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5132 | 2024.12.21 08:21:16.423916 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 5133 | 2024.12.21 08:21:17.105969 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5134 | 2024.12.21 08:21:17.127271 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5135 | 2024.12.21 08:21:17.127336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5136 | 2024.12.21 08:21:17.134885 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5137 | 2024.12.21 08:21:17.135673 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5138 | 2024.12.21 08:21:17.138399 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5139 | 2024.12.21 08:21:17.350633 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5140 | 2024.12.21 08:21:17.350824 [ 4 ] {c7c7e8b8-c426-4739-be5a-a0c3f5f4499c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5141 | 2024.12.21 08:21:17.350895 [ 4 ] {c7c7e8b8-c426-4739-be5a-a0c3f5f4499c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5142 | 2024.12.21 08:21:17.351751 [ 4 ] {c7c7e8b8-c426-4739-be5a-a0c3f5f4499c} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5143 | 2024.12.21 08:21:17.351810 [ 4 ] {c7c7e8b8-c426-4739-be5a-a0c3f5f4499c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5144 | 2024.12.21 08:21:17.352289 [ 4 ] {c7c7e8b8-c426-4739-be5a-a0c3f5f4499c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5145 | 2024.12.21 08:21:17.352553 [ 4 ] {c7c7e8b8-c426-4739-be5a-a0c3f5f4499c} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5146 | 2024.12.21 08:21:17.353013 [ 4 ] {c7c7e8b8-c426-4739-be5a-a0c3f5f4499c} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002147 sec., 56823.474615742896 rows/sec., 4.83 MiB/sec. | ||
| 5147 | 2024.12.21 08:21:17.353585 [ 4 ] {c7c7e8b8-c426-4739-be5a-a0c3f5f4499c} <Debug> TCPHandler: Processed in 0.003082608 sec. | ||
| 5148 | 2024.12.21 08:21:17.353878 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5149 | 2024.12.21 08:21:17.354091 [ 258 ] {daca8662-389f-4ea7-8a7f-3df5292e15ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5150 | 2024.12.21 08:21:17.354174 [ 258 ] {daca8662-389f-4ea7-8a7f-3df5292e15ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5151 | 2024.12.21 08:21:17.354943 [ 258 ] {daca8662-389f-4ea7-8a7f-3df5292e15ec} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5152 | 2024.12.21 08:21:17.354989 [ 258 ] {daca8662-389f-4ea7-8a7f-3df5292e15ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5153 | 2024.12.21 08:21:17.355415 [ 258 ] {daca8662-389f-4ea7-8a7f-3df5292e15ec} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5154 | 2024.12.21 08:21:17.355677 [ 258 ] {daca8662-389f-4ea7-8a7f-3df5292e15ec} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5155 | 2024.12.21 08:21:17.355926 [ 258 ] {daca8662-389f-4ea7-8a7f-3df5292e15ec} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001891 sec., 17451.084082496032 rows/sec., 1.28 MiB/sec. | ||
| 5156 | 2024.12.21 08:21:17.356062 [ 258 ] {daca8662-389f-4ea7-8a7f-3df5292e15ec} <Debug> TCPHandler: Processed in 0.002321771 sec. | ||
| 5157 | 2024.12.21 08:21:17.356290 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5158 | 2024.12.21 08:21:17.356414 [ 4 ] {6aa7b7a4-4dd8-4b21-8b85-cdbba795564b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5159 | 2024.12.21 08:21:17.356468 [ 4 ] {6aa7b7a4-4dd8-4b21-8b85-cdbba795564b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5160 | 2024.12.21 08:21:17.357104 [ 4 ] {6aa7b7a4-4dd8-4b21-8b85-cdbba795564b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5161 | 2024.12.21 08:21:17.357146 [ 4 ] {6aa7b7a4-4dd8-4b21-8b85-cdbba795564b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5162 | 2024.12.21 08:21:17.357524 [ 4 ] {6aa7b7a4-4dd8-4b21-8b85-cdbba795564b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5163 | 2024.12.21 08:21:17.357777 [ 4 ] {6aa7b7a4-4dd8-4b21-8b85-cdbba795564b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5164 | 2024.12.21 08:21:17.358041 [ 4 ] {6aa7b7a4-4dd8-4b21-8b85-cdbba795564b} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001653 sec., 58681.185722928014 rows/sec., 4.58 MiB/sec. | ||
| 5165 | 2024.12.21 08:21:17.358240 [ 4 ] {6aa7b7a4-4dd8-4b21-8b85-cdbba795564b} <Debug> TCPHandler: Processed in 0.002045849 sec. | ||
| 5166 | 2024.12.21 08:21:17.358440 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5167 | 2024.12.21 08:21:17.358587 [ 258 ] {9afa518c-a321-431f-abf5-f71007ac0386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5168 | 2024.12.21 08:21:17.358655 [ 258 ] {9afa518c-a321-431f-abf5-f71007ac0386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5169 | 2024.12.21 08:21:17.359548 [ 258 ] {9afa518c-a321-431f-abf5-f71007ac0386} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5170 | 2024.12.21 08:21:17.359591 [ 258 ] {9afa518c-a321-431f-abf5-f71007ac0386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5171 | 2024.12.21 08:21:17.359997 [ 258 ] {9afa518c-a321-431f-abf5-f71007ac0386} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5172 | 2024.12.21 08:21:17.360244 [ 258 ] {9afa518c-a321-431f-abf5-f71007ac0386} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5173 | 2024.12.21 08:21:17.360463 [ 258 ] {9afa518c-a321-431f-abf5-f71007ac0386} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001915 sec., 83550.9138381201 rows/sec., 5.82 MiB/sec. | ||
| 5174 | 2024.12.21 08:21:17.360521 [ 258 ] {9afa518c-a321-431f-abf5-f71007ac0386} <Debug> TCPHandler: Processed in 0.002151639 sec. | ||
| 5175 | 2024.12.21 08:21:17.360682 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5176 | 2024.12.21 08:21:17.360822 [ 4 ] {af86a12c-722f-4c5f-be9b-86746e4bd774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5177 | 2024.12.21 08:21:17.360914 [ 4 ] {af86a12c-722f-4c5f-be9b-86746e4bd774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5178 | 2024.12.21 08:21:17.362185 [ 4 ] {af86a12c-722f-4c5f-be9b-86746e4bd774} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5179 | 2024.12.21 08:21:17.362225 [ 4 ] {af86a12c-722f-4c5f-be9b-86746e4bd774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5180 | 2024.12.21 08:21:17.362883 [ 4 ] {af86a12c-722f-4c5f-be9b-86746e4bd774} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5181 | 2024.12.21 08:21:17.363144 [ 4 ] {af86a12c-722f-4c5f-be9b-86746e4bd774} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2024.12.21 08:21:17.363497 [ 4 ] {af86a12c-722f-4c5f-be9b-86746e4bd774} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002682 sec., 12304.250559284117 rows/sec., 22.05 MiB/sec. | ||
| 5183 | 2024.12.21 08:21:17.363907 [ 4 ] {af86a12c-722f-4c5f-be9b-86746e4bd774} <Debug> TCPHandler: Processed in 0.003290489 sec. | ||
| 5184 | 2024.12.21 08:21:17.364062 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5185 | 2024.12.21 08:21:17.364202 [ 258 ] {6c602fd3-fbfc-406b-9511-46c583d435c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5186 | 2024.12.21 08:21:17.364265 [ 258 ] {6c602fd3-fbfc-406b-9511-46c583d435c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5187 | 2024.12.21 08:21:17.364859 [ 258 ] {6c602fd3-fbfc-406b-9511-46c583d435c8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5188 | 2024.12.21 08:21:17.364907 [ 258 ] {6c602fd3-fbfc-406b-9511-46c583d435c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5189 | 2024.12.21 08:21:17.365339 [ 258 ] {6c602fd3-fbfc-406b-9511-46c583d435c8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5190 | 2024.12.21 08:21:17.365589 [ 258 ] {6c602fd3-fbfc-406b-9511-46c583d435c8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2024.12.21 08:21:17.365807 [ 258 ] {6c602fd3-fbfc-406b-9511-46c583d435c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001637 sec., 36652.41295051924 rows/sec., 2.47 MiB/sec. | ||
| 5192 | 2024.12.21 08:21:17.365863 [ 258 ] {6c602fd3-fbfc-406b-9511-46c583d435c8} <Debug> TCPHandler: Processed in 0.001868806 sec. | ||
| 5193 | 2024.12.21 08:21:20.538376 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5194 | 2024.12.21 08:21:20.538592 [ 4 ] {ca9e6a19-1ccf-48e1-8611-2b585aa15fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5195 | 2024.12.21 08:21:20.538669 [ 4 ] {ca9e6a19-1ccf-48e1-8611-2b585aa15fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5196 | 2024.12.21 08:21:20.539466 [ 4 ] {ca9e6a19-1ccf-48e1-8611-2b585aa15fa3} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2024.12.21 08:21:20.539520 [ 4 ] {ca9e6a19-1ccf-48e1-8611-2b585aa15fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5198 | 2024.12.21 08:21:20.539957 [ 4 ] {ca9e6a19-1ccf-48e1-8611-2b585aa15fa3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5199 | 2024.12.21 08:21:20.540213 [ 4 ] {ca9e6a19-1ccf-48e1-8611-2b585aa15fa3} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2024.12.21 08:21:20.540478 [ 4 ] {ca9e6a19-1ccf-48e1-8611-2b585aa15fa3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 520.03 KiB/sec. | ||
| 5201 | 2024.12.21 08:21:20.540543 [ 4 ] {ca9e6a19-1ccf-48e1-8611-2b585aa15fa3} <Debug> TCPHandler: Processed in 0.0023118 sec. | ||
| 5202 | 2024.12.21 08:21:20.540824 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2024.12.21 08:21:20.541020 [ 258 ] {7358418d-b80f-4e6f-b48c-8bb762cd2153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5204 | 2024.12.21 08:21:20.541093 [ 258 ] {7358418d-b80f-4e6f-b48c-8bb762cd2153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5205 | 2024.12.21 08:21:20.541817 [ 258 ] {7358418d-b80f-4e6f-b48c-8bb762cd2153} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2024.12.21 08:21:20.541868 [ 258 ] {7358418d-b80f-4e6f-b48c-8bb762cd2153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5207 | 2024.12.21 08:21:20.542276 [ 258 ] {7358418d-b80f-4e6f-b48c-8bb762cd2153} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5208 | 2024.12.21 08:21:20.542522 [ 258 ] {7358418d-b80f-4e6f-b48c-8bb762cd2153} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2024.12.21 08:21:20.542778 [ 258 ] {7358418d-b80f-4e6f-b48c-8bb762cd2153} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001807 sec., 2213.6137244050915 rows/sec., 180.50 KiB/sec. | ||
| 5210 | 2024.12.21 08:21:20.542852 [ 258 ] {7358418d-b80f-4e6f-b48c-8bb762cd2153} <Debug> TCPHandler: Processed in 0.00216179 sec. | ||
| 5211 | 2024.12.21 08:21:20.543087 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2024.12.21 08:21:20.543322 [ 4 ] {acdb84e5-337b-47fc-9083-5fa33f7c1703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5213 | 2024.12.21 08:21:20.543419 [ 4 ] {acdb84e5-337b-47fc-9083-5fa33f7c1703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5214 | 2024.12.21 08:21:20.544574 [ 4 ] {acdb84e5-337b-47fc-9083-5fa33f7c1703} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2024.12.21 08:21:20.544617 [ 4 ] {acdb84e5-337b-47fc-9083-5fa33f7c1703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5216 | 2024.12.21 08:21:20.545069 [ 4 ] {acdb84e5-337b-47fc-9083-5fa33f7c1703} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5217 | 2024.12.21 08:21:20.545319 [ 4 ] {acdb84e5-337b-47fc-9083-5fa33f7c1703} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2024.12.21 08:21:20.545537 [ 4 ] {acdb84e5-337b-47fc-9083-5fa33f7c1703} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002273 sec., 598768.1478222613 rows/sec., 49.96 MiB/sec. | ||
| 5219 | 2024.12.21 08:21:20.545596 [ 4 ] {acdb84e5-337b-47fc-9083-5fa33f7c1703} <Debug> TCPHandler: Processed in 0.002626413 sec. | ||
| 5220 | 2024.12.21 08:21:20.545753 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5221 | 2024.12.21 08:21:20.545873 [ 258 ] {9b1f206c-1761-4cae-a1c8-d8801b8ec64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5222 | 2024.12.21 08:21:20.545922 [ 258 ] {9b1f206c-1761-4cae-a1c8-d8801b8ec64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5223 | 2024.12.21 08:21:20.546511 [ 258 ] {9b1f206c-1761-4cae-a1c8-d8801b8ec64f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2024.12.21 08:21:20.546549 [ 258 ] {9b1f206c-1761-4cae-a1c8-d8801b8ec64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5225 | 2024.12.21 08:21:20.546904 [ 258 ] {9b1f206c-1761-4cae-a1c8-d8801b8ec64f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5226 | 2024.12.21 08:21:20.547135 [ 258 ] {9b1f206c-1761-4cae-a1c8-d8801b8ec64f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2024.12.21 08:21:20.547300 [ 44 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5228 | 2024.12.21 08:21:20.547368 [ 258 ] {9b1f206c-1761-4cae-a1c8-d8801b8ec64f} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001515 sec., 12541.25412541254 rows/sec., 882.45 KiB/sec. | ||
| 5229 | 2024.12.21 08:21:20.547379 [ 44 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5230 | 2024.12.21 08:21:20.547460 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5231 | 2024.12.21 08:21:20.547490 [ 258 ] {9b1f206c-1761-4cae-a1c8-d8801b8ec64f} <Debug> TCPHandler: Processed in 0.001791445 sec. | ||
| 5232 | 2024.12.21 08:21:20.547902 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5233 | 2024.12.21 08:21:20.547928 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 5234 | 2024.12.21 08:21:20.548387 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5235 | 2024.12.21 08:21:20.548396 [ 4 ] {0a183bbe-7cf7-427a-ab34-1bf65d5314d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5236 | 2024.12.21 08:21:20.548438 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 66 rows starting from the beginning of the part | ||
| 5237 | 2024.12.21 08:21:20.548512 [ 4 ] {0a183bbe-7cf7-427a-ab34-1bf65d5314d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5238 | 2024.12.21 08:21:20.548813 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 15 rows starting from the beginning of the part | ||
| 5239 | 2024.12.21 08:21:20.549111 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part | ||
| 5240 | 2024.12.21 08:21:20.549492 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part | ||
| 5241 | 2024.12.21 08:21:20.549940 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part | ||
| 5242 | 2024.12.21 08:21:20.550363 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 19 rows starting from the beginning of the part | ||
| 5243 | 2024.12.21 08:21:20.551749 [ 4 ] {0a183bbe-7cf7-427a-ab34-1bf65d5314d7} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5244 | 2024.12.21 08:21:20.551810 [ 4 ] {0a183bbe-7cf7-427a-ab34-1bf65d5314d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5245 | 2024.12.21 08:21:20.552838 [ 4 ] {0a183bbe-7cf7-427a-ab34-1bf65d5314d7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5246 | 2024.12.21 08:21:20.553433 [ 4 ] {0a183bbe-7cf7-427a-ab34-1bf65d5314d7} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5247 | 2024.12.21 08:21:20.553455 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005891182 sec., 30723.88529161041 rows/sec., 2.31 MiB/sec. | ||
| 5248 | 2024.12.21 08:21:20.553706 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5249 | 2024.12.21 08:21:20.553724 [ 4 ] {0a183bbe-7cf7-427a-ab34-1bf65d5314d7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005476 sec., 44192.84149013879 rows/sec., 2.99 MiB/sec. | ||
| 5250 | 2024.12.21 08:21:20.553845 [ 4 ] {0a183bbe-7cf7-427a-ab34-1bf65d5314d7} <Debug> TCPHandler: Processed in 0.006233415 sec. | ||
| 5251 | 2024.12.21 08:21:20.554029 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5252 | 2024.12.21 08:21:20.554203 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2024.12.21 08:21:20.554237 [ 258 ] {bbdcfb40-a8e4-4222-a94c-293d62c8440c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5254 | 2024.12.21 08:21:20.554341 [ 258 ] {bbdcfb40-a8e4-4222-a94c-293d62c8440c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5255 | 2024.12.21 08:21:20.554373 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_31_6} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5256 | 2024.12.21 08:21:20.554567 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5257 | 2024.12.21 08:21:20.555092 [ 258 ] {bbdcfb40-a8e4-4222-a94c-293d62c8440c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5258 | 2024.12.21 08:21:20.555139 [ 258 ] {bbdcfb40-a8e4-4222-a94c-293d62c8440c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5259 | 2024.12.21 08:21:20.555510 [ 258 ] {bbdcfb40-a8e4-4222-a94c-293d62c8440c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5260 | 2024.12.21 08:21:20.555748 [ 258 ] {bbdcfb40-a8e4-4222-a94c-293d62c8440c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2024.12.21 08:21:20.555988 [ 258 ] {bbdcfb40-a8e4-4222-a94c-293d62c8440c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001801 sec., 7218.212104386452 rows/sec., 450.05 KiB/sec. | ||
| 5262 | 2024.12.21 08:21:20.556095 [ 258 ] {bbdcfb40-a8e4-4222-a94c-293d62c8440c} <Debug> TCPHandler: Processed in 0.002148519 sec. | ||
| 5263 | 2024.12.21 08:21:20.556238 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5264 | 2024.12.21 08:21:20.556374 [ 4 ] {64767ac2-1a41-45c2-8f17-80dff1e2382c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5265 | 2024.12.21 08:21:20.556434 [ 4 ] {64767ac2-1a41-45c2-8f17-80dff1e2382c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5266 | 2024.12.21 08:21:20.557422 [ 4 ] {64767ac2-1a41-45c2-8f17-80dff1e2382c} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2024.12.21 08:21:20.557462 [ 4 ] {64767ac2-1a41-45c2-8f17-80dff1e2382c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5268 | 2024.12.21 08:21:20.557862 [ 4 ] {64767ac2-1a41-45c2-8f17-80dff1e2382c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5269 | 2024.12.21 08:21:20.558107 [ 4 ] {64767ac2-1a41-45c2-8f17-80dff1e2382c} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2024.12.21 08:21:20.558319 [ 4 ] {64767ac2-1a41-45c2-8f17-80dff1e2382c} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.001975 sec., 430379.746835443 rows/sec., 31.12 MiB/sec. | ||
| 5271 | 2024.12.21 08:21:20.558378 [ 4 ] {64767ac2-1a41-45c2-8f17-80dff1e2382c} <Debug> TCPHandler: Processed in 0.00220525 sec. | ||
| 5272 | 2024.12.21 08:21:20.558526 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5273 | 2024.12.21 08:21:20.558644 [ 258 ] {99dbb9e7-aada-4e1c-a312-6ee910a06a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5274 | 2024.12.21 08:21:20.558696 [ 258 ] {99dbb9e7-aada-4e1c-a312-6ee910a06a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5275 | 2024.12.21 08:21:20.559193 [ 258 ] {99dbb9e7-aada-4e1c-a312-6ee910a06a37} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2024.12.21 08:21:20.559232 [ 258 ] {99dbb9e7-aada-4e1c-a312-6ee910a06a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5277 | 2024.12.21 08:21:20.559591 [ 258 ] {99dbb9e7-aada-4e1c-a312-6ee910a06a37} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5278 | 2024.12.21 08:21:20.559829 [ 258 ] {99dbb9e7-aada-4e1c-a312-6ee910a06a37} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5279 | 2024.12.21 08:21:20.560075 [ 258 ] {99dbb9e7-aada-4e1c-a312-6ee910a06a37} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec. | ||
| 5280 | 2024.12.21 08:21:20.560162 [ 258 ] {99dbb9e7-aada-4e1c-a312-6ee910a06a37} <Debug> TCPHandler: Processed in 0.001694285 sec. | ||
| 5281 | 2024.12.21 08:21:20.560308 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5282 | 2024.12.21 08:21:20.560466 [ 4 ] {4f375291-0be7-4577-a8b3-4eef9f8144a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5283 | 2024.12.21 08:21:20.560561 [ 4 ] {4f375291-0be7-4577-a8b3-4eef9f8144a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5284 | 2024.12.21 08:21:20.561665 [ 4 ] {4f375291-0be7-4577-a8b3-4eef9f8144a8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5285 | 2024.12.21 08:21:20.561705 [ 4 ] {4f375291-0be7-4577-a8b3-4eef9f8144a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5286 | 2024.12.21 08:21:20.562138 [ 4 ] {4f375291-0be7-4577-a8b3-4eef9f8144a8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5287 | 2024.12.21 08:21:20.562376 [ 4 ] {4f375291-0be7-4577-a8b3-4eef9f8144a8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5288 | 2024.12.21 08:21:20.562599 [ 4 ] {4f375291-0be7-4577-a8b3-4eef9f8144a8} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002191 sec., 423094.47740757646 rows/sec., 28.23 MiB/sec. | ||
| 5289 | 2024.12.21 08:21:20.562659 [ 4 ] {4f375291-0be7-4577-a8b3-4eef9f8144a8} <Debug> TCPHandler: Processed in 0.002406911 sec. | ||
| 5290 | 2024.12.21 08:21:20.562803 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5291 | 2024.12.21 08:21:20.562921 [ 258 ] {c4fe9ecb-1ba9-4d9d-9fd2-170abc6a7f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5292 | 2024.12.21 08:21:20.562973 [ 258 ] {c4fe9ecb-1ba9-4d9d-9fd2-170abc6a7f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5293 | 2024.12.21 08:21:20.563463 [ 258 ] {c4fe9ecb-1ba9-4d9d-9fd2-170abc6a7f43} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5294 | 2024.12.21 08:21:20.563502 [ 258 ] {c4fe9ecb-1ba9-4d9d-9fd2-170abc6a7f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5295 | 2024.12.21 08:21:20.563871 [ 258 ] {c4fe9ecb-1ba9-4d9d-9fd2-170abc6a7f43} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5296 | 2024.12.21 08:21:20.564101 [ 258 ] {c4fe9ecb-1ba9-4d9d-9fd2-170abc6a7f43} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5297 | 2024.12.21 08:21:20.564315 [ 258 ] {c4fe9ecb-1ba9-4d9d-9fd2-170abc6a7f43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
| 5298 | 2024.12.21 08:21:20.564365 [ 258 ] {c4fe9ecb-1ba9-4d9d-9fd2-170abc6a7f43} <Debug> TCPHandler: Processed in 0.001618624 sec. | ||
| 5299 | 2024.12.21 08:21:20.564567 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5300 | 2024.12.21 08:21:20.564790 [ 4 ] {735cdada-8b98-416e-8d3d-8fcdc0a6cb74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5301 | 2024.12.21 08:21:20.564931 [ 4 ] {735cdada-8b98-416e-8d3d-8fcdc0a6cb74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5302 | 2024.12.21 08:21:20.566229 [ 4 ] {735cdada-8b98-416e-8d3d-8fcdc0a6cb74} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5303 | 2024.12.21 08:21:20.566269 [ 4 ] {735cdada-8b98-416e-8d3d-8fcdc0a6cb74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5304 | 2024.12.21 08:21:20.566868 [ 4 ] {735cdada-8b98-416e-8d3d-8fcdc0a6cb74} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5305 | 2024.12.21 08:21:20.567121 [ 4 ] {735cdada-8b98-416e-8d3d-8fcdc0a6cb74} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5306 | 2024.12.21 08:21:20.567372 [ 4 ] {735cdada-8b98-416e-8d3d-8fcdc0a6cb74} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002636 sec., 3034.901365705615 rows/sec., 5.44 MiB/sec. | ||
| 5307 | 2024.12.21 08:21:20.567479 [ 4 ] {735cdada-8b98-416e-8d3d-8fcdc0a6cb74} <Debug> TCPHandler: Processed in 0.003021777 sec. | ||
| 5308 | 2024.12.21 08:21:20.567674 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5309 | 2024.12.21 08:21:20.567877 [ 258 ] {a0fb12dc-3c94-4750-a7b6-1fffc382779b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5310 | 2024.12.21 08:21:20.567963 [ 258 ] {a0fb12dc-3c94-4750-a7b6-1fffc382779b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5311 | 2024.12.21 08:21:20.568684 [ 258 ] {a0fb12dc-3c94-4750-a7b6-1fffc382779b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5312 | 2024.12.21 08:21:20.568724 [ 258 ] {a0fb12dc-3c94-4750-a7b6-1fffc382779b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5313 | 2024.12.21 08:21:20.569084 [ 258 ] {a0fb12dc-3c94-4750-a7b6-1fffc382779b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5314 | 2024.12.21 08:21:20.569308 [ 258 ] {a0fb12dc-3c94-4750-a7b6-1fffc382779b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5315 | 2024.12.21 08:21:20.569543 [ 258 ] {a0fb12dc-3c94-4750-a7b6-1fffc382779b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001714 sec., 40840.14002333722 rows/sec., 2.57 MiB/sec. | ||
| 5316 | 2024.12.21 08:21:20.569595 [ 258 ] {a0fb12dc-3c94-4750-a7b6-1fffc382779b} <Debug> TCPHandler: Processed in 0.002017597 sec. | ||
| 5317 | 2024.12.21 08:21:22.342706 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5318 | 2024.12.21 08:21:22.342899 [ 4 ] {fe9fa372-99b1-48a1-86a6-5d4b10320c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5319 | 2024.12.21 08:21:22.343000 [ 4 ] {fe9fa372-99b1-48a1-86a6-5d4b10320c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5320 | 2024.12.21 08:21:22.343822 [ 4 ] {fe9fa372-99b1-48a1-86a6-5d4b10320c24} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2024.12.21 08:21:22.343879 [ 4 ] {fe9fa372-99b1-48a1-86a6-5d4b10320c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5322 | 2024.12.21 08:21:22.344321 [ 4 ] {fe9fa372-99b1-48a1-86a6-5d4b10320c24} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5323 | 2024.12.21 08:21:22.344581 [ 4 ] {fe9fa372-99b1-48a1-86a6-5d4b10320c24} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2024.12.21 08:21:22.344824 [ 4 ] {fe9fa372-99b1-48a1-86a6-5d4b10320c24} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001967 sec., 28469.750889679715 rows/sec., 2.19 MiB/sec. | ||
| 5325 | 2024.12.21 08:21:22.344940 [ 4 ] {fe9fa372-99b1-48a1-86a6-5d4b10320c24} <Debug> TCPHandler: Processed in 0.00236973 sec. | ||
| 5326 | 2024.12.21 08:21:22.345265 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5327 | 2024.12.21 08:21:22.345466 [ 258 ] {25c6228b-99fa-4d12-a71c-fd7cec26b319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5328 | 2024.12.21 08:21:22.345544 [ 258 ] {25c6228b-99fa-4d12-a71c-fd7cec26b319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5329 | 2024.12.21 08:21:22.346359 [ 258 ] {25c6228b-99fa-4d12-a71c-fd7cec26b319} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2024.12.21 08:21:22.346418 [ 258 ] {25c6228b-99fa-4d12-a71c-fd7cec26b319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5331 | 2024.12.21 08:21:22.346869 [ 258 ] {25c6228b-99fa-4d12-a71c-fd7cec26b319} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5332 | 2024.12.21 08:21:22.347147 [ 258 ] {25c6228b-99fa-4d12-a71c-fd7cec26b319} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2024.12.21 08:21:22.347437 [ 258 ] {25c6228b-99fa-4d12-a71c-fd7cec26b319} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002022 sec., 31651.829871414444 rows/sec., 2.47 MiB/sec. | ||
| 5334 | 2024.12.21 08:21:22.347585 [ 258 ] {25c6228b-99fa-4d12-a71c-fd7cec26b319} <Debug> TCPHandler: Processed in 0.002476892 sec. | ||
| 5335 | 2024.12.21 08:21:22.347809 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5336 | 2024.12.21 08:21:22.347969 [ 4 ] {3cc92634-d05a-42f8-9ab4-aafbec172d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5337 | 2024.12.21 08:21:22.348036 [ 4 ] {3cc92634-d05a-42f8-9ab4-aafbec172d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5338 | 2024.12.21 08:21:22.348719 [ 4 ] {3cc92634-d05a-42f8-9ab4-aafbec172d23} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5339 | 2024.12.21 08:21:22.348762 [ 4 ] {3cc92634-d05a-42f8-9ab4-aafbec172d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5340 | 2024.12.21 08:21:22.349166 [ 4 ] {3cc92634-d05a-42f8-9ab4-aafbec172d23} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5341 | 2024.12.21 08:21:22.349420 [ 4 ] {3cc92634-d05a-42f8-9ab4-aafbec172d23} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5342 | 2024.12.21 08:21:22.349678 [ 4 ] {3cc92634-d05a-42f8-9ab4-aafbec172d23} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001741 sec., 18380.241240666284 rows/sec., 1.28 MiB/sec. | ||
| 5343 | 2024.12.21 08:21:22.349815 [ 4 ] {3cc92634-d05a-42f8-9ab4-aafbec172d23} <Debug> TCPHandler: Processed in 0.002077708 sec. | ||
| 5344 | 2024.12.21 08:21:22.350008 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5345 | 2024.12.21 08:21:22.350142 [ 258 ] {2c70968b-1413-4432-a3f4-2ac7c63c9582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5346 | 2024.12.21 08:21:22.350202 [ 258 ] {2c70968b-1413-4432-a3f4-2ac7c63c9582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5347 | 2024.12.21 08:21:22.350721 [ 258 ] {2c70968b-1413-4432-a3f4-2ac7c63c9582} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5348 | 2024.12.21 08:21:22.350763 [ 258 ] {2c70968b-1413-4432-a3f4-2ac7c63c9582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5349 | 2024.12.21 08:21:22.351151 [ 258 ] {2c70968b-1413-4432-a3f4-2ac7c63c9582} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5350 | 2024.12.21 08:21:22.351386 [ 258 ] {2c70968b-1413-4432-a3f4-2ac7c63c9582} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5351 | 2024.12.21 08:21:22.351641 [ 258 ] {2c70968b-1413-4432-a3f4-2ac7c63c9582} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001526 sec., 7863.695937090432 rows/sec., 542.68 KiB/sec. | ||
| 5352 | 2024.12.21 08:21:22.351853 [ 258 ] {2c70968b-1413-4432-a3f4-2ac7c63c9582} <Debug> TCPHandler: Processed in 0.001900486 sec. | ||
| 5353 | 2024.12.21 08:21:23.868867 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5354 | 2024.12.21 08:21:23.869507 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2024.12.21 08:21:23.869550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5356 | 2024.12.21 08:21:23.870029 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5357 | 2024.12.21 08:21:23.870260 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2024.12.21 08:21:23.870533 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5359 | 2024.12.21 08:21:24.638590 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5360 | 2024.12.21 08:21:24.659265 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2024.12.21 08:21:24.659308 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5362 | 2024.12.21 08:21:24.666901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5363 | 2024.12.21 08:21:24.667659 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2024.12.21 08:21:24.670858 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5365 | 2024.12.21 08:21:26.410267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 734 | ||
| 5366 | 2024.12.21 08:21:26.413618 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5367 | 2024.12.21 08:21:26.413676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5368 | 2024.12.21 08:21:26.415169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5369 | 2024.12.21 08:21:26.415478 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5370 | 2024.12.21 08:21:26.416569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734 | ||
| 5371 | 2024.12.21 08:21:27.350799 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5372 | 2024.12.21 08:21:27.351016 [ 4 ] {47160610-fa43-4478-b53f-2cb63599ba25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5373 | 2024.12.21 08:21:27.351099 [ 4 ] {47160610-fa43-4478-b53f-2cb63599ba25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5374 | 2024.12.21 08:21:27.351977 [ 4 ] {47160610-fa43-4478-b53f-2cb63599ba25} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5375 | 2024.12.21 08:21:27.352029 [ 4 ] {47160610-fa43-4478-b53f-2cb63599ba25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5376 | 2024.12.21 08:21:27.352484 [ 4 ] {47160610-fa43-4478-b53f-2cb63599ba25} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5377 | 2024.12.21 08:21:27.352741 [ 4 ] {47160610-fa43-4478-b53f-2cb63599ba25} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5378 | 2024.12.21 08:21:27.352993 [ 4 ] {47160610-fa43-4478-b53f-2cb63599ba25} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002037 sec., 59891.998036327925 rows/sec., 5.09 MiB/sec. | ||
| 5379 | 2024.12.21 08:21:27.353063 [ 4 ] {47160610-fa43-4478-b53f-2cb63599ba25} <Debug> TCPHandler: Processed in 0.002403851 sec. | ||
| 5380 | 2024.12.21 08:21:27.353321 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5381 | 2024.12.21 08:21:27.353511 [ 258 ] {fc17d0fb-1cf9-4dc8-b778-a443194ed88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5382 | 2024.12.21 08:21:27.353583 [ 258 ] {fc17d0fb-1cf9-4dc8-b778-a443194ed88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5383 | 2024.12.21 08:21:27.354365 [ 258 ] {fc17d0fb-1cf9-4dc8-b778-a443194ed88e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5384 | 2024.12.21 08:21:27.354414 [ 258 ] {fc17d0fb-1cf9-4dc8-b778-a443194ed88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5385 | 2024.12.21 08:21:27.354849 [ 258 ] {fc17d0fb-1cf9-4dc8-b778-a443194ed88e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5386 | 2024.12.21 08:21:27.355102 [ 258 ] {fc17d0fb-1cf9-4dc8-b778-a443194ed88e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5387 | 2024.12.21 08:21:27.355302 [ 258 ] {fc17d0fb-1cf9-4dc8-b778-a443194ed88e} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001842 sec., 17915.309446254072 rows/sec., 1.32 MiB/sec. | ||
| 5388 | 2024.12.21 08:21:27.355368 [ 258 ] {fc17d0fb-1cf9-4dc8-b778-a443194ed88e} <Debug> TCPHandler: Processed in 0.002175169 sec. | ||
| 5389 | 2024.12.21 08:21:27.355526 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5390 | 2024.12.21 08:21:27.355670 [ 4 ] {d3266931-c2ea-43ca-86f6-940ab8142ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5391 | 2024.12.21 08:21:27.355732 [ 4 ] {d3266931-c2ea-43ca-86f6-940ab8142ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5392 | 2024.12.21 08:21:27.356476 [ 4 ] {d3266931-c2ea-43ca-86f6-940ab8142ff4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5393 | 2024.12.21 08:21:27.356526 [ 4 ] {d3266931-c2ea-43ca-86f6-940ab8142ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5394 | 2024.12.21 08:21:27.356913 [ 4 ] {d3266931-c2ea-43ca-86f6-940ab8142ff4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5395 | 2024.12.21 08:21:27.357149 [ 4 ] {d3266931-c2ea-43ca-86f6-940ab8142ff4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5396 | 2024.12.21 08:21:27.357363 [ 4 ] {d3266931-c2ea-43ca-86f6-940ab8142ff4} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001727 sec., 56166.7631731326 rows/sec., 4.39 MiB/sec. | ||
| 5397 | 2024.12.21 08:21:27.357419 [ 4 ] {d3266931-c2ea-43ca-86f6-940ab8142ff4} <Debug> TCPHandler: Processed in 0.001961138 sec. | ||
| 5398 | 2024.12.21 08:21:27.357579 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5399 | 2024.12.21 08:21:27.357721 [ 258 ] {973be025-2e2f-4e5d-869a-80ced122768a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5400 | 2024.12.21 08:21:27.357786 [ 258 ] {973be025-2e2f-4e5d-869a-80ced122768a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5401 | 2024.12.21 08:21:27.358481 [ 258 ] {973be025-2e2f-4e5d-869a-80ced122768a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5402 | 2024.12.21 08:21:27.358527 [ 258 ] {973be025-2e2f-4e5d-869a-80ced122768a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5403 | 2024.12.21 08:21:27.358943 [ 258 ] {973be025-2e2f-4e5d-869a-80ced122768a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5404 | 2024.12.21 08:21:27.359194 [ 258 ] {973be025-2e2f-4e5d-869a-80ced122768a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5405 | 2024.12.21 08:21:27.359326 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5406 | 2024.12.21 08:21:27.359379 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2024.12.21 08:21:27.359383 [ 258 ] {973be025-2e2f-4e5d-869a-80ced122768a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec. | ||
| 5408 | 2024.12.21 08:21:27.359408 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5409 | 2024.12.21 08:21:27.359473 [ 258 ] {973be025-2e2f-4e5d-869a-80ced122768a} <Debug> TCPHandler: Processed in 0.001948157 sec. | ||
| 5410 | 2024.12.21 08:21:27.359578 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 5411 | 2024.12.21 08:21:27.359658 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2024.12.21 08:21:27.359767 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5413 | 2024.12.21 08:21:27.359862 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8289 rows starting from the beginning of the part | ||
| 5414 | 2024.12.21 08:21:27.359898 [ 4 ] {7dee9071-c05b-45ce-9245-d887c76122bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5415 | 2024.12.21 08:21:27.360124 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 5416 | 2024.12.21 08:21:27.360274 [ 4 ] {7dee9071-c05b-45ce-9245-d887c76122bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5417 | 2024.12.21 08:21:27.360501 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 5418 | 2024.12.21 08:21:27.360938 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 927 rows starting from the beginning of the part | ||
| 5419 | 2024.12.21 08:21:27.361229 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 5420 | 2024.12.21 08:21:27.361631 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 5421 | 2024.12.21 08:21:27.365509 [ 4 ] {7dee9071-c05b-45ce-9245-d887c76122bf} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5422 | 2024.12.21 08:21:27.365565 [ 4 ] {7dee9071-c05b-45ce-9245-d887c76122bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5423 | 2024.12.21 08:21:27.366908 [ 4 ] {7dee9071-c05b-45ce-9245-d887c76122bf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5424 | 2024.12.21 08:21:27.367240 [ 4 ] {7dee9071-c05b-45ce-9245-d887c76122bf} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5425 | 2024.12.21 08:21:27.367582 [ 4 ] {7dee9071-c05b-45ce-9245-d887c76122bf} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007742 sec., 4262.464479462671 rows/sec., 7.64 MiB/sec. | ||
| 5426 | 2024.12.21 08:21:27.368593 [ 4 ] {7dee9071-c05b-45ce-9245-d887c76122bf} <Debug> TCPHandler: Processed in 0.008997719 sec. | ||
| 5427 | 2024.12.21 08:21:27.368752 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9805 rows, containing 5 columns (5 merged, 0 gathered) in 0.009256182 sec., 1059292.0493568515 rows/sec., 71.22 MiB/sec. | ||
| 5428 | 2024.12.21 08:21:27.368833 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2024.12.21 08:21:27.369037 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5430 | 2024.12.21 08:21:27.369044 [ 258 ] {c26db374-f7ea-4094-85ff-ff025ac53eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5431 | 2024.12.21 08:21:27.369196 [ 258 ] {c26db374-f7ea-4094-85ff-ff025ac53eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5432 | 2024.12.21 08:21:27.369669 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5433 | 2024.12.21 08:21:27.369891 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5434 | 2024.12.21 08:21:27.370102 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 5435 | 2024.12.21 08:21:27.370253 [ 258 ] {c26db374-f7ea-4094-85ff-ff025ac53eda} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5436 | 2024.12.21 08:21:27.370321 [ 258 ] {c26db374-f7ea-4094-85ff-ff025ac53eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5437 | 2024.12.21 08:21:27.370692 [ 258 ] {c26db374-f7ea-4094-85ff-ff025ac53eda} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5438 | 2024.12.21 08:21:27.370935 [ 258 ] {c26db374-f7ea-4094-85ff-ff025ac53eda} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5439 | 2024.12.21 08:21:27.371060 [ 31 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5440 | 2024.12.21 08:21:27.371102 [ 31 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2024.12.21 08:21:27.371126 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 5442 | 2024.12.21 08:21:27.371129 [ 258 ] {c26db374-f7ea-4094-85ff-ff025ac53eda} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00214 sec., 28037.383177570093 rows/sec., 1.89 MiB/sec. | ||
| 5443 | 2024.12.21 08:21:27.371297 [ 258 ] {c26db374-f7ea-4094-85ff-ff025ac53eda} <Debug> TCPHandler: Processed in 0.002575513 sec. | ||
| 5444 | 2024.12.21 08:21:27.371380 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 5445 | 2024.12.21 08:21:27.371554 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5446 | 2024.12.21 08:21:27.371597 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1420 rows starting from the beginning of the part | ||
| 5447 | 2024.12.21 08:21:27.371685 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 5448 | 2024.12.21 08:21:27.371785 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 5449 | 2024.12.21 08:21:27.371867 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 70 rows starting from the beginning of the part | ||
| 5450 | 2024.12.21 08:21:27.371941 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part | ||
| 5451 | 2024.12.21 08:21:27.372045 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 5452 | 2024.12.21 08:21:27.373322 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1704 rows, containing 4 columns (4 merged, 0 gathered) in 0.002097339 sec., 812458.0718710709 rows/sec., 52.39 MiB/sec. | ||
| 5453 | 2024.12.21 08:21:27.373617 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5454 | 2024.12.21 08:21:27.373974 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2024.12.21 08:21:27.374072 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_31_6} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5456 | 2024.12.21 08:21:27.374178 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5457 | 2024.12.21 08:21:31.267244 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5458 | 2024.12.21 08:21:31.267322 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5459 | 2024.12.21 08:21:31.370842 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5460 | 2024.12.21 08:21:31.371631 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2024.12.21 08:21:31.371694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5462 | 2024.12.21 08:21:31.372246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5463 | 2024.12.21 08:21:31.372509 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2024.12.21 08:21:31.372723 [ 26 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5465 | 2024.12.21 08:21:31.372785 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5466 | 2024.12.21 08:21:31.372814 [ 26 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2024.12.21 08:21:31.372850 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5468 | 2024.12.21 08:21:31.373090 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 5469 | 2024.12.21 08:21:31.373335 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5470 | 2024.12.21 08:21:31.373386 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 5471 | 2024.12.21 08:21:31.373473 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 5472 | 2024.12.21 08:21:31.373620 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 5473 | 2024.12.21 08:21:31.373718 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 5474 | 2024.12.21 08:21:31.373807 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 5475 | 2024.12.21 08:21:31.373907 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 5476 | 2024.12.21 08:21:31.378889 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005949692 sec., 2009515.7866995467 rows/sec., 28.75 MiB/sec. | ||
| 5477 | 2024.12.21 08:21:31.379197 [ 196 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5478 | 2024.12.21 08:21:31.379533 [ 196 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_26_5} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2024.12.21 08:21:31.379628 [ 196 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_26_5} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5480 | 2024.12.21 08:21:31.379731 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5481 | 2024.12.21 08:21:31.743963 [ 26 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5482 | 2024.12.21 08:21:31.744039 [ 26 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5483 | 2024.12.21 08:21:31.744066 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5484 | 2024.12.21 08:21:31.744370 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 5485 | 2024.12.21 08:21:31.744645 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5486 | 2024.12.21 08:21:31.744709 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5487 | 2024.12.21 08:21:31.744833 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5488 | 2024.12.21 08:21:31.744939 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5489 | 2024.12.21 08:21:31.745140 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5490 | 2024.12.21 08:21:31.745365 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5491 | 2024.12.21 08:21:31.746563 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002384741 sec., 37739.947440833195 rows/sec., 1.93 MiB/sec. | ||
| 5492 | 2024.12.21 08:21:31.746789 [ 198 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5493 | 2024.12.21 08:21:31.747182 [ 198 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5494 | 2024.12.21 08:21:31.747283 [ 198 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_15_3} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5495 | 2024.12.21 08:21:31.747396 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5496 | 2024.12.21 08:21:32.171054 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5497 | 2024.12.21 08:21:32.192553 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2024.12.21 08:21:32.192608 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5499 | 2024.12.21 08:21:32.200315 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5500 | 2024.12.21 08:21:32.201128 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2024.12.21 08:21:32.201416 [ 24 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5502 | 2024.12.21 08:21:32.201476 [ 24 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2024.12.21 08:21:32.201514 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5504 | 2024.12.21 08:21:32.201713 [ 196 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 5505 | 2024.12.21 08:21:32.210376 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5506 | 2024.12.21 08:21:32.211623 [ 196 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5507 | 2024.12.21 08:21:32.212538 [ 196 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 5508 | 2024.12.21 08:21:32.217153 [ 196 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 5509 | 2024.12.21 08:21:32.221742 [ 196 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 5510 | 2024.12.21 08:21:32.226679 [ 196 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 5511 | 2024.12.21 08:21:32.231943 [ 196 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 5512 | 2024.12.21 08:21:32.237388 [ 196 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 5513 | 2024.12.21 08:21:32.294481 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.092880119 sec., 2110.247080971117 rows/sec., 10.91 MiB/sec. | ||
| 5514 | 2024.12.21 08:21:32.297422 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5515 | 2024.12.21 08:21:32.300513 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_26_5} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5516 | 2024.12.21 08:21:32.300641 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_26_5} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5517 | 2024.12.21 08:21:32.303247 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5518 | 2024.12.21 08:21:32.353194 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5519 | 2024.12.21 08:21:32.353356 [ 4 ] {fdf8644b-53d5-465a-93a9-daa4fff79496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5520 | 2024.12.21 08:21:32.353424 [ 4 ] {fdf8644b-53d5-465a-93a9-daa4fff79496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5521 | 2024.12.21 08:21:32.354159 [ 4 ] {fdf8644b-53d5-465a-93a9-daa4fff79496} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2024.12.21 08:21:32.354203 [ 4 ] {fdf8644b-53d5-465a-93a9-daa4fff79496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5523 | 2024.12.21 08:21:32.354607 [ 4 ] {fdf8644b-53d5-465a-93a9-daa4fff79496} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5524 | 2024.12.21 08:21:32.354872 [ 4 ] {fdf8644b-53d5-465a-93a9-daa4fff79496} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2024.12.21 08:21:32.355109 [ 4 ] {fdf8644b-53d5-465a-93a9-daa4fff79496} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0018 sec., 7777.777777777778 rows/sec., 559.90 KiB/sec. | ||
| 5526 | 2024.12.21 08:21:32.355235 [ 4 ] {fdf8644b-53d5-465a-93a9-daa4fff79496} <Debug> TCPHandler: Processed in 0.002159069 sec. | ||
| 5527 | 2024.12.21 08:21:32.355506 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2024.12.21 08:21:32.355702 [ 258 ] {bff35a52-bcb6-409d-b1fb-a2e6501a4c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5529 | 2024.12.21 08:21:32.355775 [ 258 ] {bff35a52-bcb6-409d-b1fb-a2e6501a4c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5530 | 2024.12.21 08:21:32.356640 [ 258 ] {bff35a52-bcb6-409d-b1fb-a2e6501a4c9a} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2024.12.21 08:21:32.356693 [ 258 ] {bff35a52-bcb6-409d-b1fb-a2e6501a4c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5532 | 2024.12.21 08:21:32.357163 [ 258 ] {bff35a52-bcb6-409d-b1fb-a2e6501a4c9a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5533 | 2024.12.21 08:21:32.357435 [ 258 ] {bff35a52-bcb6-409d-b1fb-a2e6501a4c9a} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5534 | 2024.12.21 08:21:32.357619 [ 24 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5535 | 2024.12.21 08:21:32.357679 [ 24 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5536 | 2024.12.21 08:21:32.357719 [ 258 ] {bff35a52-bcb6-409d-b1fb-a2e6501a4c9a} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002056 sec., 106517.50972762646 rows/sec., 9.30 MiB/sec. | ||
| 5537 | 2024.12.21 08:21:32.357726 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5538 | 2024.12.21 08:21:32.357913 [ 258 ] {bff35a52-bcb6-409d-b1fb-a2e6501a4c9a} <Debug> TCPHandler: Processed in 0.002538312 sec. | ||
| 5539 | 2024.12.21 08:21:32.358008 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 5540 | 2024.12.21 08:21:32.358125 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5541 | 2024.12.21 08:21:32.358176 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5542 | 2024.12.21 08:21:32.358222 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1437 rows starting from the beginning of the part | ||
| 5543 | 2024.12.21 08:21:32.358287 [ 4 ] {e2e6fa8f-f13c-4d2e-91c1-a7e622abc7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5544 | 2024.12.21 08:21:32.358360 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 122 rows starting from the beginning of the part | ||
| 5545 | 2024.12.21 08:21:32.358395 [ 4 ] {e2e6fa8f-f13c-4d2e-91c1-a7e622abc7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5546 | 2024.12.21 08:21:32.358654 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1361 rows starting from the beginning of the part | ||
| 5547 | 2024.12.21 08:21:32.358850 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 5548 | 2024.12.21 08:21:32.359071 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 122 rows starting from the beginning of the part | ||
| 5549 | 2024.12.21 08:21:32.359327 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 219 rows starting from the beginning of the part | ||
| 5550 | 2024.12.21 08:21:32.360104 [ 4 ] {e2e6fa8f-f13c-4d2e-91c1-a7e622abc7b9} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5551 | 2024.12.21 08:21:32.360154 [ 4 ] {e2e6fa8f-f13c-4d2e-91c1-a7e622abc7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5552 | 2024.12.21 08:21:32.360720 [ 4 ] {e2e6fa8f-f13c-4d2e-91c1-a7e622abc7b9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5553 | 2024.12.21 08:21:32.361034 [ 4 ] {e2e6fa8f-f13c-4d2e-91c1-a7e622abc7b9} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5554 | 2024.12.21 08:21:32.361263 [ 4 ] {e2e6fa8f-f13c-4d2e-91c1-a7e622abc7b9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003016 sec., 4973.474801061008 rows/sec., 350.67 KiB/sec. | ||
| 5555 | 2024.12.21 08:21:32.361330 [ 4 ] {e2e6fa8f-f13c-4d2e-91c1-a7e622abc7b9} <Debug> TCPHandler: Processed in 0.003274269 sec. | ||
| 5556 | 2024.12.21 08:21:32.361519 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5557 | 2024.12.21 08:21:32.361827 [ 258 ] {44106de5-c279-4c9b-97fa-c1553379e353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5558 | 2024.12.21 08:21:32.361832 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.003965115 sec., 836545.724398914 rows/sec., 73.33 MiB/sec. | ||
| 5559 | 2024.12.21 08:21:32.361883 [ 258 ] {44106de5-c279-4c9b-97fa-c1553379e353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5560 | 2024.12.21 08:21:32.362162 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5561 | 2024.12.21 08:21:32.362821 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5562 | 2024.12.21 08:21:32.363062 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_36_7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5563 | 2024.12.21 08:21:32.363136 [ 258 ] {44106de5-c279-4c9b-97fa-c1553379e353} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5564 | 2024.12.21 08:21:32.363208 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5565 | 2024.12.21 08:21:32.363220 [ 258 ] {44106de5-c279-4c9b-97fa-c1553379e353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5566 | 2024.12.21 08:21:32.363619 [ 258 ] {44106de5-c279-4c9b-97fa-c1553379e353} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5567 | 2024.12.21 08:21:32.363860 [ 258 ] {44106de5-c279-4c9b-97fa-c1553379e353} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5568 | 2024.12.21 08:21:32.364097 [ 258 ] {44106de5-c279-4c9b-97fa-c1553379e353} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002319 sec., 6037.0849504096595 rows/sec., 422.80 KiB/sec. | ||
| 5569 | 2024.12.21 08:21:32.364161 [ 258 ] {44106de5-c279-4c9b-97fa-c1553379e353} <Debug> TCPHandler: Processed in 0.002730354 sec. | ||
| 5570 | 2024.12.21 08:21:32.364338 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5571 | 2024.12.21 08:21:32.364455 [ 4 ] {abfcb5f9-a016-4bf1-a1d8-16d6e3cad921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5572 | 2024.12.21 08:21:32.364504 [ 4 ] {abfcb5f9-a016-4bf1-a1d8-16d6e3cad921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5573 | 2024.12.21 08:21:32.365078 [ 4 ] {abfcb5f9-a016-4bf1-a1d8-16d6e3cad921} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5574 | 2024.12.21 08:21:32.365118 [ 4 ] {abfcb5f9-a016-4bf1-a1d8-16d6e3cad921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5575 | 2024.12.21 08:21:32.365470 [ 4 ] {abfcb5f9-a016-4bf1-a1d8-16d6e3cad921} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5576 | 2024.12.21 08:21:32.365707 [ 4 ] {abfcb5f9-a016-4bf1-a1d8-16d6e3cad921} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5577 | 2024.12.21 08:21:32.365921 [ 4 ] {abfcb5f9-a016-4bf1-a1d8-16d6e3cad921} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001488 sec., 8736.559139784946 rows/sec., 544.72 KiB/sec. | ||
| 5578 | 2024.12.21 08:21:32.365973 [ 4 ] {abfcb5f9-a016-4bf1-a1d8-16d6e3cad921} <Debug> TCPHandler: Processed in 0.001693285 sec. | ||
| 5579 | 2024.12.21 08:21:32.366143 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5580 | 2024.12.21 08:21:32.366283 [ 258 ] {5337c4e4-e1e7-4822-9103-3ffd3b544030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5581 | 2024.12.21 08:21:32.366342 [ 258 ] {5337c4e4-e1e7-4822-9103-3ffd3b544030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5582 | 2024.12.21 08:21:32.367202 [ 258 ] {5337c4e4-e1e7-4822-9103-3ffd3b544030} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5583 | 2024.12.21 08:21:32.367241 [ 258 ] {5337c4e4-e1e7-4822-9103-3ffd3b544030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5584 | 2024.12.21 08:21:32.367635 [ 258 ] {5337c4e4-e1e7-4822-9103-3ffd3b544030} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5585 | 2024.12.21 08:21:32.367875 [ 258 ] {5337c4e4-e1e7-4822-9103-3ffd3b544030} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5586 | 2024.12.21 08:21:32.368046 [ 24 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5587 | 2024.12.21 08:21:32.368116 [ 24 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5588 | 2024.12.21 08:21:32.368128 [ 258 ] {5337c4e4-e1e7-4822-9103-3ffd3b544030} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001866 sec., 209003.2154340836 rows/sec., 14.82 MiB/sec. | ||
| 5589 | 2024.12.21 08:21:32.368155 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5590 | 2024.12.21 08:21:32.368271 [ 258 ] {5337c4e4-e1e7-4822-9103-3ffd3b544030} <Debug> TCPHandler: Processed in 0.002195429 sec. | ||
| 5591 | 2024.12.21 08:21:32.368564 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 5592 | 2024.12.21 08:21:32.368591 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5593 | 2024.12.21 08:21:32.368809 [ 4 ] {f7e8e724-c918-419f-9c76-45a0355f92ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5594 | 2024.12.21 08:21:32.368822 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5595 | 2024.12.21 08:21:32.368865 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part | ||
| 5596 | 2024.12.21 08:21:32.368873 [ 4 ] {f7e8e724-c918-419f-9c76-45a0355f92ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5597 | 2024.12.21 08:21:32.369051 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 97 rows starting from the beginning of the part | ||
| 5598 | 2024.12.21 08:21:32.369334 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 850 rows starting from the beginning of the part | ||
| 5599 | 2024.12.21 08:21:32.369679 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 5600 | 2024.12.21 08:21:32.369910 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 97 rows starting from the beginning of the part | ||
| 5601 | 2024.12.21 08:21:32.370197 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 390 rows starting from the beginning of the part | ||
| 5602 | 2024.12.21 08:21:32.370630 [ 4 ] {f7e8e724-c918-419f-9c76-45a0355f92ff} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2024.12.21 08:21:32.370679 [ 4 ] {f7e8e724-c918-419f-9c76-45a0355f92ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5604 | 2024.12.21 08:21:32.371204 [ 4 ] {f7e8e724-c918-419f-9c76-45a0355f92ff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5605 | 2024.12.21 08:21:32.371508 [ 4 ] {f7e8e724-c918-419f-9c76-45a0355f92ff} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5606 | 2024.12.21 08:21:32.371765 [ 4 ] {f7e8e724-c918-419f-9c76-45a0355f92ff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003004 sec., 1997.3368841544607 rows/sec., 104.35 KiB/sec. | ||
| 5607 | 2024.12.21 08:21:32.371866 [ 4 ] {f7e8e724-c918-419f-9c76-45a0355f92ff} <Debug> TCPHandler: Processed in 0.00342365 sec. | ||
| 5608 | 2024.12.21 08:21:32.372091 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5609 | 2024.12.21 08:21:32.372096 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.003812043 sec., 632993.9090403754 rows/sec., 48.54 MiB/sec. | ||
| 5610 | 2024.12.21 08:21:32.372218 [ 258 ] {b8f4e82e-aa02-4f4e-a2d5-21e7747393d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5611 | 2024.12.21 08:21:32.372278 [ 258 ] {b8f4e82e-aa02-4f4e-a2d5-21e7747393d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5612 | 2024.12.21 08:21:32.372314 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5613 | 2024.12.21 08:21:32.372741 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5614 | 2024.12.21 08:21:32.372875 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_36_7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5615 | 2024.12.21 08:21:32.372991 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5616 | 2024.12.21 08:21:32.373096 [ 258 ] {b8f4e82e-aa02-4f4e-a2d5-21e7747393d4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2024.12.21 08:21:32.373134 [ 258 ] {b8f4e82e-aa02-4f4e-a2d5-21e7747393d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5618 | 2024.12.21 08:21:32.373517 [ 258 ] {b8f4e82e-aa02-4f4e-a2d5-21e7747393d4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5619 | 2024.12.21 08:21:32.373749 [ 258 ] {b8f4e82e-aa02-4f4e-a2d5-21e7747393d4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2024.12.21 08:21:32.373962 [ 258 ] {b8f4e82e-aa02-4f4e-a2d5-21e7747393d4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001773 sec., 133671.74280879865 rows/sec., 8.96 MiB/sec. | ||
| 5621 | 2024.12.21 08:21:32.374016 [ 258 ] {b8f4e82e-aa02-4f4e-a2d5-21e7747393d4} <Debug> TCPHandler: Processed in 0.002039768 sec. | ||
| 5622 | 2024.12.21 08:21:32.374175 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5623 | 2024.12.21 08:21:32.374312 [ 4 ] {c1995516-5ddb-4452-a5c1-4b9abbf0cf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5624 | 2024.12.21 08:21:32.374372 [ 4 ] {c1995516-5ddb-4452-a5c1-4b9abbf0cf29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5625 | 2024.12.21 08:21:32.374925 [ 4 ] {c1995516-5ddb-4452-a5c1-4b9abbf0cf29} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2024.12.21 08:21:32.374965 [ 4 ] {c1995516-5ddb-4452-a5c1-4b9abbf0cf29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5627 | 2024.12.21 08:21:32.375327 [ 4 ] {c1995516-5ddb-4452-a5c1-4b9abbf0cf29} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5628 | 2024.12.21 08:21:32.375565 [ 4 ] {c1995516-5ddb-4452-a5c1-4b9abbf0cf29} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2024.12.21 08:21:32.375815 [ 4 ] {c1995516-5ddb-4452-a5c1-4b9abbf0cf29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 44.07 KiB/sec. | ||
| 5630 | 2024.12.21 08:21:32.375909 [ 4 ] {c1995516-5ddb-4452-a5c1-4b9abbf0cf29} <Debug> TCPHandler: Processed in 0.001797936 sec. | ||
| 5631 | 2024.12.21 08:21:32.376077 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2024.12.21 08:21:32.376214 [ 258 ] {9bf01a6f-2475-40dc-9a29-0c8a3c15e02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5633 | 2024.12.21 08:21:32.376306 [ 258 ] {9bf01a6f-2475-40dc-9a29-0c8a3c15e02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5634 | 2024.12.21 08:21:32.377477 [ 258 ] {9bf01a6f-2475-40dc-9a29-0c8a3c15e02c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2024.12.21 08:21:32.377514 [ 258 ] {9bf01a6f-2475-40dc-9a29-0c8a3c15e02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5636 | 2024.12.21 08:21:32.378176 [ 258 ] {9bf01a6f-2475-40dc-9a29-0c8a3c15e02c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5637 | 2024.12.21 08:21:32.378434 [ 258 ] {9bf01a6f-2475-40dc-9a29-0c8a3c15e02c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2024.12.21 08:21:32.378680 [ 258 ] {9bf01a6f-2475-40dc-9a29-0c8a3c15e02c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002495 sec., 3206.4128256513027 rows/sec., 5.75 MiB/sec. | ||
| 5639 | 2024.12.21 08:21:32.378774 [ 258 ] {9bf01a6f-2475-40dc-9a29-0c8a3c15e02c} <Debug> TCPHandler: Processed in 0.002764744 sec. | ||
| 5640 | 2024.12.21 08:21:32.378946 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5641 | 2024.12.21 08:21:32.379083 [ 4 ] {bca93dd2-6e83-4f03-8ffb-01de4531f9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5642 | 2024.12.21 08:21:32.379141 [ 4 ] {bca93dd2-6e83-4f03-8ffb-01de4531f9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5643 | 2024.12.21 08:21:32.379706 [ 4 ] {bca93dd2-6e83-4f03-8ffb-01de4531f9bf} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5644 | 2024.12.21 08:21:32.379754 [ 4 ] {bca93dd2-6e83-4f03-8ffb-01de4531f9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5645 | 2024.12.21 08:21:32.380140 [ 4 ] {bca93dd2-6e83-4f03-8ffb-01de4531f9bf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5646 | 2024.12.21 08:21:32.380399 [ 4 ] {bca93dd2-6e83-4f03-8ffb-01de4531f9bf} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5647 | 2024.12.21 08:21:32.380616 [ 4 ] {bca93dd2-6e83-4f03-8ffb-01de4531f9bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001564 sec., 52429.66751918158 rows/sec., 3.33 MiB/sec. | ||
| 5648 | 2024.12.21 08:21:32.380736 [ 4 ] {bca93dd2-6e83-4f03-8ffb-01de4531f9bf} <Debug> TCPHandler: Processed in 0.001853966 sec. | ||
| 5649 | 2024.12.21 08:21:33.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.60 MiB, peak 202.29 MiB, free memory in arenas 0.00 B, will set to 193.66 MiB (RSS), difference: 1.07 MiB | ||
| 5650 | 2024.12.21 08:21:36.416988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 768 | ||
| 5651 | 2024.12.21 08:21:36.420606 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5652 | 2024.12.21 08:21:36.420669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5653 | 2024.12.21 08:21:36.422155 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5654 | 2024.12.21 08:21:36.422477 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5655 | 2024.12.21 08:21:36.423110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 768 | ||
| 5656 | 2024.12.21 08:21:37.350455 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5657 | 2024.12.21 08:21:37.350754 [ 4 ] {e122dc95-68eb-484e-b33c-13364192440c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5658 | 2024.12.21 08:21:37.350869 [ 4 ] {e122dc95-68eb-484e-b33c-13364192440c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5659 | 2024.12.21 08:21:37.351683 [ 4 ] {e122dc95-68eb-484e-b33c-13364192440c} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5660 | 2024.12.21 08:21:37.351727 [ 4 ] {e122dc95-68eb-484e-b33c-13364192440c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5661 | 2024.12.21 08:21:37.352158 [ 4 ] {e122dc95-68eb-484e-b33c-13364192440c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5662 | 2024.12.21 08:21:37.352407 [ 4 ] {e122dc95-68eb-484e-b33c-13364192440c} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5663 | 2024.12.21 08:21:37.352610 [ 4 ] {e122dc95-68eb-484e-b33c-13364192440c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001939 sec., 5157.297576070139 rows/sec., 420.54 KiB/sec. | ||
| 5664 | 2024.12.21 08:21:37.352673 [ 4 ] {e122dc95-68eb-484e-b33c-13364192440c} <Debug> TCPHandler: Processed in 0.002399941 sec. | ||
| 5665 | 2024.12.21 08:21:37.352963 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5666 | 2024.12.21 08:21:37.353183 [ 258 ] {b8cc5653-bbb5-4361-a85e-b43d061f1179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5667 | 2024.12.21 08:21:37.353266 [ 258 ] {b8cc5653-bbb5-4361-a85e-b43d061f1179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5668 | 2024.12.21 08:21:37.354170 [ 258 ] {b8cc5653-bbb5-4361-a85e-b43d061f1179} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5669 | 2024.12.21 08:21:37.354226 [ 258 ] {b8cc5653-bbb5-4361-a85e-b43d061f1179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5670 | 2024.12.21 08:21:37.354685 [ 258 ] {b8cc5653-bbb5-4361-a85e-b43d061f1179} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5671 | 2024.12.21 08:21:37.354936 [ 258 ] {b8cc5653-bbb5-4361-a85e-b43d061f1179} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5672 | 2024.12.21 08:21:37.355202 [ 258 ] {b8cc5653-bbb5-4361-a85e-b43d061f1179} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.002068 sec., 61411.99226305609 rows/sec., 5.19 MiB/sec. | ||
| 5673 | 2024.12.21 08:21:37.355326 [ 258 ] {b8cc5653-bbb5-4361-a85e-b43d061f1179} <Debug> TCPHandler: Processed in 0.002507993 sec. | ||
| 5674 | 2024.12.21 08:21:37.355551 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5675 | 2024.12.21 08:21:37.355753 [ 4 ] {06aa1f08-9093-4f11-856c-2dffb42fc290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5676 | 2024.12.21 08:21:37.355817 [ 4 ] {06aa1f08-9093-4f11-856c-2dffb42fc290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5677 | 2024.12.21 08:21:37.356456 [ 4 ] {06aa1f08-9093-4f11-856c-2dffb42fc290} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5678 | 2024.12.21 08:21:37.356495 [ 4 ] {06aa1f08-9093-4f11-856c-2dffb42fc290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5679 | 2024.12.21 08:21:37.356871 [ 4 ] {06aa1f08-9093-4f11-856c-2dffb42fc290} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5680 | 2024.12.21 08:21:37.357112 [ 4 ] {06aa1f08-9093-4f11-856c-2dffb42fc290} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5681 | 2024.12.21 08:21:37.357293 [ 4 ] {06aa1f08-9093-4f11-856c-2dffb42fc290} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.001577 sec., 27266.96258719087 rows/sec., 1.97 MiB/sec. | ||
| 5682 | 2024.12.21 08:21:37.357349 [ 4 ] {06aa1f08-9093-4f11-856c-2dffb42fc290} <Debug> TCPHandler: Processed in 0.001939827 sec. | ||
| 5683 | 2024.12.21 08:21:37.357502 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5684 | 2024.12.21 08:21:37.357627 [ 258 ] {5d388aeb-9531-4afd-a31f-201c9c31c2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5685 | 2024.12.21 08:21:37.357680 [ 258 ] {5d388aeb-9531-4afd-a31f-201c9c31c2ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5686 | 2024.12.21 08:21:37.358347 [ 258 ] {5d388aeb-9531-4afd-a31f-201c9c31c2ec} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2024.12.21 08:21:37.358389 [ 258 ] {5d388aeb-9531-4afd-a31f-201c9c31c2ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5688 | 2024.12.21 08:21:37.358760 [ 258 ] {5d388aeb-9531-4afd-a31f-201c9c31c2ec} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5689 | 2024.12.21 08:21:37.358998 [ 258 ] {5d388aeb-9531-4afd-a31f-201c9c31c2ec} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2024.12.21 08:21:37.359214 [ 258 ] {5d388aeb-9531-4afd-a31f-201c9c31c2ec} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001615 sec., 66253.86996904026 rows/sec., 5.18 MiB/sec. | ||
| 5691 | 2024.12.21 08:21:37.359271 [ 258 ] {5d388aeb-9531-4afd-a31f-201c9c31c2ec} <Debug> TCPHandler: Processed in 0.001829926 sec. | ||
| 5692 | 2024.12.21 08:21:37.359442 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5693 | 2024.12.21 08:21:37.359582 [ 4 ] {15506c1c-8bcb-430e-9fb6-afc759c49272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5694 | 2024.12.21 08:21:37.359646 [ 4 ] {15506c1c-8bcb-430e-9fb6-afc759c49272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5695 | 2024.12.21 08:21:37.360280 [ 4 ] {15506c1c-8bcb-430e-9fb6-afc759c49272} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5696 | 2024.12.21 08:21:37.360317 [ 4 ] {15506c1c-8bcb-430e-9fb6-afc759c49272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5697 | 2024.12.21 08:21:37.360708 [ 4 ] {15506c1c-8bcb-430e-9fb6-afc759c49272} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5698 | 2024.12.21 08:21:37.360945 [ 4 ] {15506c1c-8bcb-430e-9fb6-afc759c49272} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5699 | 2024.12.21 08:21:37.361127 [ 4 ] {15506c1c-8bcb-430e-9fb6-afc759c49272} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001577 sec., 104629.0424857324 rows/sec., 7.28 MiB/sec. | ||
| 5700 | 2024.12.21 08:21:37.361182 [ 4 ] {15506c1c-8bcb-430e-9fb6-afc759c49272} <Debug> TCPHandler: Processed in 0.001805236 sec. | ||
| 5701 | 2024.12.21 08:21:37.361348 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5702 | 2024.12.21 08:21:37.361488 [ 258 ] {783e5d3e-890e-46d0-a2a5-c802386e7e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5703 | 2024.12.21 08:21:37.361585 [ 258 ] {783e5d3e-890e-46d0-a2a5-c802386e7e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5704 | 2024.12.21 08:21:37.362797 [ 258 ] {783e5d3e-890e-46d0-a2a5-c802386e7e9b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5705 | 2024.12.21 08:21:37.362837 [ 258 ] {783e5d3e-890e-46d0-a2a5-c802386e7e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5706 | 2024.12.21 08:21:37.363499 [ 258 ] {783e5d3e-890e-46d0-a2a5-c802386e7e9b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5707 | 2024.12.21 08:21:37.363753 [ 258 ] {783e5d3e-890e-46d0-a2a5-c802386e7e9b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5708 | 2024.12.21 08:21:37.363936 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5709 | 2024.12.21 08:21:37.364028 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2024.12.21 08:21:37.364050 [ 258 ] {783e5d3e-890e-46d0-a2a5-c802386e7e9b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002584 sec., 12770.897832817338 rows/sec., 22.88 MiB/sec. | ||
| 5711 | 2024.12.21 08:21:37.364087 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5712 | 2024.12.21 08:21:37.364588 [ 258 ] {783e5d3e-890e-46d0-a2a5-c802386e7e9b} <Debug> TCPHandler: Processed in 0.003304819 sec. | ||
| 5713 | 2024.12.21 08:21:37.364683 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 5714 | 2024.12.21 08:21:37.365098 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5715 | 2024.12.21 08:21:37.365486 [ 4 ] {05dd3837-292c-454c-9367-2190c267b7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5716 | 2024.12.21 08:21:37.365649 [ 4 ] {05dd3837-292c-454c-9367-2190c267b7d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5717 | 2024.12.21 08:21:37.366430 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5718 | 2024.12.21 08:21:37.366586 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 516 rows starting from the beginning of the part | ||
| 5719 | 2024.12.21 08:21:37.367283 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
| 5720 | 2024.12.21 08:21:37.367626 [ 4 ] {05dd3837-292c-454c-9367-2190c267b7d1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2024.12.21 08:21:37.367744 [ 4 ] {05dd3837-292c-454c-9367-2190c267b7d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5722 | 2024.12.21 08:21:37.368095 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 5723 | 2024.12.21 08:21:37.368764 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
| 5724 | 2024.12.21 08:21:37.369050 [ 4 ] {05dd3837-292c-454c-9367-2190c267b7d1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5725 | 2024.12.21 08:21:37.369402 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 5726 | 2024.12.21 08:21:37.369835 [ 4 ] {05dd3837-292c-454c-9367-2190c267b7d1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5727 | 2024.12.21 08:21:37.370037 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part | ||
| 5728 | 2024.12.21 08:21:37.370487 [ 4 ] {05dd3837-292c-454c-9367-2190c267b7d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005103 sec., 11757.789535567314 rows/sec., 811.41 KiB/sec. | ||
| 5729 | 2024.12.21 08:21:37.370761 [ 4 ] {05dd3837-292c-454c-9367-2190c267b7d1} <Debug> TCPHandler: Processed in 0.005993842 sec. | ||
| 5730 | 2024.12.21 08:21:37.375244 [ 195 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 631 rows, containing 19 columns (19 merged, 0 gathered) in 0.010946186 sec., 57645.649361339194 rows/sec., 103.30 MiB/sec. | ||
| 5731 | 2024.12.21 08:21:37.376368 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5732 | 2024.12.21 08:21:37.376862 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2024.12.21 08:21:37.376966 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5734 | 2024.12.21 08:21:37.377150 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 5735 | 2024.12.21 08:21:38.873075 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5736 | 2024.12.21 08:21:38.874087 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5737 | 2024.12.21 08:21:38.874178 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5738 | 2024.12.21 08:21:38.874834 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5739 | 2024.12.21 08:21:38.875103 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5740 | 2024.12.21 08:21:38.875377 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5741 | 2024.12.21 08:21:39.710589 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5742 | 2024.12.21 08:21:39.730063 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5743 | 2024.12.21 08:21:39.730117 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5744 | 2024.12.21 08:21:39.737173 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5745 | 2024.12.21 08:21:39.737916 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5746 | 2024.12.21 08:21:39.741234 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5747 | 2024.12.21 08:21:42.353302 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5748 | 2024.12.21 08:21:42.353520 [ 4 ] {8429d48a-8077-4f99-9a13-c41a6d20ee1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5749 | 2024.12.21 08:21:42.353599 [ 4 ] {8429d48a-8077-4f99-9a13-c41a6d20ee1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5750 | 2024.12.21 08:21:42.354420 [ 4 ] {8429d48a-8077-4f99-9a13-c41a6d20ee1b} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5751 | 2024.12.21 08:21:42.354462 [ 4 ] {8429d48a-8077-4f99-9a13-c41a6d20ee1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5752 | 2024.12.21 08:21:42.354885 [ 4 ] {8429d48a-8077-4f99-9a13-c41a6d20ee1b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5753 | 2024.12.21 08:21:42.355137 [ 4 ] {8429d48a-8077-4f99-9a13-c41a6d20ee1b} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5754 | 2024.12.21 08:21:42.355319 [ 99 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5755 | 2024.12.21 08:21:42.355391 [ 4 ] {8429d48a-8077-4f99-9a13-c41a6d20ee1b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 5756 | 2024.12.21 08:21:42.355400 [ 99 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5757 | 2024.12.21 08:21:42.355477 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5758 | 2024.12.21 08:21:42.355534 [ 4 ] {8429d48a-8077-4f99-9a13-c41a6d20ee1b} <Debug> TCPHandler: Processed in 0.002363701 sec. | ||
| 5759 | 2024.12.21 08:21:42.355741 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 5760 | 2024.12.21 08:21:42.355832 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5761 | 2024.12.21 08:21:42.355936 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5762 | 2024.12.21 08:21:42.356014 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 5763 | 2024.12.21 08:21:42.356165 [ 258 ] {bcd4ab92-d42f-4897-ac1b-bdb02f70fb25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5764 | 2024.12.21 08:21:42.356257 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 5765 | 2024.12.21 08:21:42.356357 [ 258 ] {bcd4ab92-d42f-4897-ac1b-bdb02f70fb25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5766 | 2024.12.21 08:21:42.356593 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 5767 | 2024.12.21 08:21:42.357029 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 5768 | 2024.12.21 08:21:42.357344 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 5769 | 2024.12.21 08:21:42.359381 [ 258 ] {bcd4ab92-d42f-4897-ac1b-bdb02f70fb25} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2024.12.21 08:21:42.359454 [ 258 ] {bcd4ab92-d42f-4897-ac1b-bdb02f70fb25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5771 | 2024.12.21 08:21:42.359891 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004309048 sec., 16244.887501833351 rows/sec., 1.20 MiB/sec. | ||
| 5772 | 2024.12.21 08:21:42.360107 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5773 | 2024.12.21 08:21:42.360312 [ 258 ] {bcd4ab92-d42f-4897-ac1b-bdb02f70fb25} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5774 | 2024.12.21 08:21:42.360492 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_17_4} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2024.12.21 08:21:42.360610 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_17_4} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5776 | 2024.12.21 08:21:42.360615 [ 258 ] {bcd4ab92-d42f-4897-ac1b-bdb02f70fb25} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5777 | 2024.12.21 08:21:42.360724 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5778 | 2024.12.21 08:21:42.360870 [ 258 ] {bcd4ab92-d42f-4897-ac1b-bdb02f70fb25} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.004835 sec., 45294.725956566705 rows/sec., 3.95 MiB/sec. | ||
| 5779 | 2024.12.21 08:21:42.360945 [ 258 ] {bcd4ab92-d42f-4897-ac1b-bdb02f70fb25} <Debug> TCPHandler: Processed in 0.005262186 sec. | ||
| 5780 | 2024.12.21 08:21:42.361122 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5781 | 2024.12.21 08:21:42.361269 [ 4 ] {099b28d9-e8cc-41e9-8c13-d912442eef51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5782 | 2024.12.21 08:21:42.361333 [ 4 ] {099b28d9-e8cc-41e9-8c13-d912442eef51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5783 | 2024.12.21 08:21:42.362060 [ 4 ] {099b28d9-e8cc-41e9-8c13-d912442eef51} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2024.12.21 08:21:42.362108 [ 4 ] {099b28d9-e8cc-41e9-8c13-d912442eef51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5785 | 2024.12.21 08:21:42.362489 [ 4 ] {099b28d9-e8cc-41e9-8c13-d912442eef51} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5786 | 2024.12.21 08:21:42.362723 [ 4 ] {099b28d9-e8cc-41e9-8c13-d912442eef51} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2024.12.21 08:21:42.362938 [ 4 ] {099b28d9-e8cc-41e9-8c13-d912442eef51} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001703 sec., 8807.985907222548 rows/sec., 621.03 KiB/sec. | ||
| 5788 | 2024.12.21 08:21:42.362993 [ 4 ] {099b28d9-e8cc-41e9-8c13-d912442eef51} <Debug> TCPHandler: Processed in 0.001938187 sec. | ||
| 5789 | 2024.12.21 08:21:42.363153 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5790 | 2024.12.21 08:21:42.363292 [ 258 ] {87e3ec34-ab42-4ce3-a031-e7e3c8c5de57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5791 | 2024.12.21 08:21:42.363355 [ 258 ] {87e3ec34-ab42-4ce3-a031-e7e3c8c5de57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5792 | 2024.12.21 08:21:42.364059 [ 258 ] {87e3ec34-ab42-4ce3-a031-e7e3c8c5de57} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5793 | 2024.12.21 08:21:42.364105 [ 258 ] {87e3ec34-ab42-4ce3-a031-e7e3c8c5de57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5794 | 2024.12.21 08:21:42.364476 [ 258 ] {87e3ec34-ab42-4ce3-a031-e7e3c8c5de57} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5795 | 2024.12.21 08:21:42.364707 [ 258 ] {87e3ec34-ab42-4ce3-a031-e7e3c8c5de57} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2024.12.21 08:21:42.364885 [ 258 ] {87e3ec34-ab42-4ce3-a031-e7e3c8c5de57} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec. | ||
| 5797 | 2024.12.21 08:21:42.364943 [ 258 ] {87e3ec34-ab42-4ce3-a031-e7e3c8c5de57} <Debug> TCPHandler: Processed in 0.001848567 sec. | ||
| 5798 | 2024.12.21 08:21:42.365097 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2024.12.21 08:21:42.365217 [ 4 ] {82e29a8e-28dc-4e10-9497-346fb7277f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5800 | 2024.12.21 08:21:42.365268 [ 4 ] {82e29a8e-28dc-4e10-9497-346fb7277f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5801 | 2024.12.21 08:21:42.365855 [ 4 ] {82e29a8e-28dc-4e10-9497-346fb7277f71} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5802 | 2024.12.21 08:21:42.365894 [ 4 ] {82e29a8e-28dc-4e10-9497-346fb7277f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5803 | 2024.12.21 08:21:42.366259 [ 4 ] {82e29a8e-28dc-4e10-9497-346fb7277f71} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5804 | 2024.12.21 08:21:42.366496 [ 4 ] {82e29a8e-28dc-4e10-9497-346fb7277f71} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5805 | 2024.12.21 08:21:42.366658 [ 99 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5806 | 2024.12.21 08:21:42.366720 [ 99 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2024.12.21 08:21:42.366758 [ 4 ] {82e29a8e-28dc-4e10-9497-346fb7277f71} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 521.25 KiB/sec. | ||
| 5808 | 2024.12.21 08:21:42.366763 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5809 | 2024.12.21 08:21:42.366949 [ 4 ] {82e29a8e-28dc-4e10-9497-346fb7277f71} <Debug> TCPHandler: Processed in 0.001901327 sec. | ||
| 5810 | 2024.12.21 08:21:42.367143 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 5811 | 2024.12.21 08:21:42.367233 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5812 | 2024.12.21 08:21:42.367657 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5813 | 2024.12.21 08:21:42.367657 [ 258 ] {5f59d355-5dd6-49a2-8bf0-54a54874e8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5814 | 2024.12.21 08:21:42.367739 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 5815 | 2024.12.21 08:21:42.367790 [ 258 ] {5f59d355-5dd6-49a2-8bf0-54a54874e8ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5816 | 2024.12.21 08:21:42.368036 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 5817 | 2024.12.21 08:21:42.368441 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 5818 | 2024.12.21 08:21:42.368770 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 5819 | 2024.12.21 08:21:42.369167 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 5820 | 2024.12.21 08:21:42.370811 [ 258 ] {5f59d355-5dd6-49a2-8bf0-54a54874e8ea} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2024.12.21 08:21:42.370886 [ 258 ] {5f59d355-5dd6-49a2-8bf0-54a54874e8ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5822 | 2024.12.21 08:21:42.371593 [ 192 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004688561 sec., 13863.52870315647 rows/sec., 918.54 KiB/sec. | ||
| 5823 | 2024.12.21 08:21:42.371780 [ 258 ] {5f59d355-5dd6-49a2-8bf0-54a54874e8ea} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5824 | 2024.12.21 08:21:42.371791 [ 192 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5825 | 2024.12.21 08:21:42.372259 [ 258 ] {5f59d355-5dd6-49a2-8bf0-54a54874e8ea} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2024.12.21 08:21:42.372321 [ 192 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_17_4} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2024.12.21 08:21:42.372509 [ 192 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_17_4} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5828 | 2024.12.21 08:21:42.372793 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5829 | 2024.12.21 08:21:42.372801 [ 258 ] {5f59d355-5dd6-49a2-8bf0-54a54874e8ea} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005272 sec., 73975.72078907436 rows/sec., 5.25 MiB/sec. | ||
| 5830 | 2024.12.21 08:21:42.373110 [ 258 ] {5f59d355-5dd6-49a2-8bf0-54a54874e8ea} <Debug> TCPHandler: Processed in 0.006012943 sec. | ||
| 5831 | 2024.12.21 08:21:42.373352 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5832 | 2024.12.21 08:21:42.373489 [ 4 ] {148307f5-7146-4ce8-af1f-01310ecfefe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5833 | 2024.12.21 08:21:42.373550 [ 4 ] {148307f5-7146-4ce8-af1f-01310ecfefe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5834 | 2024.12.21 08:21:42.374108 [ 4 ] {148307f5-7146-4ce8-af1f-01310ecfefe0} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5835 | 2024.12.21 08:21:42.374155 [ 4 ] {148307f5-7146-4ce8-af1f-01310ecfefe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5836 | 2024.12.21 08:21:42.374525 [ 4 ] {148307f5-7146-4ce8-af1f-01310ecfefe0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5837 | 2024.12.21 08:21:42.374761 [ 4 ] {148307f5-7146-4ce8-af1f-01310ecfefe0} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5838 | 2024.12.21 08:21:42.374972 [ 4 ] {148307f5-7146-4ce8-af1f-01310ecfefe0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec. | ||
| 5839 | 2024.12.21 08:21:42.375023 [ 4 ] {148307f5-7146-4ce8-af1f-01310ecfefe0} <Debug> TCPHandler: Processed in 0.001784396 sec. | ||
| 5840 | 2024.12.21 08:21:42.375170 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5841 | 2024.12.21 08:21:42.375306 [ 258 ] {361eefe3-8c09-4a91-9649-5408b53ddb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5842 | 2024.12.21 08:21:42.375370 [ 258 ] {361eefe3-8c09-4a91-9649-5408b53ddb87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5843 | 2024.12.21 08:21:42.376060 [ 258 ] {361eefe3-8c09-4a91-9649-5408b53ddb87} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2024.12.21 08:21:42.376104 [ 258 ] {361eefe3-8c09-4a91-9649-5408b53ddb87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5845 | 2024.12.21 08:21:42.376509 [ 258 ] {361eefe3-8c09-4a91-9649-5408b53ddb87} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5846 | 2024.12.21 08:21:42.376752 [ 258 ] {361eefe3-8c09-4a91-9649-5408b53ddb87} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2024.12.21 08:21:42.376966 [ 258 ] {361eefe3-8c09-4a91-9649-5408b53ddb87} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001692 sec., 140070.9219858156 rows/sec., 9.39 MiB/sec. | ||
| 5848 | 2024.12.21 08:21:42.377198 [ 258 ] {361eefe3-8c09-4a91-9649-5408b53ddb87} <Debug> TCPHandler: Processed in 0.002079228 sec. | ||
| 5849 | 2024.12.21 08:21:42.377409 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5850 | 2024.12.21 08:21:42.377546 [ 4 ] {1f7ca02f-fc76-443f-8896-30c6768508f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5851 | 2024.12.21 08:21:42.377607 [ 4 ] {1f7ca02f-fc76-443f-8896-30c6768508f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5852 | 2024.12.21 08:21:42.378145 [ 4 ] {1f7ca02f-fc76-443f-8896-30c6768508f9} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2024.12.21 08:21:42.378191 [ 4 ] {1f7ca02f-fc76-443f-8896-30c6768508f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5854 | 2024.12.21 08:21:42.378544 [ 4 ] {1f7ca02f-fc76-443f-8896-30c6768508f9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5855 | 2024.12.21 08:21:42.378777 [ 4 ] {1f7ca02f-fc76-443f-8896-30c6768508f9} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2024.12.21 08:21:42.379051 [ 4 ] {1f7ca02f-fc76-443f-8896-30c6768508f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001534 sec., 651.890482398957 rows/sec., 43.93 KiB/sec. | ||
| 5857 | 2024.12.21 08:21:42.379248 [ 4 ] {1f7ca02f-fc76-443f-8896-30c6768508f9} <Debug> TCPHandler: Processed in 0.001941448 sec. | ||
| 5858 | 2024.12.21 08:21:42.379421 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5859 | 2024.12.21 08:21:42.379561 [ 258 ] {9fd75061-e9d8-4837-9f17-3822345f5897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5860 | 2024.12.21 08:21:42.379652 [ 258 ] {9fd75061-e9d8-4837-9f17-3822345f5897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5861 | 2024.12.21 08:21:42.380801 [ 258 ] {9fd75061-e9d8-4837-9f17-3822345f5897} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2024.12.21 08:21:42.380838 [ 258 ] {9fd75061-e9d8-4837-9f17-3822345f5897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5863 | 2024.12.21 08:21:42.381444 [ 258 ] {9fd75061-e9d8-4837-9f17-3822345f5897} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5864 | 2024.12.21 08:21:42.381695 [ 258 ] {9fd75061-e9d8-4837-9f17-3822345f5897} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2024.12.21 08:21:42.381889 [ 258 ] {9fd75061-e9d8-4837-9f17-3822345f5897} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00236 sec., 3389.830508474576 rows/sec., 6.07 MiB/sec. | ||
| 5866 | 2024.12.21 08:21:42.381996 [ 258 ] {9fd75061-e9d8-4837-9f17-3822345f5897} <Debug> TCPHandler: Processed in 0.002641673 sec. | ||
| 5867 | 2024.12.21 08:21:42.382179 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5868 | 2024.12.21 08:21:42.382388 [ 4 ] {a552b0e1-129e-4690-a372-3f2146a253c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5869 | 2024.12.21 08:21:42.382482 [ 4 ] {a552b0e1-129e-4690-a372-3f2146a253c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5870 | 2024.12.21 08:21:42.383294 [ 4 ] {a552b0e1-129e-4690-a372-3f2146a253c1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5871 | 2024.12.21 08:21:42.383332 [ 4 ] {a552b0e1-129e-4690-a372-3f2146a253c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5872 | 2024.12.21 08:21:42.383691 [ 4 ] {a552b0e1-129e-4690-a372-3f2146a253c1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5873 | 2024.12.21 08:21:42.383937 [ 4 ] {a552b0e1-129e-4690-a372-3f2146a253c1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2024.12.21 08:21:42.384150 [ 4 ] {a552b0e1-129e-4690-a372-3f2146a253c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001816 sec., 45154.18502202643 rows/sec., 2.87 MiB/sec. | ||
| 5875 | 2024.12.21 08:21:42.384201 [ 4 ] {a552b0e1-129e-4690-a372-3f2146a253c1} <Debug> TCPHandler: Processed in 0.002086938 sec. | ||
| 5876 | 2024.12.21 08:21:46.267398 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5877 | 2024.12.21 08:21:46.267485 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5878 | 2024.12.21 08:21:46.375625 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5879 | 2024.12.21 08:21:46.376369 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5880 | 2024.12.21 08:21:46.376411 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5881 | 2024.12.21 08:21:46.376929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5882 | 2024.12.21 08:21:46.377187 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5883 | 2024.12.21 08:21:46.377388 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5884 | 2024.12.21 08:21:46.423500 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 804 | ||
| 5885 | 2024.12.21 08:21:46.427579 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2024.12.21 08:21:46.427638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5887 | 2024.12.21 08:21:46.429139 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5888 | 2024.12.21 08:21:46.429454 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5889 | 2024.12.21 08:21:46.430661 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 804 | ||
| 5890 | 2024.12.21 08:21:47.241445 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5891 | 2024.12.21 08:21:47.262238 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2024.12.21 08:21:47.262297 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5893 | 2024.12.21 08:21:47.269794 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5894 | 2024.12.21 08:21:47.270561 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2024.12.21 08:21:47.273394 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5896 | 2024.12.21 08:21:47.351295 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5897 | 2024.12.21 08:21:47.351495 [ 4 ] {47d41bf4-0830-4d5b-8f0a-70a8f71379b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5898 | 2024.12.21 08:21:47.351566 [ 4 ] {47d41bf4-0830-4d5b-8f0a-70a8f71379b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5899 | 2024.12.21 08:21:47.352386 [ 4 ] {47d41bf4-0830-4d5b-8f0a-70a8f71379b1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5900 | 2024.12.21 08:21:47.352428 [ 4 ] {47d41bf4-0830-4d5b-8f0a-70a8f71379b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5901 | 2024.12.21 08:21:47.352843 [ 4 ] {47d41bf4-0830-4d5b-8f0a-70a8f71379b1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5902 | 2024.12.21 08:21:47.353150 [ 4 ] {47d41bf4-0830-4d5b-8f0a-70a8f71379b1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5903 | 2024.12.21 08:21:47.353358 [ 4 ] {47d41bf4-0830-4d5b-8f0a-70a8f71379b1} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001915 sec., 63707.57180156658 rows/sec., 5.41 MiB/sec. | ||
| 5904 | 2024.12.21 08:21:47.353425 [ 4 ] {47d41bf4-0830-4d5b-8f0a-70a8f71379b1} <Debug> TCPHandler: Processed in 0.00226558 sec. | ||
| 5905 | 2024.12.21 08:21:47.353699 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5906 | 2024.12.21 08:21:47.353912 [ 258 ] {1a3f0067-9452-40ec-94a2-687c34ff2f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5907 | 2024.12.21 08:21:47.353995 [ 258 ] {1a3f0067-9452-40ec-94a2-687c34ff2f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5908 | 2024.12.21 08:21:47.354812 [ 258 ] {1a3f0067-9452-40ec-94a2-687c34ff2f00} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5909 | 2024.12.21 08:21:47.354861 [ 258 ] {1a3f0067-9452-40ec-94a2-687c34ff2f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5910 | 2024.12.21 08:21:47.355292 [ 258 ] {1a3f0067-9452-40ec-94a2-687c34ff2f00} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5911 | 2024.12.21 08:21:47.355547 [ 258 ] {1a3f0067-9452-40ec-94a2-687c34ff2f00} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5912 | 2024.12.21 08:21:47.355722 [ 61 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5913 | 2024.12.21 08:21:47.355800 [ 61 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5914 | 2024.12.21 08:21:47.355818 [ 258 ] {1a3f0067-9452-40ec-94a2-687c34ff2f00} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001956 sec., 16871.165644171782 rows/sec., 1.24 MiB/sec. | ||
| 5915 | 2024.12.21 08:21:47.355841 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5916 | 2024.12.21 08:21:47.355981 [ 258 ] {1a3f0067-9452-40ec-94a2-687c34ff2f00} <Debug> TCPHandler: Processed in 0.002421011 sec. | ||
| 5917 | 2024.12.21 08:21:47.356047 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 5918 | 2024.12.21 08:21:47.356165 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5919 | 2024.12.21 08:21:47.356233 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5920 | 2024.12.21 08:21:47.356287 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 66 rows starting from the beginning of the part | ||
| 5921 | 2024.12.21 08:21:47.356418 [ 4 ] {e2c1e60c-829f-4ec6-85a3-145abc3939a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5922 | 2024.12.21 08:21:47.356519 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 33 rows starting from the beginning of the part | ||
| 5923 | 2024.12.21 08:21:47.356629 [ 4 ] {e2c1e60c-829f-4ec6-85a3-145abc3939a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5924 | 2024.12.21 08:21:47.356814 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 15 rows starting from the beginning of the part | ||
| 5925 | 2024.12.21 08:21:47.357081 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 43 rows starting from the beginning of the part | ||
| 5926 | 2024.12.21 08:21:47.357398 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part | ||
| 5927 | 2024.12.21 08:21:47.357683 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 33 rows starting from the beginning of the part | ||
| 5928 | 2024.12.21 08:21:47.359642 [ 4 ] {e2c1e60c-829f-4ec6-85a3-145abc3939a9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5929 | 2024.12.21 08:21:47.359733 [ 4 ] {e2c1e60c-829f-4ec6-85a3-145abc3939a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5930 | 2024.12.21 08:21:47.360696 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.004732372 sec., 43318.65711317707 rows/sec., 3.27 MiB/sec. | ||
| 5931 | 2024.12.21 08:21:47.360842 [ 4 ] {e2c1e60c-829f-4ec6-85a3-145abc3939a9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5932 | 2024.12.21 08:21:47.360894 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5933 | 2024.12.21 08:21:47.361364 [ 4 ] {e2c1e60c-829f-4ec6-85a3-145abc3939a9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2024.12.21 08:21:47.361428 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5935 | 2024.12.21 08:21:47.361617 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_36_7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5936 | 2024.12.21 08:21:47.361800 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5937 | 2024.12.21 08:21:47.361816 [ 4 ] {e2c1e60c-829f-4ec6-85a3-145abc3939a9} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005472 sec., 17726.6081871345 rows/sec., 1.38 MiB/sec. | ||
| 5938 | 2024.12.21 08:21:47.361908 [ 4 ] {e2c1e60c-829f-4ec6-85a3-145abc3939a9} <Debug> TCPHandler: Processed in 0.005831492 sec. | ||
| 5939 | 2024.12.21 08:21:47.362070 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5940 | 2024.12.21 08:21:47.362199 [ 258 ] {246798c5-5447-460d-ae7f-53291619d228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5941 | 2024.12.21 08:21:47.362259 [ 258 ] {246798c5-5447-460d-ae7f-53291619d228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5942 | 2024.12.21 08:21:47.362874 [ 258 ] {246798c5-5447-460d-ae7f-53291619d228} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2024.12.21 08:21:47.362916 [ 258 ] {246798c5-5447-460d-ae7f-53291619d228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5944 | 2024.12.21 08:21:47.363314 [ 258 ] {246798c5-5447-460d-ae7f-53291619d228} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5945 | 2024.12.21 08:21:47.363569 [ 258 ] {246798c5-5447-460d-ae7f-53291619d228} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2024.12.21 08:21:47.363758 [ 258 ] {246798c5-5447-460d-ae7f-53291619d228} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001591 sec., 100565.6819610308 rows/sec., 7.00 MiB/sec. | ||
| 5947 | 2024.12.21 08:21:47.363814 [ 258 ] {246798c5-5447-460d-ae7f-53291619d228} <Debug> TCPHandler: Processed in 0.001802546 sec. | ||
| 5948 | 2024.12.21 08:21:47.363985 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5949 | 2024.12.21 08:21:47.364106 [ 4 ] {f6207c94-fd6a-4071-8c5d-649d1234c856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5950 | 2024.12.21 08:21:47.364189 [ 4 ] {f6207c94-fd6a-4071-8c5d-649d1234c856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5951 | 2024.12.21 08:21:47.365402 [ 4 ] {f6207c94-fd6a-4071-8c5d-649d1234c856} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5952 | 2024.12.21 08:21:47.365441 [ 4 ] {f6207c94-fd6a-4071-8c5d-649d1234c856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5953 | 2024.12.21 08:21:47.366124 [ 4 ] {f6207c94-fd6a-4071-8c5d-649d1234c856} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5954 | 2024.12.21 08:21:47.366399 [ 4 ] {f6207c94-fd6a-4071-8c5d-649d1234c856} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5955 | 2024.12.21 08:21:47.366713 [ 4 ] {f6207c94-fd6a-4071-8c5d-649d1234c856} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002633 sec., 12533.232054690467 rows/sec., 22.46 MiB/sec. | ||
| 5956 | 2024.12.21 08:21:47.367235 [ 4 ] {f6207c94-fd6a-4071-8c5d-649d1234c856} <Debug> TCPHandler: Processed in 0.003303319 sec. | ||
| 5957 | 2024.12.21 08:21:47.367414 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5958 | 2024.12.21 08:21:47.367539 [ 258 ] {27072929-8e3e-4fb4-8708-9c3e02165819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5959 | 2024.12.21 08:21:47.367592 [ 258 ] {27072929-8e3e-4fb4-8708-9c3e02165819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5960 | 2024.12.21 08:21:47.368074 [ 258 ] {27072929-8e3e-4fb4-8708-9c3e02165819} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5961 | 2024.12.21 08:21:47.368112 [ 258 ] {27072929-8e3e-4fb4-8708-9c3e02165819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5962 | 2024.12.21 08:21:47.368481 [ 258 ] {27072929-8e3e-4fb4-8708-9c3e02165819} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5963 | 2024.12.21 08:21:47.368713 [ 258 ] {27072929-8e3e-4fb4-8708-9c3e02165819} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2024.12.21 08:21:47.368893 [ 258 ] {27072929-8e3e-4fb4-8708-9c3e02165819} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 5965 | 2024.12.21 08:21:47.368942 [ 258 ] {27072929-8e3e-4fb4-8708-9c3e02165819} <Debug> TCPHandler: Processed in 0.001595544 sec. | ||
| 5966 | 2024.12.21 08:21:50.539290 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5967 | 2024.12.21 08:21:50.539516 [ 4 ] {a15d955f-4ef0-4833-b7ca-868127fbc903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5968 | 2024.12.21 08:21:50.539593 [ 4 ] {a15d955f-4ef0-4833-b7ca-868127fbc903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5969 | 2024.12.21 08:21:50.540370 [ 4 ] {a15d955f-4ef0-4833-b7ca-868127fbc903} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5970 | 2024.12.21 08:21:50.540419 [ 4 ] {a15d955f-4ef0-4833-b7ca-868127fbc903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5971 | 2024.12.21 08:21:50.540850 [ 4 ] {a15d955f-4ef0-4833-b7ca-868127fbc903} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5972 | 2024.12.21 08:21:50.541105 [ 4 ] {a15d955f-4ef0-4833-b7ca-868127fbc903} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2024.12.21 08:21:50.541347 [ 4 ] {a15d955f-4ef0-4833-b7ca-868127fbc903} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 5974 | 2024.12.21 08:21:50.541411 [ 4 ] {a15d955f-4ef0-4833-b7ca-868127fbc903} <Debug> TCPHandler: Processed in 0.00225672 sec. | ||
| 5975 | 2024.12.21 08:21:50.541710 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5976 | 2024.12.21 08:21:50.541922 [ 258 ] {d3087299-6d84-4908-9cc3-c05a20269763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5977 | 2024.12.21 08:21:50.542004 [ 258 ] {d3087299-6d84-4908-9cc3-c05a20269763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5978 | 2024.12.21 08:21:50.542805 [ 258 ] {d3087299-6d84-4908-9cc3-c05a20269763} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5979 | 2024.12.21 08:21:50.542851 [ 258 ] {d3087299-6d84-4908-9cc3-c05a20269763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5980 | 2024.12.21 08:21:50.543275 [ 258 ] {d3087299-6d84-4908-9cc3-c05a20269763} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5981 | 2024.12.21 08:21:50.543528 [ 258 ] {d3087299-6d84-4908-9cc3-c05a20269763} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5982 | 2024.12.21 08:21:50.543761 [ 258 ] {d3087299-6d84-4908-9cc3-c05a20269763} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001893 sec., 2113.0480718436347 rows/sec., 172.30 KiB/sec. | ||
| 5983 | 2024.12.21 08:21:50.543982 [ 258 ] {d3087299-6d84-4908-9cc3-c05a20269763} <Debug> TCPHandler: Processed in 0.002411002 sec. | ||
| 5984 | 2024.12.21 08:21:50.544149 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5985 | 2024.12.21 08:21:50.544294 [ 4 ] {8a0d690d-ab6f-4cf1-bd6a-aed868d12e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5986 | 2024.12.21 08:21:50.544355 [ 4 ] {8a0d690d-ab6f-4cf1-bd6a-aed868d12e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5987 | 2024.12.21 08:21:50.545464 [ 4 ] {8a0d690d-ab6f-4cf1-bd6a-aed868d12e08} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5988 | 2024.12.21 08:21:50.545506 [ 4 ] {8a0d690d-ab6f-4cf1-bd6a-aed868d12e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5989 | 2024.12.21 08:21:50.545959 [ 4 ] {8a0d690d-ab6f-4cf1-bd6a-aed868d12e08} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5990 | 2024.12.21 08:21:50.546207 [ 4 ] {8a0d690d-ab6f-4cf1-bd6a-aed868d12e08} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5991 | 2024.12.21 08:21:50.546433 [ 4 ] {8a0d690d-ab6f-4cf1-bd6a-aed868d12e08} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002173 sec., 626323.055683387 rows/sec., 52.26 MiB/sec. | ||
| 5992 | 2024.12.21 08:21:50.546491 [ 4 ] {8a0d690d-ab6f-4cf1-bd6a-aed868d12e08} <Debug> TCPHandler: Processed in 0.002407512 sec. | ||
| 5993 | 2024.12.21 08:21:50.546681 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2024.12.21 08:21:50.546830 [ 258 ] {be5d6bc3-2cb1-4934-9126-cc7039d46eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5995 | 2024.12.21 08:21:50.546894 [ 258 ] {be5d6bc3-2cb1-4934-9126-cc7039d46eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5996 | 2024.12.21 08:21:50.547618 [ 258 ] {be5d6bc3-2cb1-4934-9126-cc7039d46eaf} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5997 | 2024.12.21 08:21:50.547657 [ 258 ] {be5d6bc3-2cb1-4934-9126-cc7039d46eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 5998 | 2024.12.21 08:21:50.548030 [ 258 ] {be5d6bc3-2cb1-4934-9126-cc7039d46eaf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5999 | 2024.12.21 08:21:50.548268 [ 258 ] {be5d6bc3-2cb1-4934-9126-cc7039d46eaf} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6000 | 2024.12.21 08:21:50.548456 [ 258 ] {be5d6bc3-2cb1-4934-9126-cc7039d46eaf} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001663 sec., 11425.13529765484 rows/sec., 803.92 KiB/sec. | ||
| 6001 | 2024.12.21 08:21:50.548518 [ 258 ] {be5d6bc3-2cb1-4934-9126-cc7039d46eaf} <Debug> TCPHandler: Processed in 0.001903317 sec. | ||
| 6002 | 2024.12.21 08:21:50.548721 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6003 | 2024.12.21 08:21:50.548944 [ 4 ] {033ed2d6-3126-4348-8aef-03a607024610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6004 | 2024.12.21 08:21:50.549036 [ 4 ] {033ed2d6-3126-4348-8aef-03a607024610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6005 | 2024.12.21 08:21:50.549956 [ 4 ] {033ed2d6-3126-4348-8aef-03a607024610} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6006 | 2024.12.21 08:21:50.549996 [ 4 ] {033ed2d6-3126-4348-8aef-03a607024610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6007 | 2024.12.21 08:21:50.550360 [ 4 ] {033ed2d6-3126-4348-8aef-03a607024610} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6008 | 2024.12.21 08:21:50.550604 [ 4 ] {033ed2d6-3126-4348-8aef-03a607024610} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6009 | 2024.12.21 08:21:50.550883 [ 4 ] {033ed2d6-3126-4348-8aef-03a607024610} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001995 sec., 121303.25814536342 rows/sec., 8.22 MiB/sec. | ||
| 6010 | 2024.12.21 08:21:50.551088 [ 4 ] {033ed2d6-3126-4348-8aef-03a607024610} <Debug> TCPHandler: Processed in 0.002471852 sec. | ||
| 6011 | 2024.12.21 08:21:50.551275 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2024.12.21 08:21:50.551419 [ 258 ] {dbe14622-902d-40d7-a14f-91749b5b9a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6013 | 2024.12.21 08:21:50.551479 [ 258 ] {dbe14622-902d-40d7-a14f-91749b5b9a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6014 | 2024.12.21 08:21:50.552041 [ 258 ] {dbe14622-902d-40d7-a14f-91749b5b9a8b} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2024.12.21 08:21:50.552080 [ 258 ] {dbe14622-902d-40d7-a14f-91749b5b9a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6016 | 2024.12.21 08:21:50.552436 [ 258 ] {dbe14622-902d-40d7-a14f-91749b5b9a8b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6017 | 2024.12.21 08:21:50.552670 [ 258 ] {dbe14622-902d-40d7-a14f-91749b5b9a8b} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6018 | 2024.12.21 08:21:50.552889 [ 258 ] {dbe14622-902d-40d7-a14f-91749b5b9a8b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001503 sec., 8649.367930805056 rows/sec., 539.29 KiB/sec. | ||
| 6019 | 2024.12.21 08:21:50.553123 [ 258 ] {dbe14622-902d-40d7-a14f-91749b5b9a8b} <Debug> TCPHandler: Processed in 0.001909447 sec. | ||
| 6020 | 2024.12.21 08:21:50.553278 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6021 | 2024.12.21 08:21:50.553395 [ 4 ] {0fc2484a-8019-458c-830f-97f6fa441daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6022 | 2024.12.21 08:21:50.553444 [ 4 ] {0fc2484a-8019-458c-830f-97f6fa441daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6023 | 2024.12.21 08:21:50.554418 [ 4 ] {0fc2484a-8019-458c-830f-97f6fa441daf} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6024 | 2024.12.21 08:21:50.554466 [ 4 ] {0fc2484a-8019-458c-830f-97f6fa441daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6025 | 2024.12.21 08:21:50.554863 [ 4 ] {0fc2484a-8019-458c-830f-97f6fa441daf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6026 | 2024.12.21 08:21:50.555095 [ 4 ] {0fc2484a-8019-458c-830f-97f6fa441daf} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6027 | 2024.12.21 08:21:50.555302 [ 4 ] {0fc2484a-8019-458c-830f-97f6fa441daf} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.001932 sec., 439958.5921325052 rows/sec., 31.81 MiB/sec. | ||
| 6028 | 2024.12.21 08:21:50.555357 [ 4 ] {0fc2484a-8019-458c-830f-97f6fa441daf} <Debug> TCPHandler: Processed in 0.002132549 sec. | ||
| 6029 | 2024.12.21 08:21:50.555501 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6030 | 2024.12.21 08:21:50.555638 [ 258 ] {b35a1be9-3879-429e-b405-23d346a7106d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6031 | 2024.12.21 08:21:50.555699 [ 258 ] {b35a1be9-3879-429e-b405-23d346a7106d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6032 | 2024.12.21 08:21:50.556268 [ 258 ] {b35a1be9-3879-429e-b405-23d346a7106d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2024.12.21 08:21:50.556312 [ 258 ] {b35a1be9-3879-429e-b405-23d346a7106d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6034 | 2024.12.21 08:21:50.556699 [ 258 ] {b35a1be9-3879-429e-b405-23d346a7106d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6035 | 2024.12.21 08:21:50.556928 [ 258 ] {b35a1be9-3879-429e-b405-23d346a7106d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2024.12.21 08:21:50.557105 [ 258 ] {b35a1be9-3879-429e-b405-23d346a7106d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 6037 | 2024.12.21 08:21:50.557157 [ 258 ] {b35a1be9-3879-429e-b405-23d346a7106d} <Debug> TCPHandler: Processed in 0.001710235 sec. | ||
| 6038 | 2024.12.21 08:21:50.557301 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6039 | 2024.12.21 08:21:50.557417 [ 4 ] {c7e59faf-6b79-4ffa-a9c4-77de6224edf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6040 | 2024.12.21 08:21:50.557471 [ 4 ] {c7e59faf-6b79-4ffa-a9c4-77de6224edf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6041 | 2024.12.21 08:21:50.558333 [ 4 ] {c7e59faf-6b79-4ffa-a9c4-77de6224edf3} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2024.12.21 08:21:50.558381 [ 4 ] {c7e59faf-6b79-4ffa-a9c4-77de6224edf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6043 | 2024.12.21 08:21:50.558839 [ 4 ] {c7e59faf-6b79-4ffa-a9c4-77de6224edf3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6044 | 2024.12.21 08:21:50.559072 [ 4 ] {c7e59faf-6b79-4ffa-a9c4-77de6224edf3} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2024.12.21 08:21:50.559230 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6046 | 2024.12.21 08:21:50.559293 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6047 | 2024.12.21 08:21:50.559321 [ 4 ] {c7e59faf-6b79-4ffa-a9c4-77de6224edf3} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.001922 sec., 482310.09365244536 rows/sec., 32.18 MiB/sec. | ||
| 6048 | 2024.12.21 08:21:50.559335 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6049 | 2024.12.21 08:21:50.559486 [ 4 ] {c7e59faf-6b79-4ffa-a9c4-77de6224edf3} <Debug> TCPHandler: Processed in 0.00223415 sec. | ||
| 6050 | 2024.12.21 08:21:50.559820 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6051 | 2024.12.21 08:21:50.559882 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 6052 | 2024.12.21 08:21:50.560198 [ 258 ] {311cb869-352d-486e-96da-e02eff392e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6053 | 2024.12.21 08:21:50.560338 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6054 | 2024.12.21 08:21:50.560347 [ 258 ] {311cb869-352d-486e-96da-e02eff392e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6055 | 2024.12.21 08:21:50.560428 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9805 rows starting from the beginning of the part | ||
| 6056 | 2024.12.21 08:21:50.560817 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
| 6057 | 2024.12.21 08:21:50.561229 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 165 rows starting from the beginning of the part | ||
| 6058 | 2024.12.21 08:21:50.561521 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 6059 | 2024.12.21 08:21:50.561892 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 6060 | 2024.12.21 08:21:50.562326 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 927 rows starting from the beginning of the part | ||
| 6061 | 2024.12.21 08:21:50.563055 [ 258 ] {311cb869-352d-486e-96da-e02eff392e47} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2024.12.21 08:21:50.563109 [ 258 ] {311cb869-352d-486e-96da-e02eff392e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6063 | 2024.12.21 08:21:50.563837 [ 258 ] {311cb869-352d-486e-96da-e02eff392e47} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6064 | 2024.12.21 08:21:50.564162 [ 258 ] {311cb869-352d-486e-96da-e02eff392e47} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2024.12.21 08:21:50.564844 [ 258 ] {311cb869-352d-486e-96da-e02eff392e47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004738 sec., 211.05951878429718 rows/sec., 14.22 KiB/sec. | ||
| 6066 | 2024.12.21 08:21:50.565261 [ 258 ] {311cb869-352d-486e-96da-e02eff392e47} <Debug> TCPHandler: Processed in 0.00562184 sec. | ||
| 6067 | 2024.12.21 08:21:50.565534 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6068 | 2024.12.21 08:21:50.565822 [ 4 ] {8c0a70fb-029b-4e4d-b9d9-b839b23e588c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6069 | 2024.12.21 08:21:50.565975 [ 4 ] {8c0a70fb-029b-4e4d-b9d9-b839b23e588c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6070 | 2024.12.21 08:21:50.567853 [ 4 ] {8c0a70fb-029b-4e4d-b9d9-b839b23e588c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2024.12.21 08:21:50.567908 [ 4 ] {8c0a70fb-029b-4e4d-b9d9-b839b23e588c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6072 | 2024.12.21 08:21:50.568560 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11531 rows, containing 5 columns (5 merged, 0 gathered) in 0.00907333 sec., 1270867.4764391906 rows/sec., 85.47 MiB/sec. | ||
| 6073 | 2024.12.21 08:21:50.569120 [ 4 ] {8c0a70fb-029b-4e4d-b9d9-b839b23e588c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6074 | 2024.12.21 08:21:50.569300 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6075 | 2024.12.21 08:21:50.569651 [ 4 ] {8c0a70fb-029b-4e4d-b9d9-b839b23e588c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2024.12.21 08:21:50.570090 [ 4 ] {8c0a70fb-029b-4e4d-b9d9-b839b23e588c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004317 sec., 1853.1387537641883 rows/sec., 3.32 MiB/sec. | ||
| 6077 | 2024.12.21 08:21:50.570108 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6078 | 2024.12.21 08:21:50.570414 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6079 | 2024.12.21 08:21:50.570453 [ 4 ] {8c0a70fb-029b-4e4d-b9d9-b839b23e588c} <Debug> TCPHandler: Processed in 0.005022264 sec. | ||
| 6080 | 2024.12.21 08:21:50.570694 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 6081 | 2024.12.21 08:21:50.570742 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6082 | 2024.12.21 08:21:50.570883 [ 258 ] {a712961e-37de-4faa-ac9f-c5afa8a44c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6083 | 2024.12.21 08:21:50.570942 [ 258 ] {a712961e-37de-4faa-ac9f-c5afa8a44c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6084 | 2024.12.21 08:21:50.571488 [ 258 ] {a712961e-37de-4faa-ac9f-c5afa8a44c3e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6085 | 2024.12.21 08:21:50.571527 [ 258 ] {a712961e-37de-4faa-ac9f-c5afa8a44c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6086 | 2024.12.21 08:21:50.571880 [ 258 ] {a712961e-37de-4faa-ac9f-c5afa8a44c3e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6087 | 2024.12.21 08:21:50.572098 [ 258 ] {a712961e-37de-4faa-ac9f-c5afa8a44c3e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6088 | 2024.12.21 08:21:50.572287 [ 27 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6089 | 2024.12.21 08:21:50.572325 [ 27 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6090 | 2024.12.21 08:21:50.572348 [ 258 ] {a712961e-37de-4faa-ac9f-c5afa8a44c3e} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001492 sec., 46916.89008042895 rows/sec., 2.95 MiB/sec. | ||
| 6091 | 2024.12.21 08:21:50.572352 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6092 | 2024.12.21 08:21:50.572431 [ 258 ] {a712961e-37de-4faa-ac9f-c5afa8a44c3e} <Debug> TCPHandler: Processed in 0.001859727 sec. | ||
| 6093 | 2024.12.21 08:21:50.572490 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 6094 | 2024.12.21 08:21:50.572601 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6095 | 2024.12.21 08:21:50.572639 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1704 rows starting from the beginning of the part | ||
| 6096 | 2024.12.21 08:21:50.572762 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 6097 | 2024.12.21 08:21:50.572958 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 6098 | 2024.12.21 08:21:50.573173 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 6099 | 2024.12.21 08:21:50.573302 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 6100 | 2024.12.21 08:21:50.573517 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 70 rows starting from the beginning of the part | ||
| 6101 | 2024.12.21 08:21:50.574992 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2058 rows, containing 4 columns (4 merged, 0 gathered) in 0.002562793 sec., 803030.1315791014 rows/sec., 51.81 MiB/sec. | ||
| 6102 | 2024.12.21 08:21:50.575236 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6103 | 2024.12.21 08:21:50.575547 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2024.12.21 08:21:50.575619 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_36_7} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6105 | 2024.12.21 08:21:50.575686 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6106 | 2024.12.21 08:21:52.342641 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2024.12.21 08:21:52.342866 [ 4 ] {f888454f-aca5-4587-b803-cdea3a332042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6108 | 2024.12.21 08:21:52.342981 [ 4 ] {f888454f-aca5-4587-b803-cdea3a332042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6109 | 2024.12.21 08:21:52.343827 [ 4 ] {f888454f-aca5-4587-b803-cdea3a332042} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2024.12.21 08:21:52.343886 [ 4 ] {f888454f-aca5-4587-b803-cdea3a332042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6111 | 2024.12.21 08:21:52.344333 [ 4 ] {f888454f-aca5-4587-b803-cdea3a332042} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6112 | 2024.12.21 08:21:52.344606 [ 4 ] {f888454f-aca5-4587-b803-cdea3a332042} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2024.12.21 08:21:52.344808 [ 155 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6114 | 2024.12.21 08:21:52.344878 [ 4 ] {f888454f-aca5-4587-b803-cdea3a332042} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002067 sec., 27092.40445089502 rows/sec., 2.08 MiB/sec. | ||
| 6115 | 2024.12.21 08:21:52.344904 [ 155 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2024.12.21 08:21:52.344966 [ 4 ] {f888454f-aca5-4587-b803-cdea3a332042} <Debug> TCPHandler: Processed in 0.002466772 sec. | ||
| 6117 | 2024.12.21 08:21:52.344988 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6118 | 2024.12.21 08:21:52.345160 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 6119 | 2024.12.21 08:21:52.345254 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6120 | 2024.12.21 08:21:52.345311 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6121 | 2024.12.21 08:21:52.345351 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1437 rows starting from the beginning of the part | ||
| 6122 | 2024.12.21 08:21:52.345524 [ 258 ] {af605ed7-fac2-4119-bd90-77b13586f13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6123 | 2024.12.21 08:21:52.345539 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 127 rows starting from the beginning of the part | ||
| 6124 | 2024.12.21 08:21:52.345679 [ 258 ] {af605ed7-fac2-4119-bd90-77b13586f13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6125 | 2024.12.21 08:21:52.345767 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 219 rows starting from the beginning of the part | ||
| 6126 | 2024.12.21 08:21:52.346119 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 122 rows starting from the beginning of the part | ||
| 6127 | 2024.12.21 08:21:52.346516 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1361 rows starting from the beginning of the part | ||
| 6128 | 2024.12.21 08:21:52.346980 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 6129 | 2024.12.21 08:21:52.348179 [ 258 ] {af605ed7-fac2-4119-bd90-77b13586f13a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2024.12.21 08:21:52.348244 [ 258 ] {af605ed7-fac2-4119-bd90-77b13586f13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6131 | 2024.12.21 08:21:52.348841 [ 258 ] {af605ed7-fac2-4119-bd90-77b13586f13a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6132 | 2024.12.21 08:21:52.349104 [ 258 ] {af605ed7-fac2-4119-bd90-77b13586f13a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2024.12.21 08:21:52.349298 [ 155 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6134 | 2024.12.21 08:21:52.349374 [ 155 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6135 | 2024.12.21 08:21:52.349434 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6136 | 2024.12.21 08:21:52.349611 [ 258 ] {af605ed7-fac2-4119-bd90-77b13586f13a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004184 sec., 15296.367112810707 rows/sec., 1.19 MiB/sec. | ||
| 6137 | 2024.12.21 08:21:52.349744 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.004636181 sec., 716538.0299000406 rows/sec., 62.80 MiB/sec. | ||
| 6138 | 2024.12.21 08:21:52.349942 [ 258 ] {af605ed7-fac2-4119-bd90-77b13586f13a} <Debug> TCPHandler: Processed in 0.004830603 sec. | ||
| 6139 | 2024.12.21 08:21:52.349947 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 6140 | 2024.12.21 08:21:52.350198 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6141 | 2024.12.21 08:21:52.350230 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6142 | 2024.12.21 08:21:52.350269 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part | ||
| 6143 | 2024.12.21 08:21:52.350345 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6144 | 2024.12.21 08:21:52.350731 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 107 rows starting from the beginning of the part | ||
| 6145 | 2024.12.21 08:21:52.350838 [ 4 ] {7233c34d-7edc-4cab-9a2e-44c2d30c5726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6146 | 2024.12.21 08:21:52.351128 [ 4 ] {7233c34d-7edc-4cab-9a2e-44c2d30c5726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6147 | 2024.12.21 08:21:52.351179 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 390 rows starting from the beginning of the part | ||
| 6148 | 2024.12.21 08:21:52.351719 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6149 | 2024.12.21 08:21:52.351743 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 97 rows starting from the beginning of the part | ||
| 6150 | 2024.12.21 08:21:52.352261 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 850 rows starting from the beginning of the part | ||
| 6151 | 2024.12.21 08:21:52.352333 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_41_8} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6152 | 2024.12.21 08:21:52.352751 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 6153 | 2024.12.21 08:21:52.352844 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6154 | 2024.12.21 08:21:52.353698 [ 4 ] {7233c34d-7edc-4cab-9a2e-44c2d30c5726} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6155 | 2024.12.21 08:21:52.353747 [ 4 ] {7233c34d-7edc-4cab-9a2e-44c2d30c5726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6156 | 2024.12.21 08:21:52.354313 [ 4 ] {7233c34d-7edc-4cab-9a2e-44c2d30c5726} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6157 | 2024.12.21 08:21:52.354586 [ 4 ] {7233c34d-7edc-4cab-9a2e-44c2d30c5726} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6158 | 2024.12.21 08:21:52.354839 [ 4 ] {7233c34d-7edc-4cab-9a2e-44c2d30c5726} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00416 sec., 7692.307692307693 rows/sec., 548.61 KiB/sec. | ||
| 6159 | 2024.12.21 08:21:52.355041 [ 4 ] {7233c34d-7edc-4cab-9a2e-44c2d30c5726} <Debug> TCPHandler: Processed in 0.004826552 sec. | ||
| 6160 | 2024.12.21 08:21:52.355113 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005494368 sec., 440997.03550981655 rows/sec., 33.83 MiB/sec. | ||
| 6161 | 2024.12.21 08:21:52.355225 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6162 | 2024.12.21 08:21:52.355399 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6163 | 2024.12.21 08:21:52.355430 [ 258 ] {97f175ee-ca0c-4f6d-92cf-3510ca794da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6164 | 2024.12.21 08:21:52.355564 [ 258 ] {97f175ee-ca0c-4f6d-92cf-3510ca794da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6165 | 2024.12.21 08:21:52.356042 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2024.12.21 08:21:52.356164 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_41_8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6167 | 2024.12.21 08:21:52.356348 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6168 | 2024.12.21 08:21:52.356496 [ 258 ] {97f175ee-ca0c-4f6d-92cf-3510ca794da4} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6169 | 2024.12.21 08:21:52.356540 [ 258 ] {97f175ee-ca0c-4f6d-92cf-3510ca794da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6170 | 2024.12.21 08:21:52.356908 [ 258 ] {97f175ee-ca0c-4f6d-92cf-3510ca794da4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6171 | 2024.12.21 08:21:52.357143 [ 258 ] {97f175ee-ca0c-4f6d-92cf-3510ca794da4} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6172 | 2024.12.21 08:21:52.357358 [ 258 ] {97f175ee-ca0c-4f6d-92cf-3510ca794da4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001974 sec., 6079.0273556231 rows/sec., 419.52 KiB/sec. | ||
| 6173 | 2024.12.21 08:21:52.357491 [ 258 ] {97f175ee-ca0c-4f6d-92cf-3510ca794da4} <Debug> TCPHandler: Processed in 0.002341441 sec. | ||
| 6174 | 2024.12.21 08:21:53.877641 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6175 | 2024.12.21 08:21:53.878293 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6176 | 2024.12.21 08:21:53.878341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6177 | 2024.12.21 08:21:53.878866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6178 | 2024.12.21 08:21:53.879135 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6179 | 2024.12.21 08:21:53.879339 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6180 | 2024.12.21 08:21:54.773592 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6181 | 2024.12.21 08:21:54.795158 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2024.12.21 08:21:54.795223 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 6183 | 2024.12.21 08:21:54.802846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6184 | 2024.12.21 08:21:54.803629 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6185 | 2024.12.21 08:21:54.806376 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6186 | 2024.12.21 08:21:56.431107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 848 | ||
| 6187 | 2024.12.21 08:21:56.434658 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6188 | 2024.12.21 08:21:56.434715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6189 | 2024.12.21 08:21:56.436213 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6190 | 2024.12.21 08:21:56.436533 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6191 | 2024.12.21 08:21:56.437092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 848 | ||
| 6192 | 2024.12.21 08:21:57.351289 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6193 | 2024.12.21 08:21:57.351499 [ 4 ] {f4341a51-46a2-42d0-958b-33b5b40a9594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6194 | 2024.12.21 08:21:57.351580 [ 4 ] {f4341a51-46a2-42d0-958b-33b5b40a9594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6195 | 2024.12.21 08:21:57.352427 [ 4 ] {f4341a51-46a2-42d0-958b-33b5b40a9594} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2024.12.21 08:21:57.352479 [ 4 ] {f4341a51-46a2-42d0-958b-33b5b40a9594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6197 | 2024.12.21 08:21:57.352929 [ 4 ] {f4341a51-46a2-42d0-958b-33b5b40a9594} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6198 | 2024.12.21 08:21:57.353185 [ 4 ] {f4341a51-46a2-42d0-958b-33b5b40a9594} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2024.12.21 08:21:57.353439 [ 4 ] {f4341a51-46a2-42d0-958b-33b5b40a9594} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001998 sec., 61061.06106106105 rows/sec., 5.19 MiB/sec. | ||
| 6200 | 2024.12.21 08:21:57.353506 [ 4 ] {f4341a51-46a2-42d0-958b-33b5b40a9594} <Debug> TCPHandler: Processed in 0.002351901 sec. | ||
| 6201 | 2024.12.21 08:21:57.353793 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6202 | 2024.12.21 08:21:57.354005 [ 258 ] {caf38bf8-ae93-4779-8e44-e1058eace9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6203 | 2024.12.21 08:21:57.354086 [ 258 ] {caf38bf8-ae93-4779-8e44-e1058eace9cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6204 | 2024.12.21 08:21:57.354918 [ 258 ] {caf38bf8-ae93-4779-8e44-e1058eace9cc} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2024.12.21 08:21:57.354968 [ 258 ] {caf38bf8-ae93-4779-8e44-e1058eace9cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6206 | 2024.12.21 08:21:57.355400 [ 258 ] {caf38bf8-ae93-4779-8e44-e1058eace9cc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6207 | 2024.12.21 08:21:57.355647 [ 258 ] {caf38bf8-ae93-4779-8e44-e1058eace9cc} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2024.12.21 08:21:57.355925 [ 258 ] {caf38bf8-ae93-4779-8e44-e1058eace9cc} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001973 sec., 16725.798276735935 rows/sec., 1.23 MiB/sec. | ||
| 6209 | 2024.12.21 08:21:57.356036 [ 258 ] {caf38bf8-ae93-4779-8e44-e1058eace9cc} <Debug> TCPHandler: Processed in 0.002386741 sec. | ||
| 6210 | 2024.12.21 08:21:57.356280 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6211 | 2024.12.21 08:21:57.356558 [ 4 ] {e177e96a-1cad-4ac2-a764-562d700bd3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6212 | 2024.12.21 08:21:57.356622 [ 4 ] {e177e96a-1cad-4ac2-a764-562d700bd3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6213 | 2024.12.21 08:21:57.357278 [ 4 ] {e177e96a-1cad-4ac2-a764-562d700bd3db} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6214 | 2024.12.21 08:21:57.357322 [ 4 ] {e177e96a-1cad-4ac2-a764-562d700bd3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6215 | 2024.12.21 08:21:57.357714 [ 4 ] {e177e96a-1cad-4ac2-a764-562d700bd3db} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6216 | 2024.12.21 08:21:57.357961 [ 4 ] {e177e96a-1cad-4ac2-a764-562d700bd3db} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6217 | 2024.12.21 08:21:57.358184 [ 4 ] {e177e96a-1cad-4ac2-a764-562d700bd3db} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001705 sec., 56891.495601173025 rows/sec., 4.44 MiB/sec. | ||
| 6218 | 2024.12.21 08:21:57.358240 [ 4 ] {e177e96a-1cad-4ac2-a764-562d700bd3db} <Debug> TCPHandler: Processed in 0.002121039 sec. | ||
| 6219 | 2024.12.21 08:21:57.358391 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6220 | 2024.12.21 08:21:57.358533 [ 258 ] {74d843f1-09ea-4d79-b30b-fda7efdaeb4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6221 | 2024.12.21 08:21:57.358595 [ 258 ] {74d843f1-09ea-4d79-b30b-fda7efdaeb4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6222 | 2024.12.21 08:21:57.359228 [ 258 ] {74d843f1-09ea-4d79-b30b-fda7efdaeb4d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6223 | 2024.12.21 08:21:57.359268 [ 258 ] {74d843f1-09ea-4d79-b30b-fda7efdaeb4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6224 | 2024.12.21 08:21:57.359663 [ 258 ] {74d843f1-09ea-4d79-b30b-fda7efdaeb4d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6225 | 2024.12.21 08:21:57.359910 [ 258 ] {74d843f1-09ea-4d79-b30b-fda7efdaeb4d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6226 | 2024.12.21 08:21:57.360095 [ 258 ] {74d843f1-09ea-4d79-b30b-fda7efdaeb4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
| 6227 | 2024.12.21 08:21:57.360147 [ 258 ] {74d843f1-09ea-4d79-b30b-fda7efdaeb4d} <Debug> TCPHandler: Processed in 0.001823576 sec. | ||
| 6228 | 2024.12.21 08:21:57.360371 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6229 | 2024.12.21 08:21:57.360592 [ 4 ] {ab9e395a-cac5-4286-80e1-276733a94738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6230 | 2024.12.21 08:21:57.360735 [ 4 ] {ab9e395a-cac5-4286-80e1-276733a94738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6231 | 2024.12.21 08:21:57.361984 [ 4 ] {ab9e395a-cac5-4286-80e1-276733a94738} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6232 | 2024.12.21 08:21:57.362025 [ 4 ] {ab9e395a-cac5-4286-80e1-276733a94738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6233 | 2024.12.21 08:21:57.362672 [ 4 ] {ab9e395a-cac5-4286-80e1-276733a94738} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6234 | 2024.12.21 08:21:57.362925 [ 4 ] {ab9e395a-cac5-4286-80e1-276733a94738} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6235 | 2024.12.21 08:21:57.363210 [ 4 ] {ab9e395a-cac5-4286-80e1-276733a94738} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002672 sec., 12350.299401197606 rows/sec., 22.13 MiB/sec. | ||
| 6236 | 2024.12.21 08:21:57.363538 [ 4 ] {ab9e395a-cac5-4286-80e1-276733a94738} <Debug> TCPHandler: Processed in 0.003271109 sec. | ||
| 6237 | 2024.12.21 08:21:57.363733 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6238 | 2024.12.21 08:21:57.363904 [ 258 ] {d22650ec-0f93-4326-ac92-4a66c9894f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6239 | 2024.12.21 08:21:57.363965 [ 258 ] {d22650ec-0f93-4326-ac92-4a66c9894f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6240 | 2024.12.21 08:21:57.364551 [ 258 ] {d22650ec-0f93-4326-ac92-4a66c9894f59} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6241 | 2024.12.21 08:21:57.364597 [ 258 ] {d22650ec-0f93-4326-ac92-4a66c9894f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6242 | 2024.12.21 08:21:57.364986 [ 258 ] {d22650ec-0f93-4326-ac92-4a66c9894f59} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6243 | 2024.12.21 08:21:57.365220 [ 258 ] {d22650ec-0f93-4326-ac92-4a66c9894f59} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6244 | 2024.12.21 08:21:57.365398 [ 258 ] {d22650ec-0f93-4326-ac92-4a66c9894f59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001525 sec., 39344.262295081964 rows/sec., 2.65 MiB/sec. | ||
| 6245 | 2024.12.21 08:21:57.365447 [ 258 ] {d22650ec-0f93-4326-ac92-4a66c9894f59} <Debug> TCPHandler: Processed in 0.001810336 sec. | ||
| 6246 | 2024.12.21 08:22:01.059091 [ 148 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 | ||
| 6247 | 2024.12.21 08:22:01.059174 [ 148 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6248 | 2024.12.21 08:22:01.059202 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6249 | 2024.12.21 08:22:01.059334 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full | ||
| 6250 | 2024.12.21 08:22:01.059507 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6251 | 2024.12.21 08:22:01.059546 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 244 rows starting from the beginning of the part | ||
| 6252 | 2024.12.21 08:22:01.059630 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part | ||
| 6253 | 2024.12.21 08:22:01.059808 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6254 | 2024.12.21 08:22:01.060167 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6255 | 2024.12.21 08:22:01.060274 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 242 rows starting from the beginning of the part | ||
| 6256 | 2024.12.21 08:22:01.061651 [ 198 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.002383291 sec., 317208.4315343783 rows/sec., 22.71 MiB/sec. | ||
| 6257 | 2024.12.21 08:22:01.061902 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6258 | 2024.12.21 08:22:01.062318 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6259 | 2024.12.21 08:22:01.062430 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_20_4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 | ||
| 6260 | 2024.12.21 08:22:01.062548 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6261 | 2024.12.21 08:22:01.267537 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6262 | 2024.12.21 08:22:01.267610 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6263 | 2024.12.21 08:22:01.379594 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6264 | 2024.12.21 08:22:01.380326 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2024.12.21 08:22:01.380374 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6266 | 2024.12.21 08:22:01.380988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6267 | 2024.12.21 08:22:01.381241 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2024.12.21 08:22:01.381525 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6269 | 2024.12.21 08:22:02.306570 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6270 | 2024.12.21 08:22:02.327941 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2024.12.21 08:22:02.328003 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6272 | 2024.12.21 08:22:02.335376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6273 | 2024.12.21 08:22:02.336146 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6274 | 2024.12.21 08:22:02.339731 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6275 | 2024.12.21 08:22:02.353950 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6276 | 2024.12.21 08:22:02.354268 [ 4 ] {40342816-62e4-47fc-a709-a0eb2f4a1dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6277 | 2024.12.21 08:22:02.354387 [ 4 ] {40342816-62e4-47fc-a709-a0eb2f4a1dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6278 | 2024.12.21 08:22:02.355423 [ 4 ] {40342816-62e4-47fc-a709-a0eb2f4a1dc7} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2024.12.21 08:22:02.355473 [ 4 ] {40342816-62e4-47fc-a709-a0eb2f4a1dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6280 | 2024.12.21 08:22:02.355912 [ 4 ] {40342816-62e4-47fc-a709-a0eb2f4a1dc7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6281 | 2024.12.21 08:22:02.356181 [ 4 ] {40342816-62e4-47fc-a709-a0eb2f4a1dc7} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2024.12.21 08:22:02.356475 [ 4 ] {40342816-62e4-47fc-a709-a0eb2f4a1dc7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002292 sec., 6108.202443280977 rows/sec., 439.71 KiB/sec. | ||
| 6283 | 2024.12.21 08:22:02.356628 [ 4 ] {40342816-62e4-47fc-a709-a0eb2f4a1dc7} <Debug> TCPHandler: Processed in 0.002860225 sec. | ||
| 6284 | 2024.12.21 08:22:02.356970 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6285 | 2024.12.21 08:22:02.357176 [ 258 ] {c3f5c51d-f064-47f5-8c2b-3701dd0f1410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6286 | 2024.12.21 08:22:02.357253 [ 258 ] {c3f5c51d-f064-47f5-8c2b-3701dd0f1410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6287 | 2024.12.21 08:22:02.358181 [ 258 ] {c3f5c51d-f064-47f5-8c2b-3701dd0f1410} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6288 | 2024.12.21 08:22:02.358222 [ 258 ] {c3f5c51d-f064-47f5-8c2b-3701dd0f1410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6289 | 2024.12.21 08:22:02.358648 [ 258 ] {c3f5c51d-f064-47f5-8c2b-3701dd0f1410} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6290 | 2024.12.21 08:22:02.358878 [ 258 ] {c3f5c51d-f064-47f5-8c2b-3701dd0f1410} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2024.12.21 08:22:02.359058 [ 258 ] {c3f5c51d-f064-47f5-8c2b-3701dd0f1410} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001984 sec., 110383.06451612903 rows/sec., 9.64 MiB/sec. | ||
| 6292 | 2024.12.21 08:22:02.359111 [ 258 ] {c3f5c51d-f064-47f5-8c2b-3701dd0f1410} <Debug> TCPHandler: Processed in 0.002358861 sec. | ||
| 6293 | 2024.12.21 08:22:02.359250 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2024.12.21 08:22:02.359458 [ 4 ] {62efb032-c481-4d6d-a3c3-e1aa0f7ad417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6295 | 2024.12.21 08:22:02.359522 [ 4 ] {62efb032-c481-4d6d-a3c3-e1aa0f7ad417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6296 | 2024.12.21 08:22:02.360175 [ 4 ] {62efb032-c481-4d6d-a3c3-e1aa0f7ad417} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2024.12.21 08:22:02.360217 [ 4 ] {62efb032-c481-4d6d-a3c3-e1aa0f7ad417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6298 | 2024.12.21 08:22:02.360586 [ 4 ] {62efb032-c481-4d6d-a3c3-e1aa0f7ad417} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6299 | 2024.12.21 08:22:02.360836 [ 4 ] {62efb032-c481-4d6d-a3c3-e1aa0f7ad417} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2024.12.21 08:22:02.361059 [ 4 ] {62efb032-c481-4d6d-a3c3-e1aa0f7ad417} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001639 sec., 9151.921903599756 rows/sec., 645.28 KiB/sec. | ||
| 6301 | 2024.12.21 08:22:02.361187 [ 4 ] {62efb032-c481-4d6d-a3c3-e1aa0f7ad417} <Debug> TCPHandler: Processed in 0.001945607 sec. | ||
| 6302 | 2024.12.21 08:22:02.361365 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6303 | 2024.12.21 08:22:02.361486 [ 258 ] {cf14cae7-d4b6-4976-bd86-be3dc1c9fd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6304 | 2024.12.21 08:22:02.361536 [ 258 ] {cf14cae7-d4b6-4976-bd86-be3dc1c9fd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6305 | 2024.12.21 08:22:02.362157 [ 258 ] {cf14cae7-d4b6-4976-bd86-be3dc1c9fd50} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6306 | 2024.12.21 08:22:02.362196 [ 258 ] {cf14cae7-d4b6-4976-bd86-be3dc1c9fd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6307 | 2024.12.21 08:22:02.362551 [ 258 ] {cf14cae7-d4b6-4976-bd86-be3dc1c9fd50} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6308 | 2024.12.21 08:22:02.362787 [ 258 ] {cf14cae7-d4b6-4976-bd86-be3dc1c9fd50} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2024.12.21 08:22:02.362983 [ 258 ] {cf14cae7-d4b6-4976-bd86-be3dc1c9fd50} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec. | ||
| 6310 | 2024.12.21 08:22:02.363089 [ 258 ] {cf14cae7-d4b6-4976-bd86-be3dc1c9fd50} <Debug> TCPHandler: Processed in 0.001782296 sec. | ||
| 6311 | 2024.12.21 08:22:02.363320 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6312 | 2024.12.21 08:22:02.363539 [ 4 ] {efc3aa14-bf88-4f56-9d47-54b3c8683a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6313 | 2024.12.21 08:22:02.363631 [ 4 ] {efc3aa14-bf88-4f56-9d47-54b3c8683a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6314 | 2024.12.21 08:22:02.364378 [ 4 ] {efc3aa14-bf88-4f56-9d47-54b3c8683a29} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2024.12.21 08:22:02.364417 [ 4 ] {efc3aa14-bf88-4f56-9d47-54b3c8683a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6316 | 2024.12.21 08:22:02.364774 [ 4 ] {efc3aa14-bf88-4f56-9d47-54b3c8683a29} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6317 | 2024.12.21 08:22:02.365014 [ 4 ] {efc3aa14-bf88-4f56-9d47-54b3c8683a29} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2024.12.21 08:22:02.365246 [ 4 ] {efc3aa14-bf88-4f56-9d47-54b3c8683a29} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001761 sec., 7382.169222032936 rows/sec., 460.28 KiB/sec. | ||
| 6319 | 2024.12.21 08:22:02.365361 [ 4 ] {efc3aa14-bf88-4f56-9d47-54b3c8683a29} <Debug> TCPHandler: Processed in 0.002147349 sec. | ||
| 6320 | 2024.12.21 08:22:02.365520 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6321 | 2024.12.21 08:22:02.365637 [ 258 ] {f49d2754-2d50-42e9-b468-ca3c39f50608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6322 | 2024.12.21 08:22:02.365686 [ 258 ] {f49d2754-2d50-42e9-b468-ca3c39f50608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6323 | 2024.12.21 08:22:02.366408 [ 258 ] {f49d2754-2d50-42e9-b468-ca3c39f50608} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2024.12.21 08:22:02.366447 [ 258 ] {f49d2754-2d50-42e9-b468-ca3c39f50608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6325 | 2024.12.21 08:22:02.366827 [ 258 ] {f49d2754-2d50-42e9-b468-ca3c39f50608} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6326 | 2024.12.21 08:22:02.367061 [ 258 ] {f49d2754-2d50-42e9-b468-ca3c39f50608} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2024.12.21 08:22:02.367254 [ 258 ] {f49d2754-2d50-42e9-b468-ca3c39f50608} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001641 sec., 237659.9634369287 rows/sec., 16.85 MiB/sec. | ||
| 6328 | 2024.12.21 08:22:02.367385 [ 258 ] {f49d2754-2d50-42e9-b468-ca3c39f50608} <Debug> TCPHandler: Processed in 0.001920267 sec. | ||
| 6329 | 2024.12.21 08:22:02.367561 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6330 | 2024.12.21 08:22:02.367698 [ 4 ] {a9f9789a-f479-41b3-8a5f-890d15c001c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6331 | 2024.12.21 08:22:02.367759 [ 4 ] {a9f9789a-f479-41b3-8a5f-890d15c001c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6332 | 2024.12.21 08:22:02.368273 [ 4 ] {a9f9789a-f479-41b3-8a5f-890d15c001c2} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6333 | 2024.12.21 08:22:02.368313 [ 4 ] {a9f9789a-f479-41b3-8a5f-890d15c001c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6334 | 2024.12.21 08:22:02.368675 [ 4 ] {a9f9789a-f479-41b3-8a5f-890d15c001c2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6335 | 2024.12.21 08:22:02.368906 [ 4 ] {a9f9789a-f479-41b3-8a5f-890d15c001c2} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6336 | 2024.12.21 08:22:02.369113 [ 4 ] {a9f9789a-f479-41b3-8a5f-890d15c001c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. | ||
| 6337 | 2024.12.21 08:22:02.369165 [ 4 ] {a9f9789a-f479-41b3-8a5f-890d15c001c2} <Debug> TCPHandler: Processed in 0.001673014 sec. | ||
| 6338 | 2024.12.21 08:22:02.369309 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6339 | 2024.12.21 08:22:02.369426 [ 258 ] {bee1176f-369b-434a-a8dc-44b5d7a2b0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6340 | 2024.12.21 08:22:02.369478 [ 258 ] {bee1176f-369b-434a-a8dc-44b5d7a2b0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6341 | 2024.12.21 08:22:02.370082 [ 258 ] {bee1176f-369b-434a-a8dc-44b5d7a2b0f1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6342 | 2024.12.21 08:22:02.370120 [ 258 ] {bee1176f-369b-434a-a8dc-44b5d7a2b0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6343 | 2024.12.21 08:22:02.370507 [ 258 ] {bee1176f-369b-434a-a8dc-44b5d7a2b0f1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6344 | 2024.12.21 08:22:02.370737 [ 258 ] {bee1176f-369b-434a-a8dc-44b5d7a2b0f1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6345 | 2024.12.21 08:22:02.370947 [ 258 ] {bee1176f-369b-434a-a8dc-44b5d7a2b0f1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001545 sec., 153398.0582524272 rows/sec., 10.28 MiB/sec. | ||
| 6346 | 2024.12.21 08:22:02.371002 [ 258 ] {bee1176f-369b-434a-a8dc-44b5d7a2b0f1} <Debug> TCPHandler: Processed in 0.001747296 sec. | ||
| 6347 | 2024.12.21 08:22:02.371165 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6348 | 2024.12.21 08:22:02.371303 [ 4 ] {b92071d0-3bbc-48ed-9772-2d5c9110e0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6349 | 2024.12.21 08:22:02.371364 [ 4 ] {b92071d0-3bbc-48ed-9772-2d5c9110e0b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6350 | 2024.12.21 08:22:02.371913 [ 4 ] {b92071d0-3bbc-48ed-9772-2d5c9110e0b1} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2024.12.21 08:22:02.371962 [ 4 ] {b92071d0-3bbc-48ed-9772-2d5c9110e0b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6352 | 2024.12.21 08:22:02.372319 [ 4 ] {b92071d0-3bbc-48ed-9772-2d5c9110e0b1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6353 | 2024.12.21 08:22:02.372560 [ 4 ] {b92071d0-3bbc-48ed-9772-2d5c9110e0b1} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6354 | 2024.12.21 08:22:02.372719 [ 146 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6355 | 2024.12.21 08:22:02.372784 [ 4 ] {b92071d0-3bbc-48ed-9772-2d5c9110e0b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 6356 | 2024.12.21 08:22:02.372800 [ 146 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6357 | 2024.12.21 08:22:02.372865 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6358 | 2024.12.21 08:22:02.372897 [ 4 ] {b92071d0-3bbc-48ed-9772-2d5c9110e0b1} <Debug> TCPHandler: Processed in 0.001795506 sec. | ||
| 6359 | 2024.12.21 08:22:02.373137 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6360 | 2024.12.21 08:22:02.373402 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 6361 | 2024.12.21 08:22:02.373480 [ 258 ] {0fe3651f-5e28-4042-a093-281a02e9b793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6362 | 2024.12.21 08:22:02.373765 [ 258 ] {0fe3651f-5e28-4042-a093-281a02e9b793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6363 | 2024.12.21 08:22:02.374012 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6364 | 2024.12.21 08:22:02.374143 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 6365 | 2024.12.21 08:22:02.374486 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6366 | 2024.12.21 08:22:02.374974 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6367 | 2024.12.21 08:22:02.375491 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6368 | 2024.12.21 08:22:02.375822 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6369 | 2024.12.21 08:22:02.376217 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6370 | 2024.12.21 08:22:02.379457 [ 258 ] {0fe3651f-5e28-4042-a093-281a02e9b793} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6371 | 2024.12.21 08:22:02.379531 [ 258 ] {0fe3651f-5e28-4042-a093-281a02e9b793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6372 | 2024.12.21 08:22:02.380153 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.007191553 sec., 2920.092502968413 rows/sec., 195.68 KiB/sec. | ||
| 6373 | 2024.12.21 08:22:02.380351 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6374 | 2024.12.21 08:22:02.380995 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6375 | 2024.12.21 08:22:02.381185 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_21_4} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6376 | 2024.12.21 08:22:02.381235 [ 258 ] {0fe3651f-5e28-4042-a093-281a02e9b793} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6377 | 2024.12.21 08:22:02.381328 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6378 | 2024.12.21 08:22:02.381633 [ 258 ] {0fe3651f-5e28-4042-a093-281a02e9b793} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6379 | 2024.12.21 08:22:02.381921 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6380 | 2024.12.21 08:22:02.382009 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6381 | 2024.12.21 08:22:02.382053 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6382 | 2024.12.21 08:22:02.382052 [ 258 ] {0fe3651f-5e28-4042-a093-281a02e9b793} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008657 sec., 924.1076585422202 rows/sec., 1.66 MiB/sec. | ||
| 6383 | 2024.12.21 08:22:02.382579 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 6384 | 2024.12.21 08:22:02.383131 [ 258 ] {0fe3651f-5e28-4042-a093-281a02e9b793} <Debug> TCPHandler: Processed in 0.010121619 sec. | ||
| 6385 | 2024.12.21 08:22:02.383607 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6386 | 2024.12.21 08:22:02.383872 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6387 | 2024.12.21 08:22:02.383889 [ 4 ] {24c23c63-d2a0-4074-a2d4-cb3133d2a17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6388 | 2024.12.21 08:22:02.384023 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 631 rows starting from the beginning of the part | ||
| 6389 | 2024.12.21 08:22:02.384034 [ 4 ] {24c23c63-d2a0-4074-a2d4-cb3133d2a17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6390 | 2024.12.21 08:22:02.384929 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 6391 | 2024.12.21 08:22:02.385642 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part | ||
| 6392 | 2024.12.21 08:22:02.386403 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 6393 | 2024.12.21 08:22:02.386418 [ 4 ] {24c23c63-d2a0-4074-a2d4-cb3133d2a17a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2024.12.21 08:22:02.386494 [ 4 ] {24c23c63-d2a0-4074-a2d4-cb3133d2a17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6395 | 2024.12.21 08:22:02.386996 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part | ||
| 6396 | 2024.12.21 08:22:02.387684 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 6397 | 2024.12.21 08:22:02.387951 [ 4 ] {24c23c63-d2a0-4074-a2d4-cb3133d2a17a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6398 | 2024.12.21 08:22:02.388657 [ 4 ] {24c23c63-d2a0-4074-a2d4-cb3133d2a17a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6399 | 2024.12.21 08:22:02.389038 [ 4 ] {24c23c63-d2a0-4074-a2d4-cb3133d2a17a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005228 sec., 15684.77429227238 rows/sec., 1020.09 KiB/sec. | ||
| 6400 | 2024.12.21 08:22:02.389237 [ 4 ] {24c23c63-d2a0-4074-a2d4-cb3133d2a17a} <Debug> TCPHandler: Processed in 0.005981522 sec. | ||
| 6401 | 2024.12.21 08:22:02.394727 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 721 rows, containing 19 columns (19 merged, 0 gathered) in 0.012592631 sec., 57255.707723032625 rows/sec., 102.60 MiB/sec. | ||
| 6402 | 2024.12.21 08:22:02.395611 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6403 | 2024.12.21 08:22:02.396027 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6404 | 2024.12.21 08:22:02.396109 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6405 | 2024.12.21 08:22:02.396259 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 6406 | 2024.12.21 08:22:03.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.13 MiB, peak 205.60 MiB, free memory in arenas 0.00 B, will set to 199.66 MiB (RSS), difference: 1.54 MiB | ||
| 6407 | 2024.12.21 08:22:06.437560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 882 | ||
| 6408 | 2024.12.21 08:22:06.440891 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6409 | 2024.12.21 08:22:06.440943 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6410 | 2024.12.21 08:22:06.442438 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6411 | 2024.12.21 08:22:06.442753 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2024.12.21 08:22:06.442919 [ 142 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6413 | 2024.12.21 08:22:06.442973 [ 142 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2024.12.21 08:22:06.443012 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6415 | 2024.12.21 08:22:06.443733 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 6416 | 2024.12.21 08:22:06.444764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 882 | ||
| 6417 | 2024.12.21 08:22:06.445207 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6418 | 2024.12.21 08:22:06.445381 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 690 rows starting from the beginning of the part | ||
| 6419 | 2024.12.21 08:22:06.445990 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 44 rows starting from the beginning of the part | ||
| 6420 | 2024.12.21 08:22:06.446601 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 6421 | 2024.12.21 08:22:06.447210 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 6422 | 2024.12.21 08:22:06.447827 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 6423 | 2024.12.21 08:22:06.448423 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 6424 | 2024.12.21 08:22:06.456306 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 882 rows, containing 72 columns (72 merged, 0 gathered) in 0.013160417 sec., 67019.15296452992 rows/sec., 55.58 MiB/sec. | ||
| 6425 | 2024.12.21 08:22:06.457982 [ 200 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6426 | 2024.12.21 08:22:06.458887 [ 200 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2024.12.21 08:22:06.458995 [ 200 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_21_4} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6428 | 2024.12.21 08:22:06.459365 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 6429 | 2024.12.21 08:22:07.351491 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6430 | 2024.12.21 08:22:07.351709 [ 4 ] {b2b94f15-7792-4a98-bccb-6b6c158cdd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6431 | 2024.12.21 08:22:07.351792 [ 4 ] {b2b94f15-7792-4a98-bccb-6b6c158cdd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6432 | 2024.12.21 08:22:07.352666 [ 4 ] {b2b94f15-7792-4a98-bccb-6b6c158cdd3a} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2024.12.21 08:22:07.352717 [ 4 ] {b2b94f15-7792-4a98-bccb-6b6c158cdd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6434 | 2024.12.21 08:22:07.353160 [ 4 ] {b2b94f15-7792-4a98-bccb-6b6c158cdd3a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6435 | 2024.12.21 08:22:07.353412 [ 4 ] {b2b94f15-7792-4a98-bccb-6b6c158cdd3a} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2024.12.21 08:22:07.353659 [ 4 ] {b2b94f15-7792-4a98-bccb-6b6c158cdd3a} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002009 sec., 60726.72971627676 rows/sec., 5.16 MiB/sec. | ||
| 6437 | 2024.12.21 08:22:07.353728 [ 4 ] {b2b94f15-7792-4a98-bccb-6b6c158cdd3a} <Debug> TCPHandler: Processed in 0.002375461 sec. | ||
| 6438 | 2024.12.21 08:22:07.354006 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6439 | 2024.12.21 08:22:07.354216 [ 258 ] {5e61fbaa-c58d-49c6-ad55-31192a71eda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6440 | 2024.12.21 08:22:07.354294 [ 258 ] {5e61fbaa-c58d-49c6-ad55-31192a71eda1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6441 | 2024.12.21 08:22:07.355151 [ 258 ] {5e61fbaa-c58d-49c6-ad55-31192a71eda1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6442 | 2024.12.21 08:22:07.355195 [ 258 ] {5e61fbaa-c58d-49c6-ad55-31192a71eda1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6443 | 2024.12.21 08:22:07.355624 [ 258 ] {5e61fbaa-c58d-49c6-ad55-31192a71eda1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6444 | 2024.12.21 08:22:07.355873 [ 258 ] {5e61fbaa-c58d-49c6-ad55-31192a71eda1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2024.12.21 08:22:07.356072 [ 258 ] {5e61fbaa-c58d-49c6-ad55-31192a71eda1} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001913 sec., 17250.39205436487 rows/sec., 1.27 MiB/sec. | ||
| 6446 | 2024.12.21 08:22:07.356138 [ 258 ] {5e61fbaa-c58d-49c6-ad55-31192a71eda1} <Debug> TCPHandler: Processed in 0.00226776 sec. | ||
| 6447 | 2024.12.21 08:22:07.356294 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6448 | 2024.12.21 08:22:07.356440 [ 4 ] {6be0ab04-abcd-4214-a9f6-cdd6b0c3d2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6449 | 2024.12.21 08:22:07.356503 [ 4 ] {6be0ab04-abcd-4214-a9f6-cdd6b0c3d2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6450 | 2024.12.21 08:22:07.357227 [ 4 ] {6be0ab04-abcd-4214-a9f6-cdd6b0c3d2e3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6451 | 2024.12.21 08:22:07.357268 [ 4 ] {6be0ab04-abcd-4214-a9f6-cdd6b0c3d2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6452 | 2024.12.21 08:22:07.357635 [ 4 ] {6be0ab04-abcd-4214-a9f6-cdd6b0c3d2e3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6453 | 2024.12.21 08:22:07.357879 [ 4 ] {6be0ab04-abcd-4214-a9f6-cdd6b0c3d2e3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6454 | 2024.12.21 08:22:07.358084 [ 4 ] {6be0ab04-abcd-4214-a9f6-cdd6b0c3d2e3} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00168 sec., 57738.09523809524 rows/sec., 4.51 MiB/sec. | ||
| 6455 | 2024.12.21 08:22:07.358141 [ 4 ] {6be0ab04-abcd-4214-a9f6-cdd6b0c3d2e3} <Debug> TCPHandler: Processed in 0.001915307 sec. | ||
| 6456 | 2024.12.21 08:22:07.358289 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6457 | 2024.12.21 08:22:07.358432 [ 258 ] {3dca8766-8f5d-420c-a9a3-1fa2a7f98dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6458 | 2024.12.21 08:22:07.358496 [ 258 ] {3dca8766-8f5d-420c-a9a3-1fa2a7f98dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6459 | 2024.12.21 08:22:07.359228 [ 258 ] {3dca8766-8f5d-420c-a9a3-1fa2a7f98dec} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2024.12.21 08:22:07.359265 [ 258 ] {3dca8766-8f5d-420c-a9a3-1fa2a7f98dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6461 | 2024.12.21 08:22:07.359658 [ 258 ] {3dca8766-8f5d-420c-a9a3-1fa2a7f98dec} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6462 | 2024.12.21 08:22:07.359889 [ 258 ] {3dca8766-8f5d-420c-a9a3-1fa2a7f98dec} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2024.12.21 08:22:07.360070 [ 258 ] {3dca8766-8f5d-420c-a9a3-1fa2a7f98dec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001673 sec., 95636.58099222953 rows/sec., 6.66 MiB/sec. | ||
| 6464 | 2024.12.21 08:22:07.360124 [ 258 ] {3dca8766-8f5d-420c-a9a3-1fa2a7f98dec} <Debug> TCPHandler: Processed in 0.001901167 sec. | ||
| 6465 | 2024.12.21 08:22:07.360363 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6466 | 2024.12.21 08:22:07.360584 [ 4 ] {c3eaf914-0b8a-4fca-b5fa-537d0cd17c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6467 | 2024.12.21 08:22:07.360726 [ 4 ] {c3eaf914-0b8a-4fca-b5fa-537d0cd17c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6468 | 2024.12.21 08:22:07.362035 [ 4 ] {c3eaf914-0b8a-4fca-b5fa-537d0cd17c65} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2024.12.21 08:22:07.362073 [ 4 ] {c3eaf914-0b8a-4fca-b5fa-537d0cd17c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6470 | 2024.12.21 08:22:07.362763 [ 4 ] {c3eaf914-0b8a-4fca-b5fa-537d0cd17c65} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6471 | 2024.12.21 08:22:07.363020 [ 4 ] {c3eaf914-0b8a-4fca-b5fa-537d0cd17c65} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2024.12.21 08:22:07.363263 [ 4 ] {c3eaf914-0b8a-4fca-b5fa-537d0cd17c65} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002734 sec., 12070.226773957573 rows/sec., 21.63 MiB/sec. | ||
| 6473 | 2024.12.21 08:22:07.363375 [ 4 ] {c3eaf914-0b8a-4fca-b5fa-537d0cd17c65} <Debug> TCPHandler: Processed in 0.003118367 sec. | ||
| 6474 | 2024.12.21 08:22:07.363534 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6475 | 2024.12.21 08:22:07.363675 [ 258 ] {13f3fb79-67a0-4511-9db6-52aea9c73598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6476 | 2024.12.21 08:22:07.363734 [ 258 ] {13f3fb79-67a0-4511-9db6-52aea9c73598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6477 | 2024.12.21 08:22:07.364288 [ 258 ] {13f3fb79-67a0-4511-9db6-52aea9c73598} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2024.12.21 08:22:07.364324 [ 258 ] {13f3fb79-67a0-4511-9db6-52aea9c73598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6479 | 2024.12.21 08:22:07.364686 [ 258 ] {13f3fb79-67a0-4511-9db6-52aea9c73598} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6480 | 2024.12.21 08:22:07.364911 [ 258 ] {13f3fb79-67a0-4511-9db6-52aea9c73598} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2024.12.21 08:22:07.365129 [ 258 ] {13f3fb79-67a0-4511-9db6-52aea9c73598} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 6482 | 2024.12.21 08:22:07.365286 [ 258 ] {13f3fb79-67a0-4511-9db6-52aea9c73598} <Debug> TCPHandler: Processed in 0.001810376 sec. | ||
| 6483 | 2024.12.21 08:22:08.881794 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6484 | 2024.12.21 08:22:08.882503 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6485 | 2024.12.21 08:22:08.882550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6486 | 2024.12.21 08:22:08.883080 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6487 | 2024.12.21 08:22:08.883335 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2024.12.21 08:22:08.883548 [ 141 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6489 | 2024.12.21 08:22:08.883580 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6490 | 2024.12.21 08:22:08.883629 [ 141 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6491 | 2024.12.21 08:22:08.883657 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6492 | 2024.12.21 08:22:08.883818 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 6493 | 2024.12.21 08:22:08.884000 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6494 | 2024.12.21 08:22:08.884050 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 6495 | 2024.12.21 08:22:08.884139 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 6496 | 2024.12.21 08:22:08.884358 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 6497 | 2024.12.21 08:22:08.884486 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 6498 | 2024.12.21 08:22:08.884709 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 6499 | 2024.12.21 08:22:08.884917 [ 200 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 6500 | 2024.12.21 08:22:08.887104 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.00336958 sec., 4218033.107983784 rows/sec., 60.34 MiB/sec. | ||
| 6501 | 2024.12.21 08:22:08.887401 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6502 | 2024.12.21 08:22:08.887704 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_31_6} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6503 | 2024.12.21 08:22:08.887790 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_31_6} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6504 | 2024.12.21 08:22:08.887883 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6505 | 2024.12.21 08:22:09.839937 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6506 | 2024.12.21 08:22:09.861815 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2024.12.21 08:22:09.861883 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6508 | 2024.12.21 08:22:09.869127 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6509 | 2024.12.21 08:22:09.869931 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6510 | 2024.12.21 08:22:09.870320 [ 138 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6511 | 2024.12.21 08:22:09.870446 [ 138 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6512 | 2024.12.21 08:22:09.870511 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6513 | 2024.12.21 08:22:09.870906 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 6514 | 2024.12.21 08:22:09.886442 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6515 | 2024.12.21 08:22:09.887959 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6516 | 2024.12.21 08:22:09.889628 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 6517 | 2024.12.21 08:22:09.895565 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 6518 | 2024.12.21 08:22:09.901600 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 6519 | 2024.12.21 08:22:09.908593 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 6520 | 2024.12.21 08:22:09.914591 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 6521 | 2024.12.21 08:22:09.920201 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 6522 | 2024.12.21 08:22:09.983542 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.112886616 sec., 2072.8763806685465 rows/sec., 10.72 MiB/sec. | ||
| 6523 | 2024.12.21 08:22:09.986436 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6524 | 2024.12.21 08:22:09.989365 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_31_6} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2024.12.21 08:22:09.989480 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_31_6} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6526 | 2024.12.21 08:22:09.991829 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6527 | 2024.12.21 08:22:12.354400 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6528 | 2024.12.21 08:22:12.354602 [ 4 ] {fc3d437b-9165-495e-825f-158494aeabd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6529 | 2024.12.21 08:22:12.354676 [ 4 ] {fc3d437b-9165-495e-825f-158494aeabd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6530 | 2024.12.21 08:22:12.355449 [ 4 ] {fc3d437b-9165-495e-825f-158494aeabd4} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6531 | 2024.12.21 08:22:12.355499 [ 4 ] {fc3d437b-9165-495e-825f-158494aeabd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6532 | 2024.12.21 08:22:12.355937 [ 4 ] {fc3d437b-9165-495e-825f-158494aeabd4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6533 | 2024.12.21 08:22:12.356190 [ 4 ] {fc3d437b-9165-495e-825f-158494aeabd4} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2024.12.21 08:22:12.356437 [ 4 ] {fc3d437b-9165-495e-825f-158494aeabd4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 6535 | 2024.12.21 08:22:12.356506 [ 4 ] {fc3d437b-9165-495e-825f-158494aeabd4} <Debug> TCPHandler: Processed in 0.00227815 sec. | ||
| 6536 | 2024.12.21 08:22:12.356780 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6537 | 2024.12.21 08:22:12.356990 [ 258 ] {35e44494-8598-4285-8fe3-eded518152fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6538 | 2024.12.21 08:22:12.357069 [ 258 ] {35e44494-8598-4285-8fe3-eded518152fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6539 | 2024.12.21 08:22:12.357978 [ 258 ] {35e44494-8598-4285-8fe3-eded518152fd} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6540 | 2024.12.21 08:22:12.358021 [ 258 ] {35e44494-8598-4285-8fe3-eded518152fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6541 | 2024.12.21 08:22:12.358471 [ 258 ] {35e44494-8598-4285-8fe3-eded518152fd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6542 | 2024.12.21 08:22:12.358749 [ 258 ] {35e44494-8598-4285-8fe3-eded518152fd} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6543 | 2024.12.21 08:22:12.358985 [ 258 ] {35e44494-8598-4285-8fe3-eded518152fd} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002047 sec., 106985.8329262335 rows/sec., 9.34 MiB/sec. | ||
| 6544 | 2024.12.21 08:22:12.359103 [ 258 ] {35e44494-8598-4285-8fe3-eded518152fd} <Debug> TCPHandler: Processed in 0.002455012 sec. | ||
| 6545 | 2024.12.21 08:22:12.359337 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6546 | 2024.12.21 08:22:12.359481 [ 4 ] {beea703a-cd5f-4238-9557-b749b9e3bce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6547 | 2024.12.21 08:22:12.359542 [ 4 ] {beea703a-cd5f-4238-9557-b749b9e3bce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6548 | 2024.12.21 08:22:12.360233 [ 4 ] {beea703a-cd5f-4238-9557-b749b9e3bce0} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2024.12.21 08:22:12.360282 [ 4 ] {beea703a-cd5f-4238-9557-b749b9e3bce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6550 | 2024.12.21 08:22:12.360651 [ 4 ] {beea703a-cd5f-4238-9557-b749b9e3bce0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6551 | 2024.12.21 08:22:12.360889 [ 4 ] {beea703a-cd5f-4238-9557-b749b9e3bce0} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2024.12.21 08:22:12.361051 [ 135 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6553 | 2024.12.21 08:22:12.361115 [ 135 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2024.12.21 08:22:12.361129 [ 4 ] {beea703a-cd5f-4238-9557-b749b9e3bce0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001672 sec., 8971.291866028707 rows/sec., 632.55 KiB/sec. | ||
| 6555 | 2024.12.21 08:22:12.361168 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6556 | 2024.12.21 08:22:12.361279 [ 4 ] {beea703a-cd5f-4238-9557-b749b9e3bce0} <Debug> TCPHandler: Processed in 0.002032678 sec. | ||
| 6557 | 2024.12.21 08:22:12.361425 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 6558 | 2024.12.21 08:22:12.361478 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6559 | 2024.12.21 08:22:12.361563 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6560 | 2024.12.21 08:22:12.361604 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 66 rows starting from the beginning of the part | ||
| 6561 | 2024.12.21 08:22:12.361616 [ 258 ] {c16f6f32-006a-423c-9aa6-89374fda8bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6562 | 2024.12.21 08:22:12.361690 [ 258 ] {c16f6f32-006a-423c-9aa6-89374fda8bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6563 | 2024.12.21 08:22:12.361756 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 19 rows starting from the beginning of the part | ||
| 6564 | 2024.12.21 08:22:12.362181 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 33 rows starting from the beginning of the part | ||
| 6565 | 2024.12.21 08:22:12.362495 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 15 rows starting from the beginning of the part | ||
| 6566 | 2024.12.21 08:22:12.362873 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 33 rows starting from the beginning of the part | ||
| 6567 | 2024.12.21 08:22:12.363264 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part | ||
| 6568 | 2024.12.21 08:22:12.364176 [ 258 ] {c16f6f32-006a-423c-9aa6-89374fda8bc4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6569 | 2024.12.21 08:22:12.364224 [ 258 ] {c16f6f32-006a-423c-9aa6-89374fda8bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6570 | 2024.12.21 08:22:12.364898 [ 258 ] {c16f6f32-006a-423c-9aa6-89374fda8bc4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6571 | 2024.12.21 08:22:12.365139 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.003880714 sec., 46640.90164851108 rows/sec., 3.50 MiB/sec. | ||
| 6572 | 2024.12.21 08:22:12.365294 [ 258 ] {c16f6f32-006a-423c-9aa6-89374fda8bc4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6573 | 2024.12.21 08:22:12.365375 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6574 | 2024.12.21 08:22:12.365723 [ 258 ] {c16f6f32-006a-423c-9aa6-89374fda8bc4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004133 sec., 3387.3699491894504 rows/sec., 237.23 KiB/sec. | ||
| 6575 | 2024.12.21 08:22:12.365870 [ 258 ] {c16f6f32-006a-423c-9aa6-89374fda8bc4} <Debug> TCPHandler: Processed in 0.00446006 sec. | ||
| 6576 | 2024.12.21 08:22:12.366076 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6577 | 2024.12.21 08:22:12.366084 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6578 | 2024.12.21 08:22:12.366177 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_41_8} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6579 | 2024.12.21 08:22:12.366265 [ 4 ] {68ca233b-c4c5-472c-bb06-ad1af74de511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6580 | 2024.12.21 08:22:12.366288 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6581 | 2024.12.21 08:22:12.366336 [ 4 ] {68ca233b-c4c5-472c-bb06-ad1af74de511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6582 | 2024.12.21 08:22:12.366898 [ 4 ] {68ca233b-c4c5-472c-bb06-ad1af74de511} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6583 | 2024.12.21 08:22:12.366937 [ 4 ] {68ca233b-c4c5-472c-bb06-ad1af74de511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6584 | 2024.12.21 08:22:12.367291 [ 4 ] {68ca233b-c4c5-472c-bb06-ad1af74de511} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6585 | 2024.12.21 08:22:12.367524 [ 4 ] {68ca233b-c4c5-472c-bb06-ad1af74de511} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6586 | 2024.12.21 08:22:12.367733 [ 4 ] {68ca233b-c4c5-472c-bb06-ad1af74de511} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001523 sec., 8535.784635587655 rows/sec., 532.20 KiB/sec. | ||
| 6587 | 2024.12.21 08:22:12.367788 [ 4 ] {68ca233b-c4c5-472c-bb06-ad1af74de511} <Debug> TCPHandler: Processed in 0.001788916 sec. | ||
| 6588 | 2024.12.21 08:22:12.367941 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6589 | 2024.12.21 08:22:12.368062 [ 258 ] {c7934393-c509-483f-a5de-623741adcd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6590 | 2024.12.21 08:22:12.368112 [ 258 ] {c7934393-c509-483f-a5de-623741adcd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6591 | 2024.12.21 08:22:12.368863 [ 258 ] {c7934393-c509-483f-a5de-623741adcd04} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6592 | 2024.12.21 08:22:12.368900 [ 258 ] {c7934393-c509-483f-a5de-623741adcd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6593 | 2024.12.21 08:22:12.369271 [ 258 ] {c7934393-c509-483f-a5de-623741adcd04} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6594 | 2024.12.21 08:22:12.369511 [ 258 ] {c7934393-c509-483f-a5de-623741adcd04} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6595 | 2024.12.21 08:22:12.369740 [ 258 ] {c7934393-c509-483f-a5de-623741adcd04} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001693 sec., 230360.30714707618 rows/sec., 16.34 MiB/sec. | ||
| 6596 | 2024.12.21 08:22:12.369811 [ 258 ] {c7934393-c509-483f-a5de-623741adcd04} <Debug> TCPHandler: Processed in 0.001929217 sec. | ||
| 6597 | 2024.12.21 08:22:12.370071 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6598 | 2024.12.21 08:22:12.370221 [ 4 ] {8aa2e805-eb5e-4dad-b338-9dff550dda6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6599 | 2024.12.21 08:22:12.370282 [ 4 ] {8aa2e805-eb5e-4dad-b338-9dff550dda6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6600 | 2024.12.21 08:22:12.370765 [ 4 ] {8aa2e805-eb5e-4dad-b338-9dff550dda6d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6601 | 2024.12.21 08:22:12.370804 [ 4 ] {8aa2e805-eb5e-4dad-b338-9dff550dda6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6602 | 2024.12.21 08:22:12.371164 [ 4 ] {8aa2e805-eb5e-4dad-b338-9dff550dda6d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6603 | 2024.12.21 08:22:12.371397 [ 4 ] {8aa2e805-eb5e-4dad-b338-9dff550dda6d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6604 | 2024.12.21 08:22:12.371555 [ 135 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6605 | 2024.12.21 08:22:12.371615 [ 135 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6606 | 2024.12.21 08:22:12.371647 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6607 | 2024.12.21 08:22:12.371652 [ 4 ] {8aa2e805-eb5e-4dad-b338-9dff550dda6d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. | ||
| 6608 | 2024.12.21 08:22:12.371849 [ 4 ] {8aa2e805-eb5e-4dad-b338-9dff550dda6d} <Debug> TCPHandler: Processed in 0.001931537 sec. | ||
| 6609 | 2024.12.21 08:22:12.371888 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 6610 | 2024.12.21 08:22:12.372013 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6611 | 2024.12.21 08:22:12.372029 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6612 | 2024.12.21 08:22:12.372064 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 6613 | 2024.12.21 08:22:12.372202 [ 258 ] {9df1f476-3c26-4034-8bd7-54434b2a89e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6614 | 2024.12.21 08:22:12.372239 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6615 | 2024.12.21 08:22:12.372370 [ 258 ] {9df1f476-3c26-4034-8bd7-54434b2a89e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6616 | 2024.12.21 08:22:12.372569 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6617 | 2024.12.21 08:22:12.372968 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6618 | 2024.12.21 08:22:12.373385 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6619 | 2024.12.21 08:22:12.373631 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6620 | 2024.12.21 08:22:12.374747 [ 258 ] {9df1f476-3c26-4034-8bd7-54434b2a89e7} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6621 | 2024.12.21 08:22:12.374793 [ 258 ] {9df1f476-3c26-4034-8bd7-54434b2a89e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6622 | 2024.12.21 08:22:12.375391 [ 258 ] {9df1f476-3c26-4034-8bd7-54434b2a89e7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6623 | 2024.12.21 08:22:12.375480 [ 188 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003753203 sec., 31972.691058810302 rows/sec., 1.63 MiB/sec. | ||
| 6624 | 2024.12.21 08:22:12.375752 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6625 | 2024.12.21 08:22:12.375773 [ 258 ] {9df1f476-3c26-4034-8bd7-54434b2a89e7} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2024.12.21 08:22:12.376183 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6627 | 2024.12.21 08:22:12.376307 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6628 | 2024.12.21 08:22:12.376352 [ 258 ] {9df1f476-3c26-4034-8bd7-54434b2a89e7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004211 sec., 56281.16836855853 rows/sec., 3.77 MiB/sec. | ||
| 6629 | 2024.12.21 08:22:12.376375 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6630 | 2024.12.21 08:22:12.376667 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6631 | 2024.12.21 08:22:12.376806 [ 258 ] {9df1f476-3c26-4034-8bd7-54434b2a89e7} <Debug> TCPHandler: Processed in 0.004847533 sec. | ||
| 6632 | 2024.12.21 08:22:12.377045 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 6633 | 2024.12.21 08:22:12.377223 [ 199 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_20_4} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6634 | 2024.12.21 08:22:12.377223 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6635 | 2024.12.21 08:22:12.377618 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6636 | 2024.12.21 08:22:12.377775 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6637 | 2024.12.21 08:22:12.377813 [ 4 ] {6df386b4-77df-45f4-b5c8-6c7a0e657f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6638 | 2024.12.21 08:22:12.377973 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11531 rows starting from the beginning of the part | ||
| 6639 | 2024.12.21 08:22:12.377989 [ 4 ] {6df386b4-77df-45f4-b5c8-6c7a0e657f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6640 | 2024.12.21 08:22:12.378474 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part | ||
| 6641 | 2024.12.21 08:22:12.378876 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 6642 | 2024.12.21 08:22:12.379216 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 6643 | 2024.12.21 08:22:12.379493 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 6644 | 2024.12.21 08:22:12.379884 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 6645 | 2024.12.21 08:22:12.380587 [ 4 ] {6df386b4-77df-45f4-b5c8-6c7a0e657f06} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6646 | 2024.12.21 08:22:12.380639 [ 4 ] {6df386b4-77df-45f4-b5c8-6c7a0e657f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6647 | 2024.12.21 08:22:12.381385 [ 4 ] {6df386b4-77df-45f4-b5c8-6c7a0e657f06} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6648 | 2024.12.21 08:22:12.381721 [ 4 ] {6df386b4-77df-45f4-b5c8-6c7a0e657f06} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6649 | 2024.12.21 08:22:12.382214 [ 4 ] {6df386b4-77df-45f4-b5c8-6c7a0e657f06} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004569 sec., 218.8662727073758 rows/sec., 14.75 KiB/sec. | ||
| 6650 | 2024.12.21 08:22:12.382410 [ 4 ] {6df386b4-77df-45f4-b5c8-6c7a0e657f06} <Debug> TCPHandler: Processed in 0.005435378 sec. | ||
| 6651 | 2024.12.21 08:22:12.382625 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6652 | 2024.12.21 08:22:12.382892 [ 258 ] {020e9692-cb3c-4b37-a357-7d0ee99a8cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6653 | 2024.12.21 08:22:12.383039 [ 258 ] {020e9692-cb3c-4b37-a357-7d0ee99a8cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6654 | 2024.12.21 08:22:12.384612 [ 258 ] {020e9692-cb3c-4b37-a357-7d0ee99a8cf6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6655 | 2024.12.21 08:22:12.384659 [ 258 ] {020e9692-cb3c-4b37-a357-7d0ee99a8cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6656 | 2024.12.21 08:22:12.385292 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12357 rows, containing 5 columns (5 merged, 0 gathered) in 0.008762317 sec., 1410243.4321880843 rows/sec., 94.92 MiB/sec. | ||
| 6657 | 2024.12.21 08:22:12.385814 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6658 | 2024.12.21 08:22:12.385857 [ 258 ] {020e9692-cb3c-4b37-a357-7d0ee99a8cf6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6659 | 2024.12.21 08:22:12.386342 [ 258 ] {020e9692-cb3c-4b37-a357-7d0ee99a8cf6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2024.12.21 08:22:12.386441 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2024.12.21 08:22:12.386642 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6662 | 2024.12.21 08:22:12.386835 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 6663 | 2024.12.21 08:22:12.386862 [ 258 ] {020e9692-cb3c-4b37-a357-7d0ee99a8cf6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004049 sec., 1975.796492961225 rows/sec., 3.54 MiB/sec. | ||
| 6664 | 2024.12.21 08:22:12.387008 [ 258 ] {020e9692-cb3c-4b37-a357-7d0ee99a8cf6} <Debug> TCPHandler: Processed in 0.004494589 sec. | ||
| 6665 | 2024.12.21 08:22:12.387170 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6666 | 2024.12.21 08:22:12.387309 [ 4 ] {12e19542-fd66-4223-9473-6f17caaba066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6667 | 2024.12.21 08:22:12.387365 [ 4 ] {12e19542-fd66-4223-9473-6f17caaba066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6668 | 2024.12.21 08:22:12.387854 [ 4 ] {12e19542-fd66-4223-9473-6f17caaba066} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6669 | 2024.12.21 08:22:12.387891 [ 4 ] {12e19542-fd66-4223-9473-6f17caaba066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6670 | 2024.12.21 08:22:12.388264 [ 4 ] {12e19542-fd66-4223-9473-6f17caaba066} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6671 | 2024.12.21 08:22:12.388496 [ 4 ] {12e19542-fd66-4223-9473-6f17caaba066} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6672 | 2024.12.21 08:22:12.388632 [ 133 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6673 | 2024.12.21 08:22:12.388674 [ 133 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6674 | 2024.12.21 08:22:12.388683 [ 4 ] {12e19542-fd66-4223-9473-6f17caaba066} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001403 sec., 58446.186742694226 rows/sec., 3.71 MiB/sec. | ||
| 6675 | 2024.12.21 08:22:12.388701 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6676 | 2024.12.21 08:22:12.388791 [ 4 ] {12e19542-fd66-4223-9473-6f17caaba066} <Debug> TCPHandler: Processed in 0.001683975 sec. | ||
| 6677 | 2024.12.21 08:22:12.389154 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 6678 | 2024.12.21 08:22:12.389365 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6679 | 2024.12.21 08:22:12.389406 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2058 rows starting from the beginning of the part | ||
| 6680 | 2024.12.21 08:22:12.389535 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part | ||
| 6681 | 2024.12.21 08:22:12.389751 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 6682 | 2024.12.21 08:22:12.389936 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 6683 | 2024.12.21 08:22:12.390105 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 6684 | 2024.12.21 08:22:12.390248 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 6685 | 2024.12.21 08:22:12.391749 [ 201 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2354 rows, containing 4 columns (4 merged, 0 gathered) in 0.002933126 sec., 802556.7261685997 rows/sec., 51.86 MiB/sec. | ||
| 6686 | 2024.12.21 08:22:12.391976 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6687 | 2024.12.21 08:22:12.392270 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6688 | 2024.12.21 08:22:12.392355 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_41_8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6689 | 2024.12.21 08:22:12.392441 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 6690 | 2024.12.21 08:22:16.267666 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6691 | 2024.12.21 08:22:16.267731 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6692 | 2024.12.21 08:22:16.383863 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6693 | 2024.12.21 08:22:16.384940 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6694 | 2024.12.21 08:22:16.384984 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6695 | 2024.12.21 08:22:16.385512 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6696 | 2024.12.21 08:22:16.385777 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6697 | 2024.12.21 08:22:16.386070 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6698 | 2024.12.21 08:22:16.445211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 916 | ||
| 6699 | 2024.12.21 08:22:16.448449 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6700 | 2024.12.21 08:22:16.448500 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6701 | 2024.12.21 08:22:16.449961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6702 | 2024.12.21 08:22:16.450265 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6703 | 2024.12.21 08:22:16.450808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 916 | ||
| 6704 | 2024.12.21 08:22:17.001397 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000962619 sec. | ||
| 6705 | 2024.12.21 08:22:17.351750 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6706 | 2024.12.21 08:22:17.351966 [ 4 ] {fb960c88-9f82-4bba-be3e-5e911912c919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6707 | 2024.12.21 08:22:17.352047 [ 4 ] {fb960c88-9f82-4bba-be3e-5e911912c919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6708 | 2024.12.21 08:22:17.352920 [ 4 ] {fb960c88-9f82-4bba-be3e-5e911912c919} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6709 | 2024.12.21 08:22:17.352971 [ 4 ] {fb960c88-9f82-4bba-be3e-5e911912c919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6710 | 2024.12.21 08:22:17.353418 [ 4 ] {fb960c88-9f82-4bba-be3e-5e911912c919} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6711 | 2024.12.21 08:22:17.353675 [ 4 ] {fb960c88-9f82-4bba-be3e-5e911912c919} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6712 | 2024.12.21 08:22:17.353843 [ 129 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6713 | 2024.12.21 08:22:17.353887 [ 129 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6714 | 2024.12.21 08:22:17.353899 [ 4 ] {fb960c88-9f82-4bba-be3e-5e911912c919} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.00199 sec., 61306.53266331658 rows/sec., 5.21 MiB/sec. | ||
| 6715 | 2024.12.21 08:22:17.353912 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6716 | 2024.12.21 08:22:17.354090 [ 4 ] {fb960c88-9f82-4bba-be3e-5e911912c919} <Debug> TCPHandler: Processed in 0.002458822 sec. | ||
| 6717 | 2024.12.21 08:22:17.354448 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 6718 | 2024.12.21 08:22:17.354576 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6719 | 2024.12.21 08:22:17.355251 [ 258 ] {d72bd0b3-1029-46a0-82df-9ec6e1183c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6720 | 2024.12.21 08:22:17.355382 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6721 | 2024.12.21 08:22:17.355581 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1437 rows starting from the beginning of the part | ||
| 6722 | 2024.12.21 08:22:17.355666 [ 258 ] {d72bd0b3-1029-46a0-82df-9ec6e1183c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6723 | 2024.12.21 08:22:17.356200 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 122 rows starting from the beginning of the part | ||
| 6724 | 2024.12.21 08:22:17.356533 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 219 rows starting from the beginning of the part | ||
| 6725 | 2024.12.21 08:22:17.356869 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 122 rows starting from the beginning of the part | ||
| 6726 | 2024.12.21 08:22:17.357187 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 219 rows starting from the beginning of the part | ||
| 6727 | 2024.12.21 08:22:17.357569 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 122 rows starting from the beginning of the part | ||
| 6728 | 2024.12.21 08:22:17.359137 [ 258 ] {d72bd0b3-1029-46a0-82df-9ec6e1183c88} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6729 | 2024.12.21 08:22:17.359213 [ 258 ] {d72bd0b3-1029-46a0-82df-9ec6e1183c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6730 | 2024.12.21 08:22:17.360279 [ 258 ] {d72bd0b3-1029-46a0-82df-9ec6e1183c88} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6731 | 2024.12.21 08:22:17.360752 [ 258 ] {d72bd0b3-1029-46a0-82df-9ec6e1183c88} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6732 | 2024.12.21 08:22:17.360981 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2241 rows, containing 5 columns (5 merged, 0 gathered) in 0.006957501 sec., 322098.40860964305 rows/sec., 28.50 MiB/sec. | ||
| 6733 | 2024.12.21 08:22:17.361357 [ 258 ] {d72bd0b3-1029-46a0-82df-9ec6e1183c88} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.006384 sec., 5169.172932330827 rows/sec., 388.70 KiB/sec. | ||
| 6734 | 2024.12.21 08:22:17.361551 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6735 | 2024.12.21 08:22:17.361865 [ 258 ] {d72bd0b3-1029-46a0-82df-9ec6e1183c88} <Debug> TCPHandler: Processed in 0.007568296 sec. | ||
| 6736 | 2024.12.21 08:22:17.362759 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6737 | 2024.12.21 08:22:17.362933 [ 4 ] {ddcf8604-476f-4bcd-96e2-873ed32082c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6738 | 2024.12.21 08:22:17.363029 [ 4 ] {ddcf8604-476f-4bcd-96e2-873ed32082c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6739 | 2024.12.21 08:22:17.363038 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2024.12.21 08:22:17.363255 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_46_9} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6741 | 2024.12.21 08:22:17.363421 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6742 | 2024.12.21 08:22:17.363970 [ 4 ] {ddcf8604-476f-4bcd-96e2-873ed32082c2} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6743 | 2024.12.21 08:22:17.364015 [ 4 ] {ddcf8604-476f-4bcd-96e2-873ed32082c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6744 | 2024.12.21 08:22:17.364390 [ 4 ] {ddcf8604-476f-4bcd-96e2-873ed32082c2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6745 | 2024.12.21 08:22:17.364664 [ 4 ] {ddcf8604-476f-4bcd-96e2-873ed32082c2} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2024.12.21 08:22:17.364864 [ 128 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6747 | 2024.12.21 08:22:17.364895 [ 4 ] {ddcf8604-476f-4bcd-96e2-873ed32082c2} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002018 sec., 48067.393458870174 rows/sec., 3.75 MiB/sec. | ||
| 6748 | 2024.12.21 08:22:17.364989 [ 128 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6749 | 2024.12.21 08:22:17.365054 [ 4 ] {ddcf8604-476f-4bcd-96e2-873ed32082c2} <Debug> TCPHandler: Processed in 0.003027387 sec. | ||
| 6750 | 2024.12.21 08:22:17.365080 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6751 | 2024.12.21 08:22:17.365293 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 6752 | 2024.12.21 08:22:17.365305 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6753 | 2024.12.21 08:22:17.365522 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6754 | 2024.12.21 08:22:17.365592 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
| 6755 | 2024.12.21 08:22:17.365595 [ 258 ] {a2464f60-e4d5-4911-9b24-eb50531da932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6756 | 2024.12.21 08:22:17.365860 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 97 rows starting from the beginning of the part | ||
| 6757 | 2024.12.21 08:22:17.365870 [ 258 ] {a2464f60-e4d5-4911-9b24-eb50531da932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6758 | 2024.12.21 08:22:17.366198 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 390 rows starting from the beginning of the part | ||
| 6759 | 2024.12.21 08:22:17.366561 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 97 rows starting from the beginning of the part | ||
| 6760 | 2024.12.21 08:22:17.366939 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 390 rows starting from the beginning of the part | ||
| 6761 | 2024.12.21 08:22:17.367303 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 97 rows starting from the beginning of the part | ||
| 6762 | 2024.12.21 08:22:17.368674 [ 258 ] {a2464f60-e4d5-4911-9b24-eb50531da932} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6763 | 2024.12.21 08:22:17.368758 [ 258 ] {a2464f60-e4d5-4911-9b24-eb50531da932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6764 | 2024.12.21 08:22:17.369822 [ 258 ] {a2464f60-e4d5-4911-9b24-eb50531da932} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6765 | 2024.12.21 08:22:17.370287 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 5 columns (5 merged, 0 gathered) in 0.005085885 sec., 390492.5101531002 rows/sec., 29.92 MiB/sec. | ||
| 6766 | 2024.12.21 08:22:17.370337 [ 258 ] {a2464f60-e4d5-4911-9b24-eb50531da932} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6767 | 2024.12.21 08:22:17.370578 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6768 | 2024.12.21 08:22:17.370915 [ 258 ] {a2464f60-e4d5-4911-9b24-eb50531da932} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005378 sec., 29750.836742283376 rows/sec., 2.07 MiB/sec. | ||
| 6769 | 2024.12.21 08:22:17.371292 [ 258 ] {a2464f60-e4d5-4911-9b24-eb50531da932} <Debug> TCPHandler: Processed in 0.006098864 sec. | ||
| 6770 | 2024.12.21 08:22:17.371737 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6771 | 2024.12.21 08:22:17.371749 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6772 | 2024.12.21 08:22:17.371911 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_46_9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6773 | 2024.12.21 08:22:17.371961 [ 4 ] {c2836225-3962-466e-bdd8-97ae3fd7b63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6774 | 2024.12.21 08:22:17.372049 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6775 | 2024.12.21 08:22:17.372140 [ 4 ] {c2836225-3962-466e-bdd8-97ae3fd7b63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6776 | 2024.12.21 08:22:17.373443 [ 4 ] {c2836225-3962-466e-bdd8-97ae3fd7b63e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2024.12.21 08:22:17.373485 [ 4 ] {c2836225-3962-466e-bdd8-97ae3fd7b63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6778 | 2024.12.21 08:22:17.374167 [ 4 ] {c2836225-3962-466e-bdd8-97ae3fd7b63e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6779 | 2024.12.21 08:22:17.374432 [ 4 ] {c2836225-3962-466e-bdd8-97ae3fd7b63e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2024.12.21 08:22:17.374693 [ 4 ] {c2836225-3962-466e-bdd8-97ae3fd7b63e} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002795 sec., 11806.797853309481 rows/sec., 21.16 MiB/sec. | ||
| 6781 | 2024.12.21 08:22:17.374807 [ 4 ] {c2836225-3962-466e-bdd8-97ae3fd7b63e} <Debug> TCPHandler: Processed in 0.003348009 sec. | ||
| 6782 | 2024.12.21 08:22:17.374978 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6783 | 2024.12.21 08:22:17.375121 [ 258 ] {32cea53a-0bda-4c13-9812-a4e6c67e7bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6784 | 2024.12.21 08:22:17.375180 [ 258 ] {32cea53a-0bda-4c13-9812-a4e6c67e7bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6785 | 2024.12.21 08:22:17.375726 [ 258 ] {32cea53a-0bda-4c13-9812-a4e6c67e7bf8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6786 | 2024.12.21 08:22:17.375764 [ 258 ] {32cea53a-0bda-4c13-9812-a4e6c67e7bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6787 | 2024.12.21 08:22:17.376131 [ 258 ] {32cea53a-0bda-4c13-9812-a4e6c67e7bf8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6788 | 2024.12.21 08:22:17.376388 [ 258 ] {32cea53a-0bda-4c13-9812-a4e6c67e7bf8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6789 | 2024.12.21 08:22:17.376603 [ 258 ] {32cea53a-0bda-4c13-9812-a4e6c67e7bf8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 6790 | 2024.12.21 08:22:17.376706 [ 258 ] {32cea53a-0bda-4c13-9812-a4e6c67e7bf8} <Debug> TCPHandler: Processed in 0.001794636 sec. | ||
| 6791 | 2024.12.21 08:22:17.386651 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6792 | 2024.12.21 08:22:17.406453 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6793 | 2024.12.21 08:22:17.406500 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6794 | 2024.12.21 08:22:17.413686 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6795 | 2024.12.21 08:22:17.414459 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6796 | 2024.12.21 08:22:17.418216 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6797 | 2024.12.21 08:22:20.541034 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6798 | 2024.12.21 08:22:20.541266 [ 4 ] {8b3914c3-1793-4c81-9fae-0a3138a24883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6799 | 2024.12.21 08:22:20.541352 [ 4 ] {8b3914c3-1793-4c81-9fae-0a3138a24883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6800 | 2024.12.21 08:22:20.542120 [ 4 ] {8b3914c3-1793-4c81-9fae-0a3138a24883} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6801 | 2024.12.21 08:22:20.542173 [ 4 ] {8b3914c3-1793-4c81-9fae-0a3138a24883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6802 | 2024.12.21 08:22:20.542632 [ 4 ] {8b3914c3-1793-4c81-9fae-0a3138a24883} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6803 | 2024.12.21 08:22:20.542906 [ 4 ] {8b3914c3-1793-4c81-9fae-0a3138a24883} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6804 | 2024.12.21 08:22:20.543140 [ 123 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6805 | 2024.12.21 08:22:20.543152 [ 4 ] {8b3914c3-1793-4c81-9fae-0a3138a24883} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 6806 | 2024.12.21 08:22:20.543247 [ 123 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6807 | 2024.12.21 08:22:20.543337 [ 4 ] {8b3914c3-1793-4c81-9fae-0a3138a24883} <Debug> TCPHandler: Processed in 0.002428722 sec. | ||
| 6808 | 2024.12.21 08:22:20.543341 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6809 | 2024.12.21 08:22:20.543821 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6810 | 2024.12.21 08:22:20.543898 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 6811 | 2024.12.21 08:22:20.544346 [ 258 ] {981c6bf4-f248-4f8b-8f77-4b8e38ddbc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6812 | 2024.12.21 08:22:20.544565 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6813 | 2024.12.21 08:22:20.544598 [ 258 ] {981c6bf4-f248-4f8b-8f77-4b8e38ddbc7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6814 | 2024.12.21 08:22:20.544696 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 6815 | 2024.12.21 08:22:20.545126 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 6816 | 2024.12.21 08:22:20.545373 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 6817 | 2024.12.21 08:22:20.545714 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 6818 | 2024.12.21 08:22:20.546060 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 6819 | 2024.12.21 08:22:20.548019 [ 258 ] {981c6bf4-f248-4f8b-8f77-4b8e38ddbc7a} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6820 | 2024.12.21 08:22:20.548096 [ 258 ] {981c6bf4-f248-4f8b-8f77-4b8e38ddbc7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6821 | 2024.12.21 08:22:20.548921 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005415288 sec., 12926.366981774561 rows/sec., 981.02 KiB/sec. | ||
| 6822 | 2024.12.21 08:22:20.549139 [ 258 ] {981c6bf4-f248-4f8b-8f77-4b8e38ddbc7a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6823 | 2024.12.21 08:22:20.549148 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6824 | 2024.12.21 08:22:20.549626 [ 258 ] {981c6bf4-f248-4f8b-8f77-4b8e38ddbc7a} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6825 | 2024.12.21 08:22:20.549738 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_21_5} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6826 | 2024.12.21 08:22:20.549984 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_21_5} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6827 | 2024.12.21 08:22:20.550242 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6828 | 2024.12.21 08:22:20.550258 [ 258 ] {981c6bf4-f248-4f8b-8f77-4b8e38ddbc7a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.006095 sec., 656.2756357670222 rows/sec., 53.51 KiB/sec. | ||
| 6829 | 2024.12.21 08:22:20.550382 [ 258 ] {981c6bf4-f248-4f8b-8f77-4b8e38ddbc7a} <Debug> TCPHandler: Processed in 0.006876911 sec. | ||
| 6830 | 2024.12.21 08:22:20.550600 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6831 | 2024.12.21 08:22:20.550740 [ 4 ] {301f8d37-213b-478b-ad64-66880cd48e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6832 | 2024.12.21 08:22:20.550801 [ 4 ] {301f8d37-213b-478b-ad64-66880cd48e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6833 | 2024.12.21 08:22:20.552184 [ 4 ] {301f8d37-213b-478b-ad64-66880cd48e4f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6834 | 2024.12.21 08:22:20.552228 [ 4 ] {301f8d37-213b-478b-ad64-66880cd48e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6835 | 2024.12.21 08:22:20.552709 [ 4 ] {301f8d37-213b-478b-ad64-66880cd48e4f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6836 | 2024.12.21 08:22:20.552966 [ 4 ] {301f8d37-213b-478b-ad64-66880cd48e4f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6837 | 2024.12.21 08:22:20.553201 [ 4 ] {301f8d37-213b-478b-ad64-66880cd48e4f} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002495 sec., 545490.9819639279 rows/sec., 45.51 MiB/sec. | ||
| 6838 | 2024.12.21 08:22:20.553268 [ 4 ] {301f8d37-213b-478b-ad64-66880cd48e4f} <Debug> TCPHandler: Processed in 0.002748704 sec. | ||
| 6839 | 2024.12.21 08:22:20.553473 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6840 | 2024.12.21 08:22:20.553610 [ 258 ] {80746857-5220-4517-b2af-e69be4ffe1db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6841 | 2024.12.21 08:22:20.553662 [ 258 ] {80746857-5220-4517-b2af-e69be4ffe1db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6842 | 2024.12.21 08:22:20.554323 [ 258 ] {80746857-5220-4517-b2af-e69be4ffe1db} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6843 | 2024.12.21 08:22:20.554366 [ 258 ] {80746857-5220-4517-b2af-e69be4ffe1db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6844 | 2024.12.21 08:22:20.554813 [ 258 ] {80746857-5220-4517-b2af-e69be4ffe1db} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6845 | 2024.12.21 08:22:20.555063 [ 258 ] {80746857-5220-4517-b2af-e69be4ffe1db} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6846 | 2024.12.21 08:22:20.555273 [ 258 ] {80746857-5220-4517-b2af-e69be4ffe1db} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001685 sec., 11275.964391691394 rows/sec., 793.42 KiB/sec. | ||
| 6847 | 2024.12.21 08:22:20.555402 [ 258 ] {80746857-5220-4517-b2af-e69be4ffe1db} <Debug> TCPHandler: Processed in 0.001997217 sec. | ||
| 6848 | 2024.12.21 08:22:20.555624 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6849 | 2024.12.21 08:22:20.555746 [ 4 ] {8143727c-f7e2-4abb-84a2-3235408732c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6850 | 2024.12.21 08:22:20.555796 [ 4 ] {8143727c-f7e2-4abb-84a2-3235408732c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6851 | 2024.12.21 08:22:20.556464 [ 4 ] {8143727c-f7e2-4abb-84a2-3235408732c5} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6852 | 2024.12.21 08:22:20.556505 [ 4 ] {8143727c-f7e2-4abb-84a2-3235408732c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6853 | 2024.12.21 08:22:20.556878 [ 4 ] {8143727c-f7e2-4abb-84a2-3235408732c5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6854 | 2024.12.21 08:22:20.557132 [ 4 ] {8143727c-f7e2-4abb-84a2-3235408732c5} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6855 | 2024.12.21 08:22:20.557352 [ 4 ] {8143727c-f7e2-4abb-84a2-3235408732c5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001633 sec., 148193.50887936316 rows/sec., 10.04 MiB/sec. | ||
| 6856 | 2024.12.21 08:22:20.557408 [ 4 ] {8143727c-f7e2-4abb-84a2-3235408732c5} <Debug> TCPHandler: Processed in 0.001887057 sec. | ||
| 6857 | 2024.12.21 08:22:20.557616 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6858 | 2024.12.21 08:22:20.557758 [ 258 ] {f84fe64a-fa5f-4baf-aa77-ab62a95d689d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6859 | 2024.12.21 08:22:20.557812 [ 258 ] {f84fe64a-fa5f-4baf-aa77-ab62a95d689d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6860 | 2024.12.21 08:22:20.558417 [ 258 ] {f84fe64a-fa5f-4baf-aa77-ab62a95d689d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6861 | 2024.12.21 08:22:20.558457 [ 258 ] {f84fe64a-fa5f-4baf-aa77-ab62a95d689d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6862 | 2024.12.21 08:22:20.558819 [ 258 ] {f84fe64a-fa5f-4baf-aa77-ab62a95d689d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6863 | 2024.12.21 08:22:20.559055 [ 258 ] {f84fe64a-fa5f-4baf-aa77-ab62a95d689d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6864 | 2024.12.21 08:22:20.559194 [ 123 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6865 | 2024.12.21 08:22:20.559233 [ 123 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6866 | 2024.12.21 08:22:20.559253 [ 258 ] {f84fe64a-fa5f-4baf-aa77-ab62a95d689d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec. | ||
| 6867 | 2024.12.21 08:22:20.559261 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6868 | 2024.12.21 08:22:20.559386 [ 258 ] {f84fe64a-fa5f-4baf-aa77-ab62a95d689d} <Debug> TCPHandler: Processed in 0.001839766 sec. | ||
| 6869 | 2024.12.21 08:22:20.559465 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 6870 | 2024.12.21 08:22:20.559576 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6871 | 2024.12.21 08:22:20.559642 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6872 | 2024.12.21 08:22:20.559712 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 6873 | 2024.12.21 08:22:20.559810 [ 4 ] {5f422666-035e-4aa0-986c-7df8b8f1ced7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6874 | 2024.12.21 08:22:20.559976 [ 4 ] {5f422666-035e-4aa0-986c-7df8b8f1ced7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6875 | 2024.12.21 08:22:20.559996 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 6876 | 2024.12.21 08:22:20.560426 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 6877 | 2024.12.21 08:22:20.560782 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 6878 | 2024.12.21 08:22:20.561198 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 6879 | 2024.12.21 08:22:20.562818 [ 4 ] {5f422666-035e-4aa0-986c-7df8b8f1ced7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6880 | 2024.12.21 08:22:20.562893 [ 4 ] {5f422666-035e-4aa0-986c-7df8b8f1ced7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6881 | 2024.12.21 08:22:20.563659 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004298438 sec., 15121.772141415091 rows/sec., 1001.91 KiB/sec. | ||
| 6882 | 2024.12.21 08:22:20.563909 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6883 | 2024.12.21 08:22:20.563983 [ 4 ] {5f422666-035e-4aa0-986c-7df8b8f1ced7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6884 | 2024.12.21 08:22:20.564533 [ 4 ] {5f422666-035e-4aa0-986c-7df8b8f1ced7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2024.12.21 08:22:20.564541 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_21_5} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6886 | 2024.12.21 08:22:20.564757 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_21_5} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6887 | 2024.12.21 08:22:20.564945 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6888 | 2024.12.21 08:22:20.564973 [ 4 ] {5f422666-035e-4aa0-986c-7df8b8f1ced7} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.005236 sec., 162337.66233766233 rows/sec., 11.74 MiB/sec. | ||
| 6889 | 2024.12.21 08:22:20.565059 [ 4 ] {5f422666-035e-4aa0-986c-7df8b8f1ced7} <Debug> TCPHandler: Processed in 0.005557769 sec. | ||
| 6890 | 2024.12.21 08:22:20.565231 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6891 | 2024.12.21 08:22:20.565359 [ 258 ] {a513702f-a0c0-48cb-b687-a1cf0ab3cca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6892 | 2024.12.21 08:22:20.565413 [ 258 ] {a513702f-a0c0-48cb-b687-a1cf0ab3cca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6893 | 2024.12.21 08:22:20.565912 [ 258 ] {a513702f-a0c0-48cb-b687-a1cf0ab3cca6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6894 | 2024.12.21 08:22:20.565948 [ 258 ] {a513702f-a0c0-48cb-b687-a1cf0ab3cca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6895 | 2024.12.21 08:22:20.566320 [ 258 ] {a513702f-a0c0-48cb-b687-a1cf0ab3cca6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6896 | 2024.12.21 08:22:20.566576 [ 258 ] {a513702f-a0c0-48cb-b687-a1cf0ab3cca6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6897 | 2024.12.21 08:22:20.566822 [ 258 ] {a513702f-a0c0-48cb-b687-a1cf0ab3cca6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec. | ||
| 6898 | 2024.12.21 08:22:20.566884 [ 258 ] {a513702f-a0c0-48cb-b687-a1cf0ab3cca6} <Debug> TCPHandler: Processed in 0.001715105 sec. | ||
| 6899 | 2024.12.21 08:22:20.567047 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6900 | 2024.12.21 08:22:20.567170 [ 4 ] {7e2200a9-7d6d-4c81-8bbb-14e36b2dbe5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6901 | 2024.12.21 08:22:20.567225 [ 4 ] {7e2200a9-7d6d-4c81-8bbb-14e36b2dbe5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6902 | 2024.12.21 08:22:20.568025 [ 4 ] {7e2200a9-7d6d-4c81-8bbb-14e36b2dbe5d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6903 | 2024.12.21 08:22:20.568065 [ 4 ] {7e2200a9-7d6d-4c81-8bbb-14e36b2dbe5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6904 | 2024.12.21 08:22:20.568513 [ 4 ] {7e2200a9-7d6d-4c81-8bbb-14e36b2dbe5d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6905 | 2024.12.21 08:22:20.568754 [ 4 ] {7e2200a9-7d6d-4c81-8bbb-14e36b2dbe5d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6906 | 2024.12.21 08:22:20.569002 [ 4 ] {7e2200a9-7d6d-4c81-8bbb-14e36b2dbe5d} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.001847 sec., 501894.96480779647 rows/sec., 33.49 MiB/sec. | ||
| 6907 | 2024.12.21 08:22:20.569149 [ 4 ] {7e2200a9-7d6d-4c81-8bbb-14e36b2dbe5d} <Debug> TCPHandler: Processed in 0.002153389 sec. | ||
| 6908 | 2024.12.21 08:22:20.569355 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6909 | 2024.12.21 08:22:20.569475 [ 258 ] {35c54f7f-452c-4fa8-95f9-6c0a8b68a486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6910 | 2024.12.21 08:22:20.569526 [ 258 ] {35c54f7f-452c-4fa8-95f9-6c0a8b68a486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6911 | 2024.12.21 08:22:20.569999 [ 258 ] {35c54f7f-452c-4fa8-95f9-6c0a8b68a486} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6912 | 2024.12.21 08:22:20.570041 [ 258 ] {35c54f7f-452c-4fa8-95f9-6c0a8b68a486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6913 | 2024.12.21 08:22:20.570419 [ 258 ] {35c54f7f-452c-4fa8-95f9-6c0a8b68a486} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6914 | 2024.12.21 08:22:20.570652 [ 258 ] {35c54f7f-452c-4fa8-95f9-6c0a8b68a486} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6915 | 2024.12.21 08:22:20.570846 [ 258 ] {35c54f7f-452c-4fa8-95f9-6c0a8b68a486} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
| 6916 | 2024.12.21 08:22:20.570942 [ 258 ] {35c54f7f-452c-4fa8-95f9-6c0a8b68a486} <Debug> TCPHandler: Processed in 0.001668775 sec. | ||
| 6917 | 2024.12.21 08:22:20.571161 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6918 | 2024.12.21 08:22:20.571298 [ 4 ] {11c6b045-7862-4dc9-b776-699853603df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6919 | 2024.12.21 08:22:20.571387 [ 4 ] {11c6b045-7862-4dc9-b776-699853603df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6920 | 2024.12.21 08:22:20.572543 [ 4 ] {11c6b045-7862-4dc9-b776-699853603df1} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6921 | 2024.12.21 08:22:20.572582 [ 4 ] {11c6b045-7862-4dc9-b776-699853603df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6922 | 2024.12.21 08:22:20.573182 [ 4 ] {11c6b045-7862-4dc9-b776-699853603df1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6923 | 2024.12.21 08:22:20.573470 [ 4 ] {11c6b045-7862-4dc9-b776-699853603df1} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2024.12.21 08:22:20.573728 [ 4 ] {11c6b045-7862-4dc9-b776-699853603df1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002461 sec., 3250.711093051605 rows/sec., 5.83 MiB/sec. | ||
| 6925 | 2024.12.21 08:22:20.573843 [ 4 ] {11c6b045-7862-4dc9-b776-699853603df1} <Debug> TCPHandler: Processed in 0.002781345 sec. | ||
| 6926 | 2024.12.21 08:22:20.574007 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6927 | 2024.12.21 08:22:20.574132 [ 258 ] {4c45a7f1-2884-47a9-80fc-db989128e683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6928 | 2024.12.21 08:22:20.574183 [ 258 ] {4c45a7f1-2884-47a9-80fc-db989128e683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6929 | 2024.12.21 08:22:20.574682 [ 258 ] {4c45a7f1-2884-47a9-80fc-db989128e683} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6930 | 2024.12.21 08:22:20.574725 [ 258 ] {4c45a7f1-2884-47a9-80fc-db989128e683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6931 | 2024.12.21 08:22:20.575104 [ 258 ] {4c45a7f1-2884-47a9-80fc-db989128e683} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6932 | 2024.12.21 08:22:20.575342 [ 258 ] {4c45a7f1-2884-47a9-80fc-db989128e683} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6933 | 2024.12.21 08:22:20.575565 [ 258 ] {4c45a7f1-2884-47a9-80fc-db989128e683} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001463 sec., 47846.889952153106 rows/sec., 3.01 MiB/sec. | ||
| 6934 | 2024.12.21 08:22:20.575626 [ 258 ] {4c45a7f1-2884-47a9-80fc-db989128e683} <Debug> TCPHandler: Processed in 0.001679005 sec. | ||
| 6935 | 2024.12.21 08:22:22.344520 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6936 | 2024.12.21 08:22:22.344716 [ 4 ] {3eda9b0d-0f2b-4304-96b3-a848d9c5eb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6937 | 2024.12.21 08:22:22.344791 [ 4 ] {3eda9b0d-0f2b-4304-96b3-a848d9c5eb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6938 | 2024.12.21 08:22:22.345619 [ 4 ] {3eda9b0d-0f2b-4304-96b3-a848d9c5eb9e} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6939 | 2024.12.21 08:22:22.345672 [ 4 ] {3eda9b0d-0f2b-4304-96b3-a848d9c5eb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6940 | 2024.12.21 08:22:22.346125 [ 4 ] {3eda9b0d-0f2b-4304-96b3-a848d9c5eb9e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6941 | 2024.12.21 08:22:22.346382 [ 4 ] {3eda9b0d-0f2b-4304-96b3-a848d9c5eb9e} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6942 | 2024.12.21 08:22:22.346616 [ 4 ] {3eda9b0d-0f2b-4304-96b3-a848d9c5eb9e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.20 MiB/sec. | ||
| 6943 | 2024.12.21 08:22:22.346690 [ 4 ] {3eda9b0d-0f2b-4304-96b3-a848d9c5eb9e} <Debug> TCPHandler: Processed in 0.00230682 sec. | ||
| 6944 | 2024.12.21 08:22:22.346988 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6945 | 2024.12.21 08:22:22.347188 [ 258 ] {1b72b500-2e00-4128-b5c1-394687eead4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6946 | 2024.12.21 08:22:22.347267 [ 258 ] {1b72b500-2e00-4128-b5c1-394687eead4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6947 | 2024.12.21 08:22:22.348209 [ 258 ] {1b72b500-2e00-4128-b5c1-394687eead4a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6948 | 2024.12.21 08:22:22.348269 [ 258 ] {1b72b500-2e00-4128-b5c1-394687eead4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6949 | 2024.12.21 08:22:22.348826 [ 258 ] {1b72b500-2e00-4128-b5c1-394687eead4a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6950 | 2024.12.21 08:22:22.349139 [ 258 ] {1b72b500-2e00-4128-b5c1-394687eead4a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6951 | 2024.12.21 08:22:22.349375 [ 258 ] {1b72b500-2e00-4128-b5c1-394687eead4a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002277 sec., 28107.158541941153 rows/sec., 2.19 MiB/sec. | ||
| 6952 | 2024.12.21 08:22:22.349451 [ 258 ] {1b72b500-2e00-4128-b5c1-394687eead4a} <Debug> TCPHandler: Processed in 0.002661583 sec. | ||
| 6953 | 2024.12.21 08:22:22.349627 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6954 | 2024.12.21 08:22:22.349843 [ 4 ] {53b79276-79f1-4313-8b61-4ac36ad184f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6955 | 2024.12.21 08:22:22.349903 [ 4 ] {53b79276-79f1-4313-8b61-4ac36ad184f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6956 | 2024.12.21 08:22:22.350554 [ 4 ] {53b79276-79f1-4313-8b61-4ac36ad184f7} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6957 | 2024.12.21 08:22:22.350597 [ 4 ] {53b79276-79f1-4313-8b61-4ac36ad184f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6958 | 2024.12.21 08:22:22.351038 [ 4 ] {53b79276-79f1-4313-8b61-4ac36ad184f7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6959 | 2024.12.21 08:22:22.351286 [ 4 ] {53b79276-79f1-4313-8b61-4ac36ad184f7} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6960 | 2024.12.21 08:22:22.351520 [ 4 ] {53b79276-79f1-4313-8b61-4ac36ad184f7} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001709 sec., 18724.400234055003 rows/sec., 1.30 MiB/sec. | ||
| 6961 | 2024.12.21 08:22:22.351589 [ 4 ] {53b79276-79f1-4313-8b61-4ac36ad184f7} <Debug> TCPHandler: Processed in 0.001967088 sec. | ||
| 6962 | 2024.12.21 08:22:22.351808 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6963 | 2024.12.21 08:22:22.351971 [ 258 ] {d16c6e20-3745-4e1d-94f7-b81f2ff919f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6964 | 2024.12.21 08:22:22.352048 [ 258 ] {d16c6e20-3745-4e1d-94f7-b81f2ff919f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6965 | 2024.12.21 08:22:22.352746 [ 258 ] {d16c6e20-3745-4e1d-94f7-b81f2ff919f3} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6966 | 2024.12.21 08:22:22.352795 [ 258 ] {d16c6e20-3745-4e1d-94f7-b81f2ff919f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6967 | 2024.12.21 08:22:22.353326 [ 258 ] {d16c6e20-3745-4e1d-94f7-b81f2ff919f3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6968 | 2024.12.21 08:22:22.353680 [ 258 ] {d16c6e20-3745-4e1d-94f7-b81f2ff919f3} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6969 | 2024.12.21 08:22:22.353924 [ 258 ] {d16c6e20-3745-4e1d-94f7-b81f2ff919f3} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001995 sec., 6015.037593984963 rows/sec., 415.10 KiB/sec. | ||
| 6970 | 2024.12.21 08:22:22.354007 [ 258 ] {d16c6e20-3745-4e1d-94f7-b81f2ff919f3} <Debug> TCPHandler: Processed in 0.00226986 sec. | ||
| 6971 | 2024.12.21 08:22:23.886359 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6972 | 2024.12.21 08:22:23.887054 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6973 | 2024.12.21 08:22:23.887101 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6974 | 2024.12.21 08:22:23.887607 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6975 | 2024.12.21 08:22:23.887854 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6976 | 2024.12.21 08:22:23.888203 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6977 | 2024.12.21 08:22:24.918436 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6978 | 2024.12.21 08:22:24.938517 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2024.12.21 08:22:24.938578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 6980 | 2024.12.21 08:22:24.946097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6981 | 2024.12.21 08:22:24.946866 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2024.12.21 08:22:24.950465 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6983 | 2024.12.21 08:22:26.451222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 960 | ||
| 6984 | 2024.12.21 08:22:26.454692 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6985 | 2024.12.21 08:22:26.454752 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6986 | 2024.12.21 08:22:26.456274 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6987 | 2024.12.21 08:22:26.456590 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6988 | 2024.12.21 08:22:26.457430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 960 | ||
| 6989 | 2024.12.21 08:22:27.351806 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6990 | 2024.12.21 08:22:27.352021 [ 4 ] {d2ee4164-e660-4b3d-9c05-b0d67e1794fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6991 | 2024.12.21 08:22:27.352105 [ 4 ] {d2ee4164-e660-4b3d-9c05-b0d67e1794fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6992 | 2024.12.21 08:22:27.353041 [ 4 ] {d2ee4164-e660-4b3d-9c05-b0d67e1794fb} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2024.12.21 08:22:27.353096 [ 4 ] {d2ee4164-e660-4b3d-9c05-b0d67e1794fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 6994 | 2024.12.21 08:22:27.353540 [ 4 ] {d2ee4164-e660-4b3d-9c05-b0d67e1794fb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6995 | 2024.12.21 08:22:27.353814 [ 4 ] {d2ee4164-e660-4b3d-9c05-b0d67e1794fb} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6996 | 2024.12.21 08:22:27.354092 [ 4 ] {d2ee4164-e660-4b3d-9c05-b0d67e1794fb} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002118 sec., 57601.51085930123 rows/sec., 4.90 MiB/sec. | ||
| 6997 | 2024.12.21 08:22:27.354187 [ 4 ] {d2ee4164-e660-4b3d-9c05-b0d67e1794fb} <Debug> TCPHandler: Processed in 0.002514793 sec. | ||
| 6998 | 2024.12.21 08:22:27.354505 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6999 | 2024.12.21 08:22:27.354691 [ 258 ] {158c8bd1-c0ec-45c1-96a4-72131c33adec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7000 | 2024.12.21 08:22:27.354761 [ 258 ] {158c8bd1-c0ec-45c1-96a4-72131c33adec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7001 | 2024.12.21 08:22:27.355532 [ 258 ] {158c8bd1-c0ec-45c1-96a4-72131c33adec} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7002 | 2024.12.21 08:22:27.355576 [ 258 ] {158c8bd1-c0ec-45c1-96a4-72131c33adec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7003 | 2024.12.21 08:22:27.356001 [ 258 ] {158c8bd1-c0ec-45c1-96a4-72131c33adec} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7004 | 2024.12.21 08:22:27.356258 [ 258 ] {158c8bd1-c0ec-45c1-96a4-72131c33adec} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7005 | 2024.12.21 08:22:27.356489 [ 258 ] {158c8bd1-c0ec-45c1-96a4-72131c33adec} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001842 sec., 17915.309446254072 rows/sec., 1.32 MiB/sec. | ||
| 7006 | 2024.12.21 08:22:27.356593 [ 258 ] {158c8bd1-c0ec-45c1-96a4-72131c33adec} <Debug> TCPHandler: Processed in 0.00221918 sec. | ||
| 7007 | 2024.12.21 08:22:27.356844 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7008 | 2024.12.21 08:22:27.357110 [ 4 ] {ed5bc00e-06f9-4f75-91d9-fab66a06e40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7009 | 2024.12.21 08:22:27.357171 [ 4 ] {ed5bc00e-06f9-4f75-91d9-fab66a06e40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7010 | 2024.12.21 08:22:27.357903 [ 4 ] {ed5bc00e-06f9-4f75-91d9-fab66a06e40f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2024.12.21 08:22:27.357953 [ 4 ] {ed5bc00e-06f9-4f75-91d9-fab66a06e40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7012 | 2024.12.21 08:22:27.358320 [ 4 ] {ed5bc00e-06f9-4f75-91d9-fab66a06e40f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7013 | 2024.12.21 08:22:27.358556 [ 4 ] {ed5bc00e-06f9-4f75-91d9-fab66a06e40f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7014 | 2024.12.21 08:22:27.358780 [ 4 ] {ed5bc00e-06f9-4f75-91d9-fab66a06e40f} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001732 sec., 56004.61893764434 rows/sec., 4.37 MiB/sec. | ||
| 7015 | 2024.12.21 08:22:27.358857 [ 4 ] {ed5bc00e-06f9-4f75-91d9-fab66a06e40f} <Debug> TCPHandler: Processed in 0.002161309 sec. | ||
| 7016 | 2024.12.21 08:22:27.359055 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7017 | 2024.12.21 08:22:27.359191 [ 258 ] {f144046f-81eb-4884-84ca-77a60e6650e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7018 | 2024.12.21 08:22:27.359248 [ 258 ] {f144046f-81eb-4884-84ca-77a60e6650e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7019 | 2024.12.21 08:22:27.359909 [ 258 ] {f144046f-81eb-4884-84ca-77a60e6650e6} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7020 | 2024.12.21 08:22:27.359957 [ 258 ] {f144046f-81eb-4884-84ca-77a60e6650e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7021 | 2024.12.21 08:22:27.360360 [ 258 ] {f144046f-81eb-4884-84ca-77a60e6650e6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7022 | 2024.12.21 08:22:27.360602 [ 258 ] {f144046f-81eb-4884-84ca-77a60e6650e6} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7023 | 2024.12.21 08:22:27.360788 [ 258 ] {f144046f-81eb-4884-84ca-77a60e6650e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 7024 | 2024.12.21 08:22:27.360843 [ 258 ] {f144046f-81eb-4884-84ca-77a60e6650e6} <Debug> TCPHandler: Processed in 0.001889276 sec. | ||
| 7025 | 2024.12.21 08:22:27.361067 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7026 | 2024.12.21 08:22:27.361287 [ 4 ] {9a1ccc5e-ec44-4a6a-9729-dd7912a0cf35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7027 | 2024.12.21 08:22:27.361428 [ 4 ] {9a1ccc5e-ec44-4a6a-9729-dd7912a0cf35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7028 | 2024.12.21 08:22:27.362889 [ 4 ] {9a1ccc5e-ec44-4a6a-9729-dd7912a0cf35} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7029 | 2024.12.21 08:22:27.362929 [ 4 ] {9a1ccc5e-ec44-4a6a-9729-dd7912a0cf35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7030 | 2024.12.21 08:22:27.363577 [ 4 ] {9a1ccc5e-ec44-4a6a-9729-dd7912a0cf35} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7031 | 2024.12.21 08:22:27.363832 [ 4 ] {9a1ccc5e-ec44-4a6a-9729-dd7912a0cf35} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7032 | 2024.12.21 08:22:27.364018 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7033 | 2024.12.21 08:22:27.364087 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7034 | 2024.12.21 08:22:27.364127 [ 4 ] {9a1ccc5e-ec44-4a6a-9729-dd7912a0cf35} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002884 sec., 11442.44105409154 rows/sec., 20.50 MiB/sec. | ||
| 7035 | 2024.12.21 08:22:27.364136 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7036 | 2024.12.21 08:22:27.364939 [ 4 ] {9a1ccc5e-ec44-4a6a-9729-dd7912a0cf35} <Debug> TCPHandler: Processed in 0.003982396 sec. | ||
| 7037 | 2024.12.21 08:22:27.365026 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 7038 | 2024.12.21 08:22:27.365218 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7039 | 2024.12.21 08:22:27.365599 [ 258 ] {37ac9f54-91a9-4c5f-ab8c-c934f75a95cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7040 | 2024.12.21 08:22:27.365783 [ 258 ] {37ac9f54-91a9-4c5f-ab8c-c934f75a95cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7041 | 2024.12.21 08:22:27.366540 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7042 | 2024.12.21 08:22:27.366740 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 721 rows starting from the beginning of the part | ||
| 7043 | 2024.12.21 08:22:27.367415 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part | ||
| 7044 | 2024.12.21 08:22:27.368025 [ 258 ] {37ac9f54-91a9-4c5f-ab8c-c934f75a95cd} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7045 | 2024.12.21 08:22:27.368136 [ 258 ] {37ac9f54-91a9-4c5f-ab8c-c934f75a95cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7046 | 2024.12.21 08:22:27.368312 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 7047 | 2024.12.21 08:22:27.369005 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part | ||
| 7048 | 2024.12.21 08:22:27.369626 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 7049 | 2024.12.21 08:22:27.369701 [ 258 ] {37ac9f54-91a9-4c5f-ab8c-c934f75a95cd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7050 | 2024.12.21 08:22:27.370244 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part | ||
| 7051 | 2024.12.21 08:22:27.370442 [ 258 ] {37ac9f54-91a9-4c5f-ab8c-c934f75a95cd} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2024.12.21 08:22:27.371545 [ 258 ] {37ac9f54-91a9-4c5f-ab8c-c934f75a95cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006049 sec., 9918.994875185981 rows/sec., 684.51 KiB/sec. | ||
| 7053 | 2024.12.21 08:22:27.371814 [ 258 ] {37ac9f54-91a9-4c5f-ab8c-c934f75a95cd} <Debug> TCPHandler: Processed in 0.006739119 sec. | ||
| 7054 | 2024.12.21 08:22:27.383834 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 836 rows, containing 19 columns (19 merged, 0 gathered) in 0.019466992 sec., 42944.48777705359 rows/sec., 76.95 MiB/sec. | ||
| 7055 | 2024.12.21 08:22:27.384957 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7056 | 2024.12.21 08:22:27.385446 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7057 | 2024.12.21 08:22:27.385546 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7058 | 2024.12.21 08:22:27.385729 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
| 7059 | 2024.12.21 08:22:28.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.32 MiB, peak 211.34 MiB, free memory in arenas 0.00 B, will set to 205.66 MiB (RSS), difference: 2.33 MiB | ||
| 7060 | 2024.12.21 08:22:31.267784 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7061 | 2024.12.21 08:22:31.267870 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7062 | 2024.12.21 08:22:31.388514 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 7063 | 2024.12.21 08:22:31.389260 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2024.12.21 08:22:31.389317 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7065 | 2024.12.21 08:22:31.389887 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7066 | 2024.12.21 08:22:31.390181 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2024.12.21 08:22:31.390443 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7068 | 2024.12.21 08:22:32.085690 [ 110 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7069 | 2024.12.21 08:22:32.085792 [ 110 ] {} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7070 | 2024.12.21 08:22:32.085832 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7071 | 2024.12.21 08:22:32.086168 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 7072 | 2024.12.21 08:22:32.086474 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7073 | 2024.12.21 08:22:32.086550 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 7074 | 2024.12.21 08:22:32.086695 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 7075 | 2024.12.21 08:22:32.086920 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
| 7076 | 2024.12.21 08:22:32.087201 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 7077 | 2024.12.21 08:22:32.087277 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 7078 | 2024.12.21 08:22:32.088520 [ 196 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002512172 sec., 15922.47664570738 rows/sec., 1.33 MiB/sec. | ||
| 7079 | 2024.12.21 08:22:32.088705 [ 201 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7080 | 2024.12.21 08:22:32.089046 [ 201 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7081 | 2024.12.21 08:22:32.089138 [ 201 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_9_2} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7082 | 2024.12.21 08:22:32.089220 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7083 | 2024.12.21 08:22:32.355519 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7084 | 2024.12.21 08:22:32.355782 [ 4 ] {2b3437e5-96da-486b-b50d-718078a2b3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7085 | 2024.12.21 08:22:32.355889 [ 4 ] {2b3437e5-96da-486b-b50d-718078a2b3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7086 | 2024.12.21 08:22:32.356751 [ 4 ] {2b3437e5-96da-486b-b50d-718078a2b3c6} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2024.12.21 08:22:32.356795 [ 4 ] {2b3437e5-96da-486b-b50d-718078a2b3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7088 | 2024.12.21 08:22:32.357170 [ 4 ] {2b3437e5-96da-486b-b50d-718078a2b3c6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7089 | 2024.12.21 08:22:32.357411 [ 4 ] {2b3437e5-96da-486b-b50d-718078a2b3c6} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7090 | 2024.12.21 08:22:32.357651 [ 4 ] {2b3437e5-96da-486b-b50d-718078a2b3c6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 7091 | 2024.12.21 08:22:32.357709 [ 4 ] {2b3437e5-96da-486b-b50d-718078a2b3c6} <Debug> TCPHandler: Processed in 0.002359641 sec. | ||
| 7092 | 2024.12.21 08:22:32.357979 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7093 | 2024.12.21 08:22:32.358180 [ 258 ] {d147886c-ff2c-43bf-845f-9fdbb706b182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7094 | 2024.12.21 08:22:32.358252 [ 258 ] {d147886c-ff2c-43bf-845f-9fdbb706b182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7095 | 2024.12.21 08:22:32.359124 [ 258 ] {d147886c-ff2c-43bf-845f-9fdbb706b182} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7096 | 2024.12.21 08:22:32.359177 [ 258 ] {d147886c-ff2c-43bf-845f-9fdbb706b182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7097 | 2024.12.21 08:22:32.359619 [ 258 ] {d147886c-ff2c-43bf-845f-9fdbb706b182} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7098 | 2024.12.21 08:22:32.359862 [ 258 ] {d147886c-ff2c-43bf-845f-9fdbb706b182} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7099 | 2024.12.21 08:22:32.360166 [ 258 ] {d147886c-ff2c-43bf-845f-9fdbb706b182} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002029 sec., 107934.94332183342 rows/sec., 9.42 MiB/sec. | ||
| 7100 | 2024.12.21 08:22:32.360268 [ 258 ] {d147886c-ff2c-43bf-845f-9fdbb706b182} <Debug> TCPHandler: Processed in 0.002421931 sec. | ||
| 7101 | 2024.12.21 08:22:32.360510 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7102 | 2024.12.21 08:22:32.360861 [ 4 ] {25ed58d6-5e39-4357-841e-6bb634c426f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7103 | 2024.12.21 08:22:32.360960 [ 4 ] {25ed58d6-5e39-4357-841e-6bb634c426f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7104 | 2024.12.21 08:22:32.361617 [ 4 ] {25ed58d6-5e39-4357-841e-6bb634c426f1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7105 | 2024.12.21 08:22:32.361656 [ 4 ] {25ed58d6-5e39-4357-841e-6bb634c426f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7106 | 2024.12.21 08:22:32.362026 [ 4 ] {25ed58d6-5e39-4357-841e-6bb634c426f1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7107 | 2024.12.21 08:22:32.362274 [ 4 ] {25ed58d6-5e39-4357-841e-6bb634c426f1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7108 | 2024.12.21 08:22:32.362472 [ 4 ] {25ed58d6-5e39-4357-841e-6bb634c426f1} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001737 sec., 8635.578583765113 rows/sec., 608.88 KiB/sec. | ||
| 7109 | 2024.12.21 08:22:32.362591 [ 4 ] {25ed58d6-5e39-4357-841e-6bb634c426f1} <Debug> TCPHandler: Processed in 0.00224223 sec. | ||
| 7110 | 2024.12.21 08:22:32.362774 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7111 | 2024.12.21 08:22:32.362899 [ 258 ] {20472c07-4263-4ef9-95ac-576a438339f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7112 | 2024.12.21 08:22:32.362952 [ 258 ] {20472c07-4263-4ef9-95ac-576a438339f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7113 | 2024.12.21 08:22:32.363558 [ 258 ] {20472c07-4263-4ef9-95ac-576a438339f5} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7114 | 2024.12.21 08:22:32.363600 [ 258 ] {20472c07-4263-4ef9-95ac-576a438339f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7115 | 2024.12.21 08:22:32.363951 [ 258 ] {20472c07-4263-4ef9-95ac-576a438339f5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7116 | 2024.12.21 08:22:32.364202 [ 258 ] {20472c07-4263-4ef9-95ac-576a438339f5} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7117 | 2024.12.21 08:22:32.364455 [ 258 ] {20472c07-4263-4ef9-95ac-576a438339f5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001581 sec., 8855.154965211892 rows/sec., 620.16 KiB/sec. | ||
| 7118 | 2024.12.21 08:22:32.364662 [ 258 ] {20472c07-4263-4ef9-95ac-576a438339f5} <Debug> TCPHandler: Processed in 0.001959777 sec. | ||
| 7119 | 2024.12.21 08:22:32.364865 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7120 | 2024.12.21 08:22:32.365000 [ 4 ] {4aab7102-7900-4a7c-a520-a02be60b28ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7121 | 2024.12.21 08:22:32.365057 [ 4 ] {4aab7102-7900-4a7c-a520-a02be60b28ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7122 | 2024.12.21 08:22:32.365657 [ 4 ] {4aab7102-7900-4a7c-a520-a02be60b28ea} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7123 | 2024.12.21 08:22:32.365695 [ 4 ] {4aab7102-7900-4a7c-a520-a02be60b28ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7124 | 2024.12.21 08:22:32.366039 [ 4 ] {4aab7102-7900-4a7c-a520-a02be60b28ea} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7125 | 2024.12.21 08:22:32.366280 [ 4 ] {4aab7102-7900-4a7c-a520-a02be60b28ea} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2024.12.21 08:22:32.366479 [ 4 ] {4aab7102-7900-4a7c-a520-a02be60b28ea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec. | ||
| 7127 | 2024.12.21 08:22:32.366603 [ 4 ] {4aab7102-7900-4a7c-a520-a02be60b28ea} <Debug> TCPHandler: Processed in 0.001806496 sec. | ||
| 7128 | 2024.12.21 08:22:32.366807 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7129 | 2024.12.21 08:22:32.366927 [ 258 ] {5564a71b-2c14-422f-9826-eb65a2035093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7130 | 2024.12.21 08:22:32.366976 [ 258 ] {5564a71b-2c14-422f-9826-eb65a2035093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7131 | 2024.12.21 08:22:32.367760 [ 258 ] {5564a71b-2c14-422f-9826-eb65a2035093} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7132 | 2024.12.21 08:22:32.367800 [ 258 ] {5564a71b-2c14-422f-9826-eb65a2035093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7133 | 2024.12.21 08:22:32.368179 [ 258 ] {5564a71b-2c14-422f-9826-eb65a2035093} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7134 | 2024.12.21 08:22:32.368410 [ 258 ] {5564a71b-2c14-422f-9826-eb65a2035093} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7135 | 2024.12.21 08:22:32.368640 [ 258 ] {5564a71b-2c14-422f-9826-eb65a2035093} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001738 sec., 224395.8573072497 rows/sec., 15.91 MiB/sec. | ||
| 7136 | 2024.12.21 08:22:32.368697 [ 258 ] {5564a71b-2c14-422f-9826-eb65a2035093} <Debug> TCPHandler: Processed in 0.001968908 sec. | ||
| 7137 | 2024.12.21 08:22:32.368850 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7138 | 2024.12.21 08:22:32.368966 [ 4 ] {582e3b52-ae67-48a0-bd2f-3ed1674d26c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7139 | 2024.12.21 08:22:32.369015 [ 4 ] {582e3b52-ae67-48a0-bd2f-3ed1674d26c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7140 | 2024.12.21 08:22:32.369491 [ 4 ] {582e3b52-ae67-48a0-bd2f-3ed1674d26c7} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7141 | 2024.12.21 08:22:32.369526 [ 4 ] {582e3b52-ae67-48a0-bd2f-3ed1674d26c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7142 | 2024.12.21 08:22:32.369885 [ 4 ] {582e3b52-ae67-48a0-bd2f-3ed1674d26c7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7143 | 2024.12.21 08:22:32.370121 [ 4 ] {582e3b52-ae67-48a0-bd2f-3ed1674d26c7} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7144 | 2024.12.21 08:22:32.370292 [ 4 ] {582e3b52-ae67-48a0-bd2f-3ed1674d26c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec. | ||
| 7145 | 2024.12.21 08:22:32.370342 [ 4 ] {582e3b52-ae67-48a0-bd2f-3ed1674d26c7} <Debug> TCPHandler: Processed in 0.001547963 sec. | ||
| 7146 | 2024.12.21 08:22:32.370491 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7147 | 2024.12.21 08:22:32.370610 [ 258 ] {909c803d-cb3e-4c45-93be-ce28eed39ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7148 | 2024.12.21 08:22:32.370664 [ 258 ] {909c803d-cb3e-4c45-93be-ce28eed39ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7149 | 2024.12.21 08:22:32.371354 [ 258 ] {909c803d-cb3e-4c45-93be-ce28eed39ae1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7150 | 2024.12.21 08:22:32.371393 [ 258 ] {909c803d-cb3e-4c45-93be-ce28eed39ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7151 | 2024.12.21 08:22:32.371774 [ 258 ] {909c803d-cb3e-4c45-93be-ce28eed39ae1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7152 | 2024.12.21 08:22:32.371999 [ 258 ] {909c803d-cb3e-4c45-93be-ce28eed39ae1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7153 | 2024.12.21 08:22:32.372177 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7154 | 2024.12.21 08:22:32.372244 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7155 | 2024.12.21 08:22:32.372251 [ 258 ] {909c803d-cb3e-4c45-93be-ce28eed39ae1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
| 7156 | 2024.12.21 08:22:32.372272 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7157 | 2024.12.21 08:22:32.372427 [ 258 ] {909c803d-cb3e-4c45-93be-ce28eed39ae1} <Debug> TCPHandler: Processed in 0.001986118 sec. | ||
| 7158 | 2024.12.21 08:22:32.372521 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 7159 | 2024.12.21 08:22:32.372603 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7160 | 2024.12.21 08:22:32.372683 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7161 | 2024.12.21 08:22:32.372735 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12357 rows starting from the beginning of the part | ||
| 7162 | 2024.12.21 08:22:32.372734 [ 4 ] {cf485541-24a2-438a-a723-c07452b6e1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7163 | 2024.12.21 08:22:32.372824 [ 4 ] {cf485541-24a2-438a-a723-c07452b6e1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7164 | 2024.12.21 08:22:32.372933 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 7165 | 2024.12.21 08:22:32.373376 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 927 rows starting from the beginning of the part | ||
| 7166 | 2024.12.21 08:22:32.373773 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 7167 | 2024.12.21 08:22:32.374107 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 7168 | 2024.12.21 08:22:32.374424 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 7169 | 2024.12.21 08:22:32.375249 [ 4 ] {cf485541-24a2-438a-a723-c07452b6e1a1} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7170 | 2024.12.21 08:22:32.375287 [ 4 ] {cf485541-24a2-438a-a723-c07452b6e1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7171 | 2024.12.21 08:22:32.375741 [ 4 ] {cf485541-24a2-438a-a723-c07452b6e1a1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7172 | 2024.12.21 08:22:32.376016 [ 4 ] {cf485541-24a2-438a-a723-c07452b6e1a1} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7173 | 2024.12.21 08:22:32.376405 [ 4 ] {cf485541-24a2-438a-a723-c07452b6e1a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003697 sec., 270.4895861509332 rows/sec., 18.23 KiB/sec. | ||
| 7174 | 2024.12.21 08:22:32.376836 [ 4 ] {cf485541-24a2-438a-a723-c07452b6e1a1} <Debug> TCPHandler: Processed in 0.004279837 sec. | ||
| 7175 | 2024.12.21 08:22:32.377141 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7176 | 2024.12.21 08:22:32.377462 [ 258 ] {3ea1a088-cdef-4dda-b986-31882509f415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7177 | 2024.12.21 08:22:32.377613 [ 258 ] {3ea1a088-cdef-4dda-b986-31882509f415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7178 | 2024.12.21 08:22:32.379334 [ 258 ] {3ea1a088-cdef-4dda-b986-31882509f415} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2024.12.21 08:22:32.379377 [ 258 ] {3ea1a088-cdef-4dda-b986-31882509f415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7180 | 2024.12.21 08:22:32.380200 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13873 rows, containing 5 columns (5 merged, 0 gathered) in 0.007808539 sec., 1776644.7731131266 rows/sec., 119.61 MiB/sec. | ||
| 7181 | 2024.12.21 08:22:32.380533 [ 258 ] {3ea1a088-cdef-4dda-b986-31882509f415} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7182 | 2024.12.21 08:22:32.380818 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7183 | 2024.12.21 08:22:32.380967 [ 258 ] {3ea1a088-cdef-4dda-b986-31882509f415} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7184 | 2024.12.21 08:22:32.381473 [ 258 ] {3ea1a088-cdef-4dda-b986-31882509f415} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004086 sec., 1957.905041605482 rows/sec., 3.51 MiB/sec. | ||
| 7185 | 2024.12.21 08:22:32.381681 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2024.12.21 08:22:32.381849 [ 258 ] {3ea1a088-cdef-4dda-b986-31882509f415} <Debug> TCPHandler: Processed in 0.004866323 sec. | ||
| 7187 | 2024.12.21 08:22:32.381933 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7188 | 2024.12.21 08:22:32.382116 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7189 | 2024.12.21 08:22:32.382135 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
| 7190 | 2024.12.21 08:22:32.382271 [ 4 ] {809255d9-d519-4961-9997-8999c77f6ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7191 | 2024.12.21 08:22:32.382334 [ 4 ] {809255d9-d519-4961-9997-8999c77f6ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7192 | 2024.12.21 08:22:32.382909 [ 4 ] {809255d9-d519-4961-9997-8999c77f6ce0} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7193 | 2024.12.21 08:22:32.382954 [ 4 ] {809255d9-d519-4961-9997-8999c77f6ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7194 | 2024.12.21 08:22:32.383363 [ 4 ] {809255d9-d519-4961-9997-8999c77f6ce0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7195 | 2024.12.21 08:22:32.383600 [ 4 ] {809255d9-d519-4961-9997-8999c77f6ce0} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7196 | 2024.12.21 08:22:32.383734 [ 109 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7197 | 2024.12.21 08:22:32.383775 [ 109 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2024.12.21 08:22:32.383783 [ 4 ] {809255d9-d519-4961-9997-8999c77f6ce0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec. | ||
| 7199 | 2024.12.21 08:22:32.383798 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7200 | 2024.12.21 08:22:32.383890 [ 4 ] {809255d9-d519-4961-9997-8999c77f6ce0} <Debug> TCPHandler: Processed in 0.001924607 sec. | ||
| 7201 | 2024.12.21 08:22:32.384038 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 7202 | 2024.12.21 08:22:32.384201 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7203 | 2024.12.21 08:22:32.384240 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2354 rows starting from the beginning of the part | ||
| 7204 | 2024.12.21 08:22:32.384351 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 7205 | 2024.12.21 08:22:32.384555 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 70 rows starting from the beginning of the part | ||
| 7206 | 2024.12.21 08:22:32.384731 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
| 7207 | 2024.12.21 08:22:32.384910 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 7208 | 2024.12.21 08:22:32.385079 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 7209 | 2024.12.21 08:22:32.386608 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002716204 sec., 971208.3481211279 rows/sec., 62.81 MiB/sec. | ||
| 7210 | 2024.12.21 08:22:32.386858 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7211 | 2024.12.21 08:22:32.387157 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7212 | 2024.12.21 08:22:32.387240 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_46_9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7213 | 2024.12.21 08:22:32.387324 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 7214 | 2024.12.21 08:22:32.450696 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7215 | 2024.12.21 08:22:32.472286 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7216 | 2024.12.21 08:22:32.472342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7217 | 2024.12.21 08:22:32.479735 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7218 | 2024.12.21 08:22:32.480530 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7219 | 2024.12.21 08:22:32.483284 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7220 | 2024.12.21 08:22:33.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.07 MiB, peak 211.91 MiB, free memory in arenas 0.00 B, will set to 205.70 MiB (RSS), difference: -1.37 MiB | ||
| 7221 | 2024.12.21 08:22:36.457883 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 994 | ||
| 7222 | 2024.12.21 08:22:36.461054 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7223 | 2024.12.21 08:22:36.461118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7224 | 2024.12.21 08:22:36.462631 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7225 | 2024.12.21 08:22:36.462956 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2024.12.21 08:22:36.463600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 994 | ||
| 7227 | 2024.12.21 08:22:37.351885 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7228 | 2024.12.21 08:22:37.352092 [ 4 ] {9541874f-cb9f-43a6-a9a4-5d931a9b4663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7229 | 2024.12.21 08:22:37.352169 [ 4 ] {9541874f-cb9f-43a6-a9a4-5d931a9b4663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7230 | 2024.12.21 08:22:37.352929 [ 4 ] {9541874f-cb9f-43a6-a9a4-5d931a9b4663} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2024.12.21 08:22:37.352983 [ 4 ] {9541874f-cb9f-43a6-a9a4-5d931a9b4663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7232 | 2024.12.21 08:22:37.353406 [ 4 ] {9541874f-cb9f-43a6-a9a4-5d931a9b4663} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7233 | 2024.12.21 08:22:37.353650 [ 4 ] {9541874f-cb9f-43a6-a9a4-5d931a9b4663} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2024.12.21 08:22:37.353890 [ 4 ] {9541874f-cb9f-43a6-a9a4-5d931a9b4663} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00185 sec., 5405.405405405405 rows/sec., 440.77 KiB/sec. | ||
| 7235 | 2024.12.21 08:22:37.353960 [ 4 ] {9541874f-cb9f-43a6-a9a4-5d931a9b4663} <Debug> TCPHandler: Processed in 0.00220646 sec. | ||
| 7236 | 2024.12.21 08:22:37.354228 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7237 | 2024.12.21 08:22:37.354429 [ 258 ] {d8e537c8-91aa-4e60-a86f-359a31d473fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7238 | 2024.12.21 08:22:37.354504 [ 258 ] {d8e537c8-91aa-4e60-a86f-359a31d473fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7239 | 2024.12.21 08:22:37.355362 [ 258 ] {d8e537c8-91aa-4e60-a86f-359a31d473fd} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7240 | 2024.12.21 08:22:37.355416 [ 258 ] {d8e537c8-91aa-4e60-a86f-359a31d473fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7241 | 2024.12.21 08:22:37.355865 [ 258 ] {d8e537c8-91aa-4e60-a86f-359a31d473fd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7242 | 2024.12.21 08:22:37.356127 [ 258 ] {d8e537c8-91aa-4e60-a86f-359a31d473fd} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7243 | 2024.12.21 08:22:37.356318 [ 102 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7244 | 2024.12.21 08:22:37.356393 [ 258 ] {d8e537c8-91aa-4e60-a86f-359a31d473fd} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.002013 sec., 63089.91554893194 rows/sec., 5.33 MiB/sec. | ||
| 7245 | 2024.12.21 08:22:37.356404 [ 102 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2024.12.21 08:22:37.356477 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7247 | 2024.12.21 08:22:37.356541 [ 258 ] {d8e537c8-91aa-4e60-a86f-359a31d473fd} <Debug> TCPHandler: Processed in 0.002441121 sec. | ||
| 7248 | 2024.12.21 08:22:37.356671 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 7249 | 2024.12.21 08:22:37.356723 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7250 | 2024.12.21 08:22:37.356843 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7251 | 2024.12.21 08:22:37.356935 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1437 rows starting from the beginning of the part | ||
| 7252 | 2024.12.21 08:22:37.356943 [ 4 ] {e4498401-8bee-471e-b651-cf81c711ad82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7253 | 2024.12.21 08:22:37.357069 [ 4 ] {e4498401-8bee-471e-b651-cf81c711ad82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7254 | 2024.12.21 08:22:37.357148 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1361 rows starting from the beginning of the part | ||
| 7255 | 2024.12.21 08:22:37.357506 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 7256 | 2024.12.21 08:22:37.357791 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 122 rows starting from the beginning of the part | ||
| 7257 | 2024.12.21 08:22:37.358205 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 219 rows starting from the beginning of the part | ||
| 7258 | 2024.12.21 08:22:37.358597 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 127 rows starting from the beginning of the part | ||
| 7259 | 2024.12.21 08:22:37.360021 [ 4 ] {e4498401-8bee-471e-b651-cf81c711ad82} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7260 | 2024.12.21 08:22:37.360081 [ 4 ] {e4498401-8bee-471e-b651-cf81c711ad82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7261 | 2024.12.21 08:22:37.361090 [ 4 ] {e4498401-8bee-471e-b651-cf81c711ad82} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7262 | 2024.12.21 08:22:37.361481 [ 4 ] {e4498401-8bee-471e-b651-cf81c711ad82} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7263 | 2024.12.21 08:22:37.361702 [ 102 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7264 | 2024.12.21 08:22:37.361782 [ 102 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7265 | 2024.12.21 08:22:37.361847 [ 4 ] {e4498401-8bee-471e-b651-cf81c711ad82} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.004941 sec., 8702.691762801052 rows/sec., 643.53 KiB/sec. | ||
| 7266 | 2024.12.21 08:22:37.361855 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7267 | 2024.12.21 08:22:37.362395 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 7268 | 2024.12.21 08:22:37.362755 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006168084 sec., 538578.9168889399 rows/sec., 47.20 MiB/sec. | ||
| 7269 | 2024.12.21 08:22:37.362977 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7270 | 2024.12.21 08:22:37.363116 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 66 rows starting from the beginning of the part | ||
| 7271 | 2024.12.21 08:22:37.363158 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7272 | 2024.12.21 08:22:37.363493 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 33 rows starting from the beginning of the part | ||
| 7273 | 2024.12.21 08:22:37.363947 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 19 rows starting from the beginning of the part | ||
| 7274 | 2024.12.21 08:22:37.364261 [ 4 ] {e4498401-8bee-471e-b651-cf81c711ad82} <Debug> TCPHandler: Processed in 0.007589067 sec. | ||
| 7275 | 2024.12.21 08:22:37.364472 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 33 rows starting from the beginning of the part | ||
| 7276 | 2024.12.21 08:22:37.364611 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2024.12.21 08:22:37.364711 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7278 | 2024.12.21 08:22:37.364967 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 15 rows starting from the beginning of the part | ||
| 7279 | 2024.12.21 08:22:37.365207 [ 258 ] {8e72d16e-e820-4a23-975d-b5cd56c57dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7280 | 2024.12.21 08:22:37.365295 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 43 rows starting from the beginning of the part | ||
| 7281 | 2024.12.21 08:22:37.365524 [ 258 ] {8e72d16e-e820-4a23-975d-b5cd56c57dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7282 | 2024.12.21 08:22:37.366375 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_51_10} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7283 | 2024.12.21 08:22:37.366821 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7284 | 2024.12.21 08:22:37.368224 [ 258 ] {8e72d16e-e820-4a23-975d-b5cd56c57dc7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7285 | 2024.12.21 08:22:37.368304 [ 258 ] {8e72d16e-e820-4a23-975d-b5cd56c57dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7286 | 2024.12.21 08:22:37.368927 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.006901581 sec., 30282.916334677517 rows/sec., 2.29 MiB/sec. | ||
| 7287 | 2024.12.21 08:22:37.369125 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7288 | 2024.12.21 08:22:37.369133 [ 258 ] {8e72d16e-e820-4a23-975d-b5cd56c57dc7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7289 | 2024.12.21 08:22:37.369458 [ 258 ] {8e72d16e-e820-4a23-975d-b5cd56c57dc7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7290 | 2024.12.21 08:22:37.369522 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2024.12.21 08:22:37.369743 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_46_9} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7292 | 2024.12.21 08:22:37.369734 [ 102 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7293 | 2024.12.21 08:22:37.369866 [ 102 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7294 | 2024.12.21 08:22:37.369883 [ 258 ] {8e72d16e-e820-4a23-975d-b5cd56c57dc7} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.004792 sec., 22328.88146911519 rows/sec., 1.75 MiB/sec. | ||
| 7295 | 2024.12.21 08:22:37.369970 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7296 | 2024.12.21 08:22:37.369979 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7297 | 2024.12.21 08:22:37.370147 [ 258 ] {8e72d16e-e820-4a23-975d-b5cd56c57dc7} <Debug> TCPHandler: Processed in 0.00566194 sec. | ||
| 7298 | 2024.12.21 08:22:37.370273 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 7299 | 2024.12.21 08:22:37.370361 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7300 | 2024.12.21 08:22:37.370411 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7301 | 2024.12.21 08:22:37.370445 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
| 7302 | 2024.12.21 08:22:37.370571 [ 4 ] {14e96f7e-5fde-4684-a81a-99e0064ce305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7303 | 2024.12.21 08:22:37.370613 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 850 rows starting from the beginning of the part | ||
| 7304 | 2024.12.21 08:22:37.370738 [ 4 ] {14e96f7e-5fde-4684-a81a-99e0064ce305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7305 | 2024.12.21 08:22:37.370790 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 7306 | 2024.12.21 08:22:37.371095 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 97 rows starting from the beginning of the part | ||
| 7307 | 2024.12.21 08:22:37.371360 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 390 rows starting from the beginning of the part | ||
| 7308 | 2024.12.21 08:22:37.371583 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 107 rows starting from the beginning of the part | ||
| 7309 | 2024.12.21 08:22:37.372328 [ 4 ] {14e96f7e-5fde-4684-a81a-99e0064ce305} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7310 | 2024.12.21 08:22:37.372373 [ 4 ] {14e96f7e-5fde-4684-a81a-99e0064ce305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7311 | 2024.12.21 08:22:37.372937 [ 4 ] {14e96f7e-5fde-4684-a81a-99e0064ce305} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7312 | 2024.12.21 08:22:37.373209 [ 4 ] {14e96f7e-5fde-4684-a81a-99e0064ce305} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7313 | 2024.12.21 08:22:37.373636 [ 4 ] {14e96f7e-5fde-4684-a81a-99e0064ce305} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.003135 sec., 52631.57894736842 rows/sec., 3.66 MiB/sec. | ||
| 7314 | 2024.12.21 08:22:37.374080 [ 4 ] {14e96f7e-5fde-4684-a81a-99e0064ce305} <Debug> TCPHandler: Processed in 0.003797044 sec. | ||
| 7315 | 2024.12.21 08:22:37.374067 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.003891774 sec., 622595.2483366197 rows/sec., 47.76 MiB/sec. | ||
| 7316 | 2024.12.21 08:22:37.374378 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7317 | 2024.12.21 08:22:37.374508 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7318 | 2024.12.21 08:22:37.374722 [ 258 ] {587d8c16-d759-4d1f-8b93-a63f8653c1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7319 | 2024.12.21 08:22:37.374895 [ 258 ] {587d8c16-d759-4d1f-8b93-a63f8653c1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7320 | 2024.12.21 08:22:37.375214 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7321 | 2024.12.21 08:22:37.375460 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_51_10} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7322 | 2024.12.21 08:22:37.375655 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 7323 | 2024.12.21 08:22:37.376742 [ 258 ] {587d8c16-d759-4d1f-8b93-a63f8653c1c4} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2024.12.21 08:22:37.376790 [ 258 ] {587d8c16-d759-4d1f-8b93-a63f8653c1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7325 | 2024.12.21 08:22:37.377479 [ 258 ] {587d8c16-d759-4d1f-8b93-a63f8653c1c4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7326 | 2024.12.21 08:22:37.377735 [ 258 ] {587d8c16-d759-4d1f-8b93-a63f8653c1c4} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7327 | 2024.12.21 08:22:37.378039 [ 258 ] {587d8c16-d759-4d1f-8b93-a63f8653c1c4} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003431 sec., 9618.187117458467 rows/sec., 17.24 MiB/sec. | ||
| 7328 | 2024.12.21 08:22:37.378542 [ 258 ] {587d8c16-d759-4d1f-8b93-a63f8653c1c4} <Debug> TCPHandler: Processed in 0.004323028 sec. | ||
| 7329 | 2024.12.21 08:22:37.378754 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7330 | 2024.12.21 08:22:37.378895 [ 4 ] {59d6d0ec-a94f-4d7d-aff2-4f83dcc20d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7331 | 2024.12.21 08:22:37.378958 [ 4 ] {59d6d0ec-a94f-4d7d-aff2-4f83dcc20d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7332 | 2024.12.21 08:22:37.379523 [ 4 ] {59d6d0ec-a94f-4d7d-aff2-4f83dcc20d3b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7333 | 2024.12.21 08:22:37.379563 [ 4 ] {59d6d0ec-a94f-4d7d-aff2-4f83dcc20d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7334 | 2024.12.21 08:22:37.379931 [ 4 ] {59d6d0ec-a94f-4d7d-aff2-4f83dcc20d3b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7335 | 2024.12.21 08:22:37.380167 [ 4 ] {59d6d0ec-a94f-4d7d-aff2-4f83dcc20d3b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7336 | 2024.12.21 08:22:37.380407 [ 4 ] {59d6d0ec-a94f-4d7d-aff2-4f83dcc20d3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 7337 | 2024.12.21 08:22:37.380595 [ 4 ] {59d6d0ec-a94f-4d7d-aff2-4f83dcc20d3b} <Debug> TCPHandler: Processed in 0.001937297 sec. | ||
| 7338 | 2024.12.21 08:22:38.890767 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7339 | 2024.12.21 08:22:38.891521 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7340 | 2024.12.21 08:22:38.891570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7341 | 2024.12.21 08:22:38.892107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7342 | 2024.12.21 08:22:38.892377 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7343 | 2024.12.21 08:22:38.892657 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7344 | 2024.12.21 08:22:39.983519 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7345 | 2024.12.21 08:22:40.005950 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7346 | 2024.12.21 08:22:40.006009 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7347 | 2024.12.21 08:22:40.013261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7348 | 2024.12.21 08:22:40.014049 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7349 | 2024.12.21 08:22:40.016930 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7350 | 2024.12.21 08:22:42.356065 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7351 | 2024.12.21 08:22:42.356393 [ 4 ] {0bdb8782-f752-4d64-9159-511772bc68ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7352 | 2024.12.21 08:22:42.356509 [ 4 ] {0bdb8782-f752-4d64-9159-511772bc68ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7353 | 2024.12.21 08:22:42.357295 [ 4 ] {0bdb8782-f752-4d64-9159-511772bc68ae} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7354 | 2024.12.21 08:22:42.357342 [ 4 ] {0bdb8782-f752-4d64-9159-511772bc68ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7355 | 2024.12.21 08:22:42.357770 [ 4 ] {0bdb8782-f752-4d64-9159-511772bc68ae} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7356 | 2024.12.21 08:22:42.358027 [ 4 ] {0bdb8782-f752-4d64-9159-511772bc68ae} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7357 | 2024.12.21 08:22:42.358269 [ 4 ] {0bdb8782-f752-4d64-9159-511772bc68ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001961 sec., 7139.214686384497 rows/sec., 513.93 KiB/sec. | ||
| 7358 | 2024.12.21 08:22:42.358327 [ 4 ] {0bdb8782-f752-4d64-9159-511772bc68ae} <Debug> TCPHandler: Processed in 0.002447171 sec. | ||
| 7359 | 2024.12.21 08:22:42.358575 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7360 | 2024.12.21 08:22:42.358791 [ 258 ] {f1865b40-ac74-4753-b1f1-371401e3ad2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7361 | 2024.12.21 08:22:42.358870 [ 258 ] {f1865b40-ac74-4753-b1f1-371401e3ad2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7362 | 2024.12.21 08:22:42.359784 [ 258 ] {f1865b40-ac74-4753-b1f1-371401e3ad2d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2024.12.21 08:22:42.359833 [ 258 ] {f1865b40-ac74-4753-b1f1-371401e3ad2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7364 | 2024.12.21 08:22:42.360291 [ 258 ] {f1865b40-ac74-4753-b1f1-371401e3ad2d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7365 | 2024.12.21 08:22:42.360546 [ 258 ] {f1865b40-ac74-4753-b1f1-371401e3ad2d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7366 | 2024.12.21 08:22:42.360799 [ 258 ] {f1865b40-ac74-4753-b1f1-371401e3ad2d} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002064 sec., 106104.6511627907 rows/sec., 9.26 MiB/sec. | ||
| 7367 | 2024.12.21 08:22:42.360890 [ 258 ] {f1865b40-ac74-4753-b1f1-371401e3ad2d} <Debug> TCPHandler: Processed in 0.002446302 sec. | ||
| 7368 | 2024.12.21 08:22:42.361099 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7369 | 2024.12.21 08:22:42.361227 [ 4 ] {fd6d285c-f199-4655-8b70-109b97815c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7370 | 2024.12.21 08:22:42.361276 [ 4 ] {fd6d285c-f199-4655-8b70-109b97815c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7371 | 2024.12.21 08:22:42.361892 [ 4 ] {fd6d285c-f199-4655-8b70-109b97815c1d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2024.12.21 08:22:42.361931 [ 4 ] {fd6d285c-f199-4655-8b70-109b97815c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7373 | 2024.12.21 08:22:42.362286 [ 4 ] {fd6d285c-f199-4655-8b70-109b97815c1d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7374 | 2024.12.21 08:22:42.362515 [ 4 ] {fd6d285c-f199-4655-8b70-109b97815c1d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2024.12.21 08:22:42.362716 [ 4 ] {fd6d285c-f199-4655-8b70-109b97815c1d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001512 sec., 9920.63492063492 rows/sec., 699.48 KiB/sec. | ||
| 7376 | 2024.12.21 08:22:42.362768 [ 4 ] {fd6d285c-f199-4655-8b70-109b97815c1d} <Debug> TCPHandler: Processed in 0.001793056 sec. | ||
| 7377 | 2024.12.21 08:22:42.362933 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7378 | 2024.12.21 08:22:42.363059 [ 258 ] {18f1e262-a570-49c2-b869-56d1a854feff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7379 | 2024.12.21 08:22:42.363113 [ 258 ] {18f1e262-a570-49c2-b869-56d1a854feff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7380 | 2024.12.21 08:22:42.363706 [ 258 ] {18f1e262-a570-49c2-b869-56d1a854feff} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7381 | 2024.12.21 08:22:42.363746 [ 258 ] {18f1e262-a570-49c2-b869-56d1a854feff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7382 | 2024.12.21 08:22:42.364115 [ 258 ] {18f1e262-a570-49c2-b869-56d1a854feff} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7383 | 2024.12.21 08:22:42.364360 [ 258 ] {18f1e262-a570-49c2-b869-56d1a854feff} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7384 | 2024.12.21 08:22:42.364528 [ 96 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7385 | 2024.12.21 08:22:42.364606 [ 258 ] {18f1e262-a570-49c2-b869-56d1a854feff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 622.92 KiB/sec. | ||
| 7386 | 2024.12.21 08:22:42.364643 [ 96 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7387 | 2024.12.21 08:22:42.364735 [ 258 ] {18f1e262-a570-49c2-b869-56d1a854feff} <Debug> TCPHandler: Processed in 0.001855076 sec. | ||
| 7388 | 2024.12.21 08:22:42.364743 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7389 | 2024.12.21 08:22:42.365113 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2024.12.21 08:22:42.365335 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 7391 | 2024.12.21 08:22:42.365647 [ 4 ] {090dbfe9-b52f-4500-a7da-bb70772e9b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7392 | 2024.12.21 08:22:42.365759 [ 4 ] {090dbfe9-b52f-4500-a7da-bb70772e9b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7393 | 2024.12.21 08:22:42.365774 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7394 | 2024.12.21 08:22:42.365878 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 244 rows starting from the beginning of the part | ||
| 7395 | 2024.12.21 08:22:42.366207 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7396 | 2024.12.21 08:22:42.366682 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7397 | 2024.12.21 08:22:42.367163 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 242 rows starting from the beginning of the part | ||
| 7398 | 2024.12.21 08:22:42.367438 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7399 | 2024.12.21 08:22:42.367670 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7400 | 2024.12.21 08:22:42.368479 [ 4 ] {090dbfe9-b52f-4500-a7da-bb70772e9b9c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7401 | 2024.12.21 08:22:42.368540 [ 4 ] {090dbfe9-b52f-4500-a7da-bb70772e9b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7402 | 2024.12.21 08:22:42.369555 [ 4 ] {090dbfe9-b52f-4500-a7da-bb70772e9b9c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7403 | 2024.12.21 08:22:42.370092 [ 4 ] {090dbfe9-b52f-4500-a7da-bb70772e9b9c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2024.12.21 08:22:42.370862 [ 4 ] {090dbfe9-b52f-4500-a7da-bb70772e9b9c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005144 sec., 2527.216174183515 rows/sec., 157.57 KiB/sec. | ||
| 7405 | 2024.12.21 08:22:42.371291 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.006371497 sec., 85066.35096901089 rows/sec., 6.09 MiB/sec. | ||
| 7406 | 2024.12.21 08:22:42.371311 [ 4 ] {090dbfe9-b52f-4500-a7da-bb70772e9b9c} <Debug> TCPHandler: Processed in 0.006448097 sec. | ||
| 7407 | 2024.12.21 08:22:42.371506 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7408 | 2024.12.21 08:22:42.371531 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7409 | 2024.12.21 08:22:42.371748 [ 258 ] {a16c3556-9f19-4aad-bc07-ab376112b63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7410 | 2024.12.21 08:22:42.371849 [ 258 ] {a16c3556-9f19-4aad-bc07-ab376112b63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7411 | 2024.12.21 08:22:42.371964 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7412 | 2024.12.21 08:22:42.372157 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_25_5} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7413 | 2024.12.21 08:22:42.372367 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7414 | 2024.12.21 08:22:42.373032 [ 258 ] {a16c3556-9f19-4aad-bc07-ab376112b63e} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7415 | 2024.12.21 08:22:42.373079 [ 258 ] {a16c3556-9f19-4aad-bc07-ab376112b63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7416 | 2024.12.21 08:22:42.373466 [ 258 ] {a16c3556-9f19-4aad-bc07-ab376112b63e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7417 | 2024.12.21 08:22:42.373713 [ 258 ] {a16c3556-9f19-4aad-bc07-ab376112b63e} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7418 | 2024.12.21 08:22:42.373957 [ 258 ] {a16c3556-9f19-4aad-bc07-ab376112b63e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002262 sec., 172413.79310344826 rows/sec., 12.23 MiB/sec. | ||
| 7419 | 2024.12.21 08:22:42.374043 [ 258 ] {a16c3556-9f19-4aad-bc07-ab376112b63e} <Debug> TCPHandler: Processed in 0.002588363 sec. | ||
| 7420 | 2024.12.21 08:22:42.374301 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7421 | 2024.12.21 08:22:42.374441 [ 4 ] {60cf53d9-7b15-433c-adbf-27af2940561b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7422 | 2024.12.21 08:22:42.374492 [ 4 ] {60cf53d9-7b15-433c-adbf-27af2940561b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7423 | 2024.12.21 08:22:42.374980 [ 4 ] {60cf53d9-7b15-433c-adbf-27af2940561b} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7424 | 2024.12.21 08:22:42.375019 [ 4 ] {60cf53d9-7b15-433c-adbf-27af2940561b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7425 | 2024.12.21 08:22:42.375380 [ 4 ] {60cf53d9-7b15-433c-adbf-27af2940561b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7426 | 2024.12.21 08:22:42.375623 [ 4 ] {60cf53d9-7b15-433c-adbf-27af2940561b} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7427 | 2024.12.21 08:22:42.375841 [ 4 ] {60cf53d9-7b15-433c-adbf-27af2940561b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 7428 | 2024.12.21 08:22:42.375894 [ 4 ] {60cf53d9-7b15-433c-adbf-27af2940561b} <Debug> TCPHandler: Processed in 0.001738385 sec. | ||
| 7429 | 2024.12.21 08:22:42.376049 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7430 | 2024.12.21 08:22:42.376168 [ 258 ] {310e7d6e-6856-442d-8c20-2dd94f363282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7431 | 2024.12.21 08:22:42.376222 [ 258 ] {310e7d6e-6856-442d-8c20-2dd94f363282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7432 | 2024.12.21 08:22:42.376809 [ 258 ] {310e7d6e-6856-442d-8c20-2dd94f363282} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7433 | 2024.12.21 08:22:42.376848 [ 258 ] {310e7d6e-6856-442d-8c20-2dd94f363282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7434 | 2024.12.21 08:22:42.377241 [ 258 ] {310e7d6e-6856-442d-8c20-2dd94f363282} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7435 | 2024.12.21 08:22:42.377481 [ 258 ] {310e7d6e-6856-442d-8c20-2dd94f363282} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7436 | 2024.12.21 08:22:42.377702 [ 258 ] {310e7d6e-6856-442d-8c20-2dd94f363282} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00156 sec., 151923.07692307694 rows/sec., 10.18 MiB/sec. | ||
| 7437 | 2024.12.21 08:22:42.377759 [ 258 ] {310e7d6e-6856-442d-8c20-2dd94f363282} <Debug> TCPHandler: Processed in 0.001769516 sec. | ||
| 7438 | 2024.12.21 08:22:42.377891 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7439 | 2024.12.21 08:22:42.378006 [ 4 ] {1537de75-b827-43f6-81df-0471a0de04a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7440 | 2024.12.21 08:22:42.378056 [ 4 ] {1537de75-b827-43f6-81df-0471a0de04a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7441 | 2024.12.21 08:22:42.378530 [ 4 ] {1537de75-b827-43f6-81df-0471a0de04a2} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7442 | 2024.12.21 08:22:42.378569 [ 4 ] {1537de75-b827-43f6-81df-0471a0de04a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7443 | 2024.12.21 08:22:42.378920 [ 4 ] {1537de75-b827-43f6-81df-0471a0de04a2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7444 | 2024.12.21 08:22:42.379153 [ 4 ] {1537de75-b827-43f6-81df-0471a0de04a2} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7445 | 2024.12.21 08:22:42.379402 [ 4 ] {1537de75-b827-43f6-81df-0471a0de04a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 7446 | 2024.12.21 08:22:42.379571 [ 4 ] {1537de75-b827-43f6-81df-0471a0de04a2} <Debug> TCPHandler: Processed in 0.001729036 sec. | ||
| 7447 | 2024.12.21 08:22:42.379770 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7448 | 2024.12.21 08:22:42.379883 [ 258 ] {8fb8c53b-2405-4f18-9680-9ed9459e03f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7449 | 2024.12.21 08:22:42.379960 [ 258 ] {8fb8c53b-2405-4f18-9680-9ed9459e03f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7450 | 2024.12.21 08:22:42.381047 [ 258 ] {8fb8c53b-2405-4f18-9680-9ed9459e03f2} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2024.12.21 08:22:42.381085 [ 258 ] {8fb8c53b-2405-4f18-9680-9ed9459e03f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7452 | 2024.12.21 08:22:42.381699 [ 258 ] {8fb8c53b-2405-4f18-9680-9ed9459e03f2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7453 | 2024.12.21 08:22:42.381957 [ 258 ] {8fb8c53b-2405-4f18-9680-9ed9459e03f2} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7454 | 2024.12.21 08:22:42.382268 [ 258 ] {8fb8c53b-2405-4f18-9680-9ed9459e03f2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002395 sec., 3340.292275574113 rows/sec., 5.99 MiB/sec. | ||
| 7455 | 2024.12.21 08:22:42.382691 [ 258 ] {8fb8c53b-2405-4f18-9680-9ed9459e03f2} <Debug> TCPHandler: Processed in 0.003007436 sec. | ||
| 7456 | 2024.12.21 08:22:42.382947 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7457 | 2024.12.21 08:22:42.383083 [ 4 ] {9d9801ec-2e9d-461b-9a06-cd341bba23d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7458 | 2024.12.21 08:22:42.383142 [ 4 ] {9d9801ec-2e9d-461b-9a06-cd341bba23d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7459 | 2024.12.21 08:22:42.383688 [ 4 ] {9d9801ec-2e9d-461b-9a06-cd341bba23d2} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7460 | 2024.12.21 08:22:42.383727 [ 4 ] {9d9801ec-2e9d-461b-9a06-cd341bba23d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7461 | 2024.12.21 08:22:42.384090 [ 4 ] {9d9801ec-2e9d-461b-9a06-cd341bba23d2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7462 | 2024.12.21 08:22:42.384320 [ 4 ] {9d9801ec-2e9d-461b-9a06-cd341bba23d2} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7463 | 2024.12.21 08:22:42.384537 [ 4 ] {9d9801ec-2e9d-461b-9a06-cd341bba23d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec. | ||
| 7464 | 2024.12.21 08:22:42.384589 [ 4 ] {9d9801ec-2e9d-461b-9a06-cd341bba23d2} <Debug> TCPHandler: Processed in 0.001787186 sec. | ||
| 7465 | 2024.12.21 08:22:46.267934 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7466 | 2024.12.21 08:22:46.268047 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7467 | 2024.12.21 08:22:46.392922 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7468 | 2024.12.21 08:22:46.393690 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7469 | 2024.12.21 08:22:46.393746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7470 | 2024.12.21 08:22:46.394286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7471 | 2024.12.21 08:22:46.394573 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7472 | 2024.12.21 08:22:46.394825 [ 92 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7473 | 2024.12.21 08:22:46.394882 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7474 | 2024.12.21 08:22:46.394908 [ 92 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7475 | 2024.12.21 08:22:46.394942 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7476 | 2024.12.21 08:22:46.395136 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 7477 | 2024.12.21 08:22:46.395544 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7478 | 2024.12.21 08:22:46.395638 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 7479 | 2024.12.21 08:22:46.395732 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 7480 | 2024.12.21 08:22:46.395875 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 7481 | 2024.12.21 08:22:46.396094 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 7482 | 2024.12.21 08:22:46.396360 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 7483 | 2024.12.21 08:22:46.396658 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 7484 | 2024.12.21 08:22:46.399865 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004844253 sec., 3412497.2415767717 rows/sec., 48.82 MiB/sec. | ||
| 7485 | 2024.12.21 08:22:46.400086 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7486 | 2024.12.21 08:22:46.400652 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_36_7} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7487 | 2024.12.21 08:22:46.400800 [ 186 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_36_7} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7488 | 2024.12.21 08:22:46.400919 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7489 | 2024.12.21 08:22:46.464084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1030 | ||
| 7490 | 2024.12.21 08:22:46.467751 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2024.12.21 08:22:46.467794 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7492 | 2024.12.21 08:22:46.469281 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7493 | 2024.12.21 08:22:46.469580 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2024.12.21 08:22:46.470113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1030 | ||
| 7495 | 2024.12.21 08:22:47.351753 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7496 | 2024.12.21 08:22:47.351964 [ 4 ] {54c59c78-d2d1-40fa-8070-ab8aeb7693ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7497 | 2024.12.21 08:22:47.352045 [ 4 ] {54c59c78-d2d1-40fa-8070-ab8aeb7693ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7498 | 2024.12.21 08:22:47.352932 [ 4 ] {54c59c78-d2d1-40fa-8070-ab8aeb7693ec} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2024.12.21 08:22:47.352987 [ 4 ] {54c59c78-d2d1-40fa-8070-ab8aeb7693ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7500 | 2024.12.21 08:22:47.353430 [ 4 ] {54c59c78-d2d1-40fa-8070-ab8aeb7693ec} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7501 | 2024.12.21 08:22:47.353689 [ 4 ] {54c59c78-d2d1-40fa-8070-ab8aeb7693ec} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2024.12.21 08:22:47.353920 [ 4 ] {54c59c78-d2d1-40fa-8070-ab8aeb7693ec} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002012 sec., 60636.18290258449 rows/sec., 5.15 MiB/sec. | ||
| 7503 | 2024.12.21 08:22:47.354004 [ 4 ] {54c59c78-d2d1-40fa-8070-ab8aeb7693ec} <Debug> TCPHandler: Processed in 0.002381611 sec. | ||
| 7504 | 2024.12.21 08:22:47.354269 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7505 | 2024.12.21 08:22:47.354459 [ 258 ] {4b60b877-ec35-4fc8-8cb9-17abe8427a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7506 | 2024.12.21 08:22:47.354531 [ 258 ] {4b60b877-ec35-4fc8-8cb9-17abe8427a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7507 | 2024.12.21 08:22:47.355280 [ 258 ] {4b60b877-ec35-4fc8-8cb9-17abe8427a47} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7508 | 2024.12.21 08:22:47.355329 [ 258 ] {4b60b877-ec35-4fc8-8cb9-17abe8427a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7509 | 2024.12.21 08:22:47.355761 [ 258 ] {4b60b877-ec35-4fc8-8cb9-17abe8427a47} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7510 | 2024.12.21 08:22:47.356009 [ 258 ] {4b60b877-ec35-4fc8-8cb9-17abe8427a47} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7511 | 2024.12.21 08:22:47.356295 [ 258 ] {4b60b877-ec35-4fc8-8cb9-17abe8427a47} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00188 sec., 17553.191489361703 rows/sec., 1.29 MiB/sec. | ||
| 7512 | 2024.12.21 08:22:47.356443 [ 258 ] {4b60b877-ec35-4fc8-8cb9-17abe8427a47} <Debug> TCPHandler: Processed in 0.002322801 sec. | ||
| 7513 | 2024.12.21 08:22:47.356700 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7514 | 2024.12.21 08:22:47.356854 [ 4 ] {b2603a0b-ce4b-43d6-9de6-837fd8fa798b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7515 | 2024.12.21 08:22:47.356916 [ 4 ] {b2603a0b-ce4b-43d6-9de6-837fd8fa798b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7516 | 2024.12.21 08:22:47.357683 [ 4 ] {b2603a0b-ce4b-43d6-9de6-837fd8fa798b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2024.12.21 08:22:47.357732 [ 4 ] {b2603a0b-ce4b-43d6-9de6-837fd8fa798b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7518 | 2024.12.21 08:22:47.358124 [ 4 ] {b2603a0b-ce4b-43d6-9de6-837fd8fa798b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7519 | 2024.12.21 08:22:47.358362 [ 4 ] {b2603a0b-ce4b-43d6-9de6-837fd8fa798b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2024.12.21 08:22:47.358588 [ 4 ] {b2603a0b-ce4b-43d6-9de6-837fd8fa798b} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001768 sec., 54864.25339366516 rows/sec., 4.29 MiB/sec. | ||
| 7521 | 2024.12.21 08:22:47.358645 [ 4 ] {b2603a0b-ce4b-43d6-9de6-837fd8fa798b} <Debug> TCPHandler: Processed in 0.002092788 sec. | ||
| 7522 | 2024.12.21 08:22:47.358810 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7523 | 2024.12.21 08:22:47.358955 [ 258 ] {088d3645-4cc4-4573-a363-faf001bb97d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7524 | 2024.12.21 08:22:47.359021 [ 258 ] {088d3645-4cc4-4573-a363-faf001bb97d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7525 | 2024.12.21 08:22:47.359709 [ 258 ] {088d3645-4cc4-4573-a363-faf001bb97d0} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7526 | 2024.12.21 08:22:47.359757 [ 258 ] {088d3645-4cc4-4573-a363-faf001bb97d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7527 | 2024.12.21 08:22:47.360151 [ 258 ] {088d3645-4cc4-4573-a363-faf001bb97d0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7528 | 2024.12.21 08:22:47.360388 [ 258 ] {088d3645-4cc4-4573-a363-faf001bb97d0} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7529 | 2024.12.21 08:22:47.360639 [ 258 ] {088d3645-4cc4-4573-a363-faf001bb97d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
| 7530 | 2024.12.21 08:22:47.360799 [ 258 ] {088d3645-4cc4-4573-a363-faf001bb97d0} <Debug> TCPHandler: Processed in 0.002052218 sec. | ||
| 7531 | 2024.12.21 08:22:47.361091 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7532 | 2024.12.21 08:22:47.361328 [ 4 ] {9b256197-cee0-49cd-a2be-b7f29702bb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7533 | 2024.12.21 08:22:47.361461 [ 4 ] {9b256197-cee0-49cd-a2be-b7f29702bb39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7534 | 2024.12.21 08:22:47.362758 [ 4 ] {9b256197-cee0-49cd-a2be-b7f29702bb39} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7535 | 2024.12.21 08:22:47.362797 [ 4 ] {9b256197-cee0-49cd-a2be-b7f29702bb39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7536 | 2024.12.21 08:22:47.363453 [ 4 ] {9b256197-cee0-49cd-a2be-b7f29702bb39} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7537 | 2024.12.21 08:22:47.363710 [ 4 ] {9b256197-cee0-49cd-a2be-b7f29702bb39} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7538 | 2024.12.21 08:22:47.364035 [ 4 ] {9b256197-cee0-49cd-a2be-b7f29702bb39} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002751 sec., 11995.637949836424 rows/sec., 21.50 MiB/sec. | ||
| 7539 | 2024.12.21 08:22:47.364532 [ 4 ] {9b256197-cee0-49cd-a2be-b7f29702bb39} <Debug> TCPHandler: Processed in 0.003619582 sec. | ||
| 7540 | 2024.12.21 08:22:47.364806 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7541 | 2024.12.21 08:22:47.364956 [ 258 ] {468f51d1-7357-4fed-9947-50cd5b28d21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7542 | 2024.12.21 08:22:47.365007 [ 258 ] {468f51d1-7357-4fed-9947-50cd5b28d21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7543 | 2024.12.21 08:22:47.365506 [ 258 ] {468f51d1-7357-4fed-9947-50cd5b28d21c} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7544 | 2024.12.21 08:22:47.365547 [ 258 ] {468f51d1-7357-4fed-9947-50cd5b28d21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7545 | 2024.12.21 08:22:47.365916 [ 258 ] {468f51d1-7357-4fed-9947-50cd5b28d21c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7546 | 2024.12.21 08:22:47.366160 [ 258 ] {468f51d1-7357-4fed-9947-50cd5b28d21c} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2024.12.21 08:22:47.366371 [ 258 ] {468f51d1-7357-4fed-9947-50cd5b28d21c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
| 7548 | 2024.12.21 08:22:47.366424 [ 258 ] {468f51d1-7357-4fed-9947-50cd5b28d21c} <Debug> TCPHandler: Processed in 0.001782576 sec. | ||
| 7549 | 2024.12.21 08:22:47.517159 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7550 | 2024.12.21 08:22:47.539699 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2024.12.21 08:22:47.539769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7552 | 2024.12.21 08:22:47.547354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7553 | 2024.12.21 08:22:47.548147 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7554 | 2024.12.21 08:22:47.548613 [ 89 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7555 | 2024.12.21 08:22:47.548769 [ 89 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2024.12.21 08:22:47.548853 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7557 | 2024.12.21 08:22:47.549390 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 7558 | 2024.12.21 08:22:47.565828 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7559 | 2024.12.21 08:22:47.567234 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7560 | 2024.12.21 08:22:47.568885 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 7561 | 2024.12.21 08:22:47.574607 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 7562 | 2024.12.21 08:22:47.580504 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 7563 | 2024.12.21 08:22:47.586163 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 7564 | 2024.12.21 08:22:47.592131 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 7565 | 2024.12.21 08:22:47.596879 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 7566 | 2024.12.21 08:22:47.656553 [ 186 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.107537269 sec., 2529.3556599433446 rows/sec., 13.08 MiB/sec. | ||
| 7567 | 2024.12.21 08:22:47.660047 [ 186 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7568 | 2024.12.21 08:22:47.663071 [ 186 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_36_7} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2024.12.21 08:22:47.663198 [ 186 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_36_7} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7570 | 2024.12.21 08:22:47.665791 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7571 | 2024.12.21 08:22:48.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.73 MiB, peak 219.61 MiB, free memory in arenas 0.00 B, will set to 208.84 MiB (RSS), difference: 1.12 MiB | ||
| 7572 | 2024.12.21 08:22:50.539507 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7573 | 2024.12.21 08:22:50.539835 [ 4 ] {ffad424b-cb2b-4363-a0eb-536e13bd6b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7574 | 2024.12.21 08:22:50.539956 [ 4 ] {ffad424b-cb2b-4363-a0eb-536e13bd6b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7575 | 2024.12.21 08:22:50.540727 [ 4 ] {ffad424b-cb2b-4363-a0eb-536e13bd6b08} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7576 | 2024.12.21 08:22:50.540779 [ 4 ] {ffad424b-cb2b-4363-a0eb-536e13bd6b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7577 | 2024.12.21 08:22:50.541207 [ 4 ] {ffad424b-cb2b-4363-a0eb-536e13bd6b08} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7578 | 2024.12.21 08:22:50.541460 [ 4 ] {ffad424b-cb2b-4363-a0eb-536e13bd6b08} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7579 | 2024.12.21 08:22:50.541699 [ 4 ] {ffad424b-cb2b-4363-a0eb-536e13bd6b08} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001967 sec., 7117.437722419929 rows/sec., 512.36 KiB/sec. | ||
| 7580 | 2024.12.21 08:22:50.541762 [ 4 ] {ffad424b-cb2b-4363-a0eb-536e13bd6b08} <Debug> TCPHandler: Processed in 0.002474812 sec. | ||
| 7581 | 2024.12.21 08:22:50.541996 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7582 | 2024.12.21 08:22:50.542168 [ 258 ] {52135f19-369e-4b1a-bae9-e7d856f9e20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7583 | 2024.12.21 08:22:50.542235 [ 258 ] {52135f19-369e-4b1a-bae9-e7d856f9e20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7584 | 2024.12.21 08:22:50.543019 [ 258 ] {52135f19-369e-4b1a-bae9-e7d856f9e20d} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7585 | 2024.12.21 08:22:50.543061 [ 258 ] {52135f19-369e-4b1a-bae9-e7d856f9e20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7586 | 2024.12.21 08:22:50.543462 [ 258 ] {52135f19-369e-4b1a-bae9-e7d856f9e20d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7587 | 2024.12.21 08:22:50.543724 [ 258 ] {52135f19-369e-4b1a-bae9-e7d856f9e20d} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7588 | 2024.12.21 08:22:50.543924 [ 258 ] {52135f19-369e-4b1a-bae9-e7d856f9e20d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001758 sec., 2275.3128555176336 rows/sec., 185.54 KiB/sec. | ||
| 7589 | 2024.12.21 08:22:50.543990 [ 258 ] {52135f19-369e-4b1a-bae9-e7d856f9e20d} <Debug> TCPHandler: Processed in 0.002082049 sec. | ||
| 7590 | 2024.12.21 08:22:50.544206 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7591 | 2024.12.21 08:22:50.544434 [ 4 ] {74ac2eb5-a57a-484a-a28c-2e767bc8950d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7592 | 2024.12.21 08:22:50.544529 [ 4 ] {74ac2eb5-a57a-484a-a28c-2e767bc8950d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7593 | 2024.12.21 08:22:50.545811 [ 4 ] {74ac2eb5-a57a-484a-a28c-2e767bc8950d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7594 | 2024.12.21 08:22:50.545851 [ 4 ] {74ac2eb5-a57a-484a-a28c-2e767bc8950d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7595 | 2024.12.21 08:22:50.546313 [ 4 ] {74ac2eb5-a57a-484a-a28c-2e767bc8950d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7596 | 2024.12.21 08:22:50.546566 [ 4 ] {74ac2eb5-a57a-484a-a28c-2e767bc8950d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7597 | 2024.12.21 08:22:50.546775 [ 4 ] {74ac2eb5-a57a-484a-a28c-2e767bc8950d} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002402 sec., 566611.1573688593 rows/sec., 47.28 MiB/sec. | ||
| 7598 | 2024.12.21 08:22:50.546827 [ 4 ] {74ac2eb5-a57a-484a-a28c-2e767bc8950d} <Debug> TCPHandler: Processed in 0.002733853 sec. | ||
| 7599 | 2024.12.21 08:22:50.547019 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7600 | 2024.12.21 08:22:50.547164 [ 258 ] {d7018a1b-f034-4ffc-a818-47d16a4e1f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7601 | 2024.12.21 08:22:50.547224 [ 258 ] {d7018a1b-f034-4ffc-a818-47d16a4e1f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7602 | 2024.12.21 08:22:50.547939 [ 258 ] {d7018a1b-f034-4ffc-a818-47d16a4e1f47} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7603 | 2024.12.21 08:22:50.547977 [ 258 ] {d7018a1b-f034-4ffc-a818-47d16a4e1f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7604 | 2024.12.21 08:22:50.548338 [ 258 ] {d7018a1b-f034-4ffc-a818-47d16a4e1f47} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7605 | 2024.12.21 08:22:50.548577 [ 258 ] {d7018a1b-f034-4ffc-a818-47d16a4e1f47} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7606 | 2024.12.21 08:22:50.548751 [ 258 ] {d7018a1b-f034-4ffc-a818-47d16a4e1f47} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001622 sec., 11713.933415536376 rows/sec., 824.24 KiB/sec. | ||
| 7607 | 2024.12.21 08:22:50.548805 [ 258 ] {d7018a1b-f034-4ffc-a818-47d16a4e1f47} <Debug> TCPHandler: Processed in 0.001855346 sec. | ||
| 7608 | 2024.12.21 08:22:50.548993 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7609 | 2024.12.21 08:22:50.549215 [ 4 ] {b7cfa69d-d151-4f26-9067-24524d3565de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7610 | 2024.12.21 08:22:50.549306 [ 4 ] {b7cfa69d-d151-4f26-9067-24524d3565de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7611 | 2024.12.21 08:22:50.550260 [ 4 ] {b7cfa69d-d151-4f26-9067-24524d3565de} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7612 | 2024.12.21 08:22:50.550300 [ 4 ] {b7cfa69d-d151-4f26-9067-24524d3565de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7613 | 2024.12.21 08:22:50.550668 [ 4 ] {b7cfa69d-d151-4f26-9067-24524d3565de} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7614 | 2024.12.21 08:22:50.550905 [ 4 ] {b7cfa69d-d151-4f26-9067-24524d3565de} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7615 | 2024.12.21 08:22:50.551119 [ 4 ] {b7cfa69d-d151-4f26-9067-24524d3565de} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001959 sec., 123532.41449719245 rows/sec., 8.37 MiB/sec. | ||
| 7616 | 2024.12.21 08:22:50.551171 [ 4 ] {b7cfa69d-d151-4f26-9067-24524d3565de} <Debug> TCPHandler: Processed in 0.00228523 sec. | ||
| 7617 | 2024.12.21 08:22:50.551316 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7618 | 2024.12.21 08:22:50.551433 [ 258 ] {43d54833-8673-453b-8c30-3e4adb6c3617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7619 | 2024.12.21 08:22:50.551483 [ 258 ] {43d54833-8673-453b-8c30-3e4adb6c3617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7620 | 2024.12.21 08:22:50.552078 [ 258 ] {43d54833-8673-453b-8c30-3e4adb6c3617} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7621 | 2024.12.21 08:22:50.552115 [ 258 ] {43d54833-8673-453b-8c30-3e4adb6c3617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7622 | 2024.12.21 08:22:50.552461 [ 258 ] {43d54833-8673-453b-8c30-3e4adb6c3617} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7623 | 2024.12.21 08:22:50.552693 [ 258 ] {43d54833-8673-453b-8c30-3e4adb6c3617} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7624 | 2024.12.21 08:22:50.552877 [ 258 ] {43d54833-8673-453b-8c30-3e4adb6c3617} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001469 sec., 8849.557522123894 rows/sec., 551.77 KiB/sec. | ||
| 7625 | 2024.12.21 08:22:50.552931 [ 258 ] {43d54833-8673-453b-8c30-3e4adb6c3617} <Debug> TCPHandler: Processed in 0.001669894 sec. | ||
| 7626 | 2024.12.21 08:22:50.553132 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7627 | 2024.12.21 08:22:50.553354 [ 4 ] {a1c73fb3-d78e-4b46-9781-d19b4e57a50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7628 | 2024.12.21 08:22:50.553445 [ 4 ] {a1c73fb3-d78e-4b46-9781-d19b4e57a50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7629 | 2024.12.21 08:22:50.554508 [ 4 ] {a1c73fb3-d78e-4b46-9781-d19b4e57a50e} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2024.12.21 08:22:50.554548 [ 4 ] {a1c73fb3-d78e-4b46-9781-d19b4e57a50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7631 | 2024.12.21 08:22:50.554939 [ 4 ] {a1c73fb3-d78e-4b46-9781-d19b4e57a50e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7632 | 2024.12.21 08:22:50.555181 [ 4 ] {a1c73fb3-d78e-4b46-9781-d19b4e57a50e} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2024.12.21 08:22:50.555390 [ 4 ] {a1c73fb3-d78e-4b46-9781-d19b4e57a50e} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002091 sec., 406504.0650406504 rows/sec., 29.39 MiB/sec. | ||
| 7634 | 2024.12.21 08:22:50.555441 [ 4 ] {a1c73fb3-d78e-4b46-9781-d19b4e57a50e} <Debug> TCPHandler: Processed in 0.002420681 sec. | ||
| 7635 | 2024.12.21 08:22:50.555590 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7636 | 2024.12.21 08:22:50.555726 [ 258 ] {a58e406e-d75f-4598-9dd0-3d42dc1c520d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7637 | 2024.12.21 08:22:50.555785 [ 258 ] {a58e406e-d75f-4598-9dd0-3d42dc1c520d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7638 | 2024.12.21 08:22:50.556282 [ 258 ] {a58e406e-d75f-4598-9dd0-3d42dc1c520d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7639 | 2024.12.21 08:22:50.556319 [ 258 ] {a58e406e-d75f-4598-9dd0-3d42dc1c520d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7640 | 2024.12.21 08:22:50.556678 [ 258 ] {a58e406e-d75f-4598-9dd0-3d42dc1c520d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7641 | 2024.12.21 08:22:50.556914 [ 258 ] {a58e406e-d75f-4598-9dd0-3d42dc1c520d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7642 | 2024.12.21 08:22:50.557094 [ 258 ] {a58e406e-d75f-4598-9dd0-3d42dc1c520d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001398 sec., 4291.845493562232 rows/sec., 224.23 KiB/sec. | ||
| 7643 | 2024.12.21 08:22:50.557145 [ 258 ] {a58e406e-d75f-4598-9dd0-3d42dc1c520d} <Debug> TCPHandler: Processed in 0.001619205 sec. | ||
| 7644 | 2024.12.21 08:22:50.557334 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7645 | 2024.12.21 08:22:50.557558 [ 4 ] {59866bdf-de88-466a-8748-92d282b07e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7646 | 2024.12.21 08:22:50.557655 [ 4 ] {59866bdf-de88-466a-8748-92d282b07e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7647 | 2024.12.21 08:22:50.558512 [ 4 ] {59866bdf-de88-466a-8748-92d282b07e64} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7648 | 2024.12.21 08:22:50.558551 [ 4 ] {59866bdf-de88-466a-8748-92d282b07e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7649 | 2024.12.21 08:22:50.558985 [ 4 ] {59866bdf-de88-466a-8748-92d282b07e64} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7650 | 2024.12.21 08:22:50.559229 [ 4 ] {59866bdf-de88-466a-8748-92d282b07e64} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7651 | 2024.12.21 08:22:50.559444 [ 4 ] {59866bdf-de88-466a-8748-92d282b07e64} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.001943 sec., 477097.27225939266 rows/sec., 31.84 MiB/sec. | ||
| 7652 | 2024.12.21 08:22:50.559498 [ 4 ] {59866bdf-de88-466a-8748-92d282b07e64} <Debug> TCPHandler: Processed in 0.00227418 sec. | ||
| 7653 | 2024.12.21 08:22:50.559641 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7654 | 2024.12.21 08:22:50.559778 [ 258 ] {ada11a23-249b-45ba-bc8d-d6a6d67613a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7655 | 2024.12.21 08:22:50.559838 [ 258 ] {ada11a23-249b-45ba-bc8d-d6a6d67613a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7656 | 2024.12.21 08:22:50.560375 [ 258 ] {ada11a23-249b-45ba-bc8d-d6a6d67613a3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7657 | 2024.12.21 08:22:50.560418 [ 258 ] {ada11a23-249b-45ba-bc8d-d6a6d67613a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7658 | 2024.12.21 08:22:50.560845 [ 258 ] {ada11a23-249b-45ba-bc8d-d6a6d67613a3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7659 | 2024.12.21 08:22:50.561084 [ 258 ] {ada11a23-249b-45ba-bc8d-d6a6d67613a3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7660 | 2024.12.21 08:22:50.561206 [ 79 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7661 | 2024.12.21 08:22:50.561248 [ 79 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2024.12.21 08:22:50.561271 [ 258 ] {ada11a23-249b-45ba-bc8d-d6a6d67613a3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001522 sec., 657.030223390276 rows/sec., 44.27 KiB/sec. | ||
| 7663 | 2024.12.21 08:22:50.561275 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7664 | 2024.12.21 08:22:50.561370 [ 258 ] {ada11a23-249b-45ba-bc8d-d6a6d67613a3} <Debug> TCPHandler: Processed in 0.001790586 sec. | ||
| 7665 | 2024.12.21 08:22:50.561577 [ 192 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 7666 | 2024.12.21 08:22:50.561584 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7667 | 2024.12.21 08:22:50.561858 [ 4 ] {4e943400-c62e-4241-873f-06362b62a992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7668 | 2024.12.21 08:22:50.562014 [ 192 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7669 | 2024.12.21 08:22:50.562045 [ 4 ] {4e943400-c62e-4241-873f-06362b62a992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7670 | 2024.12.21 08:22:50.562168 [ 192 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part | ||
| 7671 | 2024.12.21 08:22:50.562667 [ 192 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7672 | 2024.12.21 08:22:50.563113 [ 192 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7673 | 2024.12.21 08:22:50.563618 [ 192 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7674 | 2024.12.21 08:22:50.564010 [ 192 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7675 | 2024.12.21 08:22:50.564382 [ 192 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7676 | 2024.12.21 08:22:50.567292 [ 4 ] {4e943400-c62e-4241-873f-06362b62a992} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7677 | 2024.12.21 08:22:50.567363 [ 4 ] {4e943400-c62e-4241-873f-06362b62a992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7678 | 2024.12.21 08:22:50.568714 [ 195 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.007316844 sec., 3553.4446272190576 rows/sec., 238.37 KiB/sec. | ||
| 7679 | 2024.12.21 08:22:50.569033 [ 195 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7680 | 2024.12.21 08:22:50.569373 [ 4 ] {4e943400-c62e-4241-873f-06362b62a992} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7681 | 2024.12.21 08:22:50.569673 [ 195 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2024.12.21 08:22:50.569904 [ 4 ] {4e943400-c62e-4241-873f-06362b62a992} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2024.12.21 08:22:50.569924 [ 195 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_26_5} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7684 | 2024.12.21 08:22:50.570093 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7685 | 2024.12.21 08:22:50.570238 [ 84 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7686 | 2024.12.21 08:22:50.570323 [ 84 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7687 | 2024.12.21 08:22:50.570373 [ 4 ] {4e943400-c62e-4241-873f-06362b62a992} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008581 sec., 932.2922736277823 rows/sec., 1.67 MiB/sec. | ||
| 7688 | 2024.12.21 08:22:50.570376 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7689 | 2024.12.21 08:22:50.570780 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 7690 | 2024.12.21 08:22:50.570807 [ 4 ] {4e943400-c62e-4241-873f-06362b62a992} <Debug> TCPHandler: Processed in 0.009351953 sec. | ||
| 7691 | 2024.12.21 08:22:50.571038 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7692 | 2024.12.21 08:22:50.571316 [ 258 ] {1ab2f2d2-7026-4342-a1f0-593ea7fb1a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7693 | 2024.12.21 08:22:50.571424 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7694 | 2024.12.21 08:22:50.571435 [ 258 ] {1ab2f2d2-7026-4342-a1f0-593ea7fb1a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7695 | 2024.12.21 08:22:50.571625 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 836 rows starting from the beginning of the part | ||
| 7696 | 2024.12.21 08:22:50.572522 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 7697 | 2024.12.21 08:22:50.573273 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 33 rows starting from the beginning of the part | ||
| 7698 | 2024.12.21 08:22:50.573642 [ 258 ] {1ab2f2d2-7026-4342-a1f0-593ea7fb1a02} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7699 | 2024.12.21 08:22:50.573763 [ 258 ] {1ab2f2d2-7026-4342-a1f0-593ea7fb1a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7700 | 2024.12.21 08:22:50.573970 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 7701 | 2024.12.21 08:22:50.574532 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part | ||
| 7702 | 2024.12.21 08:22:50.575141 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
| 7703 | 2024.12.21 08:22:50.575210 [ 258 ] {1ab2f2d2-7026-4342-a1f0-593ea7fb1a02} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7704 | 2024.12.21 08:22:50.575981 [ 258 ] {1ab2f2d2-7026-4342-a1f0-593ea7fb1a02} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7705 | 2024.12.21 08:22:50.576427 [ 258 ] {1ab2f2d2-7026-4342-a1f0-593ea7fb1a02} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.005206 sec., 13446.023818670765 rows/sec., 865.33 KiB/sec. | ||
| 7706 | 2024.12.21 08:22:50.576581 [ 258 ] {1ab2f2d2-7026-4342-a1f0-593ea7fb1a02} <Debug> TCPHandler: Processed in 0.00565837 sec. | ||
| 7707 | 2024.12.21 08:22:50.582623 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 19 columns (19 merged, 0 gathered) in 0.012086516 sec., 76614.30307956404 rows/sec., 137.29 MiB/sec. | ||
| 7708 | 2024.12.21 08:22:50.583761 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7709 | 2024.12.21 08:22:50.584233 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7710 | 2024.12.21 08:22:50.584331 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7711 | 2024.12.21 08:22:50.584510 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 7712 | 2024.12.21 08:22:51.000260 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.76 MiB, peak 219.61 MiB, free memory in arenas 0.00 B, will set to 211.88 MiB (RSS), difference: 2.12 MiB | ||
| 7713 | 2024.12.21 08:22:52.344719 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7714 | 2024.12.21 08:22:52.344912 [ 4 ] {db700f21-403e-464e-8316-bfbf5ac9af0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7715 | 2024.12.21 08:22:52.344987 [ 4 ] {db700f21-403e-464e-8316-bfbf5ac9af0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7716 | 2024.12.21 08:22:52.345755 [ 4 ] {db700f21-403e-464e-8316-bfbf5ac9af0f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7717 | 2024.12.21 08:22:52.345807 [ 4 ] {db700f21-403e-464e-8316-bfbf5ac9af0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7718 | 2024.12.21 08:22:52.346256 [ 4 ] {db700f21-403e-464e-8316-bfbf5ac9af0f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7719 | 2024.12.21 08:22:52.346516 [ 4 ] {db700f21-403e-464e-8316-bfbf5ac9af0f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2024.12.21 08:22:52.346724 [ 4 ] {db700f21-403e-464e-8316-bfbf5ac9af0f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.31 MiB/sec. | ||
| 7721 | 2024.12.21 08:22:52.346790 [ 4 ] {db700f21-403e-464e-8316-bfbf5ac9af0f} <Debug> TCPHandler: Processed in 0.0022016 sec. | ||
| 7722 | 2024.12.21 08:22:52.347032 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7723 | 2024.12.21 08:22:52.347237 [ 258 ] {889de9c9-de13-4846-b5bd-42bd9e1a6720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7724 | 2024.12.21 08:22:52.347314 [ 258 ] {889de9c9-de13-4846-b5bd-42bd9e1a6720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7725 | 2024.12.21 08:22:52.348113 [ 258 ] {889de9c9-de13-4846-b5bd-42bd9e1a6720} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7726 | 2024.12.21 08:22:52.348164 [ 258 ] {889de9c9-de13-4846-b5bd-42bd9e1a6720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7727 | 2024.12.21 08:22:52.348597 [ 258 ] {889de9c9-de13-4846-b5bd-42bd9e1a6720} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7728 | 2024.12.21 08:22:52.348853 [ 258 ] {889de9c9-de13-4846-b5bd-42bd9e1a6720} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7729 | 2024.12.21 08:22:52.349097 [ 258 ] {889de9c9-de13-4846-b5bd-42bd9e1a6720} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 7730 | 2024.12.21 08:22:52.349155 [ 258 ] {889de9c9-de13-4846-b5bd-42bd9e1a6720} <Debug> TCPHandler: Processed in 0.00225862 sec. | ||
| 7731 | 2024.12.21 08:22:52.349299 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7732 | 2024.12.21 08:22:52.349446 [ 4 ] {44ac3711-de64-44cc-bbfa-d83ea6c5a6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7733 | 2024.12.21 08:22:52.349505 [ 4 ] {44ac3711-de64-44cc-bbfa-d83ea6c5a6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7734 | 2024.12.21 08:22:52.350132 [ 4 ] {44ac3711-de64-44cc-bbfa-d83ea6c5a6fc} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7735 | 2024.12.21 08:22:52.350171 [ 4 ] {44ac3711-de64-44cc-bbfa-d83ea6c5a6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7736 | 2024.12.21 08:22:52.350570 [ 4 ] {44ac3711-de64-44cc-bbfa-d83ea6c5a6fc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7737 | 2024.12.21 08:22:52.350825 [ 4 ] {44ac3711-de64-44cc-bbfa-d83ea6c5a6fc} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7738 | 2024.12.21 08:22:52.350952 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7739 | 2024.12.21 08:22:52.350994 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7740 | 2024.12.21 08:22:52.351011 [ 4 ] {44ac3711-de64-44cc-bbfa-d83ea6c5a6fc} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001593 sec., 20087.884494664155 rows/sec., 1.40 MiB/sec. | ||
| 7741 | 2024.12.21 08:22:52.351020 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7742 | 2024.12.21 08:22:52.351130 [ 4 ] {44ac3711-de64-44cc-bbfa-d83ea6c5a6fc} <Debug> TCPHandler: Processed in 0.001888657 sec. | ||
| 7743 | 2024.12.21 08:22:52.351246 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 7744 | 2024.12.21 08:22:52.351326 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7745 | 2024.12.21 08:22:52.351382 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7746 | 2024.12.21 08:22:52.351426 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13873 rows starting from the beginning of the part | ||
| 7747 | 2024.12.21 08:22:52.351464 [ 258 ] {75544bec-f575-4b0a-83a2-ff6294300d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7748 | 2024.12.21 08:22:52.351524 [ 258 ] {75544bec-f575-4b0a-83a2-ff6294300d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7749 | 2024.12.21 08:22:52.351695 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 165 rows starting from the beginning of the part | ||
| 7750 | 2024.12.21 08:22:52.352098 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 7751 | 2024.12.21 08:22:52.352542 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 7752 | 2024.12.21 08:22:52.352911 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 927 rows starting from the beginning of the part | ||
| 7753 | 2024.12.21 08:22:52.353106 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 7754 | 2024.12.21 08:22:52.353887 [ 258 ] {75544bec-f575-4b0a-83a2-ff6294300d9d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7755 | 2024.12.21 08:22:52.353932 [ 258 ] {75544bec-f575-4b0a-83a2-ff6294300d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7756 | 2024.12.21 08:22:52.354406 [ 258 ] {75544bec-f575-4b0a-83a2-ff6294300d9d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7757 | 2024.12.21 08:22:52.354734 [ 258 ] {75544bec-f575-4b0a-83a2-ff6294300d9d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7758 | 2024.12.21 08:22:52.354948 [ 81 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7759 | 2024.12.21 08:22:52.355085 [ 81 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7760 | 2024.12.21 08:22:52.355166 [ 258 ] {75544bec-f575-4b0a-83a2-ff6294300d9d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.003715 sec., 3230.148048452221 rows/sec., 222.91 KiB/sec. | ||
| 7761 | 2024.12.21 08:22:52.355179 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7762 | 2024.12.21 08:22:52.355473 [ 258 ] {75544bec-f575-4b0a-83a2-ff6294300d9d} <Debug> TCPHandler: Processed in 0.004209347 sec. | ||
| 7763 | 2024.12.21 08:22:52.355863 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 7764 | 2024.12.21 08:22:52.356245 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7765 | 2024.12.21 08:22:52.356351 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2638 rows starting from the beginning of the part | ||
| 7766 | 2024.12.21 08:22:52.356509 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 7767 | 2024.12.21 08:22:52.356681 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 7768 | 2024.12.21 08:22:52.356901 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 7769 | 2024.12.21 08:22:52.357062 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 70 rows starting from the beginning of the part | ||
| 7770 | 2024.12.21 08:22:52.357359 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 12 rows starting from the beginning of the part | ||
| 7771 | 2024.12.21 08:22:52.359347 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2922 rows, containing 4 columns (4 merged, 0 gathered) in 0.003923725 sec., 744700.5078082689 rows/sec., 48.20 MiB/sec. | ||
| 7772 | 2024.12.21 08:22:52.359878 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7773 | 2024.12.21 08:22:52.360002 [ 195 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15394 rows, containing 5 columns (5 merged, 0 gathered) in 0.008870418 sec., 1735431.1826116876 rows/sec., 116.86 MiB/sec. | ||
| 7774 | 2024.12.21 08:22:52.360308 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7775 | 2024.12.21 08:22:52.360417 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_51_10} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7776 | 2024.12.21 08:22:52.360575 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 7777 | 2024.12.21 08:22:52.360655 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7778 | 2024.12.21 08:22:52.360970 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7779 | 2024.12.21 08:22:52.361055 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7780 | 2024.12.21 08:22:52.361155 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. | ||
| 7781 | 2024.12.21 08:22:53.895161 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7782 | 2024.12.21 08:22:53.895863 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7783 | 2024.12.21 08:22:53.895915 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. | ||
| 7784 | 2024.12.21 08:22:53.896452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7785 | 2024.12.21 08:22:53.896721 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7786 | 2024.12.21 08:22:53.896966 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7787 | 2024.12.21 08:22:55.066060 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7788 | 2024.12.21 08:22:55.086408 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7789 | 2024.12.21 08:22:55.086466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7790 | 2024.12.21 08:22:55.093490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7791 | 2024.12.21 08:22:55.094264 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7792 | 2024.12.21 08:22:55.096853 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7793 | 2024.12.21 08:22:56.470517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1074 | ||
| 7794 | 2024.12.21 08:22:56.473960 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2024.12.21 08:22:56.474014 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7796 | 2024.12.21 08:22:56.475527 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7797 | 2024.12.21 08:22:56.475854 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2024.12.21 08:22:56.476021 [ 74 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7799 | 2024.12.21 08:22:56.476075 [ 74 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7800 | 2024.12.21 08:22:56.476109 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7801 | 2024.12.21 08:22:56.476756 [ 187 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 7802 | 2024.12.21 08:22:56.478222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1074 | ||
| 7803 | 2024.12.21 08:22:56.478595 [ 187 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7804 | 2024.12.21 08:22:56.478790 [ 187 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 882 rows starting from the beginning of the part | ||
| 7805 | 2024.12.21 08:22:56.479493 [ 187 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 7806 | 2024.12.21 08:22:56.480162 [ 187 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 44 rows starting from the beginning of the part | ||
| 7807 | 2024.12.21 08:22:56.480748 [ 187 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 7808 | 2024.12.21 08:22:56.481343 [ 187 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
| 7809 | 2024.12.21 08:22:56.481944 [ 187 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 7810 | 2024.12.21 08:22:56.490579 [ 198 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1074 rows, containing 72 columns (72 merged, 0 gathered) in 0.014341676 sec., 74886.64504762205 rows/sec., 60.47 MiB/sec. | ||
| 7811 | 2024.12.21 08:22:56.491880 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7812 | 2024.12.21 08:22:56.492603 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7813 | 2024.12.21 08:22:56.492688 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_26_5} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7814 | 2024.12.21 08:22:56.492908 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 7815 | 2024.12.21 08:22:57.351754 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7816 | 2024.12.21 08:22:57.351946 [ 4 ] {7013a498-3cbe-4c51-b41d-73decc5da915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7817 | 2024.12.21 08:22:57.352018 [ 4 ] {7013a498-3cbe-4c51-b41d-73decc5da915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7818 | 2024.12.21 08:22:57.352887 [ 4 ] {7013a498-3cbe-4c51-b41d-73decc5da915} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7819 | 2024.12.21 08:22:57.352938 [ 4 ] {7013a498-3cbe-4c51-b41d-73decc5da915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7820 | 2024.12.21 08:22:57.353414 [ 4 ] {7013a498-3cbe-4c51-b41d-73decc5da915} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7821 | 2024.12.21 08:22:57.353683 [ 4 ] {7013a498-3cbe-4c51-b41d-73decc5da915} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7822 | 2024.12.21 08:22:57.353860 [ 73 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7823 | 2024.12.21 08:22:57.353911 [ 4 ] {7013a498-3cbe-4c51-b41d-73decc5da915} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002013 sec., 60606.06060606061 rows/sec., 5.15 MiB/sec. | ||
| 7824 | 2024.12.21 08:22:57.353914 [ 73 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2024.12.21 08:22:57.353966 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7826 | 2024.12.21 08:22:57.353999 [ 4 ] {7013a498-3cbe-4c51-b41d-73decc5da915} <Debug> TCPHandler: Processed in 0.002382641 sec. | ||
| 7827 | 2024.12.21 08:22:57.354105 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 7828 | 2024.12.21 08:22:57.354213 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7829 | 2024.12.21 08:22:57.354265 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2024.12.21 08:22:57.354276 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1437 rows starting from the beginning of the part | ||
| 7831 | 2024.12.21 08:22:57.354516 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 219 rows starting from the beginning of the part | ||
| 7832 | 2024.12.21 08:22:57.354694 [ 258 ] {4a085614-6bfc-464f-b4f5-16c6cdf9cff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7833 | 2024.12.21 08:22:57.354810 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 122 rows starting from the beginning of the part | ||
| 7834 | 2024.12.21 08:22:57.354865 [ 258 ] {4a085614-6bfc-464f-b4f5-16c6cdf9cff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7835 | 2024.12.21 08:22:57.355239 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1361 rows starting from the beginning of the part | ||
| 7836 | 2024.12.21 08:22:57.355469 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 7837 | 2024.12.21 08:22:57.355771 [ 197 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 122 rows starting from the beginning of the part | ||
| 7838 | 2024.12.21 08:22:57.357537 [ 258 ] {4a085614-6bfc-464f-b4f5-16c6cdf9cff7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7839 | 2024.12.21 08:22:57.357638 [ 258 ] {4a085614-6bfc-464f-b4f5-16c6cdf9cff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7840 | 2024.12.21 08:22:57.358517 [ 258 ] {4a085614-6bfc-464f-b4f5-16c6cdf9cff7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7841 | 2024.12.21 08:22:57.358867 [ 258 ] {4a085614-6bfc-464f-b4f5-16c6cdf9cff7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7842 | 2024.12.21 08:22:57.359408 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.005364027 sec., 618378.6919789927 rows/sec., 54.20 MiB/sec. | ||
| 7843 | 2024.12.21 08:22:57.359518 [ 258 ] {4a085614-6bfc-464f-b4f5-16c6cdf9cff7} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.004965 sec., 6646.525679758309 rows/sec., 499.79 KiB/sec. | ||
| 7844 | 2024.12.21 08:22:57.359830 [ 258 ] {4a085614-6bfc-464f-b4f5-16c6cdf9cff7} <Debug> TCPHandler: Processed in 0.005713871 sec. | ||
| 7845 | 2024.12.21 08:22:57.360054 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7846 | 2024.12.21 08:22:57.360110 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7847 | 2024.12.21 08:22:57.360380 [ 4 ] {a6f44a18-c30c-4d68-ab63-014e524d3e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7848 | 2024.12.21 08:22:57.360459 [ 4 ] {a6f44a18-c30c-4d68-ab63-014e524d3e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7849 | 2024.12.21 08:22:57.360818 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7850 | 2024.12.21 08:22:57.361071 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_56_11} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7851 | 2024.12.21 08:22:57.361231 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7852 | 2024.12.21 08:22:57.361510 [ 4 ] {a6f44a18-c30c-4d68-ab63-014e524d3e03} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7853 | 2024.12.21 08:22:57.361555 [ 4 ] {a6f44a18-c30c-4d68-ab63-014e524d3e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7854 | 2024.12.21 08:22:57.361937 [ 4 ] {a6f44a18-c30c-4d68-ab63-014e524d3e03} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7855 | 2024.12.21 08:22:57.362185 [ 4 ] {a6f44a18-c30c-4d68-ab63-014e524d3e03} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7856 | 2024.12.21 08:22:57.362324 [ 73 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7857 | 2024.12.21 08:22:57.362367 [ 73 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7858 | 2024.12.21 08:22:57.362389 [ 4 ] {a6f44a18-c30c-4d68-ab63-014e524d3e03} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002064 sec., 46996.124031007756 rows/sec., 3.67 MiB/sec. | ||
| 7859 | 2024.12.21 08:22:57.362393 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7860 | 2024.12.21 08:22:57.362480 [ 4 ] {a6f44a18-c30c-4d68-ab63-014e524d3e03} <Debug> TCPHandler: Processed in 0.002529582 sec. | ||
| 7861 | 2024.12.21 08:22:57.362563 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 7862 | 2024.12.21 08:22:57.362662 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7863 | 2024.12.21 08:22:57.362722 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7864 | 2024.12.21 08:22:57.362760 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
| 7865 | 2024.12.21 08:22:57.362992 [ 258 ] {cba17c4f-12f8-4585-b75f-4b341d2cf556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7866 | 2024.12.21 08:22:57.363021 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 390 rows starting from the beginning of the part | ||
| 7867 | 2024.12.21 08:22:57.363250 [ 258 ] {cba17c4f-12f8-4585-b75f-4b341d2cf556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7868 | 2024.12.21 08:22:57.363280 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 97 rows starting from the beginning of the part | ||
| 7869 | 2024.12.21 08:22:57.363603 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 850 rows starting from the beginning of the part | ||
| 7870 | 2024.12.21 08:22:57.364082 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 7871 | 2024.12.21 08:22:57.364432 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 97 rows starting from the beginning of the part | ||
| 7872 | 2024.12.21 08:22:57.365599 [ 258 ] {cba17c4f-12f8-4585-b75f-4b341d2cf556} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2024.12.21 08:22:57.365660 [ 258 ] {cba17c4f-12f8-4585-b75f-4b341d2cf556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7874 | 2024.12.21 08:22:57.366813 [ 258 ] {cba17c4f-12f8-4585-b75f-4b341d2cf556} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7875 | 2024.12.21 08:22:57.367115 [ 258 ] {cba17c4f-12f8-4585-b75f-4b341d2cf556} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2024.12.21 08:22:57.367693 [ 258 ] {cba17c4f-12f8-4585-b75f-4b341d2cf556} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004857 sec., 32942.14535721639 rows/sec., 2.29 MiB/sec. | ||
| 7877 | 2024.12.21 08:22:57.367692 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.005217406 sec., 462490.3639854748 rows/sec., 35.47 MiB/sec. | ||
| 7878 | 2024.12.21 08:22:57.367788 [ 258 ] {cba17c4f-12f8-4585-b75f-4b341d2cf556} <Debug> TCPHandler: Processed in 0.005212656 sec. | ||
| 7879 | 2024.12.21 08:22:57.367942 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7880 | 2024.12.21 08:22:57.368006 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7881 | 2024.12.21 08:22:57.368235 [ 4 ] {ef4e2680-4261-4639-ac1a-f35e2d2481f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7882 | 2024.12.21 08:22:57.368403 [ 4 ] {ef4e2680-4261-4639-ac1a-f35e2d2481f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7883 | 2024.12.21 08:22:57.368441 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2024.12.21 08:22:57.368774 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_56_11} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7885 | 2024.12.21 08:22:57.368989 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7886 | 2024.12.21 08:22:57.370088 [ 4 ] {ef4e2680-4261-4639-ac1a-f35e2d2481f8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7887 | 2024.12.21 08:22:57.370133 [ 4 ] {ef4e2680-4261-4639-ac1a-f35e2d2481f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7888 | 2024.12.21 08:22:57.370822 [ 4 ] {ef4e2680-4261-4639-ac1a-f35e2d2481f8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7889 | 2024.12.21 08:22:57.371100 [ 4 ] {ef4e2680-4261-4639-ac1a-f35e2d2481f8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7890 | 2024.12.21 08:22:57.371416 [ 4 ] {ef4e2680-4261-4639-ac1a-f35e2d2481f8} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003234 sec., 10204.081632653062 rows/sec., 18.29 MiB/sec. | ||
| 7891 | 2024.12.21 08:22:57.371866 [ 4 ] {ef4e2680-4261-4639-ac1a-f35e2d2481f8} <Debug> TCPHandler: Processed in 0.003959975 sec. | ||
| 7892 | 2024.12.21 08:22:57.372112 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7893 | 2024.12.21 08:22:57.372238 [ 258 ] {99fb3f9a-2422-4036-be6c-12650920a3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7894 | 2024.12.21 08:22:57.372293 [ 258 ] {99fb3f9a-2422-4036-be6c-12650920a3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7895 | 2024.12.21 08:22:57.372803 [ 258 ] {99fb3f9a-2422-4036-be6c-12650920a3d8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7896 | 2024.12.21 08:22:57.372846 [ 258 ] {99fb3f9a-2422-4036-be6c-12650920a3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7897 | 2024.12.21 08:22:57.373236 [ 258 ] {99fb3f9a-2422-4036-be6c-12650920a3d8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7898 | 2024.12.21 08:22:57.373474 [ 258 ] {99fb3f9a-2422-4036-be6c-12650920a3d8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7899 | 2024.12.21 08:22:57.373694 [ 258 ] {99fb3f9a-2422-4036-be6c-12650920a3d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001482 sec., 40485.82995951417 rows/sec., 2.73 MiB/sec. | ||
| 7900 | 2024.12.21 08:22:57.373778 [ 258 ] {99fb3f9a-2422-4036-be6c-12650920a3d8} <Debug> TCPHandler: Processed in 0.001747475 sec. | ||
| 7901 | 2024.12.21 08:23:01.268105 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7902 | 2024.12.21 08:23:01.268176 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7903 | 2024.12.21 08:23:01.397233 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7904 | 2024.12.21 08:23:01.398253 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7905 | 2024.12.21 08:23:01.398331 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7906 | 2024.12.21 08:23:01.399029 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7907 | 2024.12.21 08:23:01.399286 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7908 | 2024.12.21 08:23:01.399486 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7909 | 2024.12.21 08:23:02.355641 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7910 | 2024.12.21 08:23:02.355831 [ 4 ] {ab4cf5f3-7fce-418a-8c90-435d2a3faf00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7911 | 2024.12.21 08:23:02.355904 [ 4 ] {ab4cf5f3-7fce-418a-8c90-435d2a3faf00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7912 | 2024.12.21 08:23:02.356669 [ 4 ] {ab4cf5f3-7fce-418a-8c90-435d2a3faf00} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7913 | 2024.12.21 08:23:02.356720 [ 4 ] {ab4cf5f3-7fce-418a-8c90-435d2a3faf00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7914 | 2024.12.21 08:23:02.357147 [ 4 ] {ab4cf5f3-7fce-418a-8c90-435d2a3faf00} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7915 | 2024.12.21 08:23:02.357406 [ 4 ] {ab4cf5f3-7fce-418a-8c90-435d2a3faf00} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7916 | 2024.12.21 08:23:02.357601 [ 67 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7917 | 2024.12.21 08:23:02.357673 [ 4 ] {ab4cf5f3-7fce-418a-8c90-435d2a3faf00} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 7918 | 2024.12.21 08:23:02.357687 [ 67 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7919 | 2024.12.21 08:23:02.357760 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7920 | 2024.12.21 08:23:02.357816 [ 4 ] {ab4cf5f3-7fce-418a-8c90-435d2a3faf00} <Debug> TCPHandler: Processed in 0.00230214 sec. | ||
| 7921 | 2024.12.21 08:23:02.358173 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 7922 | 2024.12.21 08:23:02.358229 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2024.12.21 08:23:02.358472 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7924 | 2024.12.21 08:23:02.358524 [ 258 ] {db51689b-f287-401b-9977-953b170618ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7925 | 2024.12.21 08:23:02.358548 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 7926 | 2024.12.21 08:23:02.358655 [ 258 ] {db51689b-f287-401b-9977-953b170618ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7927 | 2024.12.21 08:23:02.358832 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 7928 | 2024.12.21 08:23:02.359198 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 7929 | 2024.12.21 08:23:02.359480 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 7930 | 2024.12.21 08:23:02.359851 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 7931 | 2024.12.21 08:23:02.361719 [ 258 ] {db51689b-f287-401b-9977-953b170618ec} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7932 | 2024.12.21 08:23:02.361803 [ 258 ] {db51689b-f287-401b-9977-953b170618ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7933 | 2024.12.21 08:23:02.362549 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004672642 sec., 14980.818132439848 rows/sec., 1.11 MiB/sec. | ||
| 7934 | 2024.12.21 08:23:02.362756 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7935 | 2024.12.21 08:23:02.362835 [ 258 ] {db51689b-f287-401b-9977-953b170618ec} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7936 | 2024.12.21 08:23:02.363225 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_25_6} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7937 | 2024.12.21 08:23:02.363299 [ 258 ] {db51689b-f287-401b-9977-953b170618ec} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2024.12.21 08:23:02.363406 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_25_6} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7939 | 2024.12.21 08:23:02.363591 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7940 | 2024.12.21 08:23:02.363761 [ 258 ] {db51689b-f287-401b-9977-953b170618ec} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.005326 sec., 41119.0386781825 rows/sec., 3.59 MiB/sec. | ||
| 7941 | 2024.12.21 08:23:02.363832 [ 258 ] {db51689b-f287-401b-9977-953b170618ec} <Debug> TCPHandler: Processed in 0.005860362 sec. | ||
| 7942 | 2024.12.21 08:23:02.363993 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2024.12.21 08:23:02.364119 [ 4 ] {a8b02f8d-2004-44dc-a6cf-cea6550d88a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7944 | 2024.12.21 08:23:02.364172 [ 4 ] {a8b02f8d-2004-44dc-a6cf-cea6550d88a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7945 | 2024.12.21 08:23:02.364806 [ 4 ] {a8b02f8d-2004-44dc-a6cf-cea6550d88a0} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2024.12.21 08:23:02.364848 [ 4 ] {a8b02f8d-2004-44dc-a6cf-cea6550d88a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7947 | 2024.12.21 08:23:02.365221 [ 4 ] {a8b02f8d-2004-44dc-a6cf-cea6550d88a0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7948 | 2024.12.21 08:23:02.365478 [ 4 ] {a8b02f8d-2004-44dc-a6cf-cea6550d88a0} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2024.12.21 08:23:02.365654 [ 67 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7950 | 2024.12.21 08:23:02.365716 [ 67 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2024.12.21 08:23:02.365734 [ 4 ] {a8b02f8d-2004-44dc-a6cf-cea6550d88a0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001634 sec., 9179.926560587515 rows/sec., 647.26 KiB/sec. | ||
| 7952 | 2024.12.21 08:23:02.365762 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7953 | 2024.12.21 08:23:02.365903 [ 4 ] {a8b02f8d-2004-44dc-a6cf-cea6550d88a0} <Debug> TCPHandler: Processed in 0.001964707 sec. | ||
| 7954 | 2024.12.21 08:23:02.366045 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 7955 | 2024.12.21 08:23:02.366110 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7956 | 2024.12.21 08:23:02.366332 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7957 | 2024.12.21 08:23:02.366346 [ 258 ] {6babb3d2-0dc6-4a5c-a1cb-ad0c7244bc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7958 | 2024.12.21 08:23:02.366393 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 66 rows starting from the beginning of the part | ||
| 7959 | 2024.12.21 08:23:02.366455 [ 258 ] {6babb3d2-0dc6-4a5c-a1cb-ad0c7244bc84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7960 | 2024.12.21 08:23:02.366701 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part | ||
| 7961 | 2024.12.21 08:23:02.367092 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 33 rows starting from the beginning of the part | ||
| 7962 | 2024.12.21 08:23:02.367394 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 19 rows starting from the beginning of the part | ||
| 7963 | 2024.12.21 08:23:02.367746 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 33 rows starting from the beginning of the part | ||
| 7964 | 2024.12.21 08:23:02.368111 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 15 rows starting from the beginning of the part | ||
| 7965 | 2024.12.21 08:23:02.369477 [ 258 ] {6babb3d2-0dc6-4a5c-a1cb-ad0c7244bc84} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2024.12.21 08:23:02.369549 [ 258 ] {6babb3d2-0dc6-4a5c-a1cb-ad0c7244bc84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7967 | 2024.12.21 08:23:02.370567 [ 258 ] {6babb3d2-0dc6-4a5c-a1cb-ad0c7244bc84} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7968 | 2024.12.21 08:23:02.371160 [ 258 ] {6babb3d2-0dc6-4a5c-a1cb-ad0c7244bc84} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7969 | 2024.12.21 08:23:02.371182 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005295407 sec., 34180.56440232073 rows/sec., 2.57 MiB/sec. | ||
| 7970 | 2024.12.21 08:23:02.371402 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7971 | 2024.12.21 08:23:02.371462 [ 258 ] {6babb3d2-0dc6-4a5c-a1cb-ad0c7244bc84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005177 sec., 2704.2688815916554 rows/sec., 189.39 KiB/sec. | ||
| 7972 | 2024.12.21 08:23:02.371584 [ 258 ] {6babb3d2-0dc6-4a5c-a1cb-ad0c7244bc84} <Debug> TCPHandler: Processed in 0.00555464 sec. | ||
| 7973 | 2024.12.21 08:23:02.371778 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7974 | 2024.12.21 08:23:02.372002 [ 4 ] {a6338ec9-1edf-412c-8913-880cb60f358d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7975 | 2024.12.21 08:23:02.372018 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7976 | 2024.12.21 08:23:02.372126 [ 4 ] {a6338ec9-1edf-412c-8913-880cb60f358d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7977 | 2024.12.21 08:23:02.372257 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_51_10} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7978 | 2024.12.21 08:23:02.372430 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7979 | 2024.12.21 08:23:02.372940 [ 4 ] {a6338ec9-1edf-412c-8913-880cb60f358d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2024.12.21 08:23:02.372987 [ 4 ] {a6338ec9-1edf-412c-8913-880cb60f358d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7981 | 2024.12.21 08:23:02.373359 [ 4 ] {a6338ec9-1edf-412c-8913-880cb60f358d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7982 | 2024.12.21 08:23:02.373599 [ 4 ] {a6338ec9-1edf-412c-8913-880cb60f358d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7983 | 2024.12.21 08:23:02.373773 [ 67 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7984 | 2024.12.21 08:23:02.373839 [ 67 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7985 | 2024.12.21 08:23:02.373854 [ 4 ] {a6338ec9-1edf-412c-8913-880cb60f358d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001913 sec., 6795.608991113434 rows/sec., 423.70 KiB/sec. | ||
| 7986 | 2024.12.21 08:23:02.373884 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 7987 | 2024.12.21 08:23:02.374035 [ 4 ] {a6338ec9-1edf-412c-8913-880cb60f358d} <Debug> TCPHandler: Processed in 0.00233575 sec. | ||
| 7988 | 2024.12.21 08:23:02.374343 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7989 | 2024.12.21 08:23:02.374378 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 7990 | 2024.12.21 08:23:02.374708 [ 258 ] {8798b7bf-ea8b-488f-aa0b-3bacf3c1bec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7991 | 2024.12.21 08:23:02.374850 [ 258 ] {8798b7bf-ea8b-488f-aa0b-3bacf3c1bec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7992 | 2024.12.21 08:23:02.374890 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7993 | 2024.12.21 08:23:02.374987 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 7994 | 2024.12.21 08:23:02.375355 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 7995 | 2024.12.21 08:23:02.375787 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 7996 | 2024.12.21 08:23:02.376207 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 7997 | 2024.12.21 08:23:02.376525 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 7998 | 2024.12.21 08:23:02.377523 [ 258 ] {8798b7bf-ea8b-488f-aa0b-3bacf3c1bec1} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2024.12.21 08:23:02.377608 [ 258 ] {8798b7bf-ea8b-488f-aa0b-3bacf3c1bec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8000 | 2024.12.21 08:23:02.378751 [ 258 ] {8798b7bf-ea8b-488f-aa0b-3bacf3c1bec1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8001 | 2024.12.21 08:23:02.378814 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004804452 sec., 13529.118409342002 rows/sec., 896.39 KiB/sec. | ||
| 8002 | 2024.12.21 08:23:02.379032 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8003 | 2024.12.21 08:23:02.379210 [ 258 ] {8798b7bf-ea8b-488f-aa0b-3bacf3c1bec1} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8004 | 2024.12.21 08:23:02.379750 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_25_6} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8005 | 2024.12.21 08:23:02.379748 [ 258 ] {8798b7bf-ea8b-488f-aa0b-3bacf3c1bec1} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005159 sec., 75596.04574529947 rows/sec., 5.36 MiB/sec. | ||
| 8006 | 2024.12.21 08:23:02.380099 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_25_6} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8007 | 2024.12.21 08:23:02.380170 [ 258 ] {8798b7bf-ea8b-488f-aa0b-3bacf3c1bec1} <Debug> TCPHandler: Processed in 0.006004563 sec. | ||
| 8008 | 2024.12.21 08:23:02.380409 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8009 | 2024.12.21 08:23:02.380510 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8010 | 2024.12.21 08:23:02.380656 [ 4 ] {567b60b3-49ed-4833-aedf-7d745b75cfc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8011 | 2024.12.21 08:23:02.380710 [ 4 ] {567b60b3-49ed-4833-aedf-7d745b75cfc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8012 | 2024.12.21 08:23:02.381204 [ 4 ] {567b60b3-49ed-4833-aedf-7d745b75cfc6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8013 | 2024.12.21 08:23:02.381244 [ 4 ] {567b60b3-49ed-4833-aedf-7d745b75cfc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8014 | 2024.12.21 08:23:02.381614 [ 4 ] {567b60b3-49ed-4833-aedf-7d745b75cfc6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8015 | 2024.12.21 08:23:02.381855 [ 4 ] {567b60b3-49ed-4833-aedf-7d745b75cfc6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8016 | 2024.12.21 08:23:02.382032 [ 67 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 8017 | 2024.12.21 08:23:02.382089 [ 67 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8018 | 2024.12.21 08:23:02.382125 [ 4 ] {567b60b3-49ed-4833-aedf-7d745b75cfc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec. | ||
| 8019 | 2024.12.21 08:23:02.382133 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8020 | 2024.12.21 08:23:02.382336 [ 4 ] {567b60b3-49ed-4833-aedf-7d745b75cfc6} <Debug> TCPHandler: Processed in 0.002001077 sec. | ||
| 8021 | 2024.12.21 08:23:02.382511 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 8022 | 2024.12.21 08:23:02.382620 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8023 | 2024.12.21 08:23:02.382823 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8024 | 2024.12.21 08:23:02.382846 [ 258 ] {f5f9a7dc-b0d9-4907-a8a7-cf395e2644a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8025 | 2024.12.21 08:23:02.382866 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 8026 | 2024.12.21 08:23:02.382919 [ 258 ] {f5f9a7dc-b0d9-4907-a8a7-cf395e2644a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8027 | 2024.12.21 08:23:02.383034 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 8028 | 2024.12.21 08:23:02.383443 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8029 | 2024.12.21 08:23:02.383817 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8030 | 2024.12.21 08:23:02.384173 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8031 | 2024.12.21 08:23:02.384518 [ 191 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8032 | 2024.12.21 08:23:02.385447 [ 258 ] {f5f9a7dc-b0d9-4907-a8a7-cf395e2644a9} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8033 | 2024.12.21 08:23:02.385493 [ 258 ] {f5f9a7dc-b0d9-4907-a8a7-cf395e2644a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8034 | 2024.12.21 08:23:02.386103 [ 258 ] {f5f9a7dc-b0d9-4907-a8a7-cf395e2644a9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8035 | 2024.12.21 08:23:02.386237 [ 186 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003978305 sec., 37704.499780685495 rows/sec., 1.92 MiB/sec. | ||
| 8036 | 2024.12.21 08:23:02.386421 [ 186 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 8037 | 2024.12.21 08:23:02.386583 [ 258 ] {f5f9a7dc-b0d9-4907-a8a7-cf395e2644a9} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8038 | 2024.12.21 08:23:02.387050 [ 258 ] {f5f9a7dc-b0d9-4907-a8a7-cf395e2644a9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00422 sec., 56161.1374407583 rows/sec., 3.76 MiB/sec. | ||
| 8039 | 2024.12.21 08:23:02.387155 [ 186 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8040 | 2024.12.21 08:23:02.387516 [ 186 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_25_5} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 8041 | 2024.12.21 08:23:02.387510 [ 258 ] {f5f9a7dc-b0d9-4907-a8a7-cf395e2644a9} <Debug> TCPHandler: Processed in 0.005057165 sec. | ||
| 8042 | 2024.12.21 08:23:02.387831 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8043 | 2024.12.21 08:23:02.387928 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8044 | 2024.12.21 08:23:02.388077 [ 4 ] {16b06cd0-96d9-4d96-b003-87a146a8881d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8045 | 2024.12.21 08:23:02.388127 [ 4 ] {16b06cd0-96d9-4d96-b003-87a146a8881d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8046 | 2024.12.21 08:23:02.388612 [ 4 ] {16b06cd0-96d9-4d96-b003-87a146a8881d} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8047 | 2024.12.21 08:23:02.388650 [ 4 ] {16b06cd0-96d9-4d96-b003-87a146a8881d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8048 | 2024.12.21 08:23:02.389010 [ 4 ] {16b06cd0-96d9-4d96-b003-87a146a8881d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8049 | 2024.12.21 08:23:02.389258 [ 4 ] {16b06cd0-96d9-4d96-b003-87a146a8881d} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8050 | 2024.12.21 08:23:02.389525 [ 4 ] {16b06cd0-96d9-4d96-b003-87a146a8881d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 8051 | 2024.12.21 08:23:02.389730 [ 4 ] {16b06cd0-96d9-4d96-b003-87a146a8881d} <Debug> TCPHandler: Processed in 0.002069448 sec. | ||
| 8052 | 2024.12.21 08:23:02.389930 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8053 | 2024.12.21 08:23:02.390063 [ 258 ] {488db2c4-5dff-424f-98b7-a0b8ad7c57db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8054 | 2024.12.21 08:23:02.390146 [ 258 ] {488db2c4-5dff-424f-98b7-a0b8ad7c57db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8055 | 2024.12.21 08:23:02.391233 [ 258 ] {488db2c4-5dff-424f-98b7-a0b8ad7c57db} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8056 | 2024.12.21 08:23:02.391270 [ 258 ] {488db2c4-5dff-424f-98b7-a0b8ad7c57db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8057 | 2024.12.21 08:23:02.391867 [ 258 ] {488db2c4-5dff-424f-98b7-a0b8ad7c57db} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8058 | 2024.12.21 08:23:02.392115 [ 258 ] {488db2c4-5dff-424f-98b7-a0b8ad7c57db} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8059 | 2024.12.21 08:23:02.392362 [ 258 ] {488db2c4-5dff-424f-98b7-a0b8ad7c57db} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002321 sec., 3446.7901766479963 rows/sec., 6.18 MiB/sec. | ||
| 8060 | 2024.12.21 08:23:02.392794 [ 258 ] {488db2c4-5dff-424f-98b7-a0b8ad7c57db} <Debug> TCPHandler: Processed in 0.002937496 sec. | ||
| 8061 | 2024.12.21 08:23:02.393024 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8062 | 2024.12.21 08:23:02.393162 [ 4 ] {043b7b13-c3fc-4e75-97ca-cca5f6d8ff3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8063 | 2024.12.21 08:23:02.393221 [ 4 ] {043b7b13-c3fc-4e75-97ca-cca5f6d8ff3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8064 | 2024.12.21 08:23:02.393727 [ 4 ] {043b7b13-c3fc-4e75-97ca-cca5f6d8ff3e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8065 | 2024.12.21 08:23:02.393766 [ 4 ] {043b7b13-c3fc-4e75-97ca-cca5f6d8ff3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8066 | 2024.12.21 08:23:02.394138 [ 4 ] {043b7b13-c3fc-4e75-97ca-cca5f6d8ff3e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8067 | 2024.12.21 08:23:02.394376 [ 4 ] {043b7b13-c3fc-4e75-97ca-cca5f6d8ff3e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8068 | 2024.12.21 08:23:02.394605 [ 4 ] {043b7b13-c3fc-4e75-97ca-cca5f6d8ff3e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec. | ||
| 8069 | 2024.12.21 08:23:02.394658 [ 4 ] {043b7b13-c3fc-4e75-97ca-cca5f6d8ff3e} <Debug> TCPHandler: Processed in 0.001765476 sec. | ||
| 8070 | 2024.12.21 08:23:02.597057 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8071 | 2024.12.21 08:23:02.617939 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2024.12.21 08:23:02.617992 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8073 | 2024.12.21 08:23:02.625424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8074 | 2024.12.21 08:23:02.626217 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8075 | 2024.12.21 08:23:02.628797 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8076 | 2024.12.21 08:23:03.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.84 MiB, peak 221.34 MiB, free memory in arenas 0.00 B, will set to 212.71 MiB (RSS), difference: -1.12 MiB | ||
| 8077 | 2024.12.21 08:23:06.478652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1108 | ||
| 8078 | 2024.12.21 08:23:06.481768 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8079 | 2024.12.21 08:23:06.481815 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8080 | 2024.12.21 08:23:06.483313 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8081 | 2024.12.21 08:23:06.483638 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8082 | 2024.12.21 08:23:06.484235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1108 | ||
| 8083 | 2024.12.21 08:23:07.352512 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8084 | 2024.12.21 08:23:07.352723 [ 4 ] {a0a86c74-5341-458c-9d4b-d5b357daeb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8085 | 2024.12.21 08:23:07.352803 [ 4 ] {a0a86c74-5341-458c-9d4b-d5b357daeb59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8086 | 2024.12.21 08:23:07.353715 [ 4 ] {a0a86c74-5341-458c-9d4b-d5b357daeb59} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8087 | 2024.12.21 08:23:07.353758 [ 4 ] {a0a86c74-5341-458c-9d4b-d5b357daeb59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8088 | 2024.12.21 08:23:07.354207 [ 4 ] {a0a86c74-5341-458c-9d4b-d5b357daeb59} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8089 | 2024.12.21 08:23:07.354465 [ 4 ] {a0a86c74-5341-458c-9d4b-d5b357daeb59} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8090 | 2024.12.21 08:23:07.354681 [ 4 ] {a0a86c74-5341-458c-9d4b-d5b357daeb59} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002015 sec., 60545.905707196034 rows/sec., 5.15 MiB/sec. | ||
| 8091 | 2024.12.21 08:23:07.354746 [ 4 ] {a0a86c74-5341-458c-9d4b-d5b357daeb59} <Debug> TCPHandler: Processed in 0.002360721 sec. | ||
| 8092 | 2024.12.21 08:23:07.355019 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8093 | 2024.12.21 08:23:07.355237 [ 258 ] {4484eae7-2c24-453d-8d5e-92f890dc5245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8094 | 2024.12.21 08:23:07.355318 [ 258 ] {4484eae7-2c24-453d-8d5e-92f890dc5245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8095 | 2024.12.21 08:23:07.356117 [ 258 ] {4484eae7-2c24-453d-8d5e-92f890dc5245} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8096 | 2024.12.21 08:23:07.356168 [ 258 ] {4484eae7-2c24-453d-8d5e-92f890dc5245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8097 | 2024.12.21 08:23:07.356626 [ 258 ] {4484eae7-2c24-453d-8d5e-92f890dc5245} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8098 | 2024.12.21 08:23:07.356888 [ 258 ] {4484eae7-2c24-453d-8d5e-92f890dc5245} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2024.12.21 08:23:07.357111 [ 258 ] {4484eae7-2c24-453d-8d5e-92f890dc5245} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001937 sec., 17036.65462054724 rows/sec., 1.25 MiB/sec. | ||
| 8100 | 2024.12.21 08:23:07.357178 [ 258 ] {4484eae7-2c24-453d-8d5e-92f890dc5245} <Debug> TCPHandler: Processed in 0.002297561 sec. | ||
| 8101 | 2024.12.21 08:23:07.357340 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8102 | 2024.12.21 08:23:07.357486 [ 4 ] {4936ab18-3989-404b-a0d9-2ed7d3b6ec3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8103 | 2024.12.21 08:23:07.357545 [ 4 ] {4936ab18-3989-404b-a0d9-2ed7d3b6ec3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8104 | 2024.12.21 08:23:07.358278 [ 4 ] {4936ab18-3989-404b-a0d9-2ed7d3b6ec3b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2024.12.21 08:23:07.358323 [ 4 ] {4936ab18-3989-404b-a0d9-2ed7d3b6ec3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8106 | 2024.12.21 08:23:07.358731 [ 4 ] {4936ab18-3989-404b-a0d9-2ed7d3b6ec3b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8107 | 2024.12.21 08:23:07.358976 [ 4 ] {4936ab18-3989-404b-a0d9-2ed7d3b6ec3b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8108 | 2024.12.21 08:23:07.359162 [ 4 ] {4936ab18-3989-404b-a0d9-2ed7d3b6ec3b} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001712 sec., 56658.878504672895 rows/sec., 4.43 MiB/sec. | ||
| 8109 | 2024.12.21 08:23:07.359218 [ 4 ] {4936ab18-3989-404b-a0d9-2ed7d3b6ec3b} <Debug> TCPHandler: Processed in 0.001947457 sec. | ||
| 8110 | 2024.12.21 08:23:07.359374 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8111 | 2024.12.21 08:23:07.359499 [ 258 ] {9abc02d3-4683-49a2-ad46-479e5c758375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8112 | 2024.12.21 08:23:07.359557 [ 258 ] {9abc02d3-4683-49a2-ad46-479e5c758375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8113 | 2024.12.21 08:23:07.360152 [ 258 ] {9abc02d3-4683-49a2-ad46-479e5c758375} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2024.12.21 08:23:07.360194 [ 258 ] {9abc02d3-4683-49a2-ad46-479e5c758375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8115 | 2024.12.21 08:23:07.360603 [ 258 ] {9abc02d3-4683-49a2-ad46-479e5c758375} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8116 | 2024.12.21 08:23:07.360856 [ 258 ] {9abc02d3-4683-49a2-ad46-479e5c758375} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2024.12.21 08:23:07.361101 [ 258 ] {9abc02d3-4683-49a2-ad46-479e5c758375} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
| 8118 | 2024.12.21 08:23:07.361169 [ 258 ] {9abc02d3-4683-49a2-ad46-479e5c758375} <Debug> TCPHandler: Processed in 0.001851506 sec. | ||
| 8119 | 2024.12.21 08:23:07.361399 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2024.12.21 08:23:07.361610 [ 4 ] {21e2a736-16fc-459e-b384-875c3cda529a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8121 | 2024.12.21 08:23:07.361705 [ 4 ] {21e2a736-16fc-459e-b384-875c3cda529a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8122 | 2024.12.21 08:23:07.363010 [ 4 ] {21e2a736-16fc-459e-b384-875c3cda529a} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8123 | 2024.12.21 08:23:07.363052 [ 4 ] {21e2a736-16fc-459e-b384-875c3cda529a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8124 | 2024.12.21 08:23:07.363724 [ 4 ] {21e2a736-16fc-459e-b384-875c3cda529a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8125 | 2024.12.21 08:23:07.363992 [ 4 ] {21e2a736-16fc-459e-b384-875c3cda529a} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8126 | 2024.12.21 08:23:07.364197 [ 4 ] {21e2a736-16fc-459e-b384-875c3cda529a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002635 sec., 12523.719165085387 rows/sec., 22.44 MiB/sec. | ||
| 8127 | 2024.12.21 08:23:07.364308 [ 4 ] {21e2a736-16fc-459e-b384-875c3cda529a} <Debug> TCPHandler: Processed in 0.003046546 sec. | ||
| 8128 | 2024.12.21 08:23:07.364469 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8129 | 2024.12.21 08:23:07.364611 [ 258 ] {03df0f62-fa81-434f-8491-170669c4c31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8130 | 2024.12.21 08:23:07.364673 [ 258 ] {03df0f62-fa81-434f-8491-170669c4c31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8131 | 2024.12.21 08:23:07.365279 [ 258 ] {03df0f62-fa81-434f-8491-170669c4c31e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2024.12.21 08:23:07.365327 [ 258 ] {03df0f62-fa81-434f-8491-170669c4c31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8133 | 2024.12.21 08:23:07.365740 [ 258 ] {03df0f62-fa81-434f-8491-170669c4c31e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8134 | 2024.12.21 08:23:07.365981 [ 258 ] {03df0f62-fa81-434f-8491-170669c4c31e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8135 | 2024.12.21 08:23:07.366203 [ 258 ] {03df0f62-fa81-434f-8491-170669c4c31e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001615 sec., 37151.70278637771 rows/sec., 2.50 MiB/sec. | ||
| 8136 | 2024.12.21 08:23:07.366303 [ 258 ] {03df0f62-fa81-434f-8491-170669c4c31e} <Debug> TCPHandler: Processed in 0.001901377 sec. | ||
| 8137 | 2024.12.21 08:23:08.899754 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 8138 | 2024.12.21 08:23:08.900479 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8139 | 2024.12.21 08:23:08.900533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8140 | 2024.12.21 08:23:08.901070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8141 | 2024.12.21 08:23:08.901330 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8142 | 2024.12.21 08:23:08.901587 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 8143 | 2024.12.21 08:23:10.129001 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8144 | 2024.12.21 08:23:10.150640 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8145 | 2024.12.21 08:23:10.150696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8146 | 2024.12.21 08:23:10.158359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8147 | 2024.12.21 08:23:10.159167 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2024.12.21 08:23:10.162926 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8149 | 2024.12.21 08:23:12.355719 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8150 | 2024.12.21 08:23:12.356028 [ 4 ] {e564b9a6-ae10-4822-8cd1-182b517942e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8151 | 2024.12.21 08:23:12.356196 [ 4 ] {e564b9a6-ae10-4822-8cd1-182b517942e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8152 | 2024.12.21 08:23:12.357182 [ 4 ] {e564b9a6-ae10-4822-8cd1-182b517942e0} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8153 | 2024.12.21 08:23:12.357235 [ 4 ] {e564b9a6-ae10-4822-8cd1-182b517942e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8154 | 2024.12.21 08:23:12.357663 [ 4 ] {e564b9a6-ae10-4822-8cd1-182b517942e0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8155 | 2024.12.21 08:23:12.357924 [ 4 ] {e564b9a6-ae10-4822-8cd1-182b517942e0} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8156 | 2024.12.21 08:23:12.358205 [ 4 ] {e564b9a6-ae10-4822-8cd1-182b517942e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002257 sec., 6202.924235711122 rows/sec., 446.53 KiB/sec. | ||
| 8157 | 2024.12.21 08:23:12.358349 [ 4 ] {e564b9a6-ae10-4822-8cd1-182b517942e0} <Debug> TCPHandler: Processed in 0.002814915 sec. | ||
| 8158 | 2024.12.21 08:23:12.358631 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8159 | 2024.12.21 08:23:12.358870 [ 258 ] {73abb826-1962-405b-9f74-07afc06f23eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8160 | 2024.12.21 08:23:12.358948 [ 258 ] {73abb826-1962-405b-9f74-07afc06f23eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8161 | 2024.12.21 08:23:12.359853 [ 258 ] {73abb826-1962-405b-9f74-07afc06f23eb} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8162 | 2024.12.21 08:23:12.359900 [ 258 ] {73abb826-1962-405b-9f74-07afc06f23eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8163 | 2024.12.21 08:23:12.360342 [ 258 ] {73abb826-1962-405b-9f74-07afc06f23eb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8164 | 2024.12.21 08:23:12.360591 [ 258 ] {73abb826-1962-405b-9f74-07afc06f23eb} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8165 | 2024.12.21 08:23:12.360841 [ 258 ] {73abb826-1962-405b-9f74-07afc06f23eb} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002029 sec., 107934.94332183342 rows/sec., 9.42 MiB/sec. | ||
| 8166 | 2024.12.21 08:23:12.360904 [ 258 ] {73abb826-1962-405b-9f74-07afc06f23eb} <Debug> TCPHandler: Processed in 0.002432921 sec. | ||
| 8167 | 2024.12.21 08:23:12.361052 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8168 | 2024.12.21 08:23:12.361199 [ 4 ] {ef06b764-7241-4e76-b9d8-cc8cdffbce41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8169 | 2024.12.21 08:23:12.361261 [ 4 ] {ef06b764-7241-4e76-b9d8-cc8cdffbce41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8170 | 2024.12.21 08:23:12.361990 [ 4 ] {ef06b764-7241-4e76-b9d8-cc8cdffbce41} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8171 | 2024.12.21 08:23:12.362032 [ 4 ] {ef06b764-7241-4e76-b9d8-cc8cdffbce41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8172 | 2024.12.21 08:23:12.362405 [ 4 ] {ef06b764-7241-4e76-b9d8-cc8cdffbce41} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8173 | 2024.12.21 08:23:12.362645 [ 4 ] {ef06b764-7241-4e76-b9d8-cc8cdffbce41} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8174 | 2024.12.21 08:23:12.362861 [ 4 ] {ef06b764-7241-4e76-b9d8-cc8cdffbce41} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001695 sec., 8849.557522123894 rows/sec., 623.96 KiB/sec. | ||
| 8175 | 2024.12.21 08:23:12.362929 [ 4 ] {ef06b764-7241-4e76-b9d8-cc8cdffbce41} <Debug> TCPHandler: Processed in 0.001944948 sec. | ||
| 8176 | 2024.12.21 08:23:12.363100 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8177 | 2024.12.21 08:23:12.363229 [ 258 ] {bf1eda8c-00e5-4793-b908-c75c73d78d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8178 | 2024.12.21 08:23:12.363283 [ 258 ] {bf1eda8c-00e5-4793-b908-c75c73d78d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8179 | 2024.12.21 08:23:12.363879 [ 258 ] {bf1eda8c-00e5-4793-b908-c75c73d78d89} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8180 | 2024.12.21 08:23:12.363921 [ 258 ] {bf1eda8c-00e5-4793-b908-c75c73d78d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8181 | 2024.12.21 08:23:12.364284 [ 258 ] {bf1eda8c-00e5-4793-b908-c75c73d78d89} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8182 | 2024.12.21 08:23:12.364522 [ 258 ] {bf1eda8c-00e5-4793-b908-c75c73d78d89} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8183 | 2024.12.21 08:23:12.364742 [ 258 ] {bf1eda8c-00e5-4793-b908-c75c73d78d89} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001543 sec., 9073.233959818535 rows/sec., 635.43 KiB/sec. | ||
| 8184 | 2024.12.21 08:23:12.364803 [ 258 ] {bf1eda8c-00e5-4793-b908-c75c73d78d89} <Debug> TCPHandler: Processed in 0.001762306 sec. | ||
| 8185 | 2024.12.21 08:23:12.364954 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8186 | 2024.12.21 08:23:12.365075 [ 4 ] {6b179328-9b4c-42dc-b106-316d3912d9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8187 | 2024.12.21 08:23:12.365127 [ 4 ] {6b179328-9b4c-42dc-b106-316d3912d9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8188 | 2024.12.21 08:23:12.365713 [ 4 ] {6b179328-9b4c-42dc-b106-316d3912d9a0} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8189 | 2024.12.21 08:23:12.365754 [ 4 ] {6b179328-9b4c-42dc-b106-316d3912d9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8190 | 2024.12.21 08:23:12.366432 [ 4 ] {6b179328-9b4c-42dc-b106-316d3912d9a0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8191 | 2024.12.21 08:23:12.366681 [ 4 ] {6b179328-9b4c-42dc-b106-316d3912d9a0} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8192 | 2024.12.21 08:23:12.366901 [ 4 ] {6b179328-9b4c-42dc-b106-316d3912d9a0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001851 sec., 7023.230686115613 rows/sec., 437.90 KiB/sec. | ||
| 8193 | 2024.12.21 08:23:12.366958 [ 4 ] {6b179328-9b4c-42dc-b106-316d3912d9a0} <Debug> TCPHandler: Processed in 0.002058588 sec. | ||
| 8194 | 2024.12.21 08:23:12.367112 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8195 | 2024.12.21 08:23:12.367254 [ 258 ] {069f108e-d13e-4d46-98e6-0f04eaf5c001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8196 | 2024.12.21 08:23:12.367312 [ 258 ] {069f108e-d13e-4d46-98e6-0f04eaf5c001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8197 | 2024.12.21 08:23:12.368136 [ 258 ] {069f108e-d13e-4d46-98e6-0f04eaf5c001} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8198 | 2024.12.21 08:23:12.368176 [ 258 ] {069f108e-d13e-4d46-98e6-0f04eaf5c001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8199 | 2024.12.21 08:23:12.368570 [ 258 ] {069f108e-d13e-4d46-98e6-0f04eaf5c001} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8200 | 2024.12.21 08:23:12.368813 [ 258 ] {069f108e-d13e-4d46-98e6-0f04eaf5c001} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8201 | 2024.12.21 08:23:12.369044 [ 258 ] {069f108e-d13e-4d46-98e6-0f04eaf5c001} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001822 sec., 214050.49396267836 rows/sec., 15.18 MiB/sec. | ||
| 8202 | 2024.12.21 08:23:12.369108 [ 258 ] {069f108e-d13e-4d46-98e6-0f04eaf5c001} <Debug> TCPHandler: Processed in 0.002064608 sec. | ||
| 8203 | 2024.12.21 08:23:12.369266 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8204 | 2024.12.21 08:23:12.369410 [ 4 ] {9ecff207-ca38-4ea8-b7a3-c29f8f7ac802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8205 | 2024.12.21 08:23:12.369472 [ 4 ] {9ecff207-ca38-4ea8-b7a3-c29f8f7ac802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8206 | 2024.12.21 08:23:12.370011 [ 4 ] {9ecff207-ca38-4ea8-b7a3-c29f8f7ac802} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2024.12.21 08:23:12.370052 [ 4 ] {9ecff207-ca38-4ea8-b7a3-c29f8f7ac802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8208 | 2024.12.21 08:23:12.370423 [ 4 ] {9ecff207-ca38-4ea8-b7a3-c29f8f7ac802} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8209 | 2024.12.21 08:23:12.370662 [ 4 ] {9ecff207-ca38-4ea8-b7a3-c29f8f7ac802} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8210 | 2024.12.21 08:23:12.370916 [ 4 ] {9ecff207-ca38-4ea8-b7a3-c29f8f7ac802} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 204.22 KiB/sec. | ||
| 8211 | 2024.12.21 08:23:12.371094 [ 4 ] {9ecff207-ca38-4ea8-b7a3-c29f8f7ac802} <Debug> TCPHandler: Processed in 0.001894886 sec. | ||
| 8212 | 2024.12.21 08:23:12.371285 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8213 | 2024.12.21 08:23:12.371404 [ 258 ] {3ff29d2a-4113-4ac8-bc5d-a3f55c654f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8214 | 2024.12.21 08:23:12.371459 [ 258 ] {3ff29d2a-4113-4ac8-bc5d-a3f55c654f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8215 | 2024.12.21 08:23:12.372056 [ 258 ] {3ff29d2a-4113-4ac8-bc5d-a3f55c654f4e} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8216 | 2024.12.21 08:23:12.372096 [ 258 ] {3ff29d2a-4113-4ac8-bc5d-a3f55c654f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8217 | 2024.12.21 08:23:12.372488 [ 258 ] {3ff29d2a-4113-4ac8-bc5d-a3f55c654f4e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8218 | 2024.12.21 08:23:12.372722 [ 258 ] {3ff29d2a-4113-4ac8-bc5d-a3f55c654f4e} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8219 | 2024.12.21 08:23:12.372946 [ 258 ] {3ff29d2a-4113-4ac8-bc5d-a3f55c654f4e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001569 sec., 151051.62523900572 rows/sec., 10.12 MiB/sec. | ||
| 8220 | 2024.12.21 08:23:12.373005 [ 258 ] {3ff29d2a-4113-4ac8-bc5d-a3f55c654f4e} <Debug> TCPHandler: Processed in 0.001810366 sec. | ||
| 8221 | 2024.12.21 08:23:12.373171 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8222 | 2024.12.21 08:23:12.373312 [ 4 ] {20cb6a30-c218-426e-8cf8-8929695139be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8223 | 2024.12.21 08:23:12.373376 [ 4 ] {20cb6a30-c218-426e-8cf8-8929695139be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8224 | 2024.12.21 08:23:12.373903 [ 4 ] {20cb6a30-c218-426e-8cf8-8929695139be} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8225 | 2024.12.21 08:23:12.373942 [ 4 ] {20cb6a30-c218-426e-8cf8-8929695139be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8226 | 2024.12.21 08:23:12.374321 [ 4 ] {20cb6a30-c218-426e-8cf8-8929695139be} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8227 | 2024.12.21 08:23:12.374556 [ 4 ] {20cb6a30-c218-426e-8cf8-8929695139be} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8228 | 2024.12.21 08:23:12.374768 [ 4 ] {20cb6a30-c218-426e-8cf8-8929695139be} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 8229 | 2024.12.21 08:23:12.374822 [ 4 ] {20cb6a30-c218-426e-8cf8-8929695139be} <Debug> TCPHandler: Processed in 0.001718725 sec. | ||
| 8230 | 2024.12.21 08:23:12.374965 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2024.12.21 08:23:12.375103 [ 258 ] {56142d2c-d76b-43d2-aeef-514894b364eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8232 | 2024.12.21 08:23:12.375196 [ 258 ] {56142d2c-d76b-43d2-aeef-514894b364eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8233 | 2024.12.21 08:23:12.376380 [ 258 ] {56142d2c-d76b-43d2-aeef-514894b364eb} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8234 | 2024.12.21 08:23:12.376420 [ 258 ] {56142d2c-d76b-43d2-aeef-514894b364eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8235 | 2024.12.21 08:23:12.377026 [ 258 ] {56142d2c-d76b-43d2-aeef-514894b364eb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8236 | 2024.12.21 08:23:12.377283 [ 258 ] {56142d2c-d76b-43d2-aeef-514894b364eb} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2024.12.21 08:23:12.377534 [ 258 ] {56142d2c-d76b-43d2-aeef-514894b364eb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002462 sec., 3249.390739236393 rows/sec., 5.82 MiB/sec. | ||
| 8238 | 2024.12.21 08:23:12.377663 [ 258 ] {56142d2c-d76b-43d2-aeef-514894b364eb} <Debug> TCPHandler: Processed in 0.002764804 sec. | ||
| 8239 | 2024.12.21 08:23:12.377824 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2024.12.21 08:23:12.377956 [ 4 ] {1f807ef9-bf63-48f2-aaf6-6c5ae645cf3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8241 | 2024.12.21 08:23:12.378013 [ 4 ] {1f807ef9-bf63-48f2-aaf6-6c5ae645cf3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8242 | 2024.12.21 08:23:12.378552 [ 4 ] {1f807ef9-bf63-48f2-aaf6-6c5ae645cf3f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2024.12.21 08:23:12.378596 [ 4 ] {1f807ef9-bf63-48f2-aaf6-6c5ae645cf3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8244 | 2024.12.21 08:23:12.379039 [ 4 ] {1f807ef9-bf63-48f2-aaf6-6c5ae645cf3f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8245 | 2024.12.21 08:23:12.379280 [ 4 ] {1f807ef9-bf63-48f2-aaf6-6c5ae645cf3f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8246 | 2024.12.21 08:23:12.379493 [ 4 ] {1f807ef9-bf63-48f2-aaf6-6c5ae645cf3f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 8247 | 2024.12.21 08:23:12.379548 [ 4 ] {1f807ef9-bf63-48f2-aaf6-6c5ae645cf3f} <Debug> TCPHandler: Processed in 0.001789326 sec. | ||
| 8248 | 2024.12.21 08:23:16.268432 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8249 | 2024.12.21 08:23:16.268556 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8250 | 2024.12.21 08:23:16.401844 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8251 | 2024.12.21 08:23:16.402617 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2024.12.21 08:23:16.402675 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8253 | 2024.12.21 08:23:16.403246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8254 | 2024.12.21 08:23:16.403485 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2024.12.21 08:23:16.403726 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8256 | 2024.12.21 08:23:16.484640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1142 | ||
| 8257 | 2024.12.21 08:23:16.488068 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2024.12.21 08:23:16.488140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8259 | 2024.12.21 08:23:16.489674 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8260 | 2024.12.21 08:23:16.490010 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2024.12.21 08:23:16.490714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1142 | ||
| 8262 | 2024.12.21 08:23:17.353595 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8263 | 2024.12.21 08:23:17.353808 [ 4 ] {4074d9b0-2901-4384-86b1-46a430a3b1e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8264 | 2024.12.21 08:23:17.353890 [ 4 ] {4074d9b0-2901-4384-86b1-46a430a3b1e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8265 | 2024.12.21 08:23:17.354667 [ 4 ] {4074d9b0-2901-4384-86b1-46a430a3b1e7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8266 | 2024.12.21 08:23:17.354715 [ 4 ] {4074d9b0-2901-4384-86b1-46a430a3b1e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8267 | 2024.12.21 08:23:17.355179 [ 4 ] {4074d9b0-2901-4384-86b1-46a430a3b1e7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8268 | 2024.12.21 08:23:17.355441 [ 4 ] {4074d9b0-2901-4384-86b1-46a430a3b1e7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8269 | 2024.12.21 08:23:17.355718 [ 4 ] {4074d9b0-2901-4384-86b1-46a430a3b1e7} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001968 sec., 61991.86991869918 rows/sec., 5.27 MiB/sec. | ||
| 8270 | 2024.12.21 08:23:17.355932 [ 4 ] {4074d9b0-2901-4384-86b1-46a430a3b1e7} <Debug> TCPHandler: Processed in 0.002467112 sec. | ||
| 8271 | 2024.12.21 08:23:17.356219 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8272 | 2024.12.21 08:23:17.356401 [ 258 ] {c2aa2ddc-0268-4fed-b0f4-eae939030e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8273 | 2024.12.21 08:23:17.356472 [ 258 ] {c2aa2ddc-0268-4fed-b0f4-eae939030e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8274 | 2024.12.21 08:23:17.357215 [ 258 ] {c2aa2ddc-0268-4fed-b0f4-eae939030e09} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2024.12.21 08:23:17.357260 [ 258 ] {c2aa2ddc-0268-4fed-b0f4-eae939030e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8276 | 2024.12.21 08:23:17.357695 [ 258 ] {c2aa2ddc-0268-4fed-b0f4-eae939030e09} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8277 | 2024.12.21 08:23:17.357948 [ 258 ] {c2aa2ddc-0268-4fed-b0f4-eae939030e09} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8278 | 2024.12.21 08:23:17.358156 [ 258 ] {c2aa2ddc-0268-4fed-b0f4-eae939030e09} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001818 sec., 18151.81518151815 rows/sec., 1.33 MiB/sec. | ||
| 8279 | 2024.12.21 08:23:17.358209 [ 258 ] {c2aa2ddc-0268-4fed-b0f4-eae939030e09} <Debug> TCPHandler: Processed in 0.002171249 sec. | ||
| 8280 | 2024.12.21 08:23:17.358375 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8281 | 2024.12.21 08:23:17.358491 [ 4 ] {b3b7a01f-017e-4366-81b2-546f1006db21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8282 | 2024.12.21 08:23:17.358541 [ 4 ] {b3b7a01f-017e-4366-81b2-546f1006db21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8283 | 2024.12.21 08:23:17.359205 [ 4 ] {b3b7a01f-017e-4366-81b2-546f1006db21} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8284 | 2024.12.21 08:23:17.359247 [ 4 ] {b3b7a01f-017e-4366-81b2-546f1006db21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8285 | 2024.12.21 08:23:17.359631 [ 4 ] {b3b7a01f-017e-4366-81b2-546f1006db21} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8286 | 2024.12.21 08:23:17.359881 [ 4 ] {b3b7a01f-017e-4366-81b2-546f1006db21} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8287 | 2024.12.21 08:23:17.360117 [ 4 ] {b3b7a01f-017e-4366-81b2-546f1006db21} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001618 sec., 59950.55624227441 rows/sec., 4.68 MiB/sec. | ||
| 8288 | 2024.12.21 08:23:17.360179 [ 4 ] {b3b7a01f-017e-4366-81b2-546f1006db21} <Debug> TCPHandler: Processed in 0.001834327 sec. | ||
| 8289 | 2024.12.21 08:23:17.360341 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8290 | 2024.12.21 08:23:17.360460 [ 258 ] {97715165-7e50-4be5-91a6-957a30677ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8291 | 2024.12.21 08:23:17.360513 [ 258 ] {97715165-7e50-4be5-91a6-957a30677ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8292 | 2024.12.21 08:23:17.361093 [ 258 ] {97715165-7e50-4be5-91a6-957a30677ba0} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8293 | 2024.12.21 08:23:17.361131 [ 258 ] {97715165-7e50-4be5-91a6-957a30677ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8294 | 2024.12.21 08:23:17.361523 [ 258 ] {97715165-7e50-4be5-91a6-957a30677ba0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8295 | 2024.12.21 08:23:17.361764 [ 258 ] {97715165-7e50-4be5-91a6-957a30677ba0} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8296 | 2024.12.21 08:23:17.361936 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8297 | 2024.12.21 08:23:17.361989 [ 258 ] {97715165-7e50-4be5-91a6-957a30677ba0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. | ||
| 8298 | 2024.12.21 08:23:17.362018 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2024.12.21 08:23:17.362080 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8300 | 2024.12.21 08:23:17.362102 [ 258 ] {97715165-7e50-4be5-91a6-957a30677ba0} <Debug> TCPHandler: Processed in 0.001819705 sec. | ||
| 8301 | 2024.12.21 08:23:17.362324 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 8302 | 2024.12.21 08:23:17.362334 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8303 | 2024.12.21 08:23:17.362547 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8304 | 2024.12.21 08:23:17.362605 [ 4 ] {241da8b2-c3af-420e-ad0f-95b493ec3b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8305 | 2024.12.21 08:23:17.362623 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15394 rows starting from the beginning of the part | ||
| 8306 | 2024.12.21 08:23:17.362952 [ 4 ] {241da8b2-c3af-420e-ad0f-95b493ec3b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8307 | 2024.12.21 08:23:17.362977 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 8308 | 2024.12.21 08:23:17.363400 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part | ||
| 8309 | 2024.12.21 08:23:17.363761 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 8310 | 2024.12.21 08:23:17.364330 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 8311 | 2024.12.21 08:23:17.364699 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 8312 | 2024.12.21 08:23:17.367818 [ 4 ] {241da8b2-c3af-420e-ad0f-95b493ec3b5e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8313 | 2024.12.21 08:23:17.367891 [ 4 ] {241da8b2-c3af-420e-ad0f-95b493ec3b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8314 | 2024.12.21 08:23:17.369425 [ 4 ] {241da8b2-c3af-420e-ad0f-95b493ec3b5e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8315 | 2024.12.21 08:23:17.370146 [ 4 ] {241da8b2-c3af-420e-ad0f-95b493ec3b5e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8316 | 2024.12.21 08:23:17.370361 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8317 | 2024.12.21 08:23:17.370445 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8318 | 2024.12.21 08:23:17.370479 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8319 | 2024.12.21 08:23:17.370500 [ 4 ] {241da8b2-c3af-420e-ad0f-95b493ec3b5e} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007965 sec., 4143.126177024482 rows/sec., 7.42 MiB/sec. | ||
| 8320 | 2024.12.21 08:23:17.370948 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 8321 | 2024.12.21 08:23:17.370982 [ 4 ] {241da8b2-c3af-420e-ad0f-95b493ec3b5e} <Debug> TCPHandler: Processed in 0.008787778 sec. | ||
| 8322 | 2024.12.21 08:23:17.371242 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8323 | 2024.12.21 08:23:17.371611 [ 258 ] {5b4177ed-b557-4454-8071-1d7602833e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8324 | 2024.12.21 08:23:17.371791 [ 258 ] {5b4177ed-b557-4454-8071-1d7602833e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8325 | 2024.12.21 08:23:17.372016 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8326 | 2024.12.21 08:23:17.372438 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 926 rows starting from the beginning of the part | ||
| 8327 | 2024.12.21 08:23:17.373178 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16348 rows, containing 5 columns (5 merged, 0 gathered) in 0.010996507 sec., 1486653.8983697277 rows/sec., 100.20 MiB/sec. | ||
| 8328 | 2024.12.21 08:23:17.373861 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8329 | 2024.12.21 08:23:17.373945 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part | ||
| 8330 | 2024.12.21 08:23:17.375086 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2024.12.21 08:23:17.375145 [ 258 ] {5b4177ed-b557-4454-8071-1d7602833e21} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2024.12.21 08:23:17.375267 [ 258 ] {5b4177ed-b557-4454-8071-1d7602833e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8333 | 2024.12.21 08:23:17.375387 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part | ||
| 8334 | 2024.12.21 08:23:17.375516 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8335 | 2024.12.21 08:23:17.375860 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 8336 | 2024.12.21 08:23:17.376511 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part | ||
| 8337 | 2024.12.21 08:23:17.377049 [ 258 ] {5b4177ed-b557-4454-8071-1d7602833e21} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8338 | 2024.12.21 08:23:17.377088 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part | ||
| 8339 | 2024.12.21 08:23:17.377583 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part | ||
| 8340 | 2024.12.21 08:23:17.377753 [ 258 ] {5b4177ed-b557-4454-8071-1d7602833e21} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8341 | 2024.12.21 08:23:17.378441 [ 48 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8342 | 2024.12.21 08:23:17.378542 [ 48 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8343 | 2024.12.21 08:23:17.378625 [ 258 ] {5b4177ed-b557-4454-8071-1d7602833e21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007112 sec., 8436.445444319459 rows/sec., 582.20 KiB/sec. | ||
| 8344 | 2024.12.21 08:23:17.378633 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8345 | 2024.12.21 08:23:17.378998 [ 258 ] {5b4177ed-b557-4454-8071-1d7602833e21} <Debug> TCPHandler: Processed in 0.007886029 sec. | ||
| 8346 | 2024.12.21 08:23:17.379330 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 8347 | 2024.12.21 08:23:17.379626 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8348 | 2024.12.21 08:23:17.379703 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2922 rows starting from the beginning of the part | ||
| 8349 | 2024.12.21 08:23:17.380054 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 8350 | 2024.12.21 08:23:17.380438 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 8351 | 2024.12.21 08:23:17.380756 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 8352 | 2024.12.21 08:23:17.380981 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 8353 | 2024.12.21 08:23:17.381091 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 8354 | 2024.12.21 08:23:17.384402 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3266 rows, containing 4 columns (4 merged, 0 gathered) in 0.005596789 sec., 583548.8884787331 rows/sec., 37.82 MiB/sec. | ||
| 8355 | 2024.12.21 08:23:17.384857 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8356 | 2024.12.21 08:23:17.385495 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8357 | 2024.12.21 08:23:17.385613 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_56_11} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8358 | 2024.12.21 08:23:17.385755 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 8359 | 2024.12.21 08:23:17.389379 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1041 rows, containing 19 columns (19 merged, 0 gathered) in 0.018783686 sec., 55420.43239010703 rows/sec., 99.31 MiB/sec. | ||
| 8360 | 2024.12.21 08:23:17.390631 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8361 | 2024.12.21 08:23:17.391056 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8362 | 2024.12.21 08:23:17.391144 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8363 | 2024.12.21 08:23:17.391297 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.32 MiB. | ||
| 8364 | 2024.12.21 08:23:17.663142 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8365 | 2024.12.21 08:23:17.685818 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2024.12.21 08:23:17.685863 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8367 | 2024.12.21 08:23:17.693379 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8368 | 2024.12.21 08:23:17.694163 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8369 | 2024.12.21 08:23:17.696866 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8370 | 2024.12.21 08:23:18.000247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.10 MiB, peak 221.85 MiB, free memory in arenas 0.00 B, will set to 215.98 MiB (RSS), difference: 1.88 MiB | ||
| 8371 | 2024.12.21 08:23:20.540609 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8372 | 2024.12.21 08:23:20.540847 [ 4 ] {506260e3-2ee6-4cf3-a569-63ddc0a0a9f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8373 | 2024.12.21 08:23:20.540942 [ 4 ] {506260e3-2ee6-4cf3-a569-63ddc0a0a9f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8374 | 2024.12.21 08:23:20.541751 [ 4 ] {506260e3-2ee6-4cf3-a569-63ddc0a0a9f8} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8375 | 2024.12.21 08:23:20.541807 [ 4 ] {506260e3-2ee6-4cf3-a569-63ddc0a0a9f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8376 | 2024.12.21 08:23:20.542262 [ 4 ] {506260e3-2ee6-4cf3-a569-63ddc0a0a9f8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8377 | 2024.12.21 08:23:20.542526 [ 4 ] {506260e3-2ee6-4cf3-a569-63ddc0a0a9f8} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8378 | 2024.12.21 08:23:20.542810 [ 4 ] {506260e3-2ee6-4cf3-a569-63ddc0a0a9f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002018 sec., 6937.5619425173445 rows/sec., 499.41 KiB/sec. | ||
| 8379 | 2024.12.21 08:23:20.542987 [ 4 ] {506260e3-2ee6-4cf3-a569-63ddc0a0a9f8} <Debug> TCPHandler: Processed in 0.002511332 sec. | ||
| 8380 | 2024.12.21 08:23:20.543293 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8381 | 2024.12.21 08:23:20.543510 [ 258 ] {8735dc9e-c8b2-4b58-9cbd-53c62b1bc772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8382 | 2024.12.21 08:23:20.543597 [ 258 ] {8735dc9e-c8b2-4b58-9cbd-53c62b1bc772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8383 | 2024.12.21 08:23:20.544426 [ 258 ] {8735dc9e-c8b2-4b58-9cbd-53c62b1bc772} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2024.12.21 08:23:20.544476 [ 258 ] {8735dc9e-c8b2-4b58-9cbd-53c62b1bc772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8385 | 2024.12.21 08:23:20.544911 [ 258 ] {8735dc9e-c8b2-4b58-9cbd-53c62b1bc772} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8386 | 2024.12.21 08:23:20.545182 [ 258 ] {8735dc9e-c8b2-4b58-9cbd-53c62b1bc772} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2024.12.21 08:23:20.545446 [ 258 ] {8735dc9e-c8b2-4b58-9cbd-53c62b1bc772} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001992 sec., 2008.0321285140565 rows/sec., 163.74 KiB/sec. | ||
| 8388 | 2024.12.21 08:23:20.545537 [ 258 ] {8735dc9e-c8b2-4b58-9cbd-53c62b1bc772} <Debug> TCPHandler: Processed in 0.002411151 sec. | ||
| 8389 | 2024.12.21 08:23:20.545678 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8390 | 2024.12.21 08:23:20.545808 [ 4 ] {35ddcc60-e8a3-49c9-bd6f-93e69e9f8780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8391 | 2024.12.21 08:23:20.545862 [ 4 ] {35ddcc60-e8a3-49c9-bd6f-93e69e9f8780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8392 | 2024.12.21 08:23:20.547424 [ 4 ] {35ddcc60-e8a3-49c9-bd6f-93e69e9f8780} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8393 | 2024.12.21 08:23:20.547469 [ 4 ] {35ddcc60-e8a3-49c9-bd6f-93e69e9f8780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8394 | 2024.12.21 08:23:20.547943 [ 4 ] {35ddcc60-e8a3-49c9-bd6f-93e69e9f8780} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8395 | 2024.12.21 08:23:20.548214 [ 4 ] {35ddcc60-e8a3-49c9-bd6f-93e69e9f8780} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8396 | 2024.12.21 08:23:20.548395 [ 42 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8397 | 2024.12.21 08:23:20.548457 [ 4 ] {35ddcc60-e8a3-49c9-bd6f-93e69e9f8780} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002678 sec., 508215.08588498883 rows/sec., 42.40 MiB/sec. | ||
| 8398 | 2024.12.21 08:23:20.548475 [ 42 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8399 | 2024.12.21 08:23:20.548539 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8400 | 2024.12.21 08:23:20.548591 [ 4 ] {35ddcc60-e8a3-49c9-bd6f-93e69e9f8780} <Debug> TCPHandler: Processed in 0.002971597 sec. | ||
| 8401 | 2024.12.21 08:23:20.548792 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 8402 | 2024.12.21 08:23:20.548838 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8403 | 2024.12.21 08:23:20.549083 [ 258 ] {9ab910f7-d0dd-4e20-8123-ec99813d6025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8404 | 2024.12.21 08:23:20.549086 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8405 | 2024.12.21 08:23:20.549179 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1437 rows starting from the beginning of the part | ||
| 8406 | 2024.12.21 08:23:20.549184 [ 258 ] {9ab910f7-d0dd-4e20-8123-ec99813d6025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8407 | 2024.12.21 08:23:20.549514 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 219 rows starting from the beginning of the part | ||
| 8408 | 2024.12.21 08:23:20.549828 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 122 rows starting from the beginning of the part | ||
| 8409 | 2024.12.21 08:23:20.550148 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 219 rows starting from the beginning of the part | ||
| 8410 | 2024.12.21 08:23:20.550556 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 122 rows starting from the beginning of the part | ||
| 8411 | 2024.12.21 08:23:20.550915 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1361 rows starting from the beginning of the part | ||
| 8412 | 2024.12.21 08:23:20.552106 [ 258 ] {9ab910f7-d0dd-4e20-8123-ec99813d6025} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8413 | 2024.12.21 08:23:20.552171 [ 258 ] {9ab910f7-d0dd-4e20-8123-ec99813d6025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8414 | 2024.12.21 08:23:20.553016 [ 258 ] {9ab910f7-d0dd-4e20-8123-ec99813d6025} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8415 | 2024.12.21 08:23:20.553454 [ 258 ] {9ab910f7-d0dd-4e20-8123-ec99813d6025} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8416 | 2024.12.21 08:23:20.553754 [ 258 ] {9ab910f7-d0dd-4e20-8123-ec99813d6025} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.00475 sec., 4000 rows/sec., 281.46 KiB/sec. | ||
| 8417 | 2024.12.21 08:23:20.553909 [ 258 ] {9ab910f7-d0dd-4e20-8123-ec99813d6025} <Debug> TCPHandler: Processed in 0.005164296 sec. | ||
| 8418 | 2024.12.21 08:23:20.554354 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8419 | 2024.12.21 08:23:20.554814 [ 4 ] {d2e180bf-114f-4c46-9bb2-cb60d85c9c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8420 | 2024.12.21 08:23:20.554866 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 5 columns (5 merged, 0 gathered) in 0.006218785 sec., 559594.8404712497 rows/sec., 49.24 MiB/sec. | ||
| 8421 | 2024.12.21 08:23:20.554889 [ 4 ] {d2e180bf-114f-4c46-9bb2-cb60d85c9c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8422 | 2024.12.21 08:23:20.555217 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8423 | 2024.12.21 08:23:20.555904 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8424 | 2024.12.21 08:23:20.556148 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_61_12} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8425 | 2024.12.21 08:23:20.556260 [ 4 ] {d2e180bf-114f-4c46-9bb2-cb60d85c9c25} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8426 | 2024.12.21 08:23:20.556312 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 8427 | 2024.12.21 08:23:20.556332 [ 4 ] {d2e180bf-114f-4c46-9bb2-cb60d85c9c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8428 | 2024.12.21 08:23:20.556735 [ 4 ] {d2e180bf-114f-4c46-9bb2-cb60d85c9c25} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8429 | 2024.12.21 08:23:20.556985 [ 4 ] {d2e180bf-114f-4c46-9bb2-cb60d85c9c25} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8430 | 2024.12.21 08:23:20.557206 [ 4 ] {d2e180bf-114f-4c46-9bb2-cb60d85c9c25} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002513 sec., 96299.2439315559 rows/sec., 6.52 MiB/sec. | ||
| 8431 | 2024.12.21 08:23:20.557269 [ 4 ] {d2e180bf-114f-4c46-9bb2-cb60d85c9c25} <Debug> TCPHandler: Processed in 0.003221118 sec. | ||
| 8432 | 2024.12.21 08:23:20.557425 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8433 | 2024.12.21 08:23:20.557564 [ 258 ] {efe38189-b6b9-408c-8d5a-f7519e9ba24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8434 | 2024.12.21 08:23:20.557623 [ 258 ] {efe38189-b6b9-408c-8d5a-f7519e9ba24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8435 | 2024.12.21 08:23:20.558278 [ 258 ] {efe38189-b6b9-408c-8d5a-f7519e9ba24c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8436 | 2024.12.21 08:23:20.558317 [ 258 ] {efe38189-b6b9-408c-8d5a-f7519e9ba24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8437 | 2024.12.21 08:23:20.558681 [ 258 ] {efe38189-b6b9-408c-8d5a-f7519e9ba24c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8438 | 2024.12.21 08:23:20.558928 [ 258 ] {efe38189-b6b9-408c-8d5a-f7519e9ba24c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8439 | 2024.12.21 08:23:20.559143 [ 258 ] {efe38189-b6b9-408c-8d5a-f7519e9ba24c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001609 sec., 8079.552517091362 rows/sec., 503.76 KiB/sec. | ||
| 8440 | 2024.12.21 08:23:20.559199 [ 258 ] {efe38189-b6b9-408c-8d5a-f7519e9ba24c} <Debug> TCPHandler: Processed in 0.001838756 sec. | ||
| 8441 | 2024.12.21 08:23:20.559412 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8442 | 2024.12.21 08:23:20.559633 [ 4 ] {4d274237-ace7-4bd6-8ab7-c0294963fc85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8443 | 2024.12.21 08:23:20.559725 [ 4 ] {4d274237-ace7-4bd6-8ab7-c0294963fc85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8444 | 2024.12.21 08:23:20.560814 [ 4 ] {4d274237-ace7-4bd6-8ab7-c0294963fc85} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8445 | 2024.12.21 08:23:20.560854 [ 4 ] {4d274237-ace7-4bd6-8ab7-c0294963fc85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8446 | 2024.12.21 08:23:20.561266 [ 4 ] {4d274237-ace7-4bd6-8ab7-c0294963fc85} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8447 | 2024.12.21 08:23:20.561511 [ 4 ] {4d274237-ace7-4bd6-8ab7-c0294963fc85} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8448 | 2024.12.21 08:23:20.561680 [ 42 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8449 | 2024.12.21 08:23:20.561737 [ 42 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8450 | 2024.12.21 08:23:20.561753 [ 4 ] {4d274237-ace7-4bd6-8ab7-c0294963fc85} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002166 sec., 392428.4395198523 rows/sec., 28.38 MiB/sec. | ||
| 8451 | 2024.12.21 08:23:20.561773 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8452 | 2024.12.21 08:23:20.561899 [ 4 ] {4d274237-ace7-4bd6-8ab7-c0294963fc85} <Debug> TCPHandler: Processed in 0.002600403 sec. | ||
| 8453 | 2024.12.21 08:23:20.561973 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 8454 | 2024.12.21 08:23:20.562082 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8455 | 2024.12.21 08:23:20.562200 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8456 | 2024.12.21 08:23:20.562298 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
| 8457 | 2024.12.21 08:23:20.562382 [ 258 ] {f7b9bb18-123e-4962-a89e-4e07b49f4a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8458 | 2024.12.21 08:23:20.562588 [ 258 ] {f7b9bb18-123e-4962-a89e-4e07b49f4a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8459 | 2024.12.21 08:23:20.562612 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 390 rows starting from the beginning of the part | ||
| 8460 | 2024.12.21 08:23:20.563058 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 97 rows starting from the beginning of the part | ||
| 8461 | 2024.12.21 08:23:20.563463 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 390 rows starting from the beginning of the part | ||
| 8462 | 2024.12.21 08:23:20.563790 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 97 rows starting from the beginning of the part | ||
| 8463 | 2024.12.21 08:23:20.564186 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 850 rows starting from the beginning of the part | ||
| 8464 | 2024.12.21 08:23:20.564932 [ 258 ] {f7b9bb18-123e-4962-a89e-4e07b49f4a10} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8465 | 2024.12.21 08:23:20.565001 [ 258 ] {f7b9bb18-123e-4962-a89e-4e07b49f4a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8466 | 2024.12.21 08:23:20.565931 [ 258 ] {f7b9bb18-123e-4962-a89e-4e07b49f4a10} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8467 | 2024.12.21 08:23:20.566473 [ 258 ] {f7b9bb18-123e-4962-a89e-4e07b49f4a10} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8468 | 2024.12.21 08:23:20.566764 [ 258 ] {f7b9bb18-123e-4962-a89e-4e07b49f4a10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00446 sec., 1345.2914798206277 rows/sec., 70.29 KiB/sec. | ||
| 8469 | 2024.12.21 08:23:20.567053 [ 258 ] {f7b9bb18-123e-4962-a89e-4e07b49f4a10} <Debug> TCPHandler: Processed in 0.005046395 sec. | ||
| 8470 | 2024.12.21 08:23:20.567371 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8471 | 2024.12.21 08:23:20.567749 [ 4 ] {9e33da2d-d36a-4f16-b18a-e131d6e90add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8472 | 2024.12.21 08:23:20.567765 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2739 rows, containing 5 columns (5 merged, 0 gathered) in 0.005870552 sec., 466566.00605871476 rows/sec., 35.59 MiB/sec. | ||
| 8473 | 2024.12.21 08:23:20.567822 [ 4 ] {9e33da2d-d36a-4f16-b18a-e131d6e90add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8474 | 2024.12.21 08:23:20.567938 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8475 | 2024.12.21 08:23:20.568286 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8476 | 2024.12.21 08:23:20.568364 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_61_12} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8477 | 2024.12.21 08:23:20.568460 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 8478 | 2024.12.21 08:23:20.568751 [ 4 ] {9e33da2d-d36a-4f16-b18a-e131d6e90add} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8479 | 2024.12.21 08:23:20.568788 [ 4 ] {9e33da2d-d36a-4f16-b18a-e131d6e90add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8480 | 2024.12.21 08:23:20.569230 [ 4 ] {9e33da2d-d36a-4f16-b18a-e131d6e90add} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8481 | 2024.12.21 08:23:20.569481 [ 4 ] {9e33da2d-d36a-4f16-b18a-e131d6e90add} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8482 | 2024.12.21 08:23:20.569659 [ 4 ] {9e33da2d-d36a-4f16-b18a-e131d6e90add} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.00199 sec., 465829.1457286432 rows/sec., 31.08 MiB/sec. | ||
| 8483 | 2024.12.21 08:23:20.569712 [ 4 ] {9e33da2d-d36a-4f16-b18a-e131d6e90add} <Debug> TCPHandler: Processed in 0.002532072 sec. | ||
| 8484 | 2024.12.21 08:23:20.569853 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8485 | 2024.12.21 08:23:20.569971 [ 258 ] {31f0a533-1a40-47bf-b5fa-e1c7edcb7289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8486 | 2024.12.21 08:23:20.570024 [ 258 ] {31f0a533-1a40-47bf-b5fa-e1c7edcb7289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8487 | 2024.12.21 08:23:20.570589 [ 258 ] {31f0a533-1a40-47bf-b5fa-e1c7edcb7289} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8488 | 2024.12.21 08:23:20.570636 [ 258 ] {31f0a533-1a40-47bf-b5fa-e1c7edcb7289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8489 | 2024.12.21 08:23:20.571067 [ 258 ] {31f0a533-1a40-47bf-b5fa-e1c7edcb7289} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8490 | 2024.12.21 08:23:20.571310 [ 258 ] {31f0a533-1a40-47bf-b5fa-e1c7edcb7289} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8491 | 2024.12.21 08:23:20.571530 [ 258 ] {31f0a533-1a40-47bf-b5fa-e1c7edcb7289} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001583 sec., 631.7119393556538 rows/sec., 42.57 KiB/sec. | ||
| 8492 | 2024.12.21 08:23:20.571582 [ 258 ] {31f0a533-1a40-47bf-b5fa-e1c7edcb7289} <Debug> TCPHandler: Processed in 0.001786846 sec. | ||
| 8493 | 2024.12.21 08:23:20.571732 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8494 | 2024.12.21 08:23:20.571848 [ 4 ] {afdd0d4c-ae25-46c4-9f4c-cdee1a30ebb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8495 | 2024.12.21 08:23:20.571928 [ 4 ] {afdd0d4c-ae25-46c4-9f4c-cdee1a30ebb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8496 | 2024.12.21 08:23:20.573024 [ 4 ] {afdd0d4c-ae25-46c4-9f4c-cdee1a30ebb0} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8497 | 2024.12.21 08:23:20.573065 [ 4 ] {afdd0d4c-ae25-46c4-9f4c-cdee1a30ebb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8498 | 2024.12.21 08:23:20.573679 [ 4 ] {afdd0d4c-ae25-46c4-9f4c-cdee1a30ebb0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8499 | 2024.12.21 08:23:20.573933 [ 4 ] {afdd0d4c-ae25-46c4-9f4c-cdee1a30ebb0} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8500 | 2024.12.21 08:23:20.574132 [ 4 ] {afdd0d4c-ae25-46c4-9f4c-cdee1a30ebb0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002308 sec., 3466.2045060658575 rows/sec., 6.21 MiB/sec. | ||
| 8501 | 2024.12.21 08:23:20.574233 [ 4 ] {afdd0d4c-ae25-46c4-9f4c-cdee1a30ebb0} <Debug> TCPHandler: Processed in 0.002557773 sec. | ||
| 8502 | 2024.12.21 08:23:20.574392 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8503 | 2024.12.21 08:23:20.574531 [ 258 ] {8d325221-6c2a-44c6-b0f6-e2e16412d9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8504 | 2024.12.21 08:23:20.574591 [ 258 ] {8d325221-6c2a-44c6-b0f6-e2e16412d9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8505 | 2024.12.21 08:23:20.575164 [ 258 ] {8d325221-6c2a-44c6-b0f6-e2e16412d9fe} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8506 | 2024.12.21 08:23:20.575203 [ 258 ] {8d325221-6c2a-44c6-b0f6-e2e16412d9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8507 | 2024.12.21 08:23:20.575578 [ 258 ] {8d325221-6c2a-44c6-b0f6-e2e16412d9fe} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8508 | 2024.12.21 08:23:20.575816 [ 258 ] {8d325221-6c2a-44c6-b0f6-e2e16412d9fe} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8509 | 2024.12.21 08:23:20.576018 [ 258 ] {8d325221-6c2a-44c6-b0f6-e2e16412d9fe} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001517 sec., 46143.70468029005 rows/sec., 2.90 MiB/sec. | ||
| 8510 | 2024.12.21 08:23:20.576071 [ 258 ] {8d325221-6c2a-44c6-b0f6-e2e16412d9fe} <Debug> TCPHandler: Processed in 0.001746915 sec. | ||
| 8511 | 2024.12.21 08:23:22.344852 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8512 | 2024.12.21 08:23:22.345078 [ 4 ] {1ff07d25-0909-4b8e-b573-b61436757f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8513 | 2024.12.21 08:23:22.345172 [ 4 ] {1ff07d25-0909-4b8e-b573-b61436757f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8514 | 2024.12.21 08:23:22.346101 [ 4 ] {1ff07d25-0909-4b8e-b573-b61436757f50} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8515 | 2024.12.21 08:23:22.346158 [ 4 ] {1ff07d25-0909-4b8e-b573-b61436757f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8516 | 2024.12.21 08:23:22.346649 [ 4 ] {1ff07d25-0909-4b8e-b573-b61436757f50} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8517 | 2024.12.21 08:23:22.346933 [ 4 ] {1ff07d25-0909-4b8e-b573-b61436757f50} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8518 | 2024.12.21 08:23:22.347262 [ 4 ] {1ff07d25-0909-4b8e-b573-b61436757f50} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002249 sec., 24899.955535793684 rows/sec., 1.91 MiB/sec. | ||
| 8519 | 2024.12.21 08:23:22.347340 [ 4 ] {1ff07d25-0909-4b8e-b573-b61436757f50} <Debug> TCPHandler: Processed in 0.002667043 sec. | ||
| 8520 | 2024.12.21 08:23:22.347603 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8521 | 2024.12.21 08:23:22.347796 [ 258 ] {3d237c3e-c999-4715-91ef-db8691e66ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8522 | 2024.12.21 08:23:22.347869 [ 258 ] {3d237c3e-c999-4715-91ef-db8691e66ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8523 | 2024.12.21 08:23:22.348717 [ 258 ] {3d237c3e-c999-4715-91ef-db8691e66ef4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8524 | 2024.12.21 08:23:22.348773 [ 258 ] {3d237c3e-c999-4715-91ef-db8691e66ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8525 | 2024.12.21 08:23:22.349245 [ 258 ] {3d237c3e-c999-4715-91ef-db8691e66ef4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8526 | 2024.12.21 08:23:22.349517 [ 258 ] {3d237c3e-c999-4715-91ef-db8691e66ef4} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8527 | 2024.12.21 08:23:22.349767 [ 258 ] {3d237c3e-c999-4715-91ef-db8691e66ef4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002024 sec., 31620.553359683792 rows/sec., 2.47 MiB/sec. | ||
| 8528 | 2024.12.21 08:23:22.349834 [ 258 ] {3d237c3e-c999-4715-91ef-db8691e66ef4} <Debug> TCPHandler: Processed in 0.00236033 sec. | ||
| 8529 | 2024.12.21 08:23:22.350011 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8530 | 2024.12.21 08:23:22.350158 [ 4 ] {8d6899a3-5a4f-4512-a7a7-770d34e714ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8531 | 2024.12.21 08:23:22.350226 [ 4 ] {8d6899a3-5a4f-4512-a7a7-770d34e714ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8532 | 2024.12.21 08:23:22.350908 [ 4 ] {8d6899a3-5a4f-4512-a7a7-770d34e714ed} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8533 | 2024.12.21 08:23:22.350960 [ 4 ] {8d6899a3-5a4f-4512-a7a7-770d34e714ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8534 | 2024.12.21 08:23:22.351899 [ 4 ] {8d6899a3-5a4f-4512-a7a7-770d34e714ed} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8535 | 2024.12.21 08:23:22.352198 [ 4 ] {8d6899a3-5a4f-4512-a7a7-770d34e714ed} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8536 | 2024.12.21 08:23:22.352443 [ 4 ] {8d6899a3-5a4f-4512-a7a7-770d34e714ed} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00232 sec., 13793.103448275862 rows/sec., 983.72 KiB/sec. | ||
| 8537 | 2024.12.21 08:23:22.352510 [ 4 ] {8d6899a3-5a4f-4512-a7a7-770d34e714ed} <Debug> TCPHandler: Processed in 0.002564793 sec. | ||
| 8538 | 2024.12.21 08:23:22.352668 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8539 | 2024.12.21 08:23:22.352793 [ 258 ] {fcfec72c-6dc0-4893-b79c-ead58d2ab3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8540 | 2024.12.21 08:23:22.352851 [ 258 ] {fcfec72c-6dc0-4893-b79c-ead58d2ab3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8541 | 2024.12.21 08:23:22.353368 [ 258 ] {fcfec72c-6dc0-4893-b79c-ead58d2ab3e0} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8542 | 2024.12.21 08:23:22.353412 [ 258 ] {fcfec72c-6dc0-4893-b79c-ead58d2ab3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8543 | 2024.12.21 08:23:22.353797 [ 258 ] {fcfec72c-6dc0-4893-b79c-ead58d2ab3e0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8544 | 2024.12.21 08:23:22.354038 [ 258 ] {fcfec72c-6dc0-4893-b79c-ead58d2ab3e0} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8545 | 2024.12.21 08:23:22.354256 [ 258 ] {fcfec72c-6dc0-4893-b79c-ead58d2ab3e0} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001492 sec., 8042.895442359249 rows/sec., 555.04 KiB/sec. | ||
| 8546 | 2024.12.21 08:23:22.354316 [ 258 ] {fcfec72c-6dc0-4893-b79c-ead58d2ab3e0} <Debug> TCPHandler: Processed in 0.001704805 sec. | ||
| 8547 | 2024.12.21 08:23:23.904034 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8548 | 2024.12.21 08:23:23.904673 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8549 | 2024.12.21 08:23:23.904720 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8550 | 2024.12.21 08:23:23.905234 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8551 | 2024.12.21 08:23:23.905500 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8552 | 2024.12.21 08:23:23.905705 [ 36 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8553 | 2024.12.21 08:23:23.905765 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8554 | 2024.12.21 08:23:23.905806 [ 36 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8555 | 2024.12.21 08:23:23.905839 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. | ||
| 8556 | 2024.12.21 08:23:23.906037 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 8557 | 2024.12.21 08:23:23.906292 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8558 | 2024.12.21 08:23:23.906335 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 8559 | 2024.12.21 08:23:23.906417 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 8560 | 2024.12.21 08:23:23.906630 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 8561 | 2024.12.21 08:23:23.906846 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 8562 | 2024.12.21 08:23:23.907005 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 8563 | 2024.12.21 08:23:23.907151 [ 204 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 8564 | 2024.12.21 08:23:23.909528 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003619042 sec., 5191429.113008359 rows/sec., 74.26 MiB/sec. | ||
| 8565 | 2024.12.21 08:23:23.909846 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8566 | 2024.12.21 08:23:23.910140 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_41_8} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8567 | 2024.12.21 08:23:23.910219 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_41_8} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8568 | 2024.12.21 08:23:23.910322 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8569 | 2024.12.21 08:23:25.197075 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8570 | 2024.12.21 08:23:25.221161 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8571 | 2024.12.21 08:23:25.221231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8572 | 2024.12.21 08:23:25.228840 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8573 | 2024.12.21 08:23:25.229640 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8574 | 2024.12.21 08:23:25.230064 [ 34 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8575 | 2024.12.21 08:23:25.230217 [ 34 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8576 | 2024.12.21 08:23:25.230298 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8577 | 2024.12.21 08:23:25.230637 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 8578 | 2024.12.21 08:23:25.247489 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8579 | 2024.12.21 08:23:25.248798 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8580 | 2024.12.21 08:23:25.250477 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 8581 | 2024.12.21 08:23:25.256239 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 8582 | 2024.12.21 08:23:25.262118 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 8583 | 2024.12.21 08:23:25.267838 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 8584 | 2024.12.21 08:23:25.273825 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 8585 | 2024.12.21 08:23:25.278510 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 8586 | 2024.12.21 08:23:25.338283 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.107847152 sec., 2865.1660639123784 rows/sec., 14.82 MiB/sec. | ||
| 8587 | 2024.12.21 08:23:25.341549 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8588 | 2024.12.21 08:23:25.344644 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_41_8} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8589 | 2024.12.21 08:23:25.344773 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_41_8} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8590 | 2024.12.21 08:23:25.347484 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8591 | 2024.12.21 08:23:26.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.06 MiB, peak 230.48 MiB, free memory in arenas 0.00 B, will set to 218.56 MiB (RSS), difference: 1.50 MiB | ||
| 8592 | 2024.12.21 08:23:26.491156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1186 | ||
| 8593 | 2024.12.21 08:23:26.494745 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8594 | 2024.12.21 08:23:26.494792 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8595 | 2024.12.21 08:23:26.496289 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8596 | 2024.12.21 08:23:26.496602 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8597 | 2024.12.21 08:23:26.497389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1186 | ||
| 8598 | 2024.12.21 08:23:27.353139 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2024.12.21 08:23:27.353333 [ 4 ] {7804266d-13ff-4d7d-bd2d-c5442062a0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8600 | 2024.12.21 08:23:27.353405 [ 4 ] {7804266d-13ff-4d7d-bd2d-c5442062a0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8601 | 2024.12.21 08:23:27.354202 [ 4 ] {7804266d-13ff-4d7d-bd2d-c5442062a0f5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2024.12.21 08:23:27.354257 [ 4 ] {7804266d-13ff-4d7d-bd2d-c5442062a0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8603 | 2024.12.21 08:23:27.354725 [ 4 ] {7804266d-13ff-4d7d-bd2d-c5442062a0f5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8604 | 2024.12.21 08:23:27.354988 [ 4 ] {7804266d-13ff-4d7d-bd2d-c5442062a0f5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8605 | 2024.12.21 08:23:27.355248 [ 4 ] {7804266d-13ff-4d7d-bd2d-c5442062a0f5} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001967 sec., 62023.38586680224 rows/sec., 5.27 MiB/sec. | ||
| 8606 | 2024.12.21 08:23:27.355317 [ 4 ] {7804266d-13ff-4d7d-bd2d-c5442062a0f5} <Debug> TCPHandler: Processed in 0.00230745 sec. | ||
| 8607 | 2024.12.21 08:23:27.355567 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8608 | 2024.12.21 08:23:27.355784 [ 258 ] {60466073-6aa0-4699-b986-61d0bf9c01ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8609 | 2024.12.21 08:23:27.355866 [ 258 ] {60466073-6aa0-4699-b986-61d0bf9c01ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8610 | 2024.12.21 08:23:27.356693 [ 258 ] {60466073-6aa0-4699-b986-61d0bf9c01ba} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2024.12.21 08:23:27.356746 [ 258 ] {60466073-6aa0-4699-b986-61d0bf9c01ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8612 | 2024.12.21 08:23:27.357188 [ 258 ] {60466073-6aa0-4699-b986-61d0bf9c01ba} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8613 | 2024.12.21 08:23:27.357451 [ 258 ] {60466073-6aa0-4699-b986-61d0bf9c01ba} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2024.12.21 08:23:27.357645 [ 32 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8615 | 2024.12.21 08:23:27.357711 [ 258 ] {60466073-6aa0-4699-b986-61d0bf9c01ba} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00198 sec., 16666.666666666668 rows/sec., 1.22 MiB/sec. | ||
| 8616 | 2024.12.21 08:23:27.357721 [ 32 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8617 | 2024.12.21 08:23:27.357792 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8618 | 2024.12.21 08:23:27.357852 [ 258 ] {60466073-6aa0-4699-b986-61d0bf9c01ba} <Debug> TCPHandler: Processed in 0.002422131 sec. | ||
| 8619 | 2024.12.21 08:23:27.358190 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 8620 | 2024.12.21 08:23:27.358226 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8621 | 2024.12.21 08:23:27.358654 [ 4 ] {dd08bb12-18fa-4225-9c32-c62c620f9fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8622 | 2024.12.21 08:23:27.358771 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8623 | 2024.12.21 08:23:27.358797 [ 4 ] {dd08bb12-18fa-4225-9c32-c62c620f9fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8624 | 2024.12.21 08:23:27.358967 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 66 rows starting from the beginning of the part | ||
| 8625 | 2024.12.21 08:23:27.359595 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 33 rows starting from the beginning of the part | ||
| 8626 | 2024.12.21 08:23:27.360060 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part | ||
| 8627 | 2024.12.21 08:23:27.360496 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 33 rows starting from the beginning of the part | ||
| 8628 | 2024.12.21 08:23:27.360791 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 19 rows starting from the beginning of the part | ||
| 8629 | 2024.12.21 08:23:27.361080 [ 199 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 33 rows starting from the beginning of the part | ||
| 8630 | 2024.12.21 08:23:27.362421 [ 4 ] {dd08bb12-18fa-4225-9c32-c62c620f9fc8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8631 | 2024.12.21 08:23:27.362487 [ 4 ] {dd08bb12-18fa-4225-9c32-c62c620f9fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8632 | 2024.12.21 08:23:27.363544 [ 4 ] {dd08bb12-18fa-4225-9c32-c62c620f9fc8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8633 | 2024.12.21 08:23:27.363857 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.005960382 sec., 33387.12183212418 rows/sec., 2.53 MiB/sec. | ||
| 8634 | 2024.12.21 08:23:27.364021 [ 4 ] {dd08bb12-18fa-4225-9c32-c62c620f9fc8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8635 | 2024.12.21 08:23:27.364247 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8636 | 2024.12.21 08:23:27.364530 [ 4 ] {dd08bb12-18fa-4225-9c32-c62c620f9fc8} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.006003 sec., 16158.587372980177 rows/sec., 1.26 MiB/sec. | ||
| 8637 | 2024.12.21 08:23:27.364916 [ 4 ] {dd08bb12-18fa-4225-9c32-c62c620f9fc8} <Debug> TCPHandler: Processed in 0.006948402 sec. | ||
| 8638 | 2024.12.21 08:23:27.365279 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8639 | 2024.12.21 08:23:27.365352 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8640 | 2024.12.21 08:23:27.365597 [ 196 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_56_11} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8641 | 2024.12.21 08:23:27.365609 [ 258 ] {2339ba57-645a-46b2-a61c-7d4902b54e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8642 | 2024.12.21 08:23:27.365740 [ 258 ] {2339ba57-645a-46b2-a61c-7d4902b54e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8643 | 2024.12.21 08:23:27.365754 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8644 | 2024.12.21 08:23:27.366453 [ 258 ] {2339ba57-645a-46b2-a61c-7d4902b54e1c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2024.12.21 08:23:27.366498 [ 258 ] {2339ba57-645a-46b2-a61c-7d4902b54e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8646 | 2024.12.21 08:23:27.366910 [ 258 ] {2339ba57-645a-46b2-a61c-7d4902b54e1c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8647 | 2024.12.21 08:23:27.367152 [ 258 ] {2339ba57-645a-46b2-a61c-7d4902b54e1c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2024.12.21 08:23:27.367340 [ 258 ] {2339ba57-645a-46b2-a61c-7d4902b54e1c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001799 sec., 88938.29905503057 rows/sec., 6.19 MiB/sec. | ||
| 8649 | 2024.12.21 08:23:27.367396 [ 258 ] {2339ba57-645a-46b2-a61c-7d4902b54e1c} <Debug> TCPHandler: Processed in 0.002312431 sec. | ||
| 8650 | 2024.12.21 08:23:27.367568 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8651 | 2024.12.21 08:23:27.367708 [ 4 ] {4d829989-12c1-4923-b69c-9e2d7ceb4030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8652 | 2024.12.21 08:23:27.367805 [ 4 ] {4d829989-12c1-4923-b69c-9e2d7ceb4030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8653 | 2024.12.21 08:23:27.369041 [ 4 ] {4d829989-12c1-4923-b69c-9e2d7ceb4030} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2024.12.21 08:23:27.369081 [ 4 ] {4d829989-12c1-4923-b69c-9e2d7ceb4030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8655 | 2024.12.21 08:23:27.369761 [ 4 ] {4d829989-12c1-4923-b69c-9e2d7ceb4030} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8656 | 2024.12.21 08:23:27.370023 [ 4 ] {4d829989-12c1-4923-b69c-9e2d7ceb4030} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8657 | 2024.12.21 08:23:27.370280 [ 4 ] {4d829989-12c1-4923-b69c-9e2d7ceb4030} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002605 sec., 12667.946257197696 rows/sec., 22.70 MiB/sec. | ||
| 8658 | 2024.12.21 08:23:27.370394 [ 4 ] {4d829989-12c1-4923-b69c-9e2d7ceb4030} <Debug> TCPHandler: Processed in 0.002894706 sec. | ||
| 8659 | 2024.12.21 08:23:27.370594 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8660 | 2024.12.21 08:23:27.370733 [ 258 ] {4d6720b5-228a-42b1-a82a-a48ac35b656d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8661 | 2024.12.21 08:23:27.370794 [ 258 ] {4d6720b5-228a-42b1-a82a-a48ac35b656d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8662 | 2024.12.21 08:23:27.371405 [ 258 ] {4d6720b5-228a-42b1-a82a-a48ac35b656d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8663 | 2024.12.21 08:23:27.371443 [ 258 ] {4d6720b5-228a-42b1-a82a-a48ac35b656d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8664 | 2024.12.21 08:23:27.371829 [ 258 ] {4d6720b5-228a-42b1-a82a-a48ac35b656d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8665 | 2024.12.21 08:23:27.372066 [ 258 ] {4d6720b5-228a-42b1-a82a-a48ac35b656d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2024.12.21 08:23:27.372244 [ 258 ] {4d6720b5-228a-42b1-a82a-a48ac35b656d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 8667 | 2024.12.21 08:23:27.372296 [ 258 ] {4d6720b5-228a-42b1-a82a-a48ac35b656d} <Debug> TCPHandler: Processed in 0.001769526 sec. | ||
| 8668 | 2024.12.21 08:23:31.268628 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8669 | 2024.12.21 08:23:31.268736 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8670 | 2024.12.21 08:23:31.406021 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8671 | 2024.12.21 08:23:31.406743 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8672 | 2024.12.21 08:23:31.406791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8673 | 2024.12.21 08:23:31.407322 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8674 | 2024.12.21 08:23:31.407580 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8675 | 2024.12.21 08:23:31.407830 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8676 | 2024.12.21 08:23:32.356173 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8677 | 2024.12.21 08:23:32.356370 [ 4 ] {892465b7-f88f-47b6-a057-b7bcbe149f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8678 | 2024.12.21 08:23:32.356447 [ 4 ] {892465b7-f88f-47b6-a057-b7bcbe149f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8679 | 2024.12.21 08:23:32.357187 [ 4 ] {892465b7-f88f-47b6-a057-b7bcbe149f8b} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2024.12.21 08:23:32.357238 [ 4 ] {892465b7-f88f-47b6-a057-b7bcbe149f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8681 | 2024.12.21 08:23:32.357696 [ 4 ] {892465b7-f88f-47b6-a057-b7bcbe149f8b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8682 | 2024.12.21 08:23:32.357962 [ 4 ] {892465b7-f88f-47b6-a057-b7bcbe149f8b} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8683 | 2024.12.21 08:23:32.358189 [ 4 ] {892465b7-f88f-47b6-a057-b7bcbe149f8b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 8684 | 2024.12.21 08:23:32.358248 [ 4 ] {892465b7-f88f-47b6-a057-b7bcbe149f8b} <Debug> TCPHandler: Processed in 0.00220774 sec. | ||
| 8685 | 2024.12.21 08:23:32.358489 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8686 | 2024.12.21 08:23:32.358685 [ 258 ] {906dd47d-8966-4ae0-ba65-62350ed71066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8687 | 2024.12.21 08:23:32.358761 [ 258 ] {906dd47d-8966-4ae0-ba65-62350ed71066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8688 | 2024.12.21 08:23:32.359611 [ 258 ] {906dd47d-8966-4ae0-ba65-62350ed71066} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8689 | 2024.12.21 08:23:32.359655 [ 258 ] {906dd47d-8966-4ae0-ba65-62350ed71066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8690 | 2024.12.21 08:23:32.360119 [ 258 ] {906dd47d-8966-4ae0-ba65-62350ed71066} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8691 | 2024.12.21 08:23:32.360386 [ 258 ] {906dd47d-8966-4ae0-ba65-62350ed71066} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8692 | 2024.12.21 08:23:32.360594 [ 258 ] {906dd47d-8966-4ae0-ba65-62350ed71066} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001964 sec., 111507.1283095723 rows/sec., 9.73 MiB/sec. | ||
| 8693 | 2024.12.21 08:23:32.360663 [ 258 ] {906dd47d-8966-4ae0-ba65-62350ed71066} <Debug> TCPHandler: Processed in 0.00230645 sec. | ||
| 8694 | 2024.12.21 08:23:32.360818 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8695 | 2024.12.21 08:23:32.360959 [ 4 ] {17573f72-bd48-463a-bf8f-626a3393e44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8696 | 2024.12.21 08:23:32.361019 [ 4 ] {17573f72-bd48-463a-bf8f-626a3393e44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8697 | 2024.12.21 08:23:32.361716 [ 4 ] {17573f72-bd48-463a-bf8f-626a3393e44f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2024.12.21 08:23:32.361757 [ 4 ] {17573f72-bd48-463a-bf8f-626a3393e44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8699 | 2024.12.21 08:23:32.362126 [ 4 ] {17573f72-bd48-463a-bf8f-626a3393e44f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8700 | 2024.12.21 08:23:32.362370 [ 4 ] {17573f72-bd48-463a-bf8f-626a3393e44f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8701 | 2024.12.21 08:23:32.362590 [ 4 ] {17573f72-bd48-463a-bf8f-626a3393e44f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001661 sec., 9030.704394942806 rows/sec., 636.74 KiB/sec. | ||
| 8702 | 2024.12.21 08:23:32.362666 [ 4 ] {17573f72-bd48-463a-bf8f-626a3393e44f} <Debug> TCPHandler: Processed in 0.001917087 sec. | ||
| 8703 | 2024.12.21 08:23:32.362868 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8704 | 2024.12.21 08:23:32.362997 [ 258 ] {cb783452-c681-4c37-9e24-fe7dacf2583b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8705 | 2024.12.21 08:23:32.363053 [ 258 ] {cb783452-c681-4c37-9e24-fe7dacf2583b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8706 | 2024.12.21 08:23:32.363668 [ 258 ] {cb783452-c681-4c37-9e24-fe7dacf2583b} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2024.12.21 08:23:32.363710 [ 258 ] {cb783452-c681-4c37-9e24-fe7dacf2583b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8708 | 2024.12.21 08:23:32.364089 [ 258 ] {cb783452-c681-4c37-9e24-fe7dacf2583b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8709 | 2024.12.21 08:23:32.364341 [ 258 ] {cb783452-c681-4c37-9e24-fe7dacf2583b} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8710 | 2024.12.21 08:23:32.364481 [ 23 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 8711 | 2024.12.21 08:23:32.364522 [ 23 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8712 | 2024.12.21 08:23:32.364536 [ 258 ] {cb783452-c681-4c37-9e24-fe7dacf2583b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001564 sec., 8951.406649616369 rows/sec., 626.90 KiB/sec. | ||
| 8713 | 2024.12.21 08:23:32.364546 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8714 | 2024.12.21 08:23:32.364662 [ 258 ] {cb783452-c681-4c37-9e24-fe7dacf2583b} <Debug> TCPHandler: Processed in 0.001886417 sec. | ||
| 8715 | 2024.12.21 08:23:32.364952 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8716 | 2024.12.21 08:23:32.365052 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 8717 | 2024.12.21 08:23:32.365348 [ 4 ] {dcea464b-f76a-4aea-8424-9dea71d3db52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8718 | 2024.12.21 08:23:32.365505 [ 4 ] {dcea464b-f76a-4aea-8424-9dea71d3db52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8719 | 2024.12.21 08:23:32.365551 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8720 | 2024.12.21 08:23:32.365671 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 244 rows starting from the beginning of the part | ||
| 8721 | 2024.12.21 08:23:32.365799 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 242 rows starting from the beginning of the part | ||
| 8722 | 2024.12.21 08:23:32.366264 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8723 | 2024.12.21 08:23:32.366604 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8724 | 2024.12.21 08:23:32.366930 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part | ||
| 8725 | 2024.12.21 08:23:32.367324 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 8726 | 2024.12.21 08:23:32.368194 [ 4 ] {dcea464b-f76a-4aea-8424-9dea71d3db52} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8727 | 2024.12.21 08:23:32.368251 [ 4 ] {dcea464b-f76a-4aea-8424-9dea71d3db52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8728 | 2024.12.21 08:23:32.368862 [ 4 ] {dcea464b-f76a-4aea-8424-9dea71d3db52} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8729 | 2024.12.21 08:23:32.369365 [ 197 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 5 columns (5 merged, 0 gathered) in 0.004698122 sec., 163895.27560161272 rows/sec., 11.73 MiB/sec. | ||
| 8730 | 2024.12.21 08:23:32.369637 [ 191 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 8731 | 2024.12.21 08:23:32.370055 [ 191 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8732 | 2024.12.21 08:23:32.370158 [ 191 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_30_6} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 8733 | 2024.12.21 08:23:32.370278 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 8734 | 2024.12.21 08:23:32.370629 [ 4 ] {dcea464b-f76a-4aea-8424-9dea71d3db52} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8735 | 2024.12.21 08:23:32.370953 [ 4 ] {dcea464b-f76a-4aea-8424-9dea71d3db52} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005745 sec., 2262.8372497824193 rows/sec., 141.09 KiB/sec. | ||
| 8736 | 2024.12.21 08:23:32.371092 [ 4 ] {dcea464b-f76a-4aea-8424-9dea71d3db52} <Debug> TCPHandler: Processed in 0.006303156 sec. | ||
| 8737 | 2024.12.21 08:23:32.371272 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8738 | 2024.12.21 08:23:32.371406 [ 258 ] {bcc053ad-ebe7-4f95-96de-cae4d4ba611d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8739 | 2024.12.21 08:23:32.371460 [ 258 ] {bcc053ad-ebe7-4f95-96de-cae4d4ba611d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8740 | 2024.12.21 08:23:32.372321 [ 258 ] {bcc053ad-ebe7-4f95-96de-cae4d4ba611d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8741 | 2024.12.21 08:23:32.372360 [ 258 ] {bcc053ad-ebe7-4f95-96de-cae4d4ba611d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8742 | 2024.12.21 08:23:32.372760 [ 258 ] {bcc053ad-ebe7-4f95-96de-cae4d4ba611d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8743 | 2024.12.21 08:23:32.372995 [ 258 ] {bcc053ad-ebe7-4f95-96de-cae4d4ba611d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8744 | 2024.12.21 08:23:32.373186 [ 258 ] {bcc053ad-ebe7-4f95-96de-cae4d4ba611d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00181 sec., 215469.61325966852 rows/sec., 15.28 MiB/sec. | ||
| 8745 | 2024.12.21 08:23:32.373246 [ 258 ] {bcc053ad-ebe7-4f95-96de-cae4d4ba611d} <Debug> TCPHandler: Processed in 0.002038158 sec. | ||
| 8746 | 2024.12.21 08:23:32.373419 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8747 | 2024.12.21 08:23:32.373543 [ 4 ] {4766f92a-0f56-44d6-9b61-f3ad071cd650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8748 | 2024.12.21 08:23:32.373595 [ 4 ] {4766f92a-0f56-44d6-9b61-f3ad071cd650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8749 | 2024.12.21 08:23:32.374104 [ 4 ] {4766f92a-0f56-44d6-9b61-f3ad071cd650} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8750 | 2024.12.21 08:23:32.374144 [ 4 ] {4766f92a-0f56-44d6-9b61-f3ad071cd650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8751 | 2024.12.21 08:23:32.374530 [ 4 ] {4766f92a-0f56-44d6-9b61-f3ad071cd650} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8752 | 2024.12.21 08:23:32.374769 [ 4 ] {4766f92a-0f56-44d6-9b61-f3ad071cd650} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8753 | 2024.12.21 08:23:32.374980 [ 4 ] {4766f92a-0f56-44d6-9b61-f3ad071cd650} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 8754 | 2024.12.21 08:23:32.375034 [ 4 ] {4766f92a-0f56-44d6-9b61-f3ad071cd650} <Debug> TCPHandler: Processed in 0.001675995 sec. | ||
| 8755 | 2024.12.21 08:23:32.375179 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8756 | 2024.12.21 08:23:32.375310 [ 258 ] {8c780207-2309-4264-9938-2efef9cc2862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8757 | 2024.12.21 08:23:32.375365 [ 258 ] {8c780207-2309-4264-9938-2efef9cc2862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8758 | 2024.12.21 08:23:32.375971 [ 258 ] {8c780207-2309-4264-9938-2efef9cc2862} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8759 | 2024.12.21 08:23:32.376009 [ 258 ] {8c780207-2309-4264-9938-2efef9cc2862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8760 | 2024.12.21 08:23:32.376411 [ 258 ] {8c780207-2309-4264-9938-2efef9cc2862} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8761 | 2024.12.21 08:23:32.376643 [ 258 ] {8c780207-2309-4264-9938-2efef9cc2862} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8762 | 2024.12.21 08:23:32.376820 [ 258 ] {8c780207-2309-4264-9938-2efef9cc2862} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001546 sec., 153298.83570504526 rows/sec., 10.28 MiB/sec. | ||
| 8763 | 2024.12.21 08:23:32.376871 [ 258 ] {8c780207-2309-4264-9938-2efef9cc2862} <Debug> TCPHandler: Processed in 0.001749775 sec. | ||
| 8764 | 2024.12.21 08:23:32.377028 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8765 | 2024.12.21 08:23:32.377167 [ 4 ] {0fab0d81-3ccd-437e-b1cd-119008843f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8766 | 2024.12.21 08:23:32.377228 [ 4 ] {0fab0d81-3ccd-437e-b1cd-119008843f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8767 | 2024.12.21 08:23:32.377740 [ 4 ] {0fab0d81-3ccd-437e-b1cd-119008843f2d} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8768 | 2024.12.21 08:23:32.377779 [ 4 ] {0fab0d81-3ccd-437e-b1cd-119008843f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8769 | 2024.12.21 08:23:32.378134 [ 4 ] {0fab0d81-3ccd-437e-b1cd-119008843f2d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8770 | 2024.12.21 08:23:32.378371 [ 4 ] {0fab0d81-3ccd-437e-b1cd-119008843f2d} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8771 | 2024.12.21 08:23:32.378575 [ 4 ] {0fab0d81-3ccd-437e-b1cd-119008843f2d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001439 sec., 694.9270326615706 rows/sec., 46.83 KiB/sec. | ||
| 8772 | 2024.12.21 08:23:32.378628 [ 4 ] {0fab0d81-3ccd-437e-b1cd-119008843f2d} <Debug> TCPHandler: Processed in 0.001665855 sec. | ||
| 8773 | 2024.12.21 08:23:32.378767 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8774 | 2024.12.21 08:23:32.378884 [ 258 ] {ce95c7e2-f075-440e-b5ce-764f9716c2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8775 | 2024.12.21 08:23:32.378963 [ 258 ] {ce95c7e2-f075-440e-b5ce-764f9716c2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8776 | 2024.12.21 08:23:32.380089 [ 258 ] {ce95c7e2-f075-440e-b5ce-764f9716c2fb} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8777 | 2024.12.21 08:23:32.380128 [ 258 ] {ce95c7e2-f075-440e-b5ce-764f9716c2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8778 | 2024.12.21 08:23:32.380744 [ 258 ] {ce95c7e2-f075-440e-b5ce-764f9716c2fb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8779 | 2024.12.21 08:23:32.380994 [ 258 ] {ce95c7e2-f075-440e-b5ce-764f9716c2fb} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8780 | 2024.12.21 08:23:32.381241 [ 258 ] {ce95c7e2-f075-440e-b5ce-764f9716c2fb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002382 sec., 3358.5222502099077 rows/sec., 6.02 MiB/sec. | ||
| 8781 | 2024.12.21 08:23:32.381348 [ 258 ] {ce95c7e2-f075-440e-b5ce-764f9716c2fb} <Debug> TCPHandler: Processed in 0.002635824 sec. | ||
| 8782 | 2024.12.21 08:23:32.381507 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8783 | 2024.12.21 08:23:32.381648 [ 4 ] {1e5fa4f4-ec2f-4c28-8b81-37cb77f4abc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8784 | 2024.12.21 08:23:32.381707 [ 4 ] {1e5fa4f4-ec2f-4c28-8b81-37cb77f4abc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8785 | 2024.12.21 08:23:32.382285 [ 4 ] {1e5fa4f4-ec2f-4c28-8b81-37cb77f4abc9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8786 | 2024.12.21 08:23:32.382331 [ 4 ] {1e5fa4f4-ec2f-4c28-8b81-37cb77f4abc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8787 | 2024.12.21 08:23:32.382730 [ 4 ] {1e5fa4f4-ec2f-4c28-8b81-37cb77f4abc9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8788 | 2024.12.21 08:23:32.382971 [ 4 ] {1e5fa4f4-ec2f-4c28-8b81-37cb77f4abc9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8789 | 2024.12.21 08:23:32.383235 [ 4 ] {1e5fa4f4-ec2f-4c28-8b81-37cb77f4abc9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00161 sec., 50931.677018633534 rows/sec., 3.23 MiB/sec. | ||
| 8790 | 2024.12.21 08:23:32.383313 [ 4 ] {1e5fa4f4-ec2f-4c28-8b81-37cb77f4abc9} <Debug> TCPHandler: Processed in 0.001867566 sec. | ||
| 8791 | 2024.12.21 08:23:32.747703 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8792 | 2024.12.21 08:23:32.767617 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8793 | 2024.12.21 08:23:32.767676 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8794 | 2024.12.21 08:23:32.775225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8795 | 2024.12.21 08:23:32.776076 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8796 | 2024.12.21 08:23:32.779486 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8797 | 2024.12.21 08:23:33.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.88 MiB, peak 230.48 MiB, free memory in arenas 0.00 B, will set to 218.58 MiB (RSS), difference: -1.30 MiB | ||
| 8798 | 2024.12.21 08:23:36.497815 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1220 | ||
| 8799 | 2024.12.21 08:23:36.500931 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2024.12.21 08:23:36.500985 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8801 | 2024.12.21 08:23:36.502463 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8802 | 2024.12.21 08:23:36.502768 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8803 | 2024.12.21 08:23:36.504137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1220 | ||
| 8804 | 2024.12.21 08:23:37.352684 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8805 | 2024.12.21 08:23:37.352878 [ 4 ] {4cced7f4-27bf-4b8e-bc1c-bbbe035df54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8806 | 2024.12.21 08:23:37.352951 [ 4 ] {4cced7f4-27bf-4b8e-bc1c-bbbe035df54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8807 | 2024.12.21 08:23:37.353706 [ 4 ] {4cced7f4-27bf-4b8e-bc1c-bbbe035df54b} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8808 | 2024.12.21 08:23:37.353755 [ 4 ] {4cced7f4-27bf-4b8e-bc1c-bbbe035df54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8809 | 2024.12.21 08:23:37.354185 [ 4 ] {4cced7f4-27bf-4b8e-bc1c-bbbe035df54b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8810 | 2024.12.21 08:23:37.354439 [ 4 ] {4cced7f4-27bf-4b8e-bc1c-bbbe035df54b} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8811 | 2024.12.21 08:23:37.354661 [ 4 ] {4cced7f4-27bf-4b8e-bc1c-bbbe035df54b} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001828 sec., 5470.459518599562 rows/sec., 446.08 KiB/sec. | ||
| 8812 | 2024.12.21 08:23:37.354858 [ 4 ] {4cced7f4-27bf-4b8e-bc1c-bbbe035df54b} <Debug> TCPHandler: Processed in 0.00230523 sec. | ||
| 8813 | 2024.12.21 08:23:37.355130 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8814 | 2024.12.21 08:23:37.355324 [ 258 ] {01e453c3-8281-421f-ad6a-236aadc40f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8815 | 2024.12.21 08:23:37.355406 [ 258 ] {01e453c3-8281-421f-ad6a-236aadc40f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8816 | 2024.12.21 08:23:37.356211 [ 258 ] {01e453c3-8281-421f-ad6a-236aadc40f18} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8817 | 2024.12.21 08:23:37.356264 [ 258 ] {01e453c3-8281-421f-ad6a-236aadc40f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8818 | 2024.12.21 08:23:37.356718 [ 258 ] {01e453c3-8281-421f-ad6a-236aadc40f18} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8819 | 2024.12.21 08:23:37.356972 [ 258 ] {01e453c3-8281-421f-ad6a-236aadc40f18} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8820 | 2024.12.21 08:23:37.357217 [ 258 ] {01e453c3-8281-421f-ad6a-236aadc40f18} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.001945 sec., 65295.629820051414 rows/sec., 5.52 MiB/sec. | ||
| 8821 | 2024.12.21 08:23:37.357283 [ 258 ] {01e453c3-8281-421f-ad6a-236aadc40f18} <Debug> TCPHandler: Processed in 0.00228288 sec. | ||
| 8822 | 2024.12.21 08:23:37.357439 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8823 | 2024.12.21 08:23:37.357585 [ 4 ] {46be0444-efc7-4a14-a5c0-65aa08156588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8824 | 2024.12.21 08:23:37.357648 [ 4 ] {46be0444-efc7-4a14-a5c0-65aa08156588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8825 | 2024.12.21 08:23:37.358281 [ 4 ] {46be0444-efc7-4a14-a5c0-65aa08156588} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8826 | 2024.12.21 08:23:37.358319 [ 4 ] {46be0444-efc7-4a14-a5c0-65aa08156588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8827 | 2024.12.21 08:23:37.358686 [ 4 ] {46be0444-efc7-4a14-a5c0-65aa08156588} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8828 | 2024.12.21 08:23:37.358924 [ 4 ] {46be0444-efc7-4a14-a5c0-65aa08156588} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8829 | 2024.12.21 08:23:37.359108 [ 4 ] {46be0444-efc7-4a14-a5c0-65aa08156588} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.001558 sec., 27599.486521181003 rows/sec., 1.99 MiB/sec. | ||
| 8830 | 2024.12.21 08:23:37.359163 [ 4 ] {46be0444-efc7-4a14-a5c0-65aa08156588} <Debug> TCPHandler: Processed in 0.001792956 sec. | ||
| 8831 | 2024.12.21 08:23:37.359350 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8832 | 2024.12.21 08:23:37.359483 [ 258 ] {0537c22b-746a-4f89-b45f-1fa7c552f092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8833 | 2024.12.21 08:23:37.359560 [ 258 ] {0537c22b-746a-4f89-b45f-1fa7c552f092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8834 | 2024.12.21 08:23:37.360187 [ 258 ] {0537c22b-746a-4f89-b45f-1fa7c552f092} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8835 | 2024.12.21 08:23:37.360227 [ 258 ] {0537c22b-746a-4f89-b45f-1fa7c552f092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8836 | 2024.12.21 08:23:37.360601 [ 258 ] {0537c22b-746a-4f89-b45f-1fa7c552f092} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8837 | 2024.12.21 08:23:37.360837 [ 258 ] {0537c22b-746a-4f89-b45f-1fa7c552f092} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8838 | 2024.12.21 08:23:37.361057 [ 258 ] {0537c22b-746a-4f89-b45f-1fa7c552f092} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001602 sec., 66791.51061173533 rows/sec., 5.23 MiB/sec. | ||
| 8839 | 2024.12.21 08:23:37.361111 [ 258 ] {0537c22b-746a-4f89-b45f-1fa7c552f092} <Debug> TCPHandler: Processed in 0.001819486 sec. | ||
| 8840 | 2024.12.21 08:23:37.361261 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8841 | 2024.12.21 08:23:37.361432 [ 4 ] {86d90ebc-8b62-4a55-8466-d2abbce3b77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8842 | 2024.12.21 08:23:37.361496 [ 4 ] {86d90ebc-8b62-4a55-8466-d2abbce3b77c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8843 | 2024.12.21 08:23:37.362104 [ 4 ] {86d90ebc-8b62-4a55-8466-d2abbce3b77c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8844 | 2024.12.21 08:23:37.362141 [ 4 ] {86d90ebc-8b62-4a55-8466-d2abbce3b77c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8845 | 2024.12.21 08:23:37.362526 [ 4 ] {86d90ebc-8b62-4a55-8466-d2abbce3b77c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8846 | 2024.12.21 08:23:37.362757 [ 4 ] {86d90ebc-8b62-4a55-8466-d2abbce3b77c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8847 | 2024.12.21 08:23:37.362885 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8848 | 2024.12.21 08:23:37.362935 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8849 | 2024.12.21 08:23:37.362939 [ 4 ] {86d90ebc-8b62-4a55-8466-d2abbce3b77c} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.00154 sec., 107142.85714285714 rows/sec., 7.46 MiB/sec. | ||
| 8850 | 2024.12.21 08:23:37.362962 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8851 | 2024.12.21 08:23:37.363023 [ 4 ] {86d90ebc-8b62-4a55-8466-d2abbce3b77c} <Debug> TCPHandler: Processed in 0.001826656 sec. | ||
| 8852 | 2024.12.21 08:23:37.363255 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8853 | 2024.12.21 08:23:37.363682 [ 258 ] {780486be-1c9d-46db-a8d8-06785917d4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8854 | 2024.12.21 08:23:37.363747 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 8855 | 2024.12.21 08:23:37.364055 [ 258 ] {780486be-1c9d-46db-a8d8-06785917d4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8856 | 2024.12.21 08:23:37.364974 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8857 | 2024.12.21 08:23:37.365129 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16348 rows starting from the beginning of the part | ||
| 8858 | 2024.12.21 08:23:37.365642 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 927 rows starting from the beginning of the part | ||
| 8859 | 2024.12.21 08:23:37.366101 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part | ||
| 8860 | 2024.12.21 08:23:37.366625 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 8861 | 2024.12.21 08:23:37.367003 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part | ||
| 8862 | 2024.12.21 08:23:37.367369 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 165 rows starting from the beginning of the part | ||
| 8863 | 2024.12.21 08:23:37.368939 [ 258 ] {780486be-1c9d-46db-a8d8-06785917d4f3} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2024.12.21 08:23:37.368986 [ 258 ] {780486be-1c9d-46db-a8d8-06785917d4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8865 | 2024.12.21 08:23:37.370702 [ 258 ] {780486be-1c9d-46db-a8d8-06785917d4f3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8866 | 2024.12.21 08:23:37.371120 [ 258 ] {780486be-1c9d-46db-a8d8-06785917d4f3} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2024.12.21 08:23:37.371646 [ 258 ] {780486be-1c9d-46db-a8d8-06785917d4f3} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.008124 sec., 4062.0384047267357 rows/sec., 7.28 MiB/sec. | ||
| 8868 | 2024.12.21 08:23:37.372400 [ 258 ] {780486be-1c9d-46db-a8d8-06785917d4f3} <Debug> TCPHandler: Processed in 0.009271392 sec. | ||
| 8869 | 2024.12.21 08:23:37.372785 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8870 | 2024.12.21 08:23:37.372964 [ 4 ] {cac41301-8b11-4498-bd79-08dea8089374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8871 | 2024.12.21 08:23:37.373038 [ 4 ] {cac41301-8b11-4498-bd79-08dea8089374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8872 | 2024.12.21 08:23:37.373811 [ 4 ] {cac41301-8b11-4498-bd79-08dea8089374} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8873 | 2024.12.21 08:23:37.373855 [ 4 ] {cac41301-8b11-4498-bd79-08dea8089374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8874 | 2024.12.21 08:23:37.374466 [ 4 ] {cac41301-8b11-4498-bd79-08dea8089374} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8875 | 2024.12.21 08:23:37.374603 [ 192 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17869 rows, containing 5 columns (5 merged, 0 gathered) in 0.011502261 sec., 1553520.6512876034 rows/sec., 104.71 MiB/sec. | ||
| 8876 | 2024.12.21 08:23:37.374843 [ 4 ] {cac41301-8b11-4498-bd79-08dea8089374} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8877 | 2024.12.21 08:23:37.375038 [ 105 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8878 | 2024.12.21 08:23:37.375086 [ 192 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8879 | 2024.12.21 08:23:37.375118 [ 105 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2024.12.21 08:23:37.375188 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8881 | 2024.12.21 08:23:37.375318 [ 4 ] {cac41301-8b11-4498-bd79-08dea8089374} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00235 sec., 25531.91489361702 rows/sec., 1.72 MiB/sec. | ||
| 8882 | 2024.12.21 08:23:37.375814 [ 4 ] {cac41301-8b11-4498-bd79-08dea8089374} <Debug> TCPHandler: Processed in 0.003245919 sec. | ||
| 8883 | 2024.12.21 08:23:37.375855 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 8884 | 2024.12.21 08:23:37.376463 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8885 | 2024.12.21 08:23:37.376590 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3266 rows starting from the beginning of the part | ||
| 8886 | 2024.12.21 08:23:37.376899 [ 192 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8887 | 2024.12.21 08:23:37.377065 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 70 rows starting from the beginning of the part | ||
| 8888 | 2024.12.21 08:23:37.377457 [ 192 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8889 | 2024.12.21 08:23:37.377523 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 12 rows starting from the beginning of the part | ||
| 8890 | 2024.12.21 08:23:37.377777 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
| 8891 | 2024.12.21 08:23:37.377840 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 8892 | 2024.12.21 08:23:37.378010 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 8893 | 2024.12.21 08:23:37.378159 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 8894 | 2024.12.21 08:23:37.379819 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3550 rows, containing 4 columns (4 merged, 0 gathered) in 0.004496789 sec., 789452.2068969657 rows/sec., 51.18 MiB/sec. | ||
| 8895 | 2024.12.21 08:23:37.380173 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8896 | 2024.12.21 08:23:37.380557 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8897 | 2024.12.21 08:23:37.380669 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_61_12} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8898 | 2024.12.21 08:23:37.380776 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8899 | 2024.12.21 08:23:38.908090 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8900 | 2024.12.21 08:23:38.908807 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8901 | 2024.12.21 08:23:38.908858 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8902 | 2024.12.21 08:23:38.909383 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8903 | 2024.12.21 08:23:38.909652 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8904 | 2024.12.21 08:23:38.909952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8905 | 2024.12.21 08:23:40.279702 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 8906 | 2024.12.21 08:23:40.299829 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8907 | 2024.12.21 08:23:40.299874 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8908 | 2024.12.21 08:23:40.307152 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8909 | 2024.12.21 08:23:40.307928 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8910 | 2024.12.21 08:23:40.310389 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 8911 | 2024.12.21 08:23:42.357330 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8912 | 2024.12.21 08:23:42.357636 [ 4 ] {e17abb8c-eb22-4000-88ab-3330e1c9f16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8913 | 2024.12.21 08:23:42.357749 [ 4 ] {e17abb8c-eb22-4000-88ab-3330e1c9f16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8914 | 2024.12.21 08:23:42.358551 [ 4 ] {e17abb8c-eb22-4000-88ab-3330e1c9f16d} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8915 | 2024.12.21 08:23:42.358597 [ 4 ] {e17abb8c-eb22-4000-88ab-3330e1c9f16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8916 | 2024.12.21 08:23:42.359020 [ 4 ] {e17abb8c-eb22-4000-88ab-3330e1c9f16d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8917 | 2024.12.21 08:23:42.359273 [ 4 ] {e17abb8c-eb22-4000-88ab-3330e1c9f16d} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8918 | 2024.12.21 08:23:42.359427 [ 125 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8919 | 2024.12.21 08:23:42.359481 [ 125 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8920 | 2024.12.21 08:23:42.359488 [ 4 ] {e17abb8c-eb22-4000-88ab-3330e1c9f16d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 8921 | 2024.12.21 08:23:42.359510 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8922 | 2024.12.21 08:23:42.359594 [ 4 ] {e17abb8c-eb22-4000-88ab-3330e1c9f16d} <Debug> TCPHandler: Processed in 0.002448972 sec. | ||
| 8923 | 2024.12.21 08:23:42.359846 [ 193 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 8924 | 2024.12.21 08:23:42.359966 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8925 | 2024.12.21 08:23:42.360277 [ 193 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8926 | 2024.12.21 08:23:42.360335 [ 258 ] {5d5d417d-ba71-4cc4-bb75-20c9e5f30d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8927 | 2024.12.21 08:23:42.360344 [ 193 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 8928 | 2024.12.21 08:23:42.360476 [ 258 ] {5d5d417d-ba71-4cc4-bb75-20c9e5f30d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8929 | 2024.12.21 08:23:42.360578 [ 193 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 8930 | 2024.12.21 08:23:42.361025 [ 193 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 8931 | 2024.12.21 08:23:42.361360 [ 193 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 8932 | 2024.12.21 08:23:42.361723 [ 193 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 8933 | 2024.12.21 08:23:42.363512 [ 258 ] {5d5d417d-ba71-4cc4-bb75-20c9e5f30d76} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8934 | 2024.12.21 08:23:42.363605 [ 258 ] {5d5d417d-ba71-4cc4-bb75-20c9e5f30d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8935 | 2024.12.21 08:23:42.364210 [ 194 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004608731 sec., 15188.56275187248 rows/sec., 1.13 MiB/sec. | ||
| 8936 | 2024.12.21 08:23:42.364516 [ 188 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8937 | 2024.12.21 08:23:42.364555 [ 258 ] {5d5d417d-ba71-4cc4-bb75-20c9e5f30d76} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8938 | 2024.12.21 08:23:42.365009 [ 258 ] {5d5d417d-ba71-4cc4-bb75-20c9e5f30d76} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8939 | 2024.12.21 08:23:42.365107 [ 188 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_29_7} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8940 | 2024.12.21 08:23:42.365338 [ 188 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_29_7} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8941 | 2024.12.21 08:23:42.365331 [ 125 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8942 | 2024.12.21 08:23:42.365449 [ 125 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8943 | 2024.12.21 08:23:42.365489 [ 258 ] {5d5d417d-ba71-4cc4-bb75-20c9e5f30d76} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.005219 sec., 41962.06169764323 rows/sec., 3.66 MiB/sec. | ||
| 8944 | 2024.12.21 08:23:42.365539 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8945 | 2024.12.21 08:23:42.365558 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8946 | 2024.12.21 08:23:42.365753 [ 258 ] {5d5d417d-ba71-4cc4-bb75-20c9e5f30d76} <Debug> TCPHandler: Processed in 0.006031453 sec. | ||
| 8947 | 2024.12.21 08:23:42.365812 [ 187 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 8948 | 2024.12.21 08:23:42.365944 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8949 | 2024.12.21 08:23:42.365971 [ 187 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8950 | 2024.12.21 08:23:42.366020 [ 187 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1437 rows starting from the beginning of the part | ||
| 8951 | 2024.12.21 08:23:42.366281 [ 187 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 8952 | 2024.12.21 08:23:42.366295 [ 4 ] {abf8f55f-2820-4508-8b19-36172bbe4beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8953 | 2024.12.21 08:23:42.366547 [ 187 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 122 rows starting from the beginning of the part | ||
| 8954 | 2024.12.21 08:23:42.366684 [ 4 ] {abf8f55f-2820-4508-8b19-36172bbe4beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8955 | 2024.12.21 08:23:42.366726 [ 187 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 219 rows starting from the beginning of the part | ||
| 8956 | 2024.12.21 08:23:42.367157 [ 187 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 127 rows starting from the beginning of the part | ||
| 8957 | 2024.12.21 08:23:42.367463 [ 187 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 219 rows starting from the beginning of the part | ||
| 8958 | 2024.12.21 08:23:42.368920 [ 4 ] {abf8f55f-2820-4508-8b19-36172bbe4beb} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8959 | 2024.12.21 08:23:42.368992 [ 4 ] {abf8f55f-2820-4508-8b19-36172bbe4beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8960 | 2024.12.21 08:23:42.369962 [ 4 ] {abf8f55f-2820-4508-8b19-36172bbe4beb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8961 | 2024.12.21 08:23:42.370311 [ 4 ] {abf8f55f-2820-4508-8b19-36172bbe4beb} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8962 | 2024.12.21 08:23:42.370952 [ 4 ] {abf8f55f-2820-4508-8b19-36172bbe4beb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004795 sec., 3128.2586027111574 rows/sec., 220.57 KiB/sec. | ||
| 8963 | 2024.12.21 08:23:42.371407 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.00566846 sec., 384584.17277355754 rows/sec., 33.93 MiB/sec. | ||
| 8964 | 2024.12.21 08:23:42.371432 [ 4 ] {abf8f55f-2820-4508-8b19-36172bbe4beb} <Debug> TCPHandler: Processed in 0.005565109 sec. | ||
| 8965 | 2024.12.21 08:23:42.371694 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8966 | 2024.12.21 08:23:42.371900 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8967 | 2024.12.21 08:23:42.371931 [ 258 ] {5aaf3ba5-8ddf-44e4-ae78-4e29dbd53a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8968 | 2024.12.21 08:23:42.372044 [ 258 ] {5aaf3ba5-8ddf-44e4-ae78-4e29dbd53a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8969 | 2024.12.21 08:23:42.372540 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8970 | 2024.12.21 08:23:42.372774 [ 194 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_66_13} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8971 | 2024.12.21 08:23:42.372940 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 8972 | 2024.12.21 08:23:42.373174 [ 258 ] {5aaf3ba5-8ddf-44e4-ae78-4e29dbd53a8c} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8973 | 2024.12.21 08:23:42.373219 [ 258 ] {5aaf3ba5-8ddf-44e4-ae78-4e29dbd53a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8974 | 2024.12.21 08:23:42.373583 [ 258 ] {5aaf3ba5-8ddf-44e4-ae78-4e29dbd53a8c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8975 | 2024.12.21 08:23:42.373810 [ 258 ] {5aaf3ba5-8ddf-44e4-ae78-4e29dbd53a8c} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8976 | 2024.12.21 08:23:42.374057 [ 258 ] {5aaf3ba5-8ddf-44e4-ae78-4e29dbd53a8c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002213 sec., 6326.253953908721 rows/sec., 443.05 KiB/sec. | ||
| 8977 | 2024.12.21 08:23:42.374260 [ 258 ] {5aaf3ba5-8ddf-44e4-ae78-4e29dbd53a8c} <Debug> TCPHandler: Processed in 0.002746134 sec. | ||
| 8978 | 2024.12.21 08:23:42.374514 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8979 | 2024.12.21 08:23:42.374640 [ 4 ] {7458525a-74f2-4b0f-8a66-167acbcbd46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8980 | 2024.12.21 08:23:42.374692 [ 4 ] {7458525a-74f2-4b0f-8a66-167acbcbd46b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8981 | 2024.12.21 08:23:42.375279 [ 4 ] {7458525a-74f2-4b0f-8a66-167acbcbd46b} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8982 | 2024.12.21 08:23:42.375317 [ 4 ] {7458525a-74f2-4b0f-8a66-167acbcbd46b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8983 | 2024.12.21 08:23:42.375679 [ 4 ] {7458525a-74f2-4b0f-8a66-167acbcbd46b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8984 | 2024.12.21 08:23:42.375925 [ 4 ] {7458525a-74f2-4b0f-8a66-167acbcbd46b} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8985 | 2024.12.21 08:23:42.376049 [ 125 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8986 | 2024.12.21 08:23:42.376093 [ 125 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2024.12.21 08:23:42.376114 [ 4 ] {7458525a-74f2-4b0f-8a66-167acbcbd46b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001498 sec., 8678.237650200266 rows/sec., 541.09 KiB/sec. | ||
| 8988 | 2024.12.21 08:23:42.376118 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 8989 | 2024.12.21 08:23:42.376217 [ 4 ] {7458525a-74f2-4b0f-8a66-167acbcbd46b} <Debug> TCPHandler: Processed in 0.001769726 sec. | ||
| 8990 | 2024.12.21 08:23:42.376522 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8991 | 2024.12.21 08:23:42.376616 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 8992 | 2024.12.21 08:23:42.376900 [ 258 ] {b728c619-fbfc-4e1e-9b23-7b9372b427d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8993 | 2024.12.21 08:23:42.377001 [ 258 ] {b728c619-fbfc-4e1e-9b23-7b9372b427d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8994 | 2024.12.21 08:23:42.377008 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8995 | 2024.12.21 08:23:42.377064 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 8996 | 2024.12.21 08:23:42.377239 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 8997 | 2024.12.21 08:23:42.377717 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 8998 | 2024.12.21 08:23:42.378076 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 8999 | 2024.12.21 08:23:42.378356 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 9000 | 2024.12.21 08:23:42.379725 [ 258 ] {b728c619-fbfc-4e1e-9b23-7b9372b427d9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2024.12.21 08:23:42.379773 [ 258 ] {b728c619-fbfc-4e1e-9b23-7b9372b427d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9002 | 2024.12.21 08:23:42.380250 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004012495 sec., 16199.397133205151 rows/sec., 1.05 MiB/sec. | ||
| 9003 | 2024.12.21 08:23:42.380411 [ 258 ] {b728c619-fbfc-4e1e-9b23-7b9372b427d9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9004 | 2024.12.21 08:23:42.380435 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9005 | 2024.12.21 08:23:42.380855 [ 258 ] {b728c619-fbfc-4e1e-9b23-7b9372b427d9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9006 | 2024.12.21 08:23:42.380942 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_29_7} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9007 | 2024.12.21 08:23:42.381173 [ 125 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9008 | 2024.12.21 08:23:42.381199 [ 204 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_29_7} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9009 | 2024.12.21 08:23:42.381275 [ 125 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9010 | 2024.12.21 08:23:42.381388 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9011 | 2024.12.21 08:23:42.381376 [ 258 ] {b728c619-fbfc-4e1e-9b23-7b9372b427d9} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00456 sec., 85526.3157894737 rows/sec., 6.07 MiB/sec. | ||
| 9012 | 2024.12.21 08:23:42.381433 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9013 | 2024.12.21 08:23:42.381638 [ 258 ] {b728c619-fbfc-4e1e-9b23-7b9372b427d9} <Debug> TCPHandler: Processed in 0.005281577 sec. | ||
| 9014 | 2024.12.21 08:23:42.381882 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9015 | 2024.12.21 08:23:42.381895 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 9016 | 2024.12.21 08:23:42.382289 [ 4 ] {7ac3cd96-a520-4e88-a5b3-5821cd2ff317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9017 | 2024.12.21 08:23:42.382495 [ 4 ] {7ac3cd96-a520-4e88-a5b3-5821cd2ff317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9018 | 2024.12.21 08:23:42.382510 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9019 | 2024.12.21 08:23:42.382694 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
| 9020 | 2024.12.21 08:23:42.383209 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 9021 | 2024.12.21 08:23:42.383747 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 97 rows starting from the beginning of the part | ||
| 9022 | 2024.12.21 08:23:42.384143 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 390 rows starting from the beginning of the part | ||
| 9023 | 2024.12.21 08:23:42.384349 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 107 rows starting from the beginning of the part | ||
| 9024 | 2024.12.21 08:23:42.384506 [ 195 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 390 rows starting from the beginning of the part | ||
| 9025 | 2024.12.21 08:23:42.385458 [ 4 ] {7ac3cd96-a520-4e88-a5b3-5821cd2ff317} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9026 | 2024.12.21 08:23:42.385516 [ 4 ] {7ac3cd96-a520-4e88-a5b3-5821cd2ff317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9027 | 2024.12.21 08:23:42.386538 [ 4 ] {7ac3cd96-a520-4e88-a5b3-5821cd2ff317} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9028 | 2024.12.21 08:23:42.387001 [ 4 ] {7ac3cd96-a520-4e88-a5b3-5821cd2ff317} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9029 | 2024.12.21 08:23:42.387344 [ 4 ] {7ac3cd96-a520-4e88-a5b3-5821cd2ff317} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005198 sec., 1154.2901115813775 rows/sec., 60.31 KiB/sec. | ||
| 9030 | 2024.12.21 08:23:42.387683 [ 4 ] {7ac3cd96-a520-4e88-a5b3-5821cd2ff317} <Debug> TCPHandler: Processed in 0.005906742 sec. | ||
| 9031 | 2024.12.21 08:23:42.387831 [ 196 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.006215505 sec., 315823.0908027586 rows/sec., 24.18 MiB/sec. | ||
| 9032 | 2024.12.21 08:23:42.387880 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9033 | 2024.12.21 08:23:42.388050 [ 258 ] {28863756-b18d-411d-bb18-c6472fa51700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9034 | 2024.12.21 08:23:42.388127 [ 258 ] {28863756-b18d-411d-bb18-c6472fa51700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9035 | 2024.12.21 08:23:42.388147 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9036 | 2024.12.21 08:23:42.388842 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9037 | 2024.12.21 08:23:42.389070 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_66_13} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9038 | 2024.12.21 08:23:42.389246 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 9039 | 2024.12.21 08:23:42.389375 [ 258 ] {28863756-b18d-411d-bb18-c6472fa51700} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9040 | 2024.12.21 08:23:42.389419 [ 258 ] {28863756-b18d-411d-bb18-c6472fa51700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9041 | 2024.12.21 08:23:42.389823 [ 258 ] {28863756-b18d-411d-bb18-c6472fa51700} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9042 | 2024.12.21 08:23:42.390074 [ 258 ] {28863756-b18d-411d-bb18-c6472fa51700} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9043 | 2024.12.21 08:23:42.390279 [ 258 ] {28863756-b18d-411d-bb18-c6472fa51700} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002288 sec., 103583.91608391608 rows/sec., 6.94 MiB/sec. | ||
| 9044 | 2024.12.21 08:23:42.390337 [ 258 ] {28863756-b18d-411d-bb18-c6472fa51700} <Debug> TCPHandler: Processed in 0.002544162 sec. | ||
| 9045 | 2024.12.21 08:23:42.390483 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9046 | 2024.12.21 08:23:42.390623 [ 4 ] {065d23cd-d9ed-4ba5-b34d-8ed221c68fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9047 | 2024.12.21 08:23:42.390683 [ 4 ] {065d23cd-d9ed-4ba5-b34d-8ed221c68fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9048 | 2024.12.21 08:23:42.391185 [ 4 ] {065d23cd-d9ed-4ba5-b34d-8ed221c68fe7} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9049 | 2024.12.21 08:23:42.391222 [ 4 ] {065d23cd-d9ed-4ba5-b34d-8ed221c68fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9050 | 2024.12.21 08:23:42.391585 [ 4 ] {065d23cd-d9ed-4ba5-b34d-8ed221c68fe7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9051 | 2024.12.21 08:23:42.391830 [ 4 ] {065d23cd-d9ed-4ba5-b34d-8ed221c68fe7} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9052 | 2024.12.21 08:23:42.391957 [ 125 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9053 | 2024.12.21 08:23:42.391994 [ 125 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9054 | 2024.12.21 08:23:42.392020 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9055 | 2024.12.21 08:23:42.392023 [ 4 ] {065d23cd-d9ed-4ba5-b34d-8ed221c68fe7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 9056 | 2024.12.21 08:23:42.392190 [ 4 ] {065d23cd-d9ed-4ba5-b34d-8ed221c68fe7} <Debug> TCPHandler: Processed in 0.001769376 sec. | ||
| 9057 | 2024.12.21 08:23:42.392290 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 9058 | 2024.12.21 08:23:42.392367 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9059 | 2024.12.21 08:23:42.392570 [ 258 ] {066a7231-3d9a-4dce-a8b3-aa805f76023e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9060 | 2024.12.21 08:23:42.392571 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9061 | 2024.12.21 08:23:42.392677 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part | ||
| 9062 | 2024.12.21 08:23:42.392722 [ 258 ] {066a7231-3d9a-4dce-a8b3-aa805f76023e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9063 | 2024.12.21 08:23:42.392962 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 9064 | 2024.12.21 08:23:42.393300 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9065 | 2024.12.21 08:23:42.393671 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9066 | 2024.12.21 08:23:42.394103 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9067 | 2024.12.21 08:23:42.394495 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9068 | 2024.12.21 08:23:42.398956 [ 258 ] {066a7231-3d9a-4dce-a8b3-aa805f76023e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9069 | 2024.12.21 08:23:42.399026 [ 258 ] {066a7231-3d9a-4dce-a8b3-aa805f76023e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9070 | 2024.12.21 08:23:42.399037 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.006917031 sec., 4481.691639086192 rows/sec., 300.86 KiB/sec. | ||
| 9071 | 2024.12.21 08:23:42.399265 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9072 | 2024.12.21 08:23:42.399928 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2024.12.21 08:23:42.400164 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_31_6} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9074 | 2024.12.21 08:23:42.400344 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9075 | 2024.12.21 08:23:42.400526 [ 258 ] {066a7231-3d9a-4dce-a8b3-aa805f76023e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9076 | 2024.12.21 08:23:42.400803 [ 258 ] {066a7231-3d9a-4dce-a8b3-aa805f76023e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2024.12.21 08:23:42.401029 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9078 | 2024.12.21 08:23:42.401122 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2024.12.21 08:23:42.401146 [ 258 ] {066a7231-3d9a-4dce-a8b3-aa805f76023e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008635 sec., 926.4620729588883 rows/sec., 1.66 MiB/sec. | ||
| 9080 | 2024.12.21 08:23:42.401189 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9081 | 2024.12.21 08:23:42.401503 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 9082 | 2024.12.21 08:23:42.401524 [ 258 ] {066a7231-3d9a-4dce-a8b3-aa805f76023e} <Debug> TCPHandler: Processed in 0.009235371 sec. | ||
| 9083 | 2024.12.21 08:23:42.401831 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9084 | 2024.12.21 08:23:42.401867 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9085 | 2024.12.21 08:23:42.401946 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1041 rows starting from the beginning of the part | ||
| 9086 | 2024.12.21 08:23:42.402133 [ 4 ] {58f07abd-6d8c-4612-8cab-ad896b4de239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9087 | 2024.12.21 08:23:42.402315 [ 4 ] {58f07abd-6d8c-4612-8cab-ad896b4de239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9088 | 2024.12.21 08:23:42.402722 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
| 9089 | 2024.12.21 08:23:42.403541 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part | ||
| 9090 | 2024.12.21 08:23:42.404179 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part | ||
| 9091 | 2024.12.21 08:23:42.404786 [ 4 ] {58f07abd-6d8c-4612-8cab-ad896b4de239} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9092 | 2024.12.21 08:23:42.404874 [ 4 ] {58f07abd-6d8c-4612-8cab-ad896b4de239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9093 | 2024.12.21 08:23:42.404922 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 33 rows starting from the beginning of the part | ||
| 9094 | 2024.12.21 08:23:42.405630 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 9095 | 2024.12.21 08:23:42.406389 [ 4 ] {58f07abd-6d8c-4612-8cab-ad896b4de239} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9096 | 2024.12.21 08:23:42.406895 [ 4 ] {58f07abd-6d8c-4612-8cab-ad896b4de239} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9097 | 2024.12.21 08:23:42.407414 [ 4 ] {58f07abd-6d8c-4612-8cab-ad896b4de239} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005354 sec., 15315.651849084796 rows/sec., 996.08 KiB/sec. | ||
| 9098 | 2024.12.21 08:23:42.407598 [ 4 ] {58f07abd-6d8c-4612-8cab-ad896b4de239} <Debug> TCPHandler: Processed in 0.005930783 sec. | ||
| 9099 | 2024.12.21 08:23:42.413874 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1131 rows, containing 19 columns (19 merged, 0 gathered) in 0.012523061 sec., 90313.3826466229 rows/sec., 161.84 MiB/sec. | ||
| 9100 | 2024.12.21 08:23:42.415892 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9101 | 2024.12.21 08:23:42.416310 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9102 | 2024.12.21 08:23:42.416399 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9103 | 2024.12.21 08:23:42.416556 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.57 MiB. | ||
| 9104 | 2024.12.21 08:23:43.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.74 MiB, peak 230.48 MiB, free memory in arenas 0.00 B, will set to 222.25 MiB (RSS), difference: 2.51 MiB | ||
| 9105 | 2024.12.21 08:23:46.268795 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9106 | 2024.12.21 08:23:46.268877 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9107 | 2024.12.21 08:23:46.410208 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 9108 | 2024.12.21 08:23:46.410993 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9109 | 2024.12.21 08:23:46.411049 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9110 | 2024.12.21 08:23:46.411580 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9111 | 2024.12.21 08:23:46.411844 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9112 | 2024.12.21 08:23:46.412083 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9113 | 2024.12.21 08:23:46.504583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1256 | ||
| 9114 | 2024.12.21 08:23:46.508165 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9115 | 2024.12.21 08:23:46.508216 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9116 | 2024.12.21 08:23:46.509714 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9117 | 2024.12.21 08:23:46.510033 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9118 | 2024.12.21 08:23:46.510260 [ 87 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9119 | 2024.12.21 08:23:46.510374 [ 87 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9120 | 2024.12.21 08:23:46.510442 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9121 | 2024.12.21 08:23:46.511037 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 9122 | 2024.12.21 08:23:46.512414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1256 | ||
| 9123 | 2024.12.21 08:23:46.512791 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9124 | 2024.12.21 08:23:46.512966 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1074 rows starting from the beginning of the part | ||
| 9125 | 2024.12.21 08:23:46.513675 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 9126 | 2024.12.21 08:23:46.514354 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 9127 | 2024.12.21 08:23:46.514961 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 44 rows starting from the beginning of the part | ||
| 9128 | 2024.12.21 08:23:46.515558 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 9129 | 2024.12.21 08:23:46.516111 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 9130 | 2024.12.21 08:23:46.524826 [ 201 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1256 rows, containing 72 columns (72 merged, 0 gathered) in 0.014240356 sec., 88200.0421899565 rows/sec., 69.94 MiB/sec. | ||
| 9131 | 2024.12.21 08:23:46.526930 [ 201 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9132 | 2024.12.21 08:23:46.527756 [ 201 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9133 | 2024.12.21 08:23:46.527860 [ 201 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_31_6} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9134 | 2024.12.21 08:23:46.528192 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 9135 | 2024.12.21 08:23:47.353327 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9136 | 2024.12.21 08:23:47.353569 [ 4 ] {f841950a-abd2-46fd-9379-8fbc277a6821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9137 | 2024.12.21 08:23:47.353639 [ 4 ] {f841950a-abd2-46fd-9379-8fbc277a6821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9138 | 2024.12.21 08:23:47.354447 [ 4 ] {f841950a-abd2-46fd-9379-8fbc277a6821} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9139 | 2024.12.21 08:23:47.354492 [ 4 ] {f841950a-abd2-46fd-9379-8fbc277a6821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9140 | 2024.12.21 08:23:47.354943 [ 4 ] {f841950a-abd2-46fd-9379-8fbc277a6821} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9141 | 2024.12.21 08:23:47.355215 [ 4 ] {f841950a-abd2-46fd-9379-8fbc277a6821} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9142 | 2024.12.21 08:23:47.355432 [ 4 ] {f841950a-abd2-46fd-9379-8fbc277a6821} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001915 sec., 63707.57180156658 rows/sec., 5.41 MiB/sec. | ||
| 9143 | 2024.12.21 08:23:47.355542 [ 4 ] {f841950a-abd2-46fd-9379-8fbc277a6821} <Debug> TCPHandler: Processed in 0.00229233 sec. | ||
| 9144 | 2024.12.21 08:23:47.355863 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9145 | 2024.12.21 08:23:47.356076 [ 258 ] {7495b4ce-ebc0-43bc-b0b3-18a970c70488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9146 | 2024.12.21 08:23:47.356147 [ 258 ] {7495b4ce-ebc0-43bc-b0b3-18a970c70488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9147 | 2024.12.21 08:23:47.356893 [ 258 ] {7495b4ce-ebc0-43bc-b0b3-18a970c70488} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9148 | 2024.12.21 08:23:47.356940 [ 258 ] {7495b4ce-ebc0-43bc-b0b3-18a970c70488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9149 | 2024.12.21 08:23:47.357373 [ 258 ] {7495b4ce-ebc0-43bc-b0b3-18a970c70488} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9150 | 2024.12.21 08:23:47.357626 [ 258 ] {7495b4ce-ebc0-43bc-b0b3-18a970c70488} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9151 | 2024.12.21 08:23:47.357871 [ 258 ] {7495b4ce-ebc0-43bc-b0b3-18a970c70488} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001853 sec., 17808.958445763627 rows/sec., 1.31 MiB/sec. | ||
| 9152 | 2024.12.21 08:23:47.357957 [ 258 ] {7495b4ce-ebc0-43bc-b0b3-18a970c70488} <Debug> TCPHandler: Processed in 0.00228973 sec. | ||
| 9153 | 2024.12.21 08:23:47.358156 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9154 | 2024.12.21 08:23:47.358307 [ 4 ] {b9d208bb-a292-4b6c-b96a-cd9490c10cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9155 | 2024.12.21 08:23:47.358366 [ 4 ] {b9d208bb-a292-4b6c-b96a-cd9490c10cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9156 | 2024.12.21 08:23:47.359100 [ 4 ] {b9d208bb-a292-4b6c-b96a-cd9490c10cac} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9157 | 2024.12.21 08:23:47.359138 [ 4 ] {b9d208bb-a292-4b6c-b96a-cd9490c10cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9158 | 2024.12.21 08:23:47.359509 [ 4 ] {b9d208bb-a292-4b6c-b96a-cd9490c10cac} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9159 | 2024.12.21 08:23:47.359755 [ 4 ] {b9d208bb-a292-4b6c-b96a-cd9490c10cac} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9160 | 2024.12.21 08:23:47.359957 [ 4 ] {b9d208bb-a292-4b6c-b96a-cd9490c10cac} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00168 sec., 57738.09523809524 rows/sec., 4.51 MiB/sec. | ||
| 9161 | 2024.12.21 08:23:47.360030 [ 4 ] {b9d208bb-a292-4b6c-b96a-cd9490c10cac} <Debug> TCPHandler: Processed in 0.001977138 sec. | ||
| 9162 | 2024.12.21 08:23:47.360279 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9163 | 2024.12.21 08:23:47.360464 [ 258 ] {008904f5-91ce-4919-8de5-0266723cebe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9164 | 2024.12.21 08:23:47.360533 [ 258 ] {008904f5-91ce-4919-8de5-0266723cebe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9165 | 2024.12.21 08:23:47.361200 [ 258 ] {008904f5-91ce-4919-8de5-0266723cebe5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9166 | 2024.12.21 08:23:47.361240 [ 258 ] {008904f5-91ce-4919-8de5-0266723cebe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9167 | 2024.12.21 08:23:47.361637 [ 258 ] {008904f5-91ce-4919-8de5-0266723cebe5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9168 | 2024.12.21 08:23:47.361884 [ 258 ] {008904f5-91ce-4919-8de5-0266723cebe5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9169 | 2024.12.21 08:23:47.362111 [ 258 ] {008904f5-91ce-4919-8de5-0266723cebe5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 9170 | 2024.12.21 08:23:47.362179 [ 258 ] {008904f5-91ce-4919-8de5-0266723cebe5} <Debug> TCPHandler: Processed in 0.002042828 sec. | ||
| 9171 | 2024.12.21 08:23:47.362396 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9172 | 2024.12.21 08:23:47.362555 [ 4 ] {e9367ab4-00ff-4c5e-bc1d-9dd98ba942d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9173 | 2024.12.21 08:23:47.362648 [ 4 ] {e9367ab4-00ff-4c5e-bc1d-9dd98ba942d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9174 | 2024.12.21 08:23:47.363902 [ 4 ] {e9367ab4-00ff-4c5e-bc1d-9dd98ba942d4} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9175 | 2024.12.21 08:23:47.363940 [ 4 ] {e9367ab4-00ff-4c5e-bc1d-9dd98ba942d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9176 | 2024.12.21 08:23:47.364588 [ 4 ] {e9367ab4-00ff-4c5e-bc1d-9dd98ba942d4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9177 | 2024.12.21 08:23:47.364850 [ 4 ] {e9367ab4-00ff-4c5e-bc1d-9dd98ba942d4} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9178 | 2024.12.21 08:23:47.365051 [ 4 ] {e9367ab4-00ff-4c5e-bc1d-9dd98ba942d4} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002527 sec., 13058.963197467352 rows/sec., 23.40 MiB/sec. | ||
| 9179 | 2024.12.21 08:23:47.365166 [ 4 ] {e9367ab4-00ff-4c5e-bc1d-9dd98ba942d4} <Debug> TCPHandler: Processed in 0.002901606 sec. | ||
| 9180 | 2024.12.21 08:23:47.365327 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9181 | 2024.12.21 08:23:47.365468 [ 258 ] {e13279ba-961f-4978-859b-3cfe48db3ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9182 | 2024.12.21 08:23:47.365528 [ 258 ] {e13279ba-961f-4978-859b-3cfe48db3ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9183 | 2024.12.21 08:23:47.366107 [ 258 ] {e13279ba-961f-4978-859b-3cfe48db3ec5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9184 | 2024.12.21 08:23:47.366146 [ 258 ] {e13279ba-961f-4978-859b-3cfe48db3ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9185 | 2024.12.21 08:23:47.366519 [ 258 ] {e13279ba-961f-4978-859b-3cfe48db3ec5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9186 | 2024.12.21 08:23:47.366750 [ 258 ] {e13279ba-961f-4978-859b-3cfe48db3ec5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9187 | 2024.12.21 08:23:47.366954 [ 258 ] {e13279ba-961f-4978-859b-3cfe48db3ec5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 9188 | 2024.12.21 08:23:47.367006 [ 258 ] {e13279ba-961f-4978-859b-3cfe48db3ec5} <Debug> TCPHandler: Processed in 0.001745645 sec. | ||
| 9189 | 2024.12.21 08:23:47.810592 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 9190 | 2024.12.21 08:23:47.832127 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9191 | 2024.12.21 08:23:47.832197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9192 | 2024.12.21 08:23:47.839567 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9193 | 2024.12.21 08:23:47.840344 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9194 | 2024.12.21 08:23:47.843673 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9195 | 2024.12.21 08:23:50.209840 [ 168 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9196 | 2024.12.21 08:23:50.209960 [ 168 ] {} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9197 | 2024.12.21 08:23:50.210005 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9198 | 2024.12.21 08:23:50.210297 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 9199 | 2024.12.21 08:23:50.210485 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9200 | 2024.12.21 08:23:50.210523 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 9201 | 2024.12.21 08:23:50.210607 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
| 9202 | 2024.12.21 08:23:50.210789 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 9203 | 2024.12.21 08:23:50.211164 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 9204 | 2024.12.21 08:23:50.211380 [ 186 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 9205 | 2024.12.21 08:23:50.212470 [ 197 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002353831 sec., 19542.609473662298 rows/sec., 1.63 MiB/sec. | ||
| 9206 | 2024.12.21 08:23:50.212651 [ 190 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9207 | 2024.12.21 08:23:50.212993 [ 190 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9208 | 2024.12.21 08:23:50.213090 [ 190 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_13_3} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9209 | 2024.12.21 08:23:50.213181 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9210 | 2024.12.21 08:23:50.540899 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9211 | 2024.12.21 08:23:50.541113 [ 4 ] {2cf576eb-3e4e-45fd-8c74-6536ce8b2716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9212 | 2024.12.21 08:23:50.541195 [ 4 ] {2cf576eb-3e4e-45fd-8c74-6536ce8b2716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9213 | 2024.12.21 08:23:50.542493 [ 4 ] {2cf576eb-3e4e-45fd-8c74-6536ce8b2716} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9214 | 2024.12.21 08:23:50.542546 [ 4 ] {2cf576eb-3e4e-45fd-8c74-6536ce8b2716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9215 | 2024.12.21 08:23:50.542997 [ 4 ] {2cf576eb-3e4e-45fd-8c74-6536ce8b2716} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9216 | 2024.12.21 08:23:50.543270 [ 4 ] {2cf576eb-3e4e-45fd-8c74-6536ce8b2716} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2024.12.21 08:23:50.543528 [ 4 ] {2cf576eb-3e4e-45fd-8c74-6536ce8b2716} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002471 sec., 5665.7223796033995 rows/sec., 407.86 KiB/sec. | ||
| 9218 | 2024.12.21 08:23:50.543661 [ 4 ] {2cf576eb-3e4e-45fd-8c74-6536ce8b2716} <Debug> TCPHandler: Processed in 0.002901646 sec. | ||
| 9219 | 2024.12.21 08:23:50.543928 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9220 | 2024.12.21 08:23:50.544141 [ 258 ] {f8f146ae-402e-4dde-80cd-048f5969c89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9221 | 2024.12.21 08:23:50.544215 [ 258 ] {f8f146ae-402e-4dde-80cd-048f5969c89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9222 | 2024.12.21 08:23:50.544962 [ 258 ] {f8f146ae-402e-4dde-80cd-048f5969c89f} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9223 | 2024.12.21 08:23:50.545015 [ 258 ] {f8f146ae-402e-4dde-80cd-048f5969c89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9224 | 2024.12.21 08:23:50.545428 [ 258 ] {f8f146ae-402e-4dde-80cd-048f5969c89f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9225 | 2024.12.21 08:23:50.545680 [ 258 ] {f8f146ae-402e-4dde-80cd-048f5969c89f} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9226 | 2024.12.21 08:23:50.545880 [ 258 ] {f8f146ae-402e-4dde-80cd-048f5969c89f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001794 sec., 2229.654403567447 rows/sec., 181.81 KiB/sec. | ||
| 9227 | 2024.12.21 08:23:50.545944 [ 258 ] {f8f146ae-402e-4dde-80cd-048f5969c89f} <Debug> TCPHandler: Processed in 0.002172859 sec. | ||
| 9228 | 2024.12.21 08:23:50.546112 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9229 | 2024.12.21 08:23:50.546240 [ 4 ] {3ba8062e-0bde-4302-859c-00a0d6d33f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9230 | 2024.12.21 08:23:50.546292 [ 4 ] {3ba8062e-0bde-4302-859c-00a0d6d33f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9231 | 2024.12.21 08:23:50.547919 [ 4 ] {3ba8062e-0bde-4302-859c-00a0d6d33f57} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9232 | 2024.12.21 08:23:50.547961 [ 4 ] {3ba8062e-0bde-4302-859c-00a0d6d33f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9233 | 2024.12.21 08:23:50.548418 [ 4 ] {3ba8062e-0bde-4302-859c-00a0d6d33f57} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9234 | 2024.12.21 08:23:50.548669 [ 4 ] {3ba8062e-0bde-4302-859c-00a0d6d33f57} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2024.12.21 08:23:50.548900 [ 4 ] {3ba8062e-0bde-4302-859c-00a0d6d33f57} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002689 sec., 506136.1100780959 rows/sec., 42.23 MiB/sec. | ||
| 9236 | 2024.12.21 08:23:50.548958 [ 4 ] {3ba8062e-0bde-4302-859c-00a0d6d33f57} <Debug> TCPHandler: Processed in 0.002905916 sec. | ||
| 9237 | 2024.12.21 08:23:50.549134 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9238 | 2024.12.21 08:23:50.549276 [ 258 ] {ce0a4c01-0160-48b2-a29b-2f28dfa57fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9239 | 2024.12.21 08:23:50.549337 [ 258 ] {ce0a4c01-0160-48b2-a29b-2f28dfa57fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9240 | 2024.12.21 08:23:50.550047 [ 258 ] {ce0a4c01-0160-48b2-a29b-2f28dfa57fd2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2024.12.21 08:23:50.550091 [ 258 ] {ce0a4c01-0160-48b2-a29b-2f28dfa57fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9242 | 2024.12.21 08:23:50.550467 [ 258 ] {ce0a4c01-0160-48b2-a29b-2f28dfa57fd2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9243 | 2024.12.21 08:23:50.550714 [ 258 ] {ce0a4c01-0160-48b2-a29b-2f28dfa57fd2} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9244 | 2024.12.21 08:23:50.550842 [ 27 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9245 | 2024.12.21 08:23:50.550887 [ 27 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9246 | 2024.12.21 08:23:50.550892 [ 258 ] {ce0a4c01-0160-48b2-a29b-2f28dfa57fd2} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001649 sec., 11522.134627046695 rows/sec., 810.74 KiB/sec. | ||
| 9247 | 2024.12.21 08:23:50.550914 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9248 | 2024.12.21 08:23:50.551010 [ 258 ] {ce0a4c01-0160-48b2-a29b-2f28dfa57fd2} <Debug> TCPHandler: Processed in 0.001937477 sec. | ||
| 9249 | 2024.12.21 08:23:50.551272 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9250 | 2024.12.21 08:23:50.551311 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 9251 | 2024.12.21 08:23:50.551862 [ 4 ] {002e3a72-c82b-4659-b036-6deae80af61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9252 | 2024.12.21 08:23:50.552127 [ 4 ] {002e3a72-c82b-4659-b036-6deae80af61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9253 | 2024.12.21 08:23:50.552223 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9254 | 2024.12.21 08:23:50.552377 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 66 rows starting from the beginning of the part | ||
| 9255 | 2024.12.21 08:23:50.552864 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 15 rows starting from the beginning of the part | ||
| 9256 | 2024.12.21 08:23:50.553236 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 43 rows starting from the beginning of the part | ||
| 9257 | 2024.12.21 08:23:50.553611 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part | ||
| 9258 | 2024.12.21 08:23:50.554054 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 33 rows starting from the beginning of the part | ||
| 9259 | 2024.12.21 08:23:50.554387 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 19 rows starting from the beginning of the part | ||
| 9260 | 2024.12.21 08:23:50.555229 [ 4 ] {002e3a72-c82b-4659-b036-6deae80af61c} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9261 | 2024.12.21 08:23:50.555274 [ 4 ] {002e3a72-c82b-4659-b036-6deae80af61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9262 | 2024.12.21 08:23:50.555813 [ 4 ] {002e3a72-c82b-4659-b036-6deae80af61c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9263 | 2024.12.21 08:23:50.556221 [ 4 ] {002e3a72-c82b-4659-b036-6deae80af61c} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9264 | 2024.12.21 08:23:50.556216 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005175795 sec., 36902.54347399771 rows/sec., 2.77 MiB/sec. | ||
| 9265 | 2024.12.21 08:23:50.556564 [ 4 ] {002e3a72-c82b-4659-b036-6deae80af61c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004909 sec., 49297.209207577915 rows/sec., 3.34 MiB/sec. | ||
| 9266 | 2024.12.21 08:23:50.556593 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9267 | 2024.12.21 08:23:50.556706 [ 4 ] {002e3a72-c82b-4659-b036-6deae80af61c} <Debug> TCPHandler: Processed in 0.005582749 sec. | ||
| 9268 | 2024.12.21 08:23:50.556893 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9269 | 2024.12.21 08:23:50.557107 [ 258 ] {3173ad08-9318-443f-a64c-0f022d5a0b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9270 | 2024.12.21 08:23:50.557195 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2024.12.21 08:23:50.557207 [ 258 ] {3173ad08-9318-443f-a64c-0f022d5a0b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9272 | 2024.12.21 08:23:50.557443 [ 204 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_61_12} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9273 | 2024.12.21 08:23:50.557642 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9274 | 2024.12.21 08:23:50.558106 [ 258 ] {3173ad08-9318-443f-a64c-0f022d5a0b9d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9275 | 2024.12.21 08:23:50.558147 [ 258 ] {3173ad08-9318-443f-a64c-0f022d5a0b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9276 | 2024.12.21 08:23:50.558505 [ 258 ] {3173ad08-9318-443f-a64c-0f022d5a0b9d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9277 | 2024.12.21 08:23:50.558739 [ 258 ] {3173ad08-9318-443f-a64c-0f022d5a0b9d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9278 | 2024.12.21 08:23:50.558968 [ 258 ] {3173ad08-9318-443f-a64c-0f022d5a0b9d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001907 sec., 6816.990036706869 rows/sec., 425.04 KiB/sec. | ||
| 9279 | 2024.12.21 08:23:50.559144 [ 258 ] {3173ad08-9318-443f-a64c-0f022d5a0b9d} <Debug> TCPHandler: Processed in 0.00232994 sec. | ||
| 9280 | 2024.12.21 08:23:50.559434 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9281 | 2024.12.21 08:23:50.559650 [ 4 ] {4b5392f7-b254-4b58-956e-b34d057c1461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9282 | 2024.12.21 08:23:50.559741 [ 4 ] {4b5392f7-b254-4b58-956e-b34d057c1461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9283 | 2024.12.21 08:23:50.560822 [ 4 ] {4b5392f7-b254-4b58-956e-b34d057c1461} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9284 | 2024.12.21 08:23:50.560860 [ 4 ] {4b5392f7-b254-4b58-956e-b34d057c1461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9285 | 2024.12.21 08:23:50.561253 [ 4 ] {4b5392f7-b254-4b58-956e-b34d057c1461} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9286 | 2024.12.21 08:23:50.561507 [ 4 ] {4b5392f7-b254-4b58-956e-b34d057c1461} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9287 | 2024.12.21 08:23:50.561712 [ 4 ] {4b5392f7-b254-4b58-956e-b34d057c1461} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002116 sec., 401701.3232514178 rows/sec., 29.05 MiB/sec. | ||
| 9288 | 2024.12.21 08:23:50.561763 [ 4 ] {4b5392f7-b254-4b58-956e-b34d057c1461} <Debug> TCPHandler: Processed in 0.002505692 sec. | ||
| 9289 | 2024.12.21 08:23:50.561913 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9290 | 2024.12.21 08:23:50.562052 [ 258 ] {dccd3d53-00c8-4c55-9b83-d18668623ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9291 | 2024.12.21 08:23:50.562111 [ 258 ] {dccd3d53-00c8-4c55-9b83-d18668623ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9292 | 2024.12.21 08:23:50.562607 [ 258 ] {dccd3d53-00c8-4c55-9b83-d18668623ea9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2024.12.21 08:23:50.562665 [ 258 ] {dccd3d53-00c8-4c55-9b83-d18668623ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9294 | 2024.12.21 08:23:50.563052 [ 258 ] {dccd3d53-00c8-4c55-9b83-d18668623ea9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9295 | 2024.12.21 08:23:50.563290 [ 258 ] {dccd3d53-00c8-4c55-9b83-d18668623ea9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2024.12.21 08:23:50.563412 [ 27 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 9297 | 2024.12.21 08:23:50.563452 [ 27 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9298 | 2024.12.21 08:23:50.563476 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9299 | 2024.12.21 08:23:50.563485 [ 258 ] {dccd3d53-00c8-4c55-9b83-d18668623ea9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec. | ||
| 9300 | 2024.12.21 08:23:50.563757 [ 258 ] {dccd3d53-00c8-4c55-9b83-d18668623ea9} <Debug> TCPHandler: Processed in 0.001902666 sec. | ||
| 9301 | 2024.12.21 08:23:50.564002 [ 190 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 9302 | 2024.12.21 08:23:50.564048 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9303 | 2024.12.21 08:23:50.564392 [ 4 ] {f0ea4934-3237-4afe-bb1f-fd044e59340f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9304 | 2024.12.21 08:23:50.564414 [ 190 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9305 | 2024.12.21 08:23:50.564489 [ 4 ] {f0ea4934-3237-4afe-bb1f-fd044e59340f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9306 | 2024.12.21 08:23:50.564493 [ 190 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part | ||
| 9307 | 2024.12.21 08:23:50.564874 [ 190 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 9308 | 2024.12.21 08:23:50.565240 [ 190 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 9309 | 2024.12.21 08:23:50.565543 [ 190 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 9310 | 2024.12.21 08:23:50.565781 [ 190 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 9311 | 2024.12.21 08:23:50.566089 [ 190 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9312 | 2024.12.21 08:23:50.567237 [ 4 ] {f0ea4934-3237-4afe-bb1f-fd044e59340f} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2024.12.21 08:23:50.567318 [ 4 ] {f0ea4934-3237-4afe-bb1f-fd044e59340f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9314 | 2024.12.21 08:23:50.568451 [ 4 ] {f0ea4934-3237-4afe-bb1f-fd044e59340f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9315 | 2024.12.21 08:23:50.568541 [ 200 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.004979304 sec., 36149.63055077577 rows/sec., 1.84 MiB/sec. | ||
| 9316 | 2024.12.21 08:23:50.568782 [ 200 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9317 | 2024.12.21 08:23:50.568910 [ 4 ] {f0ea4934-3237-4afe-bb1f-fd044e59340f} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9318 | 2024.12.21 08:23:50.569389 [ 4 ] {f0ea4934-3237-4afe-bb1f-fd044e59340f} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.005053 sec., 183455.37304571542 rows/sec., 12.24 MiB/sec. | ||
| 9319 | 2024.12.21 08:23:50.569741 [ 4 ] {f0ea4934-3237-4afe-bb1f-fd044e59340f} <Debug> TCPHandler: Processed in 0.005875562 sec. | ||
| 9320 | 2024.12.21 08:23:50.569790 [ 200 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9321 | 2024.12.21 08:23:50.570024 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9322 | 2024.12.21 08:23:50.570207 [ 200 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_30_6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 9323 | 2024.12.21 08:23:50.570475 [ 258 ] {864a7f1f-ceb4-45f7-a2f9-2d3befbb5672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9324 | 2024.12.21 08:23:50.570501 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9325 | 2024.12.21 08:23:50.570627 [ 258 ] {864a7f1f-ceb4-45f7-a2f9-2d3befbb5672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9326 | 2024.12.21 08:23:50.571120 [ 258 ] {864a7f1f-ceb4-45f7-a2f9-2d3befbb5672} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9327 | 2024.12.21 08:23:50.571159 [ 258 ] {864a7f1f-ceb4-45f7-a2f9-2d3befbb5672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9328 | 2024.12.21 08:23:50.571521 [ 258 ] {864a7f1f-ceb4-45f7-a2f9-2d3befbb5672} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9329 | 2024.12.21 08:23:50.571774 [ 258 ] {864a7f1f-ceb4-45f7-a2f9-2d3befbb5672} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9330 | 2024.12.21 08:23:50.571957 [ 258 ] {864a7f1f-ceb4-45f7-a2f9-2d3befbb5672} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001688 sec., 592.4170616113744 rows/sec., 39.92 KiB/sec. | ||
| 9331 | 2024.12.21 08:23:50.572008 [ 258 ] {864a7f1f-ceb4-45f7-a2f9-2d3befbb5672} <Debug> TCPHandler: Processed in 0.002165289 sec. | ||
| 9332 | 2024.12.21 08:23:50.572147 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9333 | 2024.12.21 08:23:50.572302 [ 4 ] {44566a9b-e2cb-430e-af21-310e768cd385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9334 | 2024.12.21 08:23:50.572442 [ 4 ] {44566a9b-e2cb-430e-af21-310e768cd385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9335 | 2024.12.21 08:23:50.573870 [ 4 ] {44566a9b-e2cb-430e-af21-310e768cd385} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9336 | 2024.12.21 08:23:50.573909 [ 4 ] {44566a9b-e2cb-430e-af21-310e768cd385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9337 | 2024.12.21 08:23:50.574524 [ 4 ] {44566a9b-e2cb-430e-af21-310e768cd385} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9338 | 2024.12.21 08:23:50.574783 [ 4 ] {44566a9b-e2cb-430e-af21-310e768cd385} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9339 | 2024.12.21 08:23:50.575083 [ 4 ] {44566a9b-e2cb-430e-af21-310e768cd385} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002831 sec., 2825.8565877781703 rows/sec., 5.06 MiB/sec. | ||
| 9340 | 2024.12.21 08:23:50.575564 [ 4 ] {44566a9b-e2cb-430e-af21-310e768cd385} <Debug> TCPHandler: Processed in 0.003466991 sec. | ||
| 9341 | 2024.12.21 08:23:50.575837 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9342 | 2024.12.21 08:23:50.575967 [ 258 ] {b172d639-e4c7-463c-8d94-1c5ad1ef5106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9343 | 2024.12.21 08:23:50.576014 [ 258 ] {b172d639-e4c7-463c-8d94-1c5ad1ef5106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9344 | 2024.12.21 08:23:50.576489 [ 258 ] {b172d639-e4c7-463c-8d94-1c5ad1ef5106} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9345 | 2024.12.21 08:23:50.576526 [ 258 ] {b172d639-e4c7-463c-8d94-1c5ad1ef5106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9346 | 2024.12.21 08:23:50.576892 [ 258 ] {b172d639-e4c7-463c-8d94-1c5ad1ef5106} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9347 | 2024.12.21 08:23:50.577124 [ 258 ] {b172d639-e4c7-463c-8d94-1c5ad1ef5106} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9348 | 2024.12.21 08:23:50.577339 [ 258 ] {b172d639-e4c7-463c-8d94-1c5ad1ef5106} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001385 sec., 50541.516245487364 rows/sec., 3.18 MiB/sec. | ||
| 9349 | 2024.12.21 08:23:50.577399 [ 258 ] {b172d639-e4c7-463c-8d94-1c5ad1ef5106} <Debug> TCPHandler: Processed in 0.001690075 sec. | ||
| 9350 | 2024.12.21 08:23:52.345638 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9351 | 2024.12.21 08:23:52.345854 [ 4 ] {179c8512-b99d-4368-bb43-e2b5ee6683e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9352 | 2024.12.21 08:23:52.345934 [ 4 ] {179c8512-b99d-4368-bb43-e2b5ee6683e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9353 | 2024.12.21 08:23:52.346749 [ 4 ] {179c8512-b99d-4368-bb43-e2b5ee6683e6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9354 | 2024.12.21 08:23:52.346807 [ 4 ] {179c8512-b99d-4368-bb43-e2b5ee6683e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9355 | 2024.12.21 08:23:52.347234 [ 4 ] {179c8512-b99d-4368-bb43-e2b5ee6683e6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9356 | 2024.12.21 08:23:52.347482 [ 4 ] {179c8512-b99d-4368-bb43-e2b5ee6683e6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9357 | 2024.12.21 08:23:52.347701 [ 4 ] {179c8512-b99d-4368-bb43-e2b5ee6683e6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec. | ||
| 9358 | 2024.12.21 08:23:52.347815 [ 4 ] {179c8512-b99d-4368-bb43-e2b5ee6683e6} <Debug> TCPHandler: Processed in 0.00232102 sec. | ||
| 9359 | 2024.12.21 08:23:52.348128 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9360 | 2024.12.21 08:23:52.348312 [ 258 ] {463d7ce5-7e66-485b-b70b-409b30023c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9361 | 2024.12.21 08:23:52.348382 [ 258 ] {463d7ce5-7e66-485b-b70b-409b30023c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9362 | 2024.12.21 08:23:52.349160 [ 258 ] {463d7ce5-7e66-485b-b70b-409b30023c0a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9363 | 2024.12.21 08:23:52.349206 [ 258 ] {463d7ce5-7e66-485b-b70b-409b30023c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9364 | 2024.12.21 08:23:52.349631 [ 258 ] {463d7ce5-7e66-485b-b70b-409b30023c0a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9365 | 2024.12.21 08:23:52.349900 [ 258 ] {463d7ce5-7e66-485b-b70b-409b30023c0a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9366 | 2024.12.21 08:23:52.350118 [ 258 ] {463d7ce5-7e66-485b-b70b-409b30023c0a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001857 sec., 34464.189553042546 rows/sec., 2.69 MiB/sec. | ||
| 9367 | 2024.12.21 08:23:52.350180 [ 258 ] {463d7ce5-7e66-485b-b70b-409b30023c0a} <Debug> TCPHandler: Processed in 0.002221289 sec. | ||
| 9368 | 2024.12.21 08:23:52.350347 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9369 | 2024.12.21 08:23:52.350486 [ 4 ] {24416228-aa20-457c-a8e6-f200935242d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9370 | 2024.12.21 08:23:52.350566 [ 4 ] {24416228-aa20-457c-a8e6-f200935242d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9371 | 2024.12.21 08:23:52.351208 [ 4 ] {24416228-aa20-457c-a8e6-f200935242d4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9372 | 2024.12.21 08:23:52.351255 [ 4 ] {24416228-aa20-457c-a8e6-f200935242d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9373 | 2024.12.21 08:23:52.351687 [ 4 ] {24416228-aa20-457c-a8e6-f200935242d4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9374 | 2024.12.21 08:23:52.352028 [ 4 ] {24416228-aa20-457c-a8e6-f200935242d4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9375 | 2024.12.21 08:23:52.352329 [ 4 ] {24416228-aa20-457c-a8e6-f200935242d4} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001874 sec., 17075.773745997867 rows/sec., 1.19 MiB/sec. | ||
| 9376 | 2024.12.21 08:23:52.352385 [ 4 ] {24416228-aa20-457c-a8e6-f200935242d4} <Debug> TCPHandler: Processed in 0.002103069 sec. | ||
| 9377 | 2024.12.21 08:23:52.352532 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9378 | 2024.12.21 08:23:52.352667 [ 258 ] {df617b09-fe38-4737-aac5-7066488a3b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9379 | 2024.12.21 08:23:52.352726 [ 258 ] {df617b09-fe38-4737-aac5-7066488a3b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9380 | 2024.12.21 08:23:52.353217 [ 258 ] {df617b09-fe38-4737-aac5-7066488a3b00} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9381 | 2024.12.21 08:23:52.353256 [ 258 ] {df617b09-fe38-4737-aac5-7066488a3b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9382 | 2024.12.21 08:23:52.353631 [ 258 ] {df617b09-fe38-4737-aac5-7066488a3b00} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9383 | 2024.12.21 08:23:52.353886 [ 258 ] {df617b09-fe38-4737-aac5-7066488a3b00} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9384 | 2024.12.21 08:23:52.354076 [ 258 ] {df617b09-fe38-4737-aac5-7066488a3b00} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001449 sec., 8281.573498964803 rows/sec., 571.51 KiB/sec. | ||
| 9385 | 2024.12.21 08:23:52.354134 [ 258 ] {df617b09-fe38-4737-aac5-7066488a3b00} <Debug> TCPHandler: Processed in 0.001659415 sec. | ||
| 9386 | 2024.12.21 08:23:53.912337 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 9387 | 2024.12.21 08:23:53.912962 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9388 | 2024.12.21 08:23:53.912999 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9389 | 2024.12.21 08:23:53.913495 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9390 | 2024.12.21 08:23:53.913747 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9391 | 2024.12.21 08:23:53.913929 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9392 | 2024.12.21 08:23:55.343875 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9393 | 2024.12.21 08:23:55.365047 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9394 | 2024.12.21 08:23:55.365109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9395 | 2024.12.21 08:23:55.372359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9396 | 2024.12.21 08:23:55.373141 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9397 | 2024.12.21 08:23:55.376343 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9398 | 2024.12.21 08:23:56.512890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1300 | ||
| 9399 | 2024.12.21 08:23:56.516263 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9400 | 2024.12.21 08:23:56.516314 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9401 | 2024.12.21 08:23:56.517812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9402 | 2024.12.21 08:23:56.518121 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9403 | 2024.12.21 08:23:56.519352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1300 | ||
| 9404 | 2024.12.21 08:23:57.353393 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9405 | 2024.12.21 08:23:57.353607 [ 4 ] {9e21f7ca-419c-4318-a5a5-4268cbbf86f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9406 | 2024.12.21 08:23:57.353691 [ 4 ] {9e21f7ca-419c-4318-a5a5-4268cbbf86f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9407 | 2024.12.21 08:23:57.354534 [ 4 ] {9e21f7ca-419c-4318-a5a5-4268cbbf86f0} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9408 | 2024.12.21 08:23:57.354584 [ 4 ] {9e21f7ca-419c-4318-a5a5-4268cbbf86f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9409 | 2024.12.21 08:23:57.355097 [ 4 ] {9e21f7ca-419c-4318-a5a5-4268cbbf86f0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9410 | 2024.12.21 08:23:57.355364 [ 4 ] {9e21f7ca-419c-4318-a5a5-4268cbbf86f0} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9411 | 2024.12.21 08:23:57.355626 [ 4 ] {9e21f7ca-419c-4318-a5a5-4268cbbf86f0} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002075 sec., 58795.180722891564 rows/sec., 5.00 MiB/sec. | ||
| 9412 | 2024.12.21 08:23:57.355703 [ 4 ] {9e21f7ca-419c-4318-a5a5-4268cbbf86f0} <Debug> TCPHandler: Processed in 0.002447602 sec. | ||
| 9413 | 2024.12.21 08:23:57.355973 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9414 | 2024.12.21 08:23:57.356162 [ 258 ] {980c27e8-572d-4dfd-bc6a-ca0e42d7e710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9415 | 2024.12.21 08:23:57.356232 [ 258 ] {980c27e8-572d-4dfd-bc6a-ca0e42d7e710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9416 | 2024.12.21 08:23:57.357000 [ 258 ] {980c27e8-572d-4dfd-bc6a-ca0e42d7e710} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9417 | 2024.12.21 08:23:57.357050 [ 258 ] {980c27e8-572d-4dfd-bc6a-ca0e42d7e710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9418 | 2024.12.21 08:23:57.357472 [ 258 ] {980c27e8-572d-4dfd-bc6a-ca0e42d7e710} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9419 | 2024.12.21 08:23:57.357714 [ 258 ] {980c27e8-572d-4dfd-bc6a-ca0e42d7e710} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9420 | 2024.12.21 08:23:57.357961 [ 258 ] {980c27e8-572d-4dfd-bc6a-ca0e42d7e710} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001851 sec., 17828.200972447325 rows/sec., 1.31 MiB/sec. | ||
| 9421 | 2024.12.21 08:23:57.358030 [ 258 ] {980c27e8-572d-4dfd-bc6a-ca0e42d7e710} <Debug> TCPHandler: Processed in 0.00221146 sec. | ||
| 9422 | 2024.12.21 08:23:57.358228 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9423 | 2024.12.21 08:23:57.358458 [ 4 ] {48e1e993-1e64-458b-9356-7a09fd81a6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9424 | 2024.12.21 08:23:57.358529 [ 4 ] {48e1e993-1e64-458b-9356-7a09fd81a6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9425 | 2024.12.21 08:23:57.359148 [ 4 ] {48e1e993-1e64-458b-9356-7a09fd81a6ad} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9426 | 2024.12.21 08:23:57.359189 [ 4 ] {48e1e993-1e64-458b-9356-7a09fd81a6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9427 | 2024.12.21 08:23:57.359556 [ 4 ] {48e1e993-1e64-458b-9356-7a09fd81a6ad} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9428 | 2024.12.21 08:23:57.359799 [ 4 ] {48e1e993-1e64-458b-9356-7a09fd81a6ad} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9429 | 2024.12.21 08:23:57.360023 [ 4 ] {48e1e993-1e64-458b-9356-7a09fd81a6ad} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001626 sec., 59655.59655596556 rows/sec., 4.66 MiB/sec. | ||
| 9430 | 2024.12.21 08:23:57.360080 [ 4 ] {48e1e993-1e64-458b-9356-7a09fd81a6ad} <Debug> TCPHandler: Processed in 0.001962937 sec. | ||
| 9431 | 2024.12.21 08:23:57.360224 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9432 | 2024.12.21 08:23:57.360347 [ 258 ] {4a9c1698-30e2-4405-8851-24808983d3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9433 | 2024.12.21 08:23:57.360404 [ 258 ] {4a9c1698-30e2-4405-8851-24808983d3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9434 | 2024.12.21 08:23:57.361039 [ 258 ] {4a9c1698-30e2-4405-8851-24808983d3a5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9435 | 2024.12.21 08:23:57.361082 [ 258 ] {4a9c1698-30e2-4405-8851-24808983d3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9436 | 2024.12.21 08:23:57.361472 [ 258 ] {4a9c1698-30e2-4405-8851-24808983d3a5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9437 | 2024.12.21 08:23:57.361706 [ 258 ] {4a9c1698-30e2-4405-8851-24808983d3a5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9438 | 2024.12.21 08:23:57.361863 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9439 | 2024.12.21 08:23:57.361899 [ 258 ] {4a9c1698-30e2-4405-8851-24808983d3a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
| 9440 | 2024.12.21 08:23:57.361905 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9441 | 2024.12.21 08:23:57.361942 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9442 | 2024.12.21 08:23:57.361976 [ 258 ] {4a9c1698-30e2-4405-8851-24808983d3a5} <Debug> TCPHandler: Processed in 0.001807696 sec. | ||
| 9443 | 2024.12.21 08:23:57.362273 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9444 | 2024.12.21 08:23:57.362294 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 9445 | 2024.12.21 08:23:57.362710 [ 4 ] {7a2f4bc0-982d-48b9-89b3-2e53d3871b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9446 | 2024.12.21 08:23:57.362907 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9447 | 2024.12.21 08:23:57.363073 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17869 rows starting from the beginning of the part | ||
| 9448 | 2024.12.21 08:23:57.363137 [ 4 ] {7a2f4bc0-982d-48b9-89b3-2e53d3871b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9449 | 2024.12.21 08:23:57.363661 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part | ||
| 9450 | 2024.12.21 08:23:57.364156 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 9451 | 2024.12.21 08:23:57.364584 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 927 rows starting from the beginning of the part | ||
| 9452 | 2024.12.21 08:23:57.364959 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part | ||
| 9453 | 2024.12.21 08:23:57.365377 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 9454 | 2024.12.21 08:23:57.367793 [ 4 ] {7a2f4bc0-982d-48b9-89b3-2e53d3871b4e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9455 | 2024.12.21 08:23:57.367861 [ 4 ] {7a2f4bc0-982d-48b9-89b3-2e53d3871b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9456 | 2024.12.21 08:23:57.369529 [ 4 ] {7a2f4bc0-982d-48b9-89b3-2e53d3871b4e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9457 | 2024.12.21 08:23:57.370164 [ 4 ] {7a2f4bc0-982d-48b9-89b3-2e53d3871b4e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9458 | 2024.12.21 08:23:57.370548 [ 4 ] {7a2f4bc0-982d-48b9-89b3-2e53d3871b4e} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.008044 sec., 4102.4365987071105 rows/sec., 7.35 MiB/sec. | ||
| 9459 | 2024.12.21 08:23:57.370697 [ 4 ] {7a2f4bc0-982d-48b9-89b3-2e53d3871b4e} <Debug> TCPHandler: Processed in 0.008613645 sec. | ||
| 9460 | 2024.12.21 08:23:57.370870 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9461 | 2024.12.21 08:23:57.371009 [ 258 ] {28500873-19f8-4b8d-89b1-85b2946cb5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9462 | 2024.12.21 08:23:57.371058 [ 258 ] {28500873-19f8-4b8d-89b1-85b2946cb5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9463 | 2024.12.21 08:23:57.371647 [ 258 ] {28500873-19f8-4b8d-89b1-85b2946cb5a4} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9464 | 2024.12.21 08:23:57.371684 [ 258 ] {28500873-19f8-4b8d-89b1-85b2946cb5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9465 | 2024.12.21 08:23:57.372369 [ 258 ] {28500873-19f8-4b8d-89b1-85b2946cb5a4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9466 | 2024.12.21 08:23:57.372694 [ 258 ] {28500873-19f8-4b8d-89b1-85b2946cb5a4} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9467 | 2024.12.21 08:23:57.373076 [ 103 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9468 | 2024.12.21 08:23:57.373206 [ 103 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9469 | 2024.12.21 08:23:57.373276 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9470 | 2024.12.21 08:23:57.373380 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19385 rows, containing 5 columns (5 merged, 0 gathered) in 0.01130021 sec., 1715454.8455294194 rows/sec., 115.63 MiB/sec. | ||
| 9471 | 2024.12.21 08:23:57.373422 [ 258 ] {28500873-19f8-4b8d-89b1-85b2946cb5a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002406 sec., 24937.655860349125 rows/sec., 1.68 MiB/sec. | ||
| 9472 | 2024.12.21 08:23:57.373728 [ 258 ] {28500873-19f8-4b8d-89b1-85b2946cb5a4} <Debug> TCPHandler: Processed in 0.002908926 sec. | ||
| 9473 | 2024.12.21 08:23:57.373737 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 9474 | 2024.12.21 08:23:57.374002 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9475 | 2024.12.21 08:23:57.374472 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9476 | 2024.12.21 08:23:57.374601 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3550 rows starting from the beginning of the part | ||
| 9477 | 2024.12.21 08:23:57.375002 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 9478 | 2024.12.21 08:23:57.375227 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9479 | 2024.12.21 08:23:57.375457 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 9480 | 2024.12.21 08:23:57.375676 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9481 | 2024.12.21 08:23:57.375934 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 70 rows starting from the beginning of the part | ||
| 9482 | 2024.12.21 08:23:57.376083 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.25 MiB. | ||
| 9483 | 2024.12.21 08:23:57.376366 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 12 rows starting from the beginning of the part | ||
| 9484 | 2024.12.21 08:23:57.376598 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 9485 | 2024.12.21 08:23:57.378186 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3834 rows, containing 4 columns (4 merged, 0 gathered) in 0.004776452 sec., 802687.852824649 rows/sec., 52.06 MiB/sec. | ||
| 9486 | 2024.12.21 08:23:57.378527 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9487 | 2024.12.21 08:23:57.378857 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9488 | 2024.12.21 08:23:57.378945 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_66_13} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9489 | 2024.12.21 08:23:57.379045 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 9490 | 2024.12.21 08:24:01.268952 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9491 | 2024.12.21 08:24:01.269058 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9492 | 2024.12.21 08:24:01.414180 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9493 | 2024.12.21 08:24:01.414869 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2024.12.21 08:24:01.414923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9495 | 2024.12.21 08:24:01.415478 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9496 | 2024.12.21 08:24:01.415743 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9497 | 2024.12.21 08:24:01.415916 [ 147 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9498 | 2024.12.21 08:24:01.415952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9499 | 2024.12.21 08:24:01.415965 [ 147 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9500 | 2024.12.21 08:24:01.415987 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9501 | 2024.12.21 08:24:01.416129 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 9502 | 2024.12.21 08:24:01.416297 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9503 | 2024.12.21 08:24:01.416340 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 9504 | 2024.12.21 08:24:01.416426 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 9505 | 2024.12.21 08:24:01.416604 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 9506 | 2024.12.21 08:24:01.416810 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 9507 | 2024.12.21 08:24:01.416971 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 9508 | 2024.12.21 08:24:01.417150 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 9509 | 2024.12.21 08:24:01.419622 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003561181 sec., 5926685.557403569 rows/sec., 84.78 MiB/sec. | ||
| 9510 | 2024.12.21 08:24:01.420051 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9511 | 2024.12.21 08:24:01.420381 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_46_9} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9512 | 2024.12.21 08:24:01.420471 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_46_9} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9513 | 2024.12.21 08:24:01.420591 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9514 | 2024.12.21 08:24:02.356443 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9515 | 2024.12.21 08:24:02.356721 [ 4 ] {0ffe3c2c-4fe6-4315-bb1d-33432ddc5c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9516 | 2024.12.21 08:24:02.356792 [ 4 ] {0ffe3c2c-4fe6-4315-bb1d-33432ddc5c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9517 | 2024.12.21 08:24:02.357530 [ 4 ] {0ffe3c2c-4fe6-4315-bb1d-33432ddc5c58} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9518 | 2024.12.21 08:24:02.357611 [ 4 ] {0ffe3c2c-4fe6-4315-bb1d-33432ddc5c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9519 | 2024.12.21 08:24:02.358049 [ 4 ] {0ffe3c2c-4fe6-4315-bb1d-33432ddc5c58} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9520 | 2024.12.21 08:24:02.358302 [ 4 ] {0ffe3c2c-4fe6-4315-bb1d-33432ddc5c58} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9521 | 2024.12.21 08:24:02.358572 [ 4 ] {0ffe3c2c-4fe6-4315-bb1d-33432ddc5c58} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 9522 | 2024.12.21 08:24:02.358717 [ 4 ] {0ffe3c2c-4fe6-4315-bb1d-33432ddc5c58} <Debug> TCPHandler: Processed in 0.002460282 sec. | ||
| 9523 | 2024.12.21 08:24:02.359018 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9524 | 2024.12.21 08:24:02.359207 [ 258 ] {362a117c-9399-42b1-95e8-2d2ccb04db8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9525 | 2024.12.21 08:24:02.359281 [ 258 ] {362a117c-9399-42b1-95e8-2d2ccb04db8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9526 | 2024.12.21 08:24:02.360105 [ 258 ] {362a117c-9399-42b1-95e8-2d2ccb04db8f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9527 | 2024.12.21 08:24:02.360148 [ 258 ] {362a117c-9399-42b1-95e8-2d2ccb04db8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9528 | 2024.12.21 08:24:02.360598 [ 258 ] {362a117c-9399-42b1-95e8-2d2ccb04db8f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9529 | 2024.12.21 08:24:02.360839 [ 258 ] {362a117c-9399-42b1-95e8-2d2ccb04db8f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2024.12.21 08:24:02.360998 [ 147 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9531 | 2024.12.21 08:24:02.361039 [ 147 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9532 | 2024.12.21 08:24:02.361065 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9533 | 2024.12.21 08:24:02.361068 [ 258 ] {362a117c-9399-42b1-95e8-2d2ccb04db8f} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00191 sec., 114659.68586387434 rows/sec., 10.01 MiB/sec. | ||
| 9534 | 2024.12.21 08:24:02.361248 [ 258 ] {362a117c-9399-42b1-95e8-2d2ccb04db8f} <Debug> TCPHandler: Processed in 0.002400201 sec. | ||
| 9535 | 2024.12.21 08:24:02.361333 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 9536 | 2024.12.21 08:24:02.361440 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9537 | 2024.12.21 08:24:02.361480 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9538 | 2024.12.21 08:24:02.361520 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1437 rows starting from the beginning of the part | ||
| 9539 | 2024.12.21 08:24:02.361628 [ 4 ] {844284b0-eca2-4176-845d-51c9774fb6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9540 | 2024.12.21 08:24:02.361638 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 122 rows starting from the beginning of the part | ||
| 9541 | 2024.12.21 08:24:02.361770 [ 4 ] {844284b0-eca2-4176-845d-51c9774fb6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9542 | 2024.12.21 08:24:02.362043 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1361 rows starting from the beginning of the part | ||
| 9543 | 2024.12.21 08:24:02.362334 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 9544 | 2024.12.21 08:24:02.362642 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 122 rows starting from the beginning of the part | ||
| 9545 | 2024.12.21 08:24:02.363029 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 219 rows starting from the beginning of the part | ||
| 9546 | 2024.12.21 08:24:02.364213 [ 4 ] {844284b0-eca2-4176-845d-51c9774fb6c8} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2024.12.21 08:24:02.364259 [ 4 ] {844284b0-eca2-4176-845d-51c9774fb6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9548 | 2024.12.21 08:24:02.364805 [ 4 ] {844284b0-eca2-4176-845d-51c9774fb6c8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9549 | 2024.12.21 08:24:02.365069 [ 4 ] {844284b0-eca2-4176-845d-51c9774fb6c8} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9550 | 2024.12.21 08:24:02.365446 [ 4 ] {844284b0-eca2-4176-845d-51c9774fb6c8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003842 sec., 3904.2165538781887 rows/sec., 275.28 KiB/sec. | ||
| 9551 | 2024.12.21 08:24:02.365776 [ 4 ] {844284b0-eca2-4176-845d-51c9774fb6c8} <Debug> TCPHandler: Processed in 0.004406879 sec. | ||
| 9552 | 2024.12.21 08:24:02.366071 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9553 | 2024.12.21 08:24:02.366460 [ 258 ] {6ccf7446-b3b5-4205-8323-d8b2a70059de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9554 | 2024.12.21 08:24:02.366632 [ 258 ] {6ccf7446-b3b5-4205-8323-d8b2a70059de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9555 | 2024.12.21 08:24:02.366846 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.0056881 sec., 583147.2723756615 rows/sec., 51.12 MiB/sec. | ||
| 9556 | 2024.12.21 08:24:02.367215 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9557 | 2024.12.21 08:24:02.367774 [ 258 ] {6ccf7446-b3b5-4205-8323-d8b2a70059de} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9558 | 2024.12.21 08:24:02.367791 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2024.12.21 08:24:02.367833 [ 258 ] {6ccf7446-b3b5-4205-8323-d8b2a70059de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9560 | 2024.12.21 08:24:02.367985 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_71_14} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9561 | 2024.12.21 08:24:02.368175 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9562 | 2024.12.21 08:24:02.368401 [ 258 ] {6ccf7446-b3b5-4205-8323-d8b2a70059de} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9563 | 2024.12.21 08:24:02.368639 [ 258 ] {6ccf7446-b3b5-4205-8323-d8b2a70059de} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2024.12.21 08:24:02.368870 [ 258 ] {6ccf7446-b3b5-4205-8323-d8b2a70059de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002541 sec., 5509.641873278238 rows/sec., 385.86 KiB/sec. | ||
| 9565 | 2024.12.21 08:24:02.368929 [ 258 ] {6ccf7446-b3b5-4205-8323-d8b2a70059de} <Debug> TCPHandler: Processed in 0.002995417 sec. | ||
| 9566 | 2024.12.21 08:24:02.369091 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9567 | 2024.12.21 08:24:02.369235 [ 4 ] {463d6ace-28bc-40cf-98ed-951418e13b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9568 | 2024.12.21 08:24:02.369293 [ 4 ] {463d6ace-28bc-40cf-98ed-951418e13b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9569 | 2024.12.21 08:24:02.369943 [ 4 ] {463d6ace-28bc-40cf-98ed-951418e13b50} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9570 | 2024.12.21 08:24:02.369983 [ 4 ] {463d6ace-28bc-40cf-98ed-951418e13b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9571 | 2024.12.21 08:24:02.370346 [ 4 ] {463d6ace-28bc-40cf-98ed-951418e13b50} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9572 | 2024.12.21 08:24:02.370590 [ 4 ] {463d6ace-28bc-40cf-98ed-951418e13b50} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9573 | 2024.12.21 08:24:02.370847 [ 4 ] {463d6ace-28bc-40cf-98ed-951418e13b50} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001641 sec., 7921.998781230956 rows/sec., 493.93 KiB/sec. | ||
| 9574 | 2024.12.21 08:24:02.371043 [ 4 ] {463d6ace-28bc-40cf-98ed-951418e13b50} <Debug> TCPHandler: Processed in 0.002019577 sec. | ||
| 9575 | 2024.12.21 08:24:02.371264 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9576 | 2024.12.21 08:24:02.371383 [ 258 ] {ce004646-26bb-4297-9425-ebc5c42dc67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9577 | 2024.12.21 08:24:02.371432 [ 258 ] {ce004646-26bb-4297-9425-ebc5c42dc67a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9578 | 2024.12.21 08:24:02.372204 [ 258 ] {ce004646-26bb-4297-9425-ebc5c42dc67a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9579 | 2024.12.21 08:24:02.372243 [ 258 ] {ce004646-26bb-4297-9425-ebc5c42dc67a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9580 | 2024.12.21 08:24:02.372614 [ 258 ] {ce004646-26bb-4297-9425-ebc5c42dc67a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9581 | 2024.12.21 08:24:02.372865 [ 258 ] {ce004646-26bb-4297-9425-ebc5c42dc67a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9582 | 2024.12.21 08:24:02.373042 [ 146 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9583 | 2024.12.21 08:24:02.373105 [ 258 ] {ce004646-26bb-4297-9425-ebc5c42dc67a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001745 sec., 223495.70200573065 rows/sec., 15.85 MiB/sec. | ||
| 9584 | 2024.12.21 08:24:02.373130 [ 146 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9585 | 2024.12.21 08:24:02.373196 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9586 | 2024.12.21 08:24:02.373229 [ 258 ] {ce004646-26bb-4297-9425-ebc5c42dc67a} <Debug> TCPHandler: Processed in 0.002072419 sec. | ||
| 9587 | 2024.12.21 08:24:02.373454 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 9588 | 2024.12.21 08:24:02.373472 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9589 | 2024.12.21 08:24:02.373732 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9590 | 2024.12.21 08:24:02.373742 [ 4 ] {d9c76c71-7dc3-409b-8bab-28b684c05de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9591 | 2024.12.21 08:24:02.373791 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
| 9592 | 2024.12.21 08:24:02.373864 [ 4 ] {d9c76c71-7dc3-409b-8bab-28b684c05de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9593 | 2024.12.21 08:24:02.374015 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 97 rows starting from the beginning of the part | ||
| 9594 | 2024.12.21 08:24:02.374303 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 850 rows starting from the beginning of the part | ||
| 9595 | 2024.12.21 08:24:02.374708 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 9596 | 2024.12.21 08:24:02.375043 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 97 rows starting from the beginning of the part | ||
| 9597 | 2024.12.21 08:24:02.375348 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 390 rows starting from the beginning of the part | ||
| 9598 | 2024.12.21 08:24:02.376278 [ 4 ] {d9c76c71-7dc3-409b-8bab-28b684c05de6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2024.12.21 08:24:02.376362 [ 4 ] {d9c76c71-7dc3-409b-8bab-28b684c05de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9600 | 2024.12.21 08:24:02.377314 [ 4 ] {d9c76c71-7dc3-409b-8bab-28b684c05de6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9601 | 2024.12.21 08:24:02.377768 [ 4 ] {d9c76c71-7dc3-409b-8bab-28b684c05de6} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9602 | 2024.12.21 08:24:02.378078 [ 4 ] {d9c76c71-7dc3-409b-8bab-28b684c05de6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00441 sec., 1360.544217687075 rows/sec., 71.08 KiB/sec. | ||
| 9603 | 2024.12.21 08:24:02.378206 [ 4 ] {d9c76c71-7dc3-409b-8bab-28b684c05de6} <Debug> TCPHandler: Processed in 0.004853682 sec. | ||
| 9604 | 2024.12.21 08:24:02.378456 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9605 | 2024.12.21 08:24:02.378527 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.005234706 sec., 460961.89547225763 rows/sec., 35.35 MiB/sec. | ||
| 9606 | 2024.12.21 08:24:02.378615 [ 258 ] {ff627467-5f1e-4c49-82ca-39dae0d8585c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9607 | 2024.12.21 08:24:02.378675 [ 258 ] {ff627467-5f1e-4c49-82ca-39dae0d8585c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9608 | 2024.12.21 08:24:02.378824 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9609 | 2024.12.21 08:24:02.379532 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9610 | 2024.12.21 08:24:02.379780 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_71_14} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9611 | 2024.12.21 08:24:02.379953 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9612 | 2024.12.21 08:24:02.379977 [ 258 ] {ff627467-5f1e-4c49-82ca-39dae0d8585c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9613 | 2024.12.21 08:24:02.380027 [ 258 ] {ff627467-5f1e-4c49-82ca-39dae0d8585c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9614 | 2024.12.21 08:24:02.380425 [ 258 ] {ff627467-5f1e-4c49-82ca-39dae0d8585c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9615 | 2024.12.21 08:24:02.380657 [ 258 ] {ff627467-5f1e-4c49-82ca-39dae0d8585c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9616 | 2024.12.21 08:24:02.380883 [ 258 ] {ff627467-5f1e-4c49-82ca-39dae0d8585c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002309 sec., 102641.83629276743 rows/sec., 6.88 MiB/sec. | ||
| 9617 | 2024.12.21 08:24:02.380943 [ 258 ] {ff627467-5f1e-4c49-82ca-39dae0d8585c} <Debug> TCPHandler: Processed in 0.002615093 sec. | ||
| 9618 | 2024.12.21 08:24:02.381092 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9619 | 2024.12.21 08:24:02.381233 [ 4 ] {8f367b71-ca04-4116-89b2-d7f3a4fced94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9620 | 2024.12.21 08:24:02.381296 [ 4 ] {8f367b71-ca04-4116-89b2-d7f3a4fced94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9621 | 2024.12.21 08:24:02.381827 [ 4 ] {8f367b71-ca04-4116-89b2-d7f3a4fced94} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9622 | 2024.12.21 08:24:02.381866 [ 4 ] {8f367b71-ca04-4116-89b2-d7f3a4fced94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9623 | 2024.12.21 08:24:02.382227 [ 4 ] {8f367b71-ca04-4116-89b2-d7f3a4fced94} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9624 | 2024.12.21 08:24:02.382458 [ 4 ] {8f367b71-ca04-4116-89b2-d7f3a4fced94} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9625 | 2024.12.21 08:24:02.382667 [ 4 ] {8f367b71-ca04-4116-89b2-d7f3a4fced94} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 9626 | 2024.12.21 08:24:02.382720 [ 4 ] {8f367b71-ca04-4116-89b2-d7f3a4fced94} <Debug> TCPHandler: Processed in 0.001697155 sec. | ||
| 9627 | 2024.12.21 08:24:02.382895 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9628 | 2024.12.21 08:24:02.383039 [ 258 ] {080fef85-426f-4e5f-8533-1bafa5e27bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9629 | 2024.12.21 08:24:02.383132 [ 258 ] {080fef85-426f-4e5f-8533-1bafa5e27bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9630 | 2024.12.21 08:24:02.384317 [ 258 ] {080fef85-426f-4e5f-8533-1bafa5e27bcc} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9631 | 2024.12.21 08:24:02.384356 [ 258 ] {080fef85-426f-4e5f-8533-1bafa5e27bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9632 | 2024.12.21 08:24:02.384972 [ 258 ] {080fef85-426f-4e5f-8533-1bafa5e27bcc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9633 | 2024.12.21 08:24:02.385226 [ 258 ] {080fef85-426f-4e5f-8533-1bafa5e27bcc} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9634 | 2024.12.21 08:24:02.385472 [ 258 ] {080fef85-426f-4e5f-8533-1bafa5e27bcc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002465 sec., 3245.436105476673 rows/sec., 5.82 MiB/sec. | ||
| 9635 | 2024.12.21 08:24:02.385564 [ 258 ] {080fef85-426f-4e5f-8533-1bafa5e27bcc} <Debug> TCPHandler: Processed in 0.002751094 sec. | ||
| 9636 | 2024.12.21 08:24:02.385764 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9637 | 2024.12.21 08:24:02.385990 [ 4 ] {8198d714-e771-449a-8779-cf12df821ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9638 | 2024.12.21 08:24:02.386084 [ 4 ] {8198d714-e771-449a-8779-cf12df821ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9639 | 2024.12.21 08:24:02.386847 [ 4 ] {8198d714-e771-449a-8779-cf12df821ca1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9640 | 2024.12.21 08:24:02.386886 [ 4 ] {8198d714-e771-449a-8779-cf12df821ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9641 | 2024.12.21 08:24:02.387252 [ 4 ] {8198d714-e771-449a-8779-cf12df821ca1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9642 | 2024.12.21 08:24:02.387489 [ 4 ] {8198d714-e771-449a-8779-cf12df821ca1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9643 | 2024.12.21 08:24:02.387688 [ 4 ] {8198d714-e771-449a-8779-cf12df821ca1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001755 sec., 46723.64672364672 rows/sec., 2.97 MiB/sec. | ||
| 9644 | 2024.12.21 08:24:02.387739 [ 4 ] {8198d714-e771-449a-8779-cf12df821ca1} <Debug> TCPHandler: Processed in 0.002086869 sec. | ||
| 9645 | 2024.12.21 08:24:02.876549 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9646 | 2024.12.21 08:24:02.898972 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9647 | 2024.12.21 08:24:02.899031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9648 | 2024.12.21 08:24:02.907677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9649 | 2024.12.21 08:24:02.908476 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9650 | 2024.12.21 08:24:02.908896 [ 145 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9651 | 2024.12.21 08:24:02.909027 [ 145 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2024.12.21 08:24:02.909106 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9653 | 2024.12.21 08:24:02.909596 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 9654 | 2024.12.21 08:24:02.919604 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9655 | 2024.12.21 08:24:02.920870 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9656 | 2024.12.21 08:24:02.921802 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 9657 | 2024.12.21 08:24:02.926251 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 9658 | 2024.12.21 08:24:02.930648 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 9659 | 2024.12.21 08:24:02.935568 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 9660 | 2024.12.21 08:24:02.940646 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 9661 | 2024.12.21 08:24:02.944893 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 9662 | 2024.12.21 08:24:03.000223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.00 MiB, peak 238.13 MiB, free memory in arenas 0.00 B, will set to 225.71 MiB (RSS), difference: -10.29 MiB | ||
| 9663 | 2024.12.21 08:24:03.005459 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.096219639 sec., 3606.3323829348396 rows/sec., 18.65 MiB/sec. | ||
| 9664 | 2024.12.21 08:24:03.008800 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9665 | 2024.12.21 08:24:03.011924 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_46_9} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9666 | 2024.12.21 08:24:03.012057 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_46_9} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9667 | 2024.12.21 08:24:03.014685 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9668 | 2024.12.21 08:24:04.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.44 MiB, peak 238.13 MiB, free memory in arenas 0.00 B, will set to 225.71 MiB (RSS), difference: 11.27 MiB | ||
| 9669 | 2024.12.21 08:24:06.519840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1334 | ||
| 9670 | 2024.12.21 08:24:06.523512 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9671 | 2024.12.21 08:24:06.523566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9672 | 2024.12.21 08:24:06.525411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9673 | 2024.12.21 08:24:06.525738 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9674 | 2024.12.21 08:24:06.526994 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1334 | ||
| 9675 | 2024.12.21 08:24:07.354459 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9676 | 2024.12.21 08:24:07.354677 [ 4 ] {3de16a10-332a-4b3f-85ff-74cdbc6b51bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9677 | 2024.12.21 08:24:07.354763 [ 4 ] {3de16a10-332a-4b3f-85ff-74cdbc6b51bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9678 | 2024.12.21 08:24:07.355625 [ 4 ] {3de16a10-332a-4b3f-85ff-74cdbc6b51bf} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9679 | 2024.12.21 08:24:07.355680 [ 4 ] {3de16a10-332a-4b3f-85ff-74cdbc6b51bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9680 | 2024.12.21 08:24:07.356129 [ 4 ] {3de16a10-332a-4b3f-85ff-74cdbc6b51bf} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9681 | 2024.12.21 08:24:07.356398 [ 4 ] {3de16a10-332a-4b3f-85ff-74cdbc6b51bf} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9682 | 2024.12.21 08:24:07.356687 [ 4 ] {3de16a10-332a-4b3f-85ff-74cdbc6b51bf} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002061 sec., 59194.565744784086 rows/sec., 5.03 MiB/sec. | ||
| 9683 | 2024.12.21 08:24:07.356805 [ 4 ] {3de16a10-332a-4b3f-85ff-74cdbc6b51bf} <Debug> TCPHandler: Processed in 0.002484942 sec. | ||
| 9684 | 2024.12.21 08:24:07.357125 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9685 | 2024.12.21 08:24:07.357329 [ 258 ] {4ef1a1ba-291b-4bcf-b560-ec598527c95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9686 | 2024.12.21 08:24:07.357405 [ 258 ] {4ef1a1ba-291b-4bcf-b560-ec598527c95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9687 | 2024.12.21 08:24:07.358199 [ 258 ] {4ef1a1ba-291b-4bcf-b560-ec598527c95c} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9688 | 2024.12.21 08:24:07.358243 [ 258 ] {4ef1a1ba-291b-4bcf-b560-ec598527c95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9689 | 2024.12.21 08:24:07.358670 [ 258 ] {4ef1a1ba-291b-4bcf-b560-ec598527c95c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9690 | 2024.12.21 08:24:07.358933 [ 258 ] {4ef1a1ba-291b-4bcf-b560-ec598527c95c} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9691 | 2024.12.21 08:24:07.359134 [ 258 ] {4ef1a1ba-291b-4bcf-b560-ec598527c95c} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001862 sec., 17722.878625134264 rows/sec., 1.30 MiB/sec. | ||
| 9692 | 2024.12.21 08:24:07.359196 [ 258 ] {4ef1a1ba-291b-4bcf-b560-ec598527c95c} <Debug> TCPHandler: Processed in 0.002223709 sec. | ||
| 9693 | 2024.12.21 08:24:07.359412 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9694 | 2024.12.21 08:24:07.359637 [ 4 ] {37394827-dd86-46ed-95d8-ee9f0f8f9cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9695 | 2024.12.21 08:24:07.359729 [ 4 ] {37394827-dd86-46ed-95d8-ee9f0f8f9cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9696 | 2024.12.21 08:24:07.360433 [ 4 ] {37394827-dd86-46ed-95d8-ee9f0f8f9cfb} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2024.12.21 08:24:07.360475 [ 4 ] {37394827-dd86-46ed-95d8-ee9f0f8f9cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9698 | 2024.12.21 08:24:07.360847 [ 4 ] {37394827-dd86-46ed-95d8-ee9f0f8f9cfb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9699 | 2024.12.21 08:24:07.361088 [ 4 ] {37394827-dd86-46ed-95d8-ee9f0f8f9cfb} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2024.12.21 08:24:07.361299 [ 4 ] {37394827-dd86-46ed-95d8-ee9f0f8f9cfb} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00172 sec., 56395.348837209305 rows/sec., 4.40 MiB/sec. | ||
| 9701 | 2024.12.21 08:24:07.361353 [ 4 ] {37394827-dd86-46ed-95d8-ee9f0f8f9cfb} <Debug> TCPHandler: Processed in 0.002053928 sec. | ||
| 9702 | 2024.12.21 08:24:07.361514 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9703 | 2024.12.21 08:24:07.361661 [ 258 ] {e9cc3d90-294c-4f59-b47f-55fe785d2166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9704 | 2024.12.21 08:24:07.361727 [ 258 ] {e9cc3d90-294c-4f59-b47f-55fe785d2166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9705 | 2024.12.21 08:24:07.362334 [ 258 ] {e9cc3d90-294c-4f59-b47f-55fe785d2166} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9706 | 2024.12.21 08:24:07.362372 [ 258 ] {e9cc3d90-294c-4f59-b47f-55fe785d2166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9707 | 2024.12.21 08:24:07.362773 [ 258 ] {e9cc3d90-294c-4f59-b47f-55fe785d2166} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9708 | 2024.12.21 08:24:07.363041 [ 258 ] {e9cc3d90-294c-4f59-b47f-55fe785d2166} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9709 | 2024.12.21 08:24:07.363223 [ 258 ] {e9cc3d90-294c-4f59-b47f-55fe785d2166} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 9710 | 2024.12.21 08:24:07.363279 [ 258 ] {e9cc3d90-294c-4f59-b47f-55fe785d2166} <Debug> TCPHandler: Processed in 0.001835926 sec. | ||
| 9711 | 2024.12.21 08:24:07.363439 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9712 | 2024.12.21 08:24:07.363591 [ 4 ] {a48e20d8-0691-438b-80da-8aef9d5e3e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9713 | 2024.12.21 08:24:07.363691 [ 4 ] {a48e20d8-0691-438b-80da-8aef9d5e3e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9714 | 2024.12.21 08:24:07.364951 [ 4 ] {a48e20d8-0691-438b-80da-8aef9d5e3e3b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9715 | 2024.12.21 08:24:07.364994 [ 4 ] {a48e20d8-0691-438b-80da-8aef9d5e3e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9716 | 2024.12.21 08:24:07.365673 [ 4 ] {a48e20d8-0691-438b-80da-8aef9d5e3e3b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9717 | 2024.12.21 08:24:07.365935 [ 4 ] {a48e20d8-0691-438b-80da-8aef9d5e3e3b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9718 | 2024.12.21 08:24:07.366129 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9719 | 2024.12.21 08:24:07.366199 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9720 | 2024.12.21 08:24:07.366233 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9721 | 2024.12.21 08:24:07.366240 [ 4 ] {a48e20d8-0691-438b-80da-8aef9d5e3e3b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002675 sec., 12336.448598130843 rows/sec., 22.11 MiB/sec. | ||
| 9722 | 2024.12.21 08:24:07.366625 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 9723 | 2024.12.21 08:24:07.366641 [ 4 ] {a48e20d8-0691-438b-80da-8aef9d5e3e3b} <Debug> TCPHandler: Processed in 0.003269099 sec. | ||
| 9724 | 2024.12.21 08:24:07.366923 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9725 | 2024.12.21 08:24:07.367208 [ 258 ] {cbb19771-6236-4280-a41c-0bdd6eca76a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9726 | 2024.12.21 08:24:07.367284 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9727 | 2024.12.21 08:24:07.367314 [ 258 ] {cbb19771-6236-4280-a41c-0bdd6eca76a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9728 | 2024.12.21 08:24:07.367509 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1131 rows starting from the beginning of the part | ||
| 9729 | 2024.12.21 08:24:07.368405 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part | ||
| 9730 | 2024.12.21 08:24:07.369224 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 9731 | 2024.12.21 08:24:07.369785 [ 258 ] {cbb19771-6236-4280-a41c-0bdd6eca76a2} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2024.12.21 08:24:07.369952 [ 258 ] {cbb19771-6236-4280-a41c-0bdd6eca76a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9733 | 2024.12.21 08:24:07.370097 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part | ||
| 9734 | 2024.12.21 08:24:07.370756 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 9735 | 2024.12.21 08:24:07.371461 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part | ||
| 9736 | 2024.12.21 08:24:07.371574 [ 258 ] {cbb19771-6236-4280-a41c-0bdd6eca76a2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9737 | 2024.12.21 08:24:07.372401 [ 258 ] {cbb19771-6236-4280-a41c-0bdd6eca76a2} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9738 | 2024.12.21 08:24:07.372830 [ 258 ] {cbb19771-6236-4280-a41c-0bdd6eca76a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005717 sec., 10495.01486793773 rows/sec., 724.27 KiB/sec. | ||
| 9739 | 2024.12.21 08:24:07.372969 [ 258 ] {cbb19771-6236-4280-a41c-0bdd6eca76a2} <Debug> TCPHandler: Processed in 0.006158845 sec. | ||
| 9740 | 2024.12.21 08:24:07.379081 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1246 rows, containing 19 columns (19 merged, 0 gathered) in 0.012744652 sec., 97766.49844970266 rows/sec., 175.19 MiB/sec. | ||
| 9741 | 2024.12.21 08:24:07.380271 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9742 | 2024.12.21 08:24:07.380669 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9743 | 2024.12.21 08:24:07.380756 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9744 | 2024.12.21 08:24:07.380878 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. | ||
| 9745 | 2024.12.21 08:24:08.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.18 MiB, peak 238.13 MiB, free memory in arenas 0.00 B, will set to 227.82 MiB (RSS), difference: 1.64 MiB | ||
| 9746 | 2024.12.21 08:24:08.916204 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9747 | 2024.12.21 08:24:08.916910 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9748 | 2024.12.21 08:24:08.917031 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9749 | 2024.12.21 08:24:08.917587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9750 | 2024.12.21 08:24:08.917863 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9751 | 2024.12.21 08:24:08.918193 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9752 | 2024.12.21 08:24:10.419822 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9753 | 2024.12.21 08:24:10.439203 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9754 | 2024.12.21 08:24:10.439263 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9755 | 2024.12.21 08:24:10.446209 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9756 | 2024.12.21 08:24:10.446974 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9757 | 2024.12.21 08:24:10.450709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9758 | 2024.12.21 08:24:12.356545 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9759 | 2024.12.21 08:24:12.356739 [ 4 ] {81ac4b77-0c6d-4ffc-9604-d5b3ab031138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9760 | 2024.12.21 08:24:12.356814 [ 4 ] {81ac4b77-0c6d-4ffc-9604-d5b3ab031138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9761 | 2024.12.21 08:24:12.357580 [ 4 ] {81ac4b77-0c6d-4ffc-9604-d5b3ab031138} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9762 | 2024.12.21 08:24:12.357633 [ 4 ] {81ac4b77-0c6d-4ffc-9604-d5b3ab031138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9763 | 2024.12.21 08:24:12.358076 [ 4 ] {81ac4b77-0c6d-4ffc-9604-d5b3ab031138} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9764 | 2024.12.21 08:24:12.358329 [ 4 ] {81ac4b77-0c6d-4ffc-9604-d5b3ab031138} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9765 | 2024.12.21 08:24:12.358580 [ 4 ] {81ac4b77-0c6d-4ffc-9604-d5b3ab031138} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec. | ||
| 9766 | 2024.12.21 08:24:12.358652 [ 4 ] {81ac4b77-0c6d-4ffc-9604-d5b3ab031138} <Debug> TCPHandler: Processed in 0.002242199 sec. | ||
| 9767 | 2024.12.21 08:24:12.358903 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9768 | 2024.12.21 08:24:12.359101 [ 258 ] {60ba21cb-4296-4026-b47f-0b28bdd0dbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9769 | 2024.12.21 08:24:12.359176 [ 258 ] {60ba21cb-4296-4026-b47f-0b28bdd0dbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9770 | 2024.12.21 08:24:12.360051 [ 258 ] {60ba21cb-4296-4026-b47f-0b28bdd0dbe5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9771 | 2024.12.21 08:24:12.360102 [ 258 ] {60ba21cb-4296-4026-b47f-0b28bdd0dbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9772 | 2024.12.21 08:24:12.360553 [ 258 ] {60ba21cb-4296-4026-b47f-0b28bdd0dbe5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9773 | 2024.12.21 08:24:12.360817 [ 258 ] {60ba21cb-4296-4026-b47f-0b28bdd0dbe5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9774 | 2024.12.21 08:24:12.361053 [ 258 ] {60ba21cb-4296-4026-b47f-0b28bdd0dbe5} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002004 sec., 109281.43712574849 rows/sec., 9.54 MiB/sec. | ||
| 9775 | 2024.12.21 08:24:12.361122 [ 258 ] {60ba21cb-4296-4026-b47f-0b28bdd0dbe5} <Debug> TCPHandler: Processed in 0.002344871 sec. | ||
| 9776 | 2024.12.21 08:24:12.361292 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9777 | 2024.12.21 08:24:12.361439 [ 4 ] {67a56a21-dda0-46c4-9c16-cd47012b297e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9778 | 2024.12.21 08:24:12.361501 [ 4 ] {67a56a21-dda0-46c4-9c16-cd47012b297e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9779 | 2024.12.21 08:24:12.362184 [ 4 ] {67a56a21-dda0-46c4-9c16-cd47012b297e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2024.12.21 08:24:12.362227 [ 4 ] {67a56a21-dda0-46c4-9c16-cd47012b297e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9781 | 2024.12.21 08:24:12.362598 [ 4 ] {67a56a21-dda0-46c4-9c16-cd47012b297e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9782 | 2024.12.21 08:24:12.362841 [ 4 ] {67a56a21-dda0-46c4-9c16-cd47012b297e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9783 | 2024.12.21 08:24:12.363069 [ 4 ] {67a56a21-dda0-46c4-9c16-cd47012b297e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001666 sec., 9003.60144057623 rows/sec., 634.82 KiB/sec. | ||
| 9784 | 2024.12.21 08:24:12.363129 [ 4 ] {67a56a21-dda0-46c4-9c16-cd47012b297e} <Debug> TCPHandler: Processed in 0.001904037 sec. | ||
| 9785 | 2024.12.21 08:24:12.363276 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9786 | 2024.12.21 08:24:12.363403 [ 258 ] {6b13bbbc-5e79-4c20-b148-0300ff96c2a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9787 | 2024.12.21 08:24:12.363458 [ 258 ] {6b13bbbc-5e79-4c20-b148-0300ff96c2a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9788 | 2024.12.21 08:24:12.364059 [ 258 ] {6b13bbbc-5e79-4c20-b148-0300ff96c2a0} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2024.12.21 08:24:12.364100 [ 258 ] {6b13bbbc-5e79-4c20-b148-0300ff96c2a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9790 | 2024.12.21 08:24:12.364475 [ 258 ] {6b13bbbc-5e79-4c20-b148-0300ff96c2a0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9791 | 2024.12.21 08:24:12.364713 [ 258 ] {6b13bbbc-5e79-4c20-b148-0300ff96c2a0} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9792 | 2024.12.21 08:24:12.364958 [ 258 ] {6b13bbbc-5e79-4c20-b148-0300ff96c2a0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001573 sec., 8900.190718372536 rows/sec., 623.31 KiB/sec. | ||
| 9793 | 2024.12.21 08:24:12.365036 [ 258 ] {6b13bbbc-5e79-4c20-b148-0300ff96c2a0} <Debug> TCPHandler: Processed in 0.001823276 sec. | ||
| 9794 | 2024.12.21 08:24:12.365294 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9795 | 2024.12.21 08:24:12.365451 [ 4 ] {4197a199-2154-4aee-a209-23af21058179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9796 | 2024.12.21 08:24:12.365510 [ 4 ] {4197a199-2154-4aee-a209-23af21058179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9797 | 2024.12.21 08:24:12.366172 [ 4 ] {4197a199-2154-4aee-a209-23af21058179} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2024.12.21 08:24:12.366213 [ 4 ] {4197a199-2154-4aee-a209-23af21058179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9799 | 2024.12.21 08:24:12.366576 [ 4 ] {4197a199-2154-4aee-a209-23af21058179} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9800 | 2024.12.21 08:24:12.366826 [ 4 ] {4197a199-2154-4aee-a209-23af21058179} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9801 | 2024.12.21 08:24:12.367064 [ 4 ] {4197a199-2154-4aee-a209-23af21058179} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec. | ||
| 9802 | 2024.12.21 08:24:12.367210 [ 4 ] {4197a199-2154-4aee-a209-23af21058179} <Debug> TCPHandler: Processed in 0.002062358 sec. | ||
| 9803 | 2024.12.21 08:24:12.367422 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9804 | 2024.12.21 08:24:12.367540 [ 258 ] {e3b2d05a-dd34-41c4-a30e-54fc4b9beded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9805 | 2024.12.21 08:24:12.367591 [ 258 ] {e3b2d05a-dd34-41c4-a30e-54fc4b9beded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9806 | 2024.12.21 08:24:12.368300 [ 258 ] {e3b2d05a-dd34-41c4-a30e-54fc4b9beded} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9807 | 2024.12.21 08:24:12.368339 [ 258 ] {e3b2d05a-dd34-41c4-a30e-54fc4b9beded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9808 | 2024.12.21 08:24:12.368724 [ 258 ] {e3b2d05a-dd34-41c4-a30e-54fc4b9beded} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9809 | 2024.12.21 08:24:12.368961 [ 258 ] {e3b2d05a-dd34-41c4-a30e-54fc4b9beded} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9810 | 2024.12.21 08:24:12.369157 [ 258 ] {e3b2d05a-dd34-41c4-a30e-54fc4b9beded} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001639 sec., 237949.96949359364 rows/sec., 16.88 MiB/sec. | ||
| 9811 | 2024.12.21 08:24:12.369215 [ 258 ] {e3b2d05a-dd34-41c4-a30e-54fc4b9beded} <Debug> TCPHandler: Processed in 0.001889196 sec. | ||
| 9812 | 2024.12.21 08:24:12.369435 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9813 | 2024.12.21 08:24:12.369599 [ 4 ] {0ccd3720-06b2-4947-93a2-f2c244fe72c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9814 | 2024.12.21 08:24:12.369661 [ 4 ] {0ccd3720-06b2-4947-93a2-f2c244fe72c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9815 | 2024.12.21 08:24:12.370202 [ 4 ] {0ccd3720-06b2-4947-93a2-f2c244fe72c0} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9816 | 2024.12.21 08:24:12.370241 [ 4 ] {0ccd3720-06b2-4947-93a2-f2c244fe72c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9817 | 2024.12.21 08:24:12.370624 [ 4 ] {0ccd3720-06b2-4947-93a2-f2c244fe72c0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9818 | 2024.12.21 08:24:12.370862 [ 4 ] {0ccd3720-06b2-4947-93a2-f2c244fe72c0} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9819 | 2024.12.21 08:24:12.371077 [ 4 ] {0ccd3720-06b2-4947-93a2-f2c244fe72c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 9820 | 2024.12.21 08:24:12.371132 [ 4 ] {0ccd3720-06b2-4947-93a2-f2c244fe72c0} <Debug> TCPHandler: Processed in 0.001822007 sec. | ||
| 9821 | 2024.12.21 08:24:12.371282 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9822 | 2024.12.21 08:24:12.371425 [ 258 ] {37ef55e9-f2fe-4a95-a8be-e7d7a9783a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9823 | 2024.12.21 08:24:12.371489 [ 258 ] {37ef55e9-f2fe-4a95-a8be-e7d7a9783a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9824 | 2024.12.21 08:24:12.372152 [ 258 ] {37ef55e9-f2fe-4a95-a8be-e7d7a9783a56} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9825 | 2024.12.21 08:24:12.372190 [ 258 ] {37ef55e9-f2fe-4a95-a8be-e7d7a9783a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9826 | 2024.12.21 08:24:12.372574 [ 258 ] {37ef55e9-f2fe-4a95-a8be-e7d7a9783a56} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9827 | 2024.12.21 08:24:12.372812 [ 258 ] {37ef55e9-f2fe-4a95-a8be-e7d7a9783a56} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9828 | 2024.12.21 08:24:12.372987 [ 258 ] {37ef55e9-f2fe-4a95-a8be-e7d7a9783a56} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec. | ||
| 9829 | 2024.12.21 08:24:12.373041 [ 258 ] {37ef55e9-f2fe-4a95-a8be-e7d7a9783a56} <Debug> TCPHandler: Processed in 0.001828456 sec. | ||
| 9830 | 2024.12.21 08:24:12.373199 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9831 | 2024.12.21 08:24:12.373337 [ 4 ] {bb951374-5d76-47e2-aeb0-5a5986b6a122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9832 | 2024.12.21 08:24:12.373398 [ 4 ] {bb951374-5d76-47e2-aeb0-5a5986b6a122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9833 | 2024.12.21 08:24:12.373956 [ 4 ] {bb951374-5d76-47e2-aeb0-5a5986b6a122} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9834 | 2024.12.21 08:24:12.374003 [ 4 ] {bb951374-5d76-47e2-aeb0-5a5986b6a122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9835 | 2024.12.21 08:24:12.374369 [ 4 ] {bb951374-5d76-47e2-aeb0-5a5986b6a122} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9836 | 2024.12.21 08:24:12.374605 [ 4 ] {bb951374-5d76-47e2-aeb0-5a5986b6a122} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9837 | 2024.12.21 08:24:12.374820 [ 4 ] {bb951374-5d76-47e2-aeb0-5a5986b6a122} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec. | ||
| 9838 | 2024.12.21 08:24:12.374876 [ 4 ] {bb951374-5d76-47e2-aeb0-5a5986b6a122} <Debug> TCPHandler: Processed in 0.001743686 sec. | ||
| 9839 | 2024.12.21 08:24:12.375022 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9840 | 2024.12.21 08:24:12.375153 [ 258 ] {e9d697c5-7680-43f1-bd0f-974dcb61edf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9841 | 2024.12.21 08:24:12.375237 [ 258 ] {e9d697c5-7680-43f1-bd0f-974dcb61edf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9842 | 2024.12.21 08:24:12.376351 [ 258 ] {e9d697c5-7680-43f1-bd0f-974dcb61edf0} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9843 | 2024.12.21 08:24:12.376389 [ 258 ] {e9d697c5-7680-43f1-bd0f-974dcb61edf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9844 | 2024.12.21 08:24:12.377000 [ 258 ] {e9d697c5-7680-43f1-bd0f-974dcb61edf0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9845 | 2024.12.21 08:24:12.377262 [ 258 ] {e9d697c5-7680-43f1-bd0f-974dcb61edf0} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9846 | 2024.12.21 08:24:12.377467 [ 258 ] {e9d697c5-7680-43f1-bd0f-974dcb61edf0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002339 sec., 3420.2650705429674 rows/sec., 6.13 MiB/sec. | ||
| 9847 | 2024.12.21 08:24:12.377799 [ 258 ] {e9d697c5-7680-43f1-bd0f-974dcb61edf0} <Debug> TCPHandler: Processed in 0.002834865 sec. | ||
| 9848 | 2024.12.21 08:24:12.377969 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9849 | 2024.12.21 08:24:12.378106 [ 4 ] {f89bf68a-83e3-43e9-857f-9c033af67d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9850 | 2024.12.21 08:24:12.378162 [ 4 ] {f89bf68a-83e3-43e9-857f-9c033af67d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9851 | 2024.12.21 08:24:12.378719 [ 4 ] {f89bf68a-83e3-43e9-857f-9c033af67d95} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9852 | 2024.12.21 08:24:12.378763 [ 4 ] {f89bf68a-83e3-43e9-857f-9c033af67d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. | ||
| 9853 | 2024.12.21 08:24:12.379222 [ 4 ] {f89bf68a-83e3-43e9-857f-9c033af67d95} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9854 | 2024.12.21 08:24:12.379454 [ 4 ] {f89bf68a-83e3-43e9-857f-9c033af67d95} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9855 | 2024.12.21 08:24:12.379673 [ 4 ] {f89bf68a-83e3-43e9-857f-9c033af67d95} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001593 sec., 51475.2040175769 rows/sec., 3.27 MiB/sec. | ||
| 9856 | 2024.12.21 08:24:12.379727 [ 4 ] {f89bf68a-83e3-43e9-857f-9c033af67d95} <Debug> TCPHandler: Processed in 0.001837626 sec. | ||
| 9857 | 2024.12.21 08:24:16.269130 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9858 | 2024.12.21 08:24:16.269227 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9859 | 2024.12.21 08:24:16.418470 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9860 | 2024.12.21 08:24:16.419579 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9861 | 2024.12.21 08:24:16.419630 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9862 | 2024.12.21 08:24:16.420182 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9863 | 2024.12.21 08:24:16.420445 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9864 | 2024.12.21 08:24:16.420646 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9865 | 2024.12.21 08:24:16.527385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1368 | ||
| 9866 | 2024.12.21 08:24:16.530662 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9867 | 2024.12.21 08:24:16.530710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9868 | 2024.12.21 08:24:16.532204 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9869 | 2024.12.21 08:24:16.532534 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9870 | 2024.12.21 08:24:16.533929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1368 | ||
| 9871 | 2024.12.21 08:24:17.008848 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.008428665 sec. | ||
| 9872 | 2024.12.21 08:24:17.354309 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9873 | 2024.12.21 08:24:17.354518 [ 4 ] {181dd37a-638e-4ca7-9376-488d4964d5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9874 | 2024.12.21 08:24:17.354598 [ 4 ] {181dd37a-638e-4ca7-9376-488d4964d5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9875 | 2024.12.21 08:24:17.355475 [ 4 ] {181dd37a-638e-4ca7-9376-488d4964d5f4} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9876 | 2024.12.21 08:24:17.355516 [ 4 ] {181dd37a-638e-4ca7-9376-488d4964d5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9877 | 2024.12.21 08:24:17.355961 [ 4 ] {181dd37a-638e-4ca7-9376-488d4964d5f4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9878 | 2024.12.21 08:24:17.356230 [ 4 ] {181dd37a-638e-4ca7-9376-488d4964d5f4} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9879 | 2024.12.21 08:24:17.356436 [ 4 ] {181dd37a-638e-4ca7-9376-488d4964d5f4} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001976 sec., 61740.89068825911 rows/sec., 5.25 MiB/sec. | ||
| 9880 | 2024.12.21 08:24:17.356493 [ 4 ] {181dd37a-638e-4ca7-9376-488d4964d5f4} <Debug> TCPHandler: Processed in 0.002321761 sec. | ||
| 9881 | 2024.12.21 08:24:17.356766 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9882 | 2024.12.21 08:24:17.356976 [ 258 ] {0ed28b29-a399-4ae7-9d9c-211d4f117f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9883 | 2024.12.21 08:24:17.357055 [ 258 ] {0ed28b29-a399-4ae7-9d9c-211d4f117f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9884 | 2024.12.21 08:24:17.357825 [ 258 ] {0ed28b29-a399-4ae7-9d9c-211d4f117f07} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9885 | 2024.12.21 08:24:17.357871 [ 258 ] {0ed28b29-a399-4ae7-9d9c-211d4f117f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9886 | 2024.12.21 08:24:17.358297 [ 258 ] {0ed28b29-a399-4ae7-9d9c-211d4f117f07} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9887 | 2024.12.21 08:24:17.358553 [ 258 ] {0ed28b29-a399-4ae7-9d9c-211d4f117f07} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9888 | 2024.12.21 08:24:17.358753 [ 129 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9889 | 2024.12.21 08:24:17.358821 [ 129 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9890 | 2024.12.21 08:24:17.358827 [ 258 ] {0ed28b29-a399-4ae7-9d9c-211d4f117f07} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001903 sec., 17341.040462427747 rows/sec., 1.27 MiB/sec. | ||
| 9891 | 2024.12.21 08:24:17.358855 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9892 | 2024.12.21 08:24:17.358985 [ 258 ] {0ed28b29-a399-4ae7-9d9c-211d4f117f07} <Debug> TCPHandler: Processed in 0.002350131 sec. | ||
| 9893 | 2024.12.21 08:24:17.359144 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 9894 | 2024.12.21 08:24:17.359180 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9895 | 2024.12.21 08:24:17.359444 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9896 | 2024.12.21 08:24:17.359444 [ 4 ] {b56f1634-f1d9-4eab-800c-10166aac6897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9897 | 2024.12.21 08:24:17.359505 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 66 rows starting from the beginning of the part | ||
| 9898 | 2024.12.21 08:24:17.359567 [ 4 ] {b56f1634-f1d9-4eab-800c-10166aac6897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9899 | 2024.12.21 08:24:17.359784 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 33 rows starting from the beginning of the part | ||
| 9900 | 2024.12.21 08:24:17.360149 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 15 rows starting from the beginning of the part | ||
| 9901 | 2024.12.21 08:24:17.360455 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 33 rows starting from the beginning of the part | ||
| 9902 | 2024.12.21 08:24:17.360772 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 15 rows starting from the beginning of the part | ||
| 9903 | 2024.12.21 08:24:17.361115 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 33 rows starting from the beginning of the part | ||
| 9904 | 2024.12.21 08:24:17.362649 [ 4 ] {b56f1634-f1d9-4eab-800c-10166aac6897} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9905 | 2024.12.21 08:24:17.362722 [ 4 ] {b56f1634-f1d9-4eab-800c-10166aac6897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9906 | 2024.12.21 08:24:17.363788 [ 4 ] {b56f1634-f1d9-4eab-800c-10166aac6897} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9907 | 2024.12.21 08:24:17.363988 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005001524 sec., 38988.11642211454 rows/sec., 2.95 MiB/sec. | ||
| 9908 | 2024.12.21 08:24:17.364224 [ 4 ] {b56f1634-f1d9-4eab-800c-10166aac6897} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9909 | 2024.12.21 08:24:17.364223 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9910 | 2024.12.21 08:24:17.364664 [ 4 ] {b56f1634-f1d9-4eab-800c-10166aac6897} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005306 sec., 18281.191104410103 rows/sec., 1.43 MiB/sec. | ||
| 9911 | 2024.12.21 08:24:17.364975 [ 4 ] {b56f1634-f1d9-4eab-800c-10166aac6897} <Debug> TCPHandler: Processed in 0.005877481 sec. | ||
| 9912 | 2024.12.21 08:24:17.365178 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9913 | 2024.12.21 08:24:17.365262 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9914 | 2024.12.21 08:24:17.365592 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_66_13} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9915 | 2024.12.21 08:24:17.365625 [ 258 ] {9e928c46-e9f7-467f-a07d-774ffcb07637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9916 | 2024.12.21 08:24:17.365811 [ 258 ] {9e928c46-e9f7-467f-a07d-774ffcb07637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9917 | 2024.12.21 08:24:17.365951 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9918 | 2024.12.21 08:24:17.366744 [ 258 ] {9e928c46-e9f7-467f-a07d-774ffcb07637} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9919 | 2024.12.21 08:24:17.366789 [ 258 ] {9e928c46-e9f7-467f-a07d-774ffcb07637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9920 | 2024.12.21 08:24:17.367187 [ 258 ] {9e928c46-e9f7-467f-a07d-774ffcb07637} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9921 | 2024.12.21 08:24:17.367427 [ 258 ] {9e928c46-e9f7-467f-a07d-774ffcb07637} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9922 | 2024.12.21 08:24:17.367650 [ 258 ] {9e928c46-e9f7-467f-a07d-774ffcb07637} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002155 sec., 74245.93967517403 rows/sec., 5.17 MiB/sec. | ||
| 9923 | 2024.12.21 08:24:17.367707 [ 258 ] {9e928c46-e9f7-467f-a07d-774ffcb07637} <Debug> TCPHandler: Processed in 0.002612334 sec. | ||
| 9924 | 2024.12.21 08:24:17.367869 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9925 | 2024.12.21 08:24:17.368009 [ 4 ] {96223d13-8ba7-4a8b-9e5d-eff2d802464e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9926 | 2024.12.21 08:24:17.368101 [ 4 ] {96223d13-8ba7-4a8b-9e5d-eff2d802464e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9927 | 2024.12.21 08:24:17.369313 [ 4 ] {96223d13-8ba7-4a8b-9e5d-eff2d802464e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9928 | 2024.12.21 08:24:17.369352 [ 4 ] {96223d13-8ba7-4a8b-9e5d-eff2d802464e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9929 | 2024.12.21 08:24:17.370022 [ 4 ] {96223d13-8ba7-4a8b-9e5d-eff2d802464e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9930 | 2024.12.21 08:24:17.370283 [ 4 ] {96223d13-8ba7-4a8b-9e5d-eff2d802464e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9931 | 2024.12.21 08:24:17.370482 [ 4 ] {96223d13-8ba7-4a8b-9e5d-eff2d802464e} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002504 sec., 13178.913738019168 rows/sec., 23.62 MiB/sec. | ||
| 9932 | 2024.12.21 08:24:17.370599 [ 4 ] {96223d13-8ba7-4a8b-9e5d-eff2d802464e} <Debug> TCPHandler: Processed in 0.002794415 sec. | ||
| 9933 | 2024.12.21 08:24:17.370752 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9934 | 2024.12.21 08:24:17.370873 [ 258 ] {2594ce33-ebb7-4524-807c-efd75829d26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9935 | 2024.12.21 08:24:17.370924 [ 258 ] {2594ce33-ebb7-4524-807c-efd75829d26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9936 | 2024.12.21 08:24:17.371423 [ 258 ] {2594ce33-ebb7-4524-807c-efd75829d26f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9937 | 2024.12.21 08:24:17.371462 [ 258 ] {2594ce33-ebb7-4524-807c-efd75829d26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9938 | 2024.12.21 08:24:17.371833 [ 258 ] {2594ce33-ebb7-4524-807c-efd75829d26f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9939 | 2024.12.21 08:24:17.372066 [ 258 ] {2594ce33-ebb7-4524-807c-efd75829d26f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9940 | 2024.12.21 08:24:17.372284 [ 258 ] {2594ce33-ebb7-4524-807c-efd75829d26f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 9941 | 2024.12.21 08:24:17.372338 [ 258 ] {2594ce33-ebb7-4524-807c-efd75829d26f} <Debug> TCPHandler: Processed in 0.001645155 sec. | ||
| 9942 | 2024.12.21 08:24:17.950920 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9943 | 2024.12.21 08:24:17.971279 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9944 | 2024.12.21 08:24:17.971336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9945 | 2024.12.21 08:24:17.978686 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9946 | 2024.12.21 08:24:17.979464 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9947 | 2024.12.21 08:24:17.982197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9948 | 2024.12.21 08:24:18.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.93 MiB, peak 238.13 MiB, free memory in arenas 0.00 B, will set to 227.93 MiB (RSS), difference: -1.00 MiB | ||
| 9949 | 2024.12.21 08:24:20.543291 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9950 | 2024.12.21 08:24:20.543503 [ 4 ] {2ec66e22-3e14-4b95-bcca-44c5cbe2daff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9951 | 2024.12.21 08:24:20.543579 [ 4 ] {2ec66e22-3e14-4b95-bcca-44c5cbe2daff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9952 | 2024.12.21 08:24:20.544374 [ 4 ] {2ec66e22-3e14-4b95-bcca-44c5cbe2daff} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9953 | 2024.12.21 08:24:20.544428 [ 4 ] {2ec66e22-3e14-4b95-bcca-44c5cbe2daff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9954 | 2024.12.21 08:24:20.544867 [ 4 ] {2ec66e22-3e14-4b95-bcca-44c5cbe2daff} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9955 | 2024.12.21 08:24:20.545133 [ 4 ] {2ec66e22-3e14-4b95-bcca-44c5cbe2daff} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9956 | 2024.12.21 08:24:20.545337 [ 127 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9957 | 2024.12.21 08:24:20.545412 [ 4 ] {2ec66e22-3e14-4b95-bcca-44c5cbe2daff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 9958 | 2024.12.21 08:24:20.545423 [ 127 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9959 | 2024.12.21 08:24:20.545502 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9960 | 2024.12.21 08:24:20.545556 [ 4 ] {2ec66e22-3e14-4b95-bcca-44c5cbe2daff} <Debug> TCPHandler: Processed in 0.002395661 sec. | ||
| 9961 | 2024.12.21 08:24:20.545895 [ 187 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 9962 | 2024.12.21 08:24:20.545934 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9963 | 2024.12.21 08:24:20.546315 [ 187 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9964 | 2024.12.21 08:24:20.546322 [ 258 ] {1ed51967-da33-42d2-913b-d5b3fb2aa361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9965 | 2024.12.21 08:24:20.546364 [ 187 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 9966 | 2024.12.21 08:24:20.546411 [ 258 ] {1ed51967-da33-42d2-913b-d5b3fb2aa361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9967 | 2024.12.21 08:24:20.546546 [ 187 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 9968 | 2024.12.21 08:24:20.546957 [ 187 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 9969 | 2024.12.21 08:24:20.547353 [ 187 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 9970 | 2024.12.21 08:24:20.547772 [ 187 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::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 | ||
| 9971 | 2024.12.21 08:24:20.549079 [ 258 ] {1ed51967-da33-42d2-913b-d5b3fb2aa361} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9972 | 2024.12.21 08:24:20.549125 [ 258 ] {1ed51967-da33-42d2-913b-d5b3fb2aa361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9973 | 2024.12.21 08:24:20.549696 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004091776 sec., 17107.485844777428 rows/sec., 1.27 MiB/sec. | ||
| 9974 | 2024.12.21 08:24:20.549741 [ 258 ] {1ed51967-da33-42d2-913b-d5b3fb2aa361} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9975 | 2024.12.21 08:24:20.549904 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9976 | 2024.12.21 08:24:20.550080 [ 258 ] {1ed51967-da33-42d2-913b-d5b3fb2aa361} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9977 | 2024.12.21 08:24:20.550410 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_33_8} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9978 | 2024.12.21 08:24:20.550501 [ 258 ] {1ed51967-da33-42d2-913b-d5b3fb2aa361} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004251 sec., 940.9550693954365 rows/sec., 76.73 KiB/sec. | ||
| 9979 | 2024.12.21 08:24:20.550874 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_33_8} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9980 | 2024.12.21 08:24:20.550936 [ 258 ] {1ed51967-da33-42d2-913b-d5b3fb2aa361} <Debug> TCPHandler: Processed in 0.005202326 sec. | ||
| 9981 | 2024.12.21 08:24:20.551135 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9982 | 2024.12.21 08:24:20.551202 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9983 | 2024.12.21 08:24:20.551347 [ 4 ] {8a4cd6fd-b238-4919-be6b-ed0b80ea6ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9984 | 2024.12.21 08:24:20.551409 [ 4 ] {8a4cd6fd-b238-4919-be6b-ed0b80ea6ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9985 | 2024.12.21 08:24:20.552852 [ 4 ] {8a4cd6fd-b238-4919-be6b-ed0b80ea6ced} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9986 | 2024.12.21 08:24:20.552896 [ 4 ] {8a4cd6fd-b238-4919-be6b-ed0b80ea6ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9987 | 2024.12.21 08:24:20.553365 [ 4 ] {8a4cd6fd-b238-4919-be6b-ed0b80ea6ced} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9988 | 2024.12.21 08:24:20.553610 [ 4 ] {8a4cd6fd-b238-4919-be6b-ed0b80ea6ced} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9989 | 2024.12.21 08:24:20.553841 [ 4 ] {8a4cd6fd-b238-4919-be6b-ed0b80ea6ced} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002528 sec., 538370.253164557 rows/sec., 44.92 MiB/sec. | ||
| 9990 | 2024.12.21 08:24:20.553900 [ 4 ] {8a4cd6fd-b238-4919-be6b-ed0b80ea6ced} <Debug> TCPHandler: Processed in 0.002833665 sec. | ||
| 9991 | 2024.12.21 08:24:20.554064 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9992 | 2024.12.21 08:24:20.554187 [ 258 ] {6df5936c-9284-441a-b90e-223161943315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9993 | 2024.12.21 08:24:20.554240 [ 258 ] {6df5936c-9284-441a-b90e-223161943315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9994 | 2024.12.21 08:24:20.554837 [ 258 ] {6df5936c-9284-441a-b90e-223161943315} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9995 | 2024.12.21 08:24:20.554876 [ 258 ] {6df5936c-9284-441a-b90e-223161943315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 9996 | 2024.12.21 08:24:20.555237 [ 258 ] {6df5936c-9284-441a-b90e-223161943315} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9997 | 2024.12.21 08:24:20.555466 [ 258 ] {6df5936c-9284-441a-b90e-223161943315} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9998 | 2024.12.21 08:24:20.555645 [ 258 ] {6df5936c-9284-441a-b90e-223161943315} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001487 sec., 12777.40416946873 rows/sec., 899.07 KiB/sec. | ||
| 9999 | 2024.12.21 08:24:20.555698 [ 258 ] {6df5936c-9284-441a-b90e-223161943315} <Debug> TCPHandler: Processed in 0.001693475 sec. | ||
| 10000 | 2024.12.21 08:24:20.555853 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10001 | 2024.12.21 08:24:20.555993 [ 4 ] {b6e30192-4523-470b-a5ac-9bcba27b1067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10002 | 2024.12.21 08:24:20.556053 [ 4 ] {b6e30192-4523-470b-a5ac-9bcba27b1067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10003 | 2024.12.21 08:24:20.556766 [ 4 ] {b6e30192-4523-470b-a5ac-9bcba27b1067} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10004 | 2024.12.21 08:24:20.556807 [ 4 ] {b6e30192-4523-470b-a5ac-9bcba27b1067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10005 | 2024.12.21 08:24:20.557173 [ 4 ] {b6e30192-4523-470b-a5ac-9bcba27b1067} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10006 | 2024.12.21 08:24:20.557411 [ 4 ] {b6e30192-4523-470b-a5ac-9bcba27b1067} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10007 | 2024.12.21 08:24:20.557573 [ 127 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10008 | 2024.12.21 08:24:20.557625 [ 127 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10009 | 2024.12.21 08:24:20.557669 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10010 | 2024.12.21 08:24:20.557666 [ 4 ] {b6e30192-4523-470b-a5ac-9bcba27b1067} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001695 sec., 142772.86135693218 rows/sec., 9.67 MiB/sec. | ||
| 10011 | 2024.12.21 08:24:20.558046 [ 4 ] {b6e30192-4523-470b-a5ac-9bcba27b1067} <Debug> TCPHandler: Processed in 0.00225247 sec. | ||
| 10012 | 2024.12.21 08:24:20.558391 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10013 | 2024.12.21 08:24:20.558549 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::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 | ||
| 10014 | 2024.12.21 08:24:20.559017 [ 258 ] {5d5ecc15-6719-496d-a33d-9a5f545bc84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10015 | 2024.12.21 08:24:20.559198 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10016 | 2024.12.21 08:24:20.559298 [ 258 ] {5d5ecc15-6719-496d-a33d-9a5f545bc84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10017 | 2024.12.21 08:24:20.559332 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 244 rows starting from the beginning of the part | ||
| 10018 | 2024.12.21 08:24:20.559654 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10019 | 2024.12.21 08:24:20.560033 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 242 rows starting from the beginning of the part | ||
| 10020 | 2024.12.21 08:24:20.560472 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10021 | 2024.12.21 08:24:20.560903 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10022 | 2024.12.21 08:24:20.561351 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 242 rows starting from the beginning of the part | ||
| 10023 | 2024.12.21 08:24:20.562832 [ 258 ] {5d5ecc15-6719-496d-a33d-9a5f545bc84d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10024 | 2024.12.21 08:24:20.562891 [ 258 ] {5d5ecc15-6719-496d-a33d-9a5f545bc84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10025 | 2024.12.21 08:24:20.563835 [ 258 ] {5d5ecc15-6719-496d-a33d-9a5f545bc84d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10026 | 2024.12.21 08:24:20.564312 [ 258 ] {5d5ecc15-6719-496d-a33d-9a5f545bc84d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10027 | 2024.12.21 08:24:20.564513 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 5 columns (5 merged, 0 gathered) in 0.006667219 sec., 115490.43161774047 rows/sec., 8.27 MiB/sec. | ||
| 10028 | 2024.12.21 08:24:20.564619 [ 127 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10029 | 2024.12.21 08:24:20.564727 [ 127 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2024.12.21 08:24:20.564777 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10031 | 2024.12.21 08:24:20.564816 [ 258 ] {5d5ecc15-6719-496d-a33d-9a5f545bc84d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00604 sec., 2152.317880794702 rows/sec., 134.20 KiB/sec. | ||
| 10032 | 2024.12.21 08:24:20.564863 [ 196 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10033 | 2024.12.21 08:24:20.565202 [ 258 ] {5d5ecc15-6719-496d-a33d-9a5f545bc84d} <Debug> TCPHandler: Processed in 0.007005872 sec. | ||
| 10034 | 2024.12.21 08:24:20.565247 [ 195 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 10035 | 2024.12.21 08:24:20.565487 [ 195 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10036 | 2024.12.21 08:24:20.565550 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10037 | 2024.12.21 08:24:20.565586 [ 195 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 10038 | 2024.12.21 08:24:20.565852 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10039 | 2024.12.21 08:24:20.565970 [ 195 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 10040 | 2024.12.21 08:24:20.566058 [ 4 ] {38cc64d2-4895-4d6a-a3cf-7c94dfd9c53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10041 | 2024.12.21 08:24:20.566365 [ 4 ] {38cc64d2-4895-4d6a-a3cf-7c94dfd9c53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10042 | 2024.12.21 08:24:20.566409 [ 195 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 10043 | 2024.12.21 08:24:20.566537 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_35_7} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10044 | 2024.12.21 08:24:20.566784 [ 195 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 10045 | 2024.12.21 08:24:20.567033 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 10046 | 2024.12.21 08:24:20.567102 [ 195 ] {67c2b8e3-590f-411a-9b14-930328e715dd::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 | ||
| 10047 | 2024.12.21 08:24:20.569527 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004635231 sec., 14023.03358775431 rows/sec., 929.11 KiB/sec. | ||
| 10048 | 2024.12.21 08:24:20.569737 [ 4 ] {38cc64d2-4895-4d6a-a3cf-7c94dfd9c53d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10049 | 2024.12.21 08:24:20.569755 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10050 | 2024.12.21 08:24:20.569798 [ 4 ] {38cc64d2-4895-4d6a-a3cf-7c94dfd9c53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10051 | 2024.12.21 08:24:20.570322 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_33_8} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2024.12.21 08:24:20.570459 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_33_8} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10053 | 2024.12.21 08:24:20.570516 [ 4 ] {38cc64d2-4895-4d6a-a3cf-7c94dfd9c53d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10054 | 2024.12.21 08:24:20.570597 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10055 | 2024.12.21 08:24:20.570858 [ 4 ] {38cc64d2-4895-4d6a-a3cf-7c94dfd9c53d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10056 | 2024.12.21 08:24:20.571104 [ 4 ] {38cc64d2-4895-4d6a-a3cf-7c94dfd9c53d} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.005209 sec., 163179.1130735266 rows/sec., 11.80 MiB/sec. | ||
| 10057 | 2024.12.21 08:24:20.571173 [ 4 ] {38cc64d2-4895-4d6a-a3cf-7c94dfd9c53d} <Debug> TCPHandler: Processed in 0.005790711 sec. | ||
| 10058 | 2024.12.21 08:24:20.571376 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10059 | 2024.12.21 08:24:20.571514 [ 258 ] {e2c05a64-a340-46e9-b562-907e254d0350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10060 | 2024.12.21 08:24:20.571574 [ 258 ] {e2c05a64-a340-46e9-b562-907e254d0350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10061 | 2024.12.21 08:24:20.572176 [ 258 ] {e2c05a64-a340-46e9-b562-907e254d0350} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10062 | 2024.12.21 08:24:20.572222 [ 258 ] {e2c05a64-a340-46e9-b562-907e254d0350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10063 | 2024.12.21 08:24:20.572601 [ 258 ] {e2c05a64-a340-46e9-b562-907e254d0350} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10064 | 2024.12.21 08:24:20.572830 [ 258 ] {e2c05a64-a340-46e9-b562-907e254d0350} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10065 | 2024.12.21 08:24:20.573113 [ 258 ] {e2c05a64-a340-46e9-b562-907e254d0350} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001599 sec., 3752.34521575985 rows/sec., 196.05 KiB/sec. | ||
| 10066 | 2024.12.21 08:24:20.573376 [ 258 ] {e2c05a64-a340-46e9-b562-907e254d0350} <Debug> TCPHandler: Processed in 0.002058538 sec. | ||
| 10067 | 2024.12.21 08:24:20.573684 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10068 | 2024.12.21 08:24:20.573960 [ 4 ] {b0275c72-d73d-4be7-9a71-844b45238b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10069 | 2024.12.21 08:24:20.574024 [ 4 ] {b0275c72-d73d-4be7-9a71-844b45238b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10070 | 2024.12.21 08:24:20.574931 [ 4 ] {b0275c72-d73d-4be7-9a71-844b45238b29} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10071 | 2024.12.21 08:24:20.574981 [ 4 ] {b0275c72-d73d-4be7-9a71-844b45238b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10072 | 2024.12.21 08:24:20.575507 [ 4 ] {b0275c72-d73d-4be7-9a71-844b45238b29} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10073 | 2024.12.21 08:24:20.575753 [ 4 ] {b0275c72-d73d-4be7-9a71-844b45238b29} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10074 | 2024.12.21 08:24:20.575920 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10075 | 2024.12.21 08:24:20.575980 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10076 | 2024.12.21 08:24:20.575995 [ 4 ] {b0275c72-d73d-4be7-9a71-844b45238b29} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002072 sec., 447393.82239382237 rows/sec., 29.85 MiB/sec. | ||
| 10077 | 2024.12.21 08:24:20.576016 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10078 | 2024.12.21 08:24:20.576206 [ 4 ] {b0275c72-d73d-4be7-9a71-844b45238b29} <Debug> TCPHandler: Processed in 0.002710594 sec. | ||
| 10079 | 2024.12.21 08:24:20.576303 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 10080 | 2024.12.21 08:24:20.576512 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10081 | 2024.12.21 08:24:20.576865 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10082 | 2024.12.21 08:24:20.576881 [ 258 ] {162bc0ad-40cc-435a-94f0-27e0060fcec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10083 | 2024.12.21 08:24:20.576956 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19385 rows starting from the beginning of the part | ||
| 10084 | 2024.12.21 08:24:20.577021 [ 258 ] {162bc0ad-40cc-435a-94f0-27e0060fcec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10085 | 2024.12.21 08:24:20.577564 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 10086 | 2024.12.21 08:24:20.577953 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 10087 | 2024.12.21 08:24:20.578361 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 10088 | 2024.12.21 08:24:20.578766 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 10089 | 2024.12.21 08:24:20.579120 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 927 rows starting from the beginning of the part | ||
| 10090 | 2024.12.21 08:24:20.579828 [ 258 ] {162bc0ad-40cc-435a-94f0-27e0060fcec4} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10091 | 2024.12.21 08:24:20.579872 [ 258 ] {162bc0ad-40cc-435a-94f0-27e0060fcec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10092 | 2024.12.21 08:24:20.580385 [ 258 ] {162bc0ad-40cc-435a-94f0-27e0060fcec4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10093 | 2024.12.21 08:24:20.580650 [ 258 ] {162bc0ad-40cc-435a-94f0-27e0060fcec4} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10094 | 2024.12.21 08:24:20.580923 [ 258 ] {162bc0ad-40cc-435a-94f0-27e0060fcec4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004121 sec., 242.6595486532395 rows/sec., 16.35 KiB/sec. | ||
| 10095 | 2024.12.21 08:24:20.581335 [ 258 ] {162bc0ad-40cc-435a-94f0-27e0060fcec4} <Debug> TCPHandler: Processed in 0.004997734 sec. | ||
| 10096 | 2024.12.21 08:24:20.581679 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10097 | 2024.12.21 08:24:20.582025 [ 4 ] {949c059b-6c62-4eb7-85fc-3ffca53acb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10098 | 2024.12.21 08:24:20.582280 [ 4 ] {949c059b-6c62-4eb7-85fc-3ffca53acb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10099 | 2024.12.21 08:24:20.584352 [ 4 ] {949c059b-6c62-4eb7-85fc-3ffca53acb46} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10100 | 2024.12.21 08:24:20.584392 [ 4 ] {949c059b-6c62-4eb7-85fc-3ffca53acb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10101 | 2024.12.21 08:24:20.586805 [ 4 ] {949c059b-6c62-4eb7-85fc-3ffca53acb46} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10102 | 2024.12.21 08:24:20.587129 [ 4 ] {949c059b-6c62-4eb7-85fc-3ffca53acb46} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10103 | 2024.12.21 08:24:20.587620 [ 4 ] {949c059b-6c62-4eb7-85fc-3ffca53acb46} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005651 sec., 1415.6786409485048 rows/sec., 2.54 MiB/sec. | ||
| 10104 | 2024.12.21 08:24:20.589340 [ 4 ] {949c059b-6c62-4eb7-85fc-3ffca53acb46} <Debug> TCPHandler: Processed in 0.00786543 sec. | ||
| 10105 | 2024.12.21 08:24:20.589761 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10106 | 2024.12.21 08:24:20.590175 [ 258 ] {b8399ff9-033c-4623-8c8b-8fc90a00cc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10107 | 2024.12.21 08:24:20.590197 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 5 columns (5 merged, 0 gathered) in 0.014059784 sec., 1501161.0420188531 rows/sec., 101.18 MiB/sec. | ||
| 10108 | 2024.12.21 08:24:20.590247 [ 258 ] {b8399ff9-033c-4623-8c8b-8fc90a00cc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10109 | 2024.12.21 08:24:20.590678 [ 198 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10110 | 2024.12.21 08:24:20.590980 [ 258 ] {b8399ff9-033c-4623-8c8b-8fc90a00cc27} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10111 | 2024.12.21 08:24:20.591043 [ 258 ] {b8399ff9-033c-4623-8c8b-8fc90a00cc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10112 | 2024.12.21 08:24:20.591317 [ 198 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10113 | 2024.12.21 08:24:20.591488 [ 198 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10114 | 2024.12.21 08:24:20.591678 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 10115 | 2024.12.21 08:24:20.591786 [ 258 ] {b8399ff9-033c-4623-8c8b-8fc90a00cc27} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10116 | 2024.12.21 08:24:20.592051 [ 258 ] {b8399ff9-033c-4623-8c8b-8fc90a00cc27} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10117 | 2024.12.21 08:24:20.592185 [ 123 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10118 | 2024.12.21 08:24:20.592224 [ 123 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10119 | 2024.12.21 08:24:20.592250 [ 258 ] {b8399ff9-033c-4623-8c8b-8fc90a00cc27} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002155 sec., 32482.598607888634 rows/sec., 2.04 MiB/sec. | ||
| 10120 | 2024.12.21 08:24:20.592274 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10121 | 2024.12.21 08:24:20.592347 [ 258 ] {b8399ff9-033c-4623-8c8b-8fc90a00cc27} <Debug> TCPHandler: Processed in 0.002822455 sec. | ||
| 10122 | 2024.12.21 08:24:20.592498 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 10123 | 2024.12.21 08:24:20.592613 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10124 | 2024.12.21 08:24:20.592643 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3834 rows starting from the beginning of the part | ||
| 10125 | 2024.12.21 08:24:20.592709 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 10126 | 2024.12.21 08:24:20.592950 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 10127 | 2024.12.21 08:24:20.593328 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 10128 | 2024.12.21 08:24:20.593411 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 10129 | 2024.12.21 08:24:20.593549 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 70 rows starting from the beginning of the part | ||
| 10130 | 2024.12.21 08:24:20.595170 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.002803334 sec., 1493935.4354493613 rows/sec., 96.87 MiB/sec. | ||
| 10131 | 2024.12.21 08:24:20.595511 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10132 | 2024.12.21 08:24:20.595778 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2024.12.21 08:24:20.595861 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_71_14} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10134 | 2024.12.21 08:24:20.595941 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 10135 | 2024.12.21 08:24:22.346163 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10136 | 2024.12.21 08:24:22.346441 [ 4 ] {7bbce3d5-6f95-4bf8-b878-6303a4788aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10137 | 2024.12.21 08:24:22.346547 [ 4 ] {7bbce3d5-6f95-4bf8-b878-6303a4788aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10138 | 2024.12.21 08:24:22.347539 [ 4 ] {7bbce3d5-6f95-4bf8-b878-6303a4788aaa} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2024.12.21 08:24:22.347602 [ 4 ] {7bbce3d5-6f95-4bf8-b878-6303a4788aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10140 | 2024.12.21 08:24:22.348162 [ 4 ] {7bbce3d5-6f95-4bf8-b878-6303a4788aaa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10141 | 2024.12.21 08:24:22.348494 [ 4 ] {7bbce3d5-6f95-4bf8-b878-6303a4788aaa} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2024.12.21 08:24:22.348774 [ 122 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10143 | 2024.12.21 08:24:22.348801 [ 4 ] {7bbce3d5-6f95-4bf8-b878-6303a4788aaa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002421 sec., 23130.937629078893 rows/sec., 1.78 MiB/sec. | ||
| 10144 | 2024.12.21 08:24:22.348877 [ 122 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10145 | 2024.12.21 08:24:22.348959 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10146 | 2024.12.21 08:24:22.348989 [ 4 ] {7bbce3d5-6f95-4bf8-b878-6303a4788aaa} <Debug> TCPHandler: Processed in 0.003061347 sec. | ||
| 10147 | 2024.12.21 08:24:22.349216 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 10148 | 2024.12.21 08:24:22.349370 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10149 | 2024.12.21 08:24:22.349464 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10150 | 2024.12.21 08:24:22.349529 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1437 rows starting from the beginning of the part | ||
| 10151 | 2024.12.21 08:24:22.349619 [ 258 ] {8551c492-6e70-4a9e-8fb9-d3e65bb7f241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10152 | 2024.12.21 08:24:22.349683 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 122 rows starting from the beginning of the part | ||
| 10153 | 2024.12.21 08:24:22.349785 [ 258 ] {8551c492-6e70-4a9e-8fb9-d3e65bb7f241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10154 | 2024.12.21 08:24:22.350058 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 219 rows starting from the beginning of the part | ||
| 10155 | 2024.12.21 08:24:22.350416 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 122 rows starting from the beginning of the part | ||
| 10156 | 2024.12.21 08:24:22.350660 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1361 rows starting from the beginning of the part | ||
| 10157 | 2024.12.21 08:24:22.350970 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 10158 | 2024.12.21 08:24:22.352308 [ 258 ] {8551c492-6e70-4a9e-8fb9-d3e65bb7f241} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2024.12.21 08:24:22.352372 [ 258 ] {8551c492-6e70-4a9e-8fb9-d3e65bb7f241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10160 | 2024.12.21 08:24:22.353037 [ 258 ] {8551c492-6e70-4a9e-8fb9-d3e65bb7f241} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10161 | 2024.12.21 08:24:22.353364 [ 258 ] {8551c492-6e70-4a9e-8fb9-d3e65bb7f241} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10162 | 2024.12.21 08:24:22.353688 [ 120 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10163 | 2024.12.21 08:24:22.353771 [ 258 ] {8551c492-6e70-4a9e-8fb9-d3e65bb7f241} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004224 sec., 15151.51515151515 rows/sec., 1.18 MiB/sec. | ||
| 10164 | 2024.12.21 08:24:22.353818 [ 120 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10165 | 2024.12.21 08:24:22.353933 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10166 | 2024.12.21 08:24:22.354219 [ 258 ] {8551c492-6e70-4a9e-8fb9-d3e65bb7f241} <Debug> TCPHandler: Processed in 0.005047075 sec. | ||
| 10167 | 2024.12.21 08:24:22.354804 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 10168 | 2024.12.21 08:24:22.354840 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10169 | 2024.12.21 08:24:22.354956 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.005839002 sec., 568076.5308866138 rows/sec., 49.80 MiB/sec. | ||
| 10170 | 2024.12.21 08:24:22.355560 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10171 | 2024.12.21 08:24:22.355603 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10172 | 2024.12.21 08:24:22.355721 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part | ||
| 10173 | 2024.12.21 08:24:22.356379 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 97 rows starting from the beginning of the part | ||
| 10174 | 2024.12.21 08:24:22.356501 [ 4 ] {a1addb31-44e7-4e33-805e-a65649aabfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10175 | 2024.12.21 08:24:22.356964 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 390 rows starting from the beginning of the part | ||
| 10176 | 2024.12.21 08:24:22.357076 [ 4 ] {a1addb31-44e7-4e33-805e-a65649aabfb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10177 | 2024.12.21 08:24:22.357187 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10178 | 2024.12.21 08:24:22.357481 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 97 rows starting from the beginning of the part | ||
| 10179 | 2024.12.21 08:24:22.357862 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_76_15} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10180 | 2024.12.21 08:24:22.358060 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 850 rows starting from the beginning of the part | ||
| 10181 | 2024.12.21 08:24:22.358391 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 10182 | 2024.12.21 08:24:22.358676 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 10183 | 2024.12.21 08:24:22.360548 [ 4 ] {a1addb31-44e7-4e33-805e-a65649aabfb5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10184 | 2024.12.21 08:24:22.360633 [ 4 ] {a1addb31-44e7-4e33-805e-a65649aabfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10185 | 2024.12.21 08:24:22.361725 [ 4 ] {a1addb31-44e7-4e33-805e-a65649aabfb5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10186 | 2024.12.21 08:24:22.362123 [ 4 ] {a1addb31-44e7-4e33-805e-a65649aabfb5} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10187 | 2024.12.21 08:24:22.362834 [ 4 ] {a1addb31-44e7-4e33-805e-a65649aabfb5} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.007425 sec., 4309.7643097643095 rows/sec., 307.37 KiB/sec. | ||
| 10188 | 2024.12.21 08:24:22.362867 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.008716787 sec., 276822.18230180454 rows/sec., 21.23 MiB/sec. | ||
| 10189 | 2024.12.21 08:24:22.363012 [ 4 ] {a1addb31-44e7-4e33-805e-a65649aabfb5} <Debug> TCPHandler: Processed in 0.008598256 sec. | ||
| 10190 | 2024.12.21 08:24:22.363235 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10191 | 2024.12.21 08:24:22.363317 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10192 | 2024.12.21 08:24:22.363555 [ 258 ] {3e0d11c1-3e16-493a-8447-abe40b79bf36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10193 | 2024.12.21 08:24:22.363678 [ 258 ] {3e0d11c1-3e16-493a-8447-abe40b79bf36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10194 | 2024.12.21 08:24:22.363817 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10195 | 2024.12.21 08:24:22.364054 [ 192 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_76_15} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10196 | 2024.12.21 08:24:22.364245 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10197 | 2024.12.21 08:24:22.364693 [ 258 ] {3e0d11c1-3e16-493a-8447-abe40b79bf36} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10198 | 2024.12.21 08:24:22.364748 [ 258 ] {3e0d11c1-3e16-493a-8447-abe40b79bf36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10199 | 2024.12.21 08:24:22.365236 [ 258 ] {3e0d11c1-3e16-493a-8447-abe40b79bf36} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10200 | 2024.12.21 08:24:22.365535 [ 258 ] {3e0d11c1-3e16-493a-8447-abe40b79bf36} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10201 | 2024.12.21 08:24:22.365803 [ 258 ] {3e0d11c1-3e16-493a-8447-abe40b79bf36} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002326 sec., 5159.071367153912 rows/sec., 356.03 KiB/sec. | ||
| 10202 | 2024.12.21 08:24:22.365916 [ 258 ] {3e0d11c1-3e16-493a-8447-abe40b79bf36} <Debug> TCPHandler: Processed in 0.002730754 sec. | ||
| 10203 | 2024.12.21 08:24:23.920902 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 10204 | 2024.12.21 08:24:23.921608 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10205 | 2024.12.21 08:24:23.921649 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10206 | 2024.12.21 08:24:23.922178 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10207 | 2024.12.21 08:24:23.922436 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10208 | 2024.12.21 08:24:23.922682 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 10209 | 2024.12.21 08:24:25.482414 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10210 | 2024.12.21 08:24:25.503097 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10211 | 2024.12.21 08:24:25.503165 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10212 | 2024.12.21 08:24:25.510464 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10213 | 2024.12.21 08:24:25.511244 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10214 | 2024.12.21 08:24:25.513968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10215 | 2024.12.21 08:24:26.534378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1412 | ||
| 10216 | 2024.12.21 08:24:26.538010 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10217 | 2024.12.21 08:24:26.538073 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10218 | 2024.12.21 08:24:26.539591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10219 | 2024.12.21 08:24:26.539908 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10220 | 2024.12.21 08:24:26.540921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1412 | ||
| 10221 | 2024.12.21 08:24:27.354314 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10222 | 2024.12.21 08:24:27.354506 [ 4 ] {7c9429cf-59f1-42b0-8bd6-f9a23db7b341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10223 | 2024.12.21 08:24:27.354578 [ 4 ] {7c9429cf-59f1-42b0-8bd6-f9a23db7b341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10224 | 2024.12.21 08:24:27.355385 [ 4 ] {7c9429cf-59f1-42b0-8bd6-f9a23db7b341} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10225 | 2024.12.21 08:24:27.355435 [ 4 ] {7c9429cf-59f1-42b0-8bd6-f9a23db7b341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10226 | 2024.12.21 08:24:27.355851 [ 4 ] {7c9429cf-59f1-42b0-8bd6-f9a23db7b341} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10227 | 2024.12.21 08:24:27.356096 [ 4 ] {7c9429cf-59f1-42b0-8bd6-f9a23db7b341} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10228 | 2024.12.21 08:24:27.356376 [ 4 ] {7c9429cf-59f1-42b0-8bd6-f9a23db7b341} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001922 sec., 63475.54630593132 rows/sec., 5.40 MiB/sec. | ||
| 10229 | 2024.12.21 08:24:27.356443 [ 4 ] {7c9429cf-59f1-42b0-8bd6-f9a23db7b341} <Debug> TCPHandler: Processed in 0.00225824 sec. | ||
| 10230 | 2024.12.21 08:24:27.356774 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10231 | 2024.12.21 08:24:27.356986 [ 258 ] {fe03fd56-d833-4e95-8a26-4233b35eb552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10232 | 2024.12.21 08:24:27.357063 [ 258 ] {fe03fd56-d833-4e95-8a26-4233b35eb552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10233 | 2024.12.21 08:24:27.357876 [ 258 ] {fe03fd56-d833-4e95-8a26-4233b35eb552} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10234 | 2024.12.21 08:24:27.357920 [ 258 ] {fe03fd56-d833-4e95-8a26-4233b35eb552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10235 | 2024.12.21 08:24:27.358369 [ 258 ] {fe03fd56-d833-4e95-8a26-4233b35eb552} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10236 | 2024.12.21 08:24:27.358630 [ 258 ] {fe03fd56-d833-4e95-8a26-4233b35eb552} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10237 | 2024.12.21 08:24:27.358859 [ 258 ] {fe03fd56-d833-4e95-8a26-4233b35eb552} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001929 sec., 17107.309486780716 rows/sec., 1.26 MiB/sec. | ||
| 10238 | 2024.12.21 08:24:27.358939 [ 258 ] {fe03fd56-d833-4e95-8a26-4233b35eb552} <Debug> TCPHandler: Processed in 0.002305211 sec. | ||
| 10239 | 2024.12.21 08:24:27.359183 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10240 | 2024.12.21 08:24:27.359365 [ 4 ] {dfa39b8c-7dfb-4f40-ac11-778640287978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10241 | 2024.12.21 08:24:27.359426 [ 4 ] {dfa39b8c-7dfb-4f40-ac11-778640287978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10242 | 2024.12.21 08:24:27.360080 [ 4 ] {dfa39b8c-7dfb-4f40-ac11-778640287978} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10243 | 2024.12.21 08:24:27.360122 [ 4 ] {dfa39b8c-7dfb-4f40-ac11-778640287978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10244 | 2024.12.21 08:24:27.360495 [ 4 ] {dfa39b8c-7dfb-4f40-ac11-778640287978} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10245 | 2024.12.21 08:24:27.360750 [ 4 ] {dfa39b8c-7dfb-4f40-ac11-778640287978} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10246 | 2024.12.21 08:24:27.360963 [ 4 ] {dfa39b8c-7dfb-4f40-ac11-778640287978} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001633 sec., 59399.877526025724 rows/sec., 4.64 MiB/sec. | ||
| 10247 | 2024.12.21 08:24:27.361021 [ 4 ] {dfa39b8c-7dfb-4f40-ac11-778640287978} <Debug> TCPHandler: Processed in 0.001983358 sec. | ||
| 10248 | 2024.12.21 08:24:27.361182 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10249 | 2024.12.21 08:24:27.361302 [ 258 ] {c2fb6bfb-e8b1-4636-a9f8-c1128c810582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10250 | 2024.12.21 08:24:27.361356 [ 258 ] {c2fb6bfb-e8b1-4636-a9f8-c1128c810582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10251 | 2024.12.21 08:24:27.361956 [ 258 ] {c2fb6bfb-e8b1-4636-a9f8-c1128c810582} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10252 | 2024.12.21 08:24:27.361992 [ 258 ] {c2fb6bfb-e8b1-4636-a9f8-c1128c810582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10253 | 2024.12.21 08:24:27.362412 [ 258 ] {c2fb6bfb-e8b1-4636-a9f8-c1128c810582} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10254 | 2024.12.21 08:24:27.362657 [ 258 ] {c2fb6bfb-e8b1-4636-a9f8-c1128c810582} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10255 | 2024.12.21 08:24:27.362845 [ 258 ] {c2fb6bfb-e8b1-4636-a9f8-c1128c810582} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
| 10256 | 2024.12.21 08:24:27.362899 [ 258 ] {c2fb6bfb-e8b1-4636-a9f8-c1128c810582} <Debug> TCPHandler: Processed in 0.001776236 sec. | ||
| 10257 | 2024.12.21 08:24:27.363115 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10258 | 2024.12.21 08:24:27.363269 [ 4 ] {fe7c15ce-4acf-4421-8e94-f946e42d8db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10259 | 2024.12.21 08:24:27.363364 [ 4 ] {fe7c15ce-4acf-4421-8e94-f946e42d8db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10260 | 2024.12.21 08:24:27.364554 [ 4 ] {fe7c15ce-4acf-4421-8e94-f946e42d8db6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10261 | 2024.12.21 08:24:27.364594 [ 4 ] {fe7c15ce-4acf-4421-8e94-f946e42d8db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10262 | 2024.12.21 08:24:27.365245 [ 4 ] {fe7c15ce-4acf-4421-8e94-f946e42d8db6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10263 | 2024.12.21 08:24:27.365513 [ 4 ] {fe7c15ce-4acf-4421-8e94-f946e42d8db6} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10264 | 2024.12.21 08:24:27.365775 [ 4 ] {fe7c15ce-4acf-4421-8e94-f946e42d8db6} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002537 sec., 13007.489160425699 rows/sec., 23.31 MiB/sec. | ||
| 10265 | 2024.12.21 08:24:27.365896 [ 4 ] {fe7c15ce-4acf-4421-8e94-f946e42d8db6} <Debug> TCPHandler: Processed in 0.002899716 sec. | ||
| 10266 | 2024.12.21 08:24:27.366051 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10267 | 2024.12.21 08:24:27.366190 [ 258 ] {d517da23-7ebc-4318-9136-66b401b03ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10268 | 2024.12.21 08:24:27.366251 [ 258 ] {d517da23-7ebc-4318-9136-66b401b03ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10269 | 2024.12.21 08:24:27.366807 [ 258 ] {d517da23-7ebc-4318-9136-66b401b03ede} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10270 | 2024.12.21 08:24:27.366844 [ 258 ] {d517da23-7ebc-4318-9136-66b401b03ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10271 | 2024.12.21 08:24:27.367221 [ 258 ] {d517da23-7ebc-4318-9136-66b401b03ede} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10272 | 2024.12.21 08:24:27.367464 [ 258 ] {d517da23-7ebc-4318-9136-66b401b03ede} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10273 | 2024.12.21 08:24:27.367638 [ 258 ] {d517da23-7ebc-4318-9136-66b401b03ede} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
| 10274 | 2024.12.21 08:24:27.367686 [ 258 ] {d517da23-7ebc-4318-9136-66b401b03ede} <Debug> TCPHandler: Processed in 0.001704635 sec. | ||
| 10275 | 2024.12.21 08:24:31.269277 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10276 | 2024.12.21 08:24:31.269348 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10277 | 2024.12.21 08:24:31.422976 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 10278 | 2024.12.21 08:24:31.423737 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10279 | 2024.12.21 08:24:31.423790 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10280 | 2024.12.21 08:24:31.424336 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10281 | 2024.12.21 08:24:31.424603 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10282 | 2024.12.21 08:24:31.424868 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10283 | 2024.12.21 08:24:31.945706 [ 112 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 5 parts from all_1_31_6 to all_35_35_0 | ||
| 10284 | 2024.12.21 08:24:31.945816 [ 112 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10285 | 2024.12.21 08:24:31.945866 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10286 | 2024.12.21 08:24:31.946131 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_31_6 to all_35_35_0 into Compact with storage Full | ||
| 10287 | 2024.12.21 08:24:31.946484 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10288 | 2024.12.21 08:24:31.946548 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
| 10289 | 2024.12.21 08:24:31.946679 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 10290 | 2024.12.21 08:24:31.946830 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 10291 | 2024.12.21 08:24:31.947097 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 10292 | 2024.12.21 08:24:31.947325 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::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 | ||
| 10293 | 2024.12.21 08:24:31.948547 [ 191 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.002562042 sec., 13660.978235329476 rows/sec., 917.47 KiB/sec. | ||
| 10294 | 2024.12.21 08:24:31.948725 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10295 | 2024.12.21 08:24:31.949014 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_35_7} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10296 | 2024.12.21 08:24:31.949094 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_35_7} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 5 parts: [all_1_31_6, all_35_35_0] -> all_1_35_7 | ||
| 10297 | 2024.12.21 08:24:31.949172 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10298 | 2024.12.21 08:24:32.357629 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10299 | 2024.12.21 08:24:32.357813 [ 4 ] {282a3606-ac42-4b5c-b98f-47d0deea352b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10300 | 2024.12.21 08:24:32.357886 [ 4 ] {282a3606-ac42-4b5c-b98f-47d0deea352b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10301 | 2024.12.21 08:24:32.358619 [ 4 ] {282a3606-ac42-4b5c-b98f-47d0deea352b} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10302 | 2024.12.21 08:24:32.358671 [ 4 ] {282a3606-ac42-4b5c-b98f-47d0deea352b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10303 | 2024.12.21 08:24:32.359098 [ 4 ] {282a3606-ac42-4b5c-b98f-47d0deea352b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10304 | 2024.12.21 08:24:32.359352 [ 4 ] {282a3606-ac42-4b5c-b98f-47d0deea352b} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10305 | 2024.12.21 08:24:32.359594 [ 4 ] {282a3606-ac42-4b5c-b98f-47d0deea352b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001825 sec., 7671.232876712329 rows/sec., 552.23 KiB/sec. | ||
| 10306 | 2024.12.21 08:24:32.359710 [ 4 ] {282a3606-ac42-4b5c-b98f-47d0deea352b} <Debug> TCPHandler: Processed in 0.002201129 sec. | ||
| 10307 | 2024.12.21 08:24:32.360037 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10308 | 2024.12.21 08:24:32.360246 [ 258 ] {4f4baed7-80a8-49b3-af86-6c9b763a5984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10309 | 2024.12.21 08:24:32.360325 [ 258 ] {4f4baed7-80a8-49b3-af86-6c9b763a5984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10310 | 2024.12.21 08:24:32.361203 [ 258 ] {4f4baed7-80a8-49b3-af86-6c9b763a5984} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10311 | 2024.12.21 08:24:32.361251 [ 258 ] {4f4baed7-80a8-49b3-af86-6c9b763a5984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10312 | 2024.12.21 08:24:32.361693 [ 258 ] {4f4baed7-80a8-49b3-af86-6c9b763a5984} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10313 | 2024.12.21 08:24:32.361941 [ 258 ] {4f4baed7-80a8-49b3-af86-6c9b763a5984} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10314 | 2024.12.21 08:24:32.362181 [ 258 ] {4f4baed7-80a8-49b3-af86-6c9b763a5984} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001995 sec., 109774.43609022557 rows/sec., 9.58 MiB/sec. | ||
| 10315 | 2024.12.21 08:24:32.362248 [ 258 ] {4f4baed7-80a8-49b3-af86-6c9b763a5984} <Debug> TCPHandler: Processed in 0.002417552 sec. | ||
| 10316 | 2024.12.21 08:24:32.362456 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10317 | 2024.12.21 08:24:32.362630 [ 4 ] {3da3f0c0-befd-4205-a2b5-9e3060c7674f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10318 | 2024.12.21 08:24:32.362689 [ 4 ] {3da3f0c0-befd-4205-a2b5-9e3060c7674f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10319 | 2024.12.21 08:24:32.363297 [ 4 ] {3da3f0c0-befd-4205-a2b5-9e3060c7674f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10320 | 2024.12.21 08:24:32.363339 [ 4 ] {3da3f0c0-befd-4205-a2b5-9e3060c7674f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10321 | 2024.12.21 08:24:32.363758 [ 4 ] {3da3f0c0-befd-4205-a2b5-9e3060c7674f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10322 | 2024.12.21 08:24:32.364007 [ 4 ] {3da3f0c0-befd-4205-a2b5-9e3060c7674f} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10323 | 2024.12.21 08:24:32.364278 [ 4 ] {3da3f0c0-befd-4205-a2b5-9e3060c7674f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001677 sec., 8944.543828264757 rows/sec., 630.66 KiB/sec. | ||
| 10324 | 2024.12.21 08:24:32.364440 [ 4 ] {3da3f0c0-befd-4205-a2b5-9e3060c7674f} <Debug> TCPHandler: Processed in 0.002109789 sec. | ||
| 10325 | 2024.12.21 08:24:32.364667 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10326 | 2024.12.21 08:24:32.364826 [ 258 ] {8ccb2538-364b-4aa0-a337-65c7ed992419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10327 | 2024.12.21 08:24:32.364886 [ 258 ] {8ccb2538-364b-4aa0-a337-65c7ed992419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10328 | 2024.12.21 08:24:32.365585 [ 258 ] {8ccb2538-364b-4aa0-a337-65c7ed992419} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10329 | 2024.12.21 08:24:32.365632 [ 258 ] {8ccb2538-364b-4aa0-a337-65c7ed992419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10330 | 2024.12.21 08:24:32.366022 [ 258 ] {8ccb2538-364b-4aa0-a337-65c7ed992419} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10331 | 2024.12.21 08:24:32.366256 [ 258 ] {8ccb2538-364b-4aa0-a337-65c7ed992419} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10332 | 2024.12.21 08:24:32.366479 [ 258 ] {8ccb2538-364b-4aa0-a337-65c7ed992419} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001678 sec., 8343.265792610251 rows/sec., 584.31 KiB/sec. | ||
| 10333 | 2024.12.21 08:24:32.366603 [ 258 ] {8ccb2538-364b-4aa0-a337-65c7ed992419} <Debug> TCPHandler: Processed in 0.002052758 sec. | ||
| 10334 | 2024.12.21 08:24:32.366757 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10335 | 2024.12.21 08:24:32.366951 [ 4 ] {99e1ad47-7e50-49b8-94e2-e03b4b2f5f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10336 | 2024.12.21 08:24:32.367044 [ 4 ] {99e1ad47-7e50-49b8-94e2-e03b4b2f5f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10337 | 2024.12.21 08:24:32.367982 [ 4 ] {99e1ad47-7e50-49b8-94e2-e03b4b2f5f75} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10338 | 2024.12.21 08:24:32.368022 [ 4 ] {99e1ad47-7e50-49b8-94e2-e03b4b2f5f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10339 | 2024.12.21 08:24:32.368383 [ 4 ] {99e1ad47-7e50-49b8-94e2-e03b4b2f5f75} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10340 | 2024.12.21 08:24:32.368623 [ 4 ] {99e1ad47-7e50-49b8-94e2-e03b4b2f5f75} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10341 | 2024.12.21 08:24:32.368875 [ 4 ] {99e1ad47-7e50-49b8-94e2-e03b4b2f5f75} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001979 sec., 6568.974229408793 rows/sec., 409.57 KiB/sec. | ||
| 10342 | 2024.12.21 08:24:32.369086 [ 4 ] {99e1ad47-7e50-49b8-94e2-e03b4b2f5f75} <Debug> TCPHandler: Processed in 0.002397791 sec. | ||
| 10343 | 2024.12.21 08:24:32.369313 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10344 | 2024.12.21 08:24:32.369448 [ 258 ] {9df9b22c-6c99-4cda-94ef-4a2a24fba673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10345 | 2024.12.21 08:24:32.369507 [ 258 ] {9df9b22c-6c99-4cda-94ef-4a2a24fba673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10346 | 2024.12.21 08:24:32.370258 [ 258 ] {9df9b22c-6c99-4cda-94ef-4a2a24fba673} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10347 | 2024.12.21 08:24:32.370297 [ 258 ] {9df9b22c-6c99-4cda-94ef-4a2a24fba673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10348 | 2024.12.21 08:24:32.370673 [ 258 ] {9df9b22c-6c99-4cda-94ef-4a2a24fba673} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10349 | 2024.12.21 08:24:32.370910 [ 258 ] {9df9b22c-6c99-4cda-94ef-4a2a24fba673} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10350 | 2024.12.21 08:24:32.371127 [ 258 ] {9df9b22c-6c99-4cda-94ef-4a2a24fba673} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00171 sec., 228070.1754385965 rows/sec., 16.17 MiB/sec. | ||
| 10351 | 2024.12.21 08:24:32.371180 [ 258 ] {9df9b22c-6c99-4cda-94ef-4a2a24fba673} <Debug> TCPHandler: Processed in 0.001994098 sec. | ||
| 10352 | 2024.12.21 08:24:32.371322 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10353 | 2024.12.21 08:24:32.371461 [ 4 ] {52e9c2cf-fa49-4cd5-b564-daeb28a0bfcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10354 | 2024.12.21 08:24:32.371523 [ 4 ] {52e9c2cf-fa49-4cd5-b564-daeb28a0bfcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10355 | 2024.12.21 08:24:32.372065 [ 4 ] {52e9c2cf-fa49-4cd5-b564-daeb28a0bfcc} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10356 | 2024.12.21 08:24:32.372104 [ 4 ] {52e9c2cf-fa49-4cd5-b564-daeb28a0bfcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10357 | 2024.12.21 08:24:32.372486 [ 4 ] {52e9c2cf-fa49-4cd5-b564-daeb28a0bfcc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10358 | 2024.12.21 08:24:32.372730 [ 4 ] {52e9c2cf-fa49-4cd5-b564-daeb28a0bfcc} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10359 | 2024.12.21 08:24:32.372985 [ 4 ] {52e9c2cf-fa49-4cd5-b564-daeb28a0bfcc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec. | ||
| 10360 | 2024.12.21 08:24:32.373143 [ 4 ] {52e9c2cf-fa49-4cd5-b564-daeb28a0bfcc} <Debug> TCPHandler: Processed in 0.001882737 sec. | ||
| 10361 | 2024.12.21 08:24:32.373371 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10362 | 2024.12.21 08:24:32.373504 [ 258 ] {57586b31-c962-423c-9b16-5656ef34215d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10363 | 2024.12.21 08:24:32.373565 [ 258 ] {57586b31-c962-423c-9b16-5656ef34215d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10364 | 2024.12.21 08:24:32.374161 [ 258 ] {57586b31-c962-423c-9b16-5656ef34215d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10365 | 2024.12.21 08:24:32.374199 [ 258 ] {57586b31-c962-423c-9b16-5656ef34215d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10366 | 2024.12.21 08:24:32.374583 [ 258 ] {57586b31-c962-423c-9b16-5656ef34215d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10367 | 2024.12.21 08:24:32.374815 [ 258 ] {57586b31-c962-423c-9b16-5656ef34215d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10368 | 2024.12.21 08:24:32.375060 [ 258 ] {57586b31-c962-423c-9b16-5656ef34215d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001578 sec., 150190.11406844106 rows/sec., 10.07 MiB/sec. | ||
| 10369 | 2024.12.21 08:24:32.375115 [ 258 ] {57586b31-c962-423c-9b16-5656ef34215d} <Debug> TCPHandler: Processed in 0.001846436 sec. | ||
| 10370 | 2024.12.21 08:24:32.375378 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10371 | 2024.12.21 08:24:32.375547 [ 4 ] {93166ad4-d77e-4d37-9996-adfe50fc45e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10372 | 2024.12.21 08:24:32.375612 [ 4 ] {93166ad4-d77e-4d37-9996-adfe50fc45e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10373 | 2024.12.21 08:24:32.376118 [ 4 ] {93166ad4-d77e-4d37-9996-adfe50fc45e2} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10374 | 2024.12.21 08:24:32.376157 [ 4 ] {93166ad4-d77e-4d37-9996-adfe50fc45e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10375 | 2024.12.21 08:24:32.376518 [ 4 ] {93166ad4-d77e-4d37-9996-adfe50fc45e2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10376 | 2024.12.21 08:24:32.376751 [ 4 ] {93166ad4-d77e-4d37-9996-adfe50fc45e2} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10377 | 2024.12.21 08:24:32.376968 [ 4 ] {93166ad4-d77e-4d37-9996-adfe50fc45e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
| 10378 | 2024.12.21 08:24:32.377021 [ 4 ] {93166ad4-d77e-4d37-9996-adfe50fc45e2} <Debug> TCPHandler: Processed in 0.001819376 sec. | ||
| 10379 | 2024.12.21 08:24:32.377161 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10380 | 2024.12.21 08:24:32.377279 [ 258 ] {8bd18b9b-c08c-4e70-a721-3465de55fd07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10381 | 2024.12.21 08:24:32.377360 [ 258 ] {8bd18b9b-c08c-4e70-a721-3465de55fd07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10382 | 2024.12.21 08:24:32.378448 [ 258 ] {8bd18b9b-c08c-4e70-a721-3465de55fd07} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10383 | 2024.12.21 08:24:32.378487 [ 258 ] {8bd18b9b-c08c-4e70-a721-3465de55fd07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10384 | 2024.12.21 08:24:32.379090 [ 258 ] {8bd18b9b-c08c-4e70-a721-3465de55fd07} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10385 | 2024.12.21 08:24:32.379356 [ 258 ] {8bd18b9b-c08c-4e70-a721-3465de55fd07} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10386 | 2024.12.21 08:24:32.379545 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10387 | 2024.12.21 08:24:32.379617 [ 258 ] {8bd18b9b-c08c-4e70-a721-3465de55fd07} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002353 sec., 3399.9150021249466 rows/sec., 6.09 MiB/sec. | ||
| 10388 | 2024.12.21 08:24:32.379627 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10389 | 2024.12.21 08:24:32.379702 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10390 | 2024.12.21 08:24:32.380101 [ 258 ] {8bd18b9b-c08c-4e70-a721-3465de55fd07} <Debug> TCPHandler: Processed in 0.002991486 sec. | ||
| 10391 | 2024.12.21 08:24:32.380156 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 10392 | 2024.12.21 08:24:32.380507 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10393 | 2024.12.21 08:24:32.381361 [ 4 ] {e5421a61-c2b0-403c-be9a-122897e73e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10394 | 2024.12.21 08:24:32.381606 [ 4 ] {e5421a61-c2b0-403c-be9a-122897e73e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10395 | 2024.12.21 08:24:32.381794 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10396 | 2024.12.21 08:24:32.382090 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1246 rows starting from the beginning of the part | ||
| 10397 | 2024.12.21 08:24:32.382909 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 10398 | 2024.12.21 08:24:32.383719 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part | ||
| 10399 | 2024.12.21 08:24:32.383790 [ 4 ] {e5421a61-c2b0-403c-be9a-122897e73e36} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10400 | 2024.12.21 08:24:32.383880 [ 4 ] {e5421a61-c2b0-403c-be9a-122897e73e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10401 | 2024.12.21 08:24:32.384353 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 10402 | 2024.12.21 08:24:32.384975 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part | ||
| 10403 | 2024.12.21 08:24:32.385632 [ 200 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 10404 | 2024.12.21 08:24:32.385712 [ 4 ] {e5421a61-c2b0-403c-be9a-122897e73e36} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10405 | 2024.12.21 08:24:32.386495 [ 4 ] {e5421a61-c2b0-403c-be9a-122897e73e36} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10406 | 2024.12.21 08:24:32.386999 [ 4 ] {e5421a61-c2b0-403c-be9a-122897e73e36} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005957 sec., 13765.318113144202 rows/sec., 895.25 KiB/sec. | ||
| 10407 | 2024.12.21 08:24:32.387152 [ 4 ] {e5421a61-c2b0-403c-be9a-122897e73e36} <Debug> TCPHandler: Processed in 0.006929051 sec. | ||
| 10408 | 2024.12.21 08:24:32.394336 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1336 rows, containing 19 columns (19 merged, 0 gathered) in 0.014507668 sec., 92089.23170836279 rows/sec., 165.02 MiB/sec. | ||
| 10409 | 2024.12.21 08:24:32.395775 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10410 | 2024.12.21 08:24:32.396289 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10411 | 2024.12.21 08:24:32.396382 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10412 | 2024.12.21 08:24:32.396570 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 10413 | 2024.12.21 08:24:33.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.21 MiB, peak 240.71 MiB, free memory in arenas 0.00 B, will set to 232.14 MiB (RSS), difference: 2.93 MiB | ||
| 10414 | 2024.12.21 08:24:33.014183 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10415 | 2024.12.21 08:24:33.035760 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10416 | 2024.12.21 08:24:33.035826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10417 | 2024.12.21 08:24:33.043127 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10418 | 2024.12.21 08:24:33.043888 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10419 | 2024.12.21 08:24:33.046721 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10420 | 2024.12.21 08:24:36.541333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1446 | ||
| 10421 | 2024.12.21 08:24:36.544528 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10422 | 2024.12.21 08:24:36.544586 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10423 | 2024.12.21 08:24:36.546119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10424 | 2024.12.21 08:24:36.546454 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10425 | 2024.12.21 08:24:36.546688 [ 107 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10426 | 2024.12.21 08:24:36.546829 [ 107 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10427 | 2024.12.21 08:24:36.546911 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10428 | 2024.12.21 08:24:36.547396 [ 197 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 10429 | 2024.12.21 08:24:36.548022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1446 | ||
| 10430 | 2024.12.21 08:24:36.548502 [ 197 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10431 | 2024.12.21 08:24:36.548696 [ 197 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1256 rows starting from the beginning of the part | ||
| 10432 | 2024.12.21 08:24:36.549245 [ 197 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 10433 | 2024.12.21 08:24:36.549810 [ 197 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 10434 | 2024.12.21 08:24:36.550316 [ 197 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 10435 | 2024.12.21 08:24:36.550810 [ 197 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 44 rows starting from the beginning of the part | ||
| 10436 | 2024.12.21 08:24:36.551275 [ 197 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 10437 | 2024.12.21 08:24:36.559850 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1446 rows, containing 72 columns (72 merged, 0 gathered) in 0.012723242 sec., 113650.27875756825 rows/sec., 88.84 MiB/sec. | ||
| 10438 | 2024.12.21 08:24:36.561475 [ 201 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10439 | 2024.12.21 08:24:36.562219 [ 201 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10440 | 2024.12.21 08:24:36.562314 [ 201 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_36_7} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10441 | 2024.12.21 08:24:36.562547 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10442 | 2024.12.21 08:24:37.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.24 MiB, peak 240.71 MiB, free memory in arenas 0.00 B, will set to 232.14 MiB (RSS), difference: 3.89 MiB | ||
| 10443 | 2024.12.21 08:24:37.354857 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10444 | 2024.12.21 08:24:37.355050 [ 4 ] {023d4fea-e382-44d6-bc9d-977d64ce8445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10445 | 2024.12.21 08:24:37.355123 [ 4 ] {023d4fea-e382-44d6-bc9d-977d64ce8445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10446 | 2024.12.21 08:24:37.355877 [ 4 ] {023d4fea-e382-44d6-bc9d-977d64ce8445} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10447 | 2024.12.21 08:24:37.355926 [ 4 ] {023d4fea-e382-44d6-bc9d-977d64ce8445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10448 | 2024.12.21 08:24:37.356373 [ 4 ] {023d4fea-e382-44d6-bc9d-977d64ce8445} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10449 | 2024.12.21 08:24:37.356625 [ 4 ] {023d4fea-e382-44d6-bc9d-977d64ce8445} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10450 | 2024.12.21 08:24:37.356874 [ 4 ] {023d4fea-e382-44d6-bc9d-977d64ce8445} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001869 sec., 5350.454788657036 rows/sec., 436.29 KiB/sec. | ||
| 10451 | 2024.12.21 08:24:37.357061 [ 4 ] {023d4fea-e382-44d6-bc9d-977d64ce8445} <Debug> TCPHandler: Processed in 0.00232863 sec. | ||
| 10452 | 2024.12.21 08:24:37.357353 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10453 | 2024.12.21 08:24:37.357558 [ 258 ] {60297c97-7b6d-4ef0-bb48-f2e428c91682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10454 | 2024.12.21 08:24:37.357638 [ 258 ] {60297c97-7b6d-4ef0-bb48-f2e428c91682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10455 | 2024.12.21 08:24:37.358497 [ 258 ] {60297c97-7b6d-4ef0-bb48-f2e428c91682} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2024.12.21 08:24:37.358542 [ 258 ] {60297c97-7b6d-4ef0-bb48-f2e428c91682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10457 | 2024.12.21 08:24:37.358989 [ 258 ] {60297c97-7b6d-4ef0-bb48-f2e428c91682} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10458 | 2024.12.21 08:24:37.359244 [ 258 ] {60297c97-7b6d-4ef0-bb48-f2e428c91682} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10459 | 2024.12.21 08:24:37.359491 [ 258 ] {60297c97-7b6d-4ef0-bb48-f2e428c91682} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.001992 sec., 63755.02008032129 rows/sec., 5.39 MiB/sec. | ||
| 10460 | 2024.12.21 08:24:37.359553 [ 258 ] {60297c97-7b6d-4ef0-bb48-f2e428c91682} <Debug> TCPHandler: Processed in 0.00233497 sec. | ||
| 10461 | 2024.12.21 08:24:37.359720 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10462 | 2024.12.21 08:24:37.359869 [ 4 ] {1b5e9dbb-0148-41e7-86f4-40364bfac9c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10463 | 2024.12.21 08:24:37.359932 [ 4 ] {1b5e9dbb-0148-41e7-86f4-40364bfac9c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10464 | 2024.12.21 08:24:37.360573 [ 4 ] {1b5e9dbb-0148-41e7-86f4-40364bfac9c7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10465 | 2024.12.21 08:24:37.360618 [ 4 ] {1b5e9dbb-0148-41e7-86f4-40364bfac9c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10466 | 2024.12.21 08:24:37.361011 [ 4 ] {1b5e9dbb-0148-41e7-86f4-40364bfac9c7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10467 | 2024.12.21 08:24:37.361267 [ 4 ] {1b5e9dbb-0148-41e7-86f4-40364bfac9c7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10468 | 2024.12.21 08:24:37.361517 [ 4 ] {1b5e9dbb-0148-41e7-86f4-40364bfac9c7} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.001684 sec., 25534.441805225655 rows/sec., 1.84 MiB/sec. | ||
| 10469 | 2024.12.21 08:24:37.361584 [ 4 ] {1b5e9dbb-0148-41e7-86f4-40364bfac9c7} <Debug> TCPHandler: Processed in 0.001934227 sec. | ||
| 10470 | 2024.12.21 08:24:37.361735 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10471 | 2024.12.21 08:24:37.361860 [ 258 ] {d47263d8-2de6-43dc-ac92-d300536eff79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10472 | 2024.12.21 08:24:37.361913 [ 258 ] {d47263d8-2de6-43dc-ac92-d300536eff79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10473 | 2024.12.21 08:24:37.362675 [ 258 ] {d47263d8-2de6-43dc-ac92-d300536eff79} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10474 | 2024.12.21 08:24:37.362723 [ 258 ] {d47263d8-2de6-43dc-ac92-d300536eff79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10475 | 2024.12.21 08:24:37.363143 [ 258 ] {d47263d8-2de6-43dc-ac92-d300536eff79} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10476 | 2024.12.21 08:24:37.363382 [ 258 ] {d47263d8-2de6-43dc-ac92-d300536eff79} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10477 | 2024.12.21 08:24:37.363611 [ 258 ] {d47263d8-2de6-43dc-ac92-d300536eff79} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001777 sec., 60213.84355655599 rows/sec., 4.71 MiB/sec. | ||
| 10478 | 2024.12.21 08:24:37.363720 [ 258 ] {d47263d8-2de6-43dc-ac92-d300536eff79} <Debug> TCPHandler: Processed in 0.002041888 sec. | ||
| 10479 | 2024.12.21 08:24:37.363889 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10480 | 2024.12.21 08:24:37.364038 [ 4 ] {bb79afaf-310b-4d29-9235-ef8c9ca231fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10481 | 2024.12.21 08:24:37.364092 [ 4 ] {bb79afaf-310b-4d29-9235-ef8c9ca231fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10482 | 2024.12.21 08:24:37.364678 [ 4 ] {bb79afaf-310b-4d29-9235-ef8c9ca231fc} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2024.12.21 08:24:37.364718 [ 4 ] {bb79afaf-310b-4d29-9235-ef8c9ca231fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10484 | 2024.12.21 08:24:37.365116 [ 4 ] {bb79afaf-310b-4d29-9235-ef8c9ca231fc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10485 | 2024.12.21 08:24:37.365365 [ 4 ] {bb79afaf-310b-4d29-9235-ef8c9ca231fc} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2024.12.21 08:24:37.365600 [ 4 ] {bb79afaf-310b-4d29-9235-ef8c9ca231fc} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001592 sec., 103643.21608040201 rows/sec., 7.22 MiB/sec. | ||
| 10487 | 2024.12.21 08:24:37.365693 [ 4 ] {bb79afaf-310b-4d29-9235-ef8c9ca231fc} <Debug> TCPHandler: Processed in 0.001891776 sec. | ||
| 10488 | 2024.12.21 08:24:37.365893 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10489 | 2024.12.21 08:24:37.366034 [ 258 ] {a32c0a17-b318-42cc-9b8c-78883b54e968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10490 | 2024.12.21 08:24:37.366110 [ 258 ] {a32c0a17-b318-42cc-9b8c-78883b54e968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10491 | 2024.12.21 08:24:37.367321 [ 258 ] {a32c0a17-b318-42cc-9b8c-78883b54e968} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10492 | 2024.12.21 08:24:37.367361 [ 258 ] {a32c0a17-b318-42cc-9b8c-78883b54e968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10493 | 2024.12.21 08:24:37.368009 [ 258 ] {a32c0a17-b318-42cc-9b8c-78883b54e968} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10494 | 2024.12.21 08:24:37.368276 [ 258 ] {a32c0a17-b318-42cc-9b8c-78883b54e968} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10495 | 2024.12.21 08:24:37.368519 [ 258 ] {a32c0a17-b318-42cc-9b8c-78883b54e968} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002514 sec., 13126.491646778042 rows/sec., 23.52 MiB/sec. | ||
| 10496 | 2024.12.21 08:24:37.368634 [ 258 ] {a32c0a17-b318-42cc-9b8c-78883b54e968} <Debug> TCPHandler: Processed in 0.002838205 sec. | ||
| 10497 | 2024.12.21 08:24:37.368790 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10498 | 2024.12.21 08:24:37.368930 [ 4 ] {284fa6c0-781b-4c9f-9b91-ce256eee986f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10499 | 2024.12.21 08:24:37.368991 [ 4 ] {284fa6c0-781b-4c9f-9b91-ce256eee986f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10500 | 2024.12.21 08:24:37.369583 [ 4 ] {284fa6c0-781b-4c9f-9b91-ce256eee986f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10501 | 2024.12.21 08:24:37.369630 [ 4 ] {284fa6c0-781b-4c9f-9b91-ce256eee986f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10502 | 2024.12.21 08:24:37.370060 [ 4 ] {284fa6c0-781b-4c9f-9b91-ce256eee986f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10503 | 2024.12.21 08:24:37.370299 [ 4 ] {284fa6c0-781b-4c9f-9b91-ce256eee986f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10504 | 2024.12.21 08:24:37.370525 [ 4 ] {284fa6c0-781b-4c9f-9b91-ce256eee986f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001627 sec., 36877.68899815612 rows/sec., 2.49 MiB/sec. | ||
| 10505 | 2024.12.21 08:24:37.370579 [ 4 ] {284fa6c0-781b-4c9f-9b91-ce256eee986f} <Debug> TCPHandler: Processed in 0.001855487 sec. | ||
| 10506 | 2024.12.21 08:24:38.925146 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 10507 | 2024.12.21 08:24:38.926133 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10508 | 2024.12.21 08:24:38.926187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10509 | 2024.12.21 08:24:38.926710 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10510 | 2024.12.21 08:24:38.926977 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10511 | 2024.12.21 08:24:38.927206 [ 102 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10512 | 2024.12.21 08:24:38.927245 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 10513 | 2024.12.21 08:24:38.927294 [ 102 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10514 | 2024.12.21 08:24:38.927327 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. | ||
| 10515 | 2024.12.21 08:24:38.927466 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 10516 | 2024.12.21 08:24:38.927620 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10517 | 2024.12.21 08:24:38.927668 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 10518 | 2024.12.21 08:24:38.927757 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 10519 | 2024.12.21 08:24:38.927952 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 10520 | 2024.12.21 08:24:38.928170 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 10521 | 2024.12.21 08:24:38.928420 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 10522 | 2024.12.21 08:24:38.928619 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 10523 | 2024.12.21 08:24:38.931379 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003980515 sec., 5869341.027480113 rows/sec., 83.96 MiB/sec. | ||
| 10524 | 2024.12.21 08:24:38.931801 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10525 | 2024.12.21 08:24:38.932133 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_51_10} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10526 | 2024.12.21 08:24:38.932218 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_51_10} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10527 | 2024.12.21 08:24:38.932327 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10528 | 2024.12.21 08:24:40.546928 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10529 | 2024.12.21 08:24:40.568970 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2024.12.21 08:24:40.569027 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10531 | 2024.12.21 08:24:40.576625 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10532 | 2024.12.21 08:24:40.577432 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2024.12.21 08:24:40.577876 [ 101 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10534 | 2024.12.21 08:24:40.578061 [ 101 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10535 | 2024.12.21 08:24:40.578197 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10536 | 2024.12.21 08:24:40.578675 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 10537 | 2024.12.21 08:24:40.593670 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10538 | 2024.12.21 08:24:40.595262 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10539 | 2024.12.21 08:24:40.597020 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 10540 | 2024.12.21 08:24:40.602945 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 10541 | 2024.12.21 08:24:40.608839 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 10542 | 2024.12.21 08:24:40.614584 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 10543 | 2024.12.21 08:24:40.620608 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 10544 | 2024.12.21 08:24:40.625361 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 10545 | 2024.12.21 08:24:40.683655 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.105259138 sec., 3657.6396816018005 rows/sec., 18.91 MiB/sec. | ||
| 10546 | 2024.12.21 08:24:40.687111 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10547 | 2024.12.21 08:24:40.690212 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_51_10} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10548 | 2024.12.21 08:24:40.690349 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_51_10} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10549 | 2024.12.21 08:24:40.692982 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10550 | 2024.12.21 08:24:42.357446 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10551 | 2024.12.21 08:24:42.357749 [ 4 ] {0fd2e958-e333-4d31-8d62-cec7c438f54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10552 | 2024.12.21 08:24:42.357864 [ 4 ] {0fd2e958-e333-4d31-8d62-cec7c438f54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10553 | 2024.12.21 08:24:42.358759 [ 4 ] {0fd2e958-e333-4d31-8d62-cec7c438f54c} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10554 | 2024.12.21 08:24:42.358803 [ 4 ] {0fd2e958-e333-4d31-8d62-cec7c438f54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10555 | 2024.12.21 08:24:42.359240 [ 4 ] {0fd2e958-e333-4d31-8d62-cec7c438f54c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10556 | 2024.12.21 08:24:42.359499 [ 4 ] {0fd2e958-e333-4d31-8d62-cec7c438f54c} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10557 | 2024.12.21 08:24:42.359714 [ 4 ] {0fd2e958-e333-4d31-8d62-cec7c438f54c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002049 sec., 6832.601268911664 rows/sec., 491.86 KiB/sec. | ||
| 10558 | 2024.12.21 08:24:42.359780 [ 4 ] {0fd2e958-e333-4d31-8d62-cec7c438f54c} <Debug> TCPHandler: Processed in 0.002522622 sec. | ||
| 10559 | 2024.12.21 08:24:42.360059 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10560 | 2024.12.21 08:24:42.360279 [ 258 ] {9692f829-7c4e-44ce-a58d-405ad7dc4dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10561 | 2024.12.21 08:24:42.360360 [ 258 ] {9692f829-7c4e-44ce-a58d-405ad7dc4dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10562 | 2024.12.21 08:24:42.361316 [ 258 ] {9692f829-7c4e-44ce-a58d-405ad7dc4dfb} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10563 | 2024.12.21 08:24:42.361364 [ 258 ] {9692f829-7c4e-44ce-a58d-405ad7dc4dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10564 | 2024.12.21 08:24:42.361811 [ 258 ] {9692f829-7c4e-44ce-a58d-405ad7dc4dfb} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10565 | 2024.12.21 08:24:42.362067 [ 258 ] {9692f829-7c4e-44ce-a58d-405ad7dc4dfb} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10566 | 2024.12.21 08:24:42.362309 [ 258 ] {9692f829-7c4e-44ce-a58d-405ad7dc4dfb} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002089 sec., 104834.84921014839 rows/sec., 9.15 MiB/sec. | ||
| 10567 | 2024.12.21 08:24:42.362376 [ 258 ] {9692f829-7c4e-44ce-a58d-405ad7dc4dfb} <Debug> TCPHandler: Processed in 0.002455311 sec. | ||
| 10568 | 2024.12.21 08:24:42.362528 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10569 | 2024.12.21 08:24:42.362654 [ 4 ] {d639111a-028e-40e9-a097-8068c34f731b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10570 | 2024.12.21 08:24:42.362708 [ 4 ] {d639111a-028e-40e9-a097-8068c34f731b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10571 | 2024.12.21 08:24:42.363290 [ 4 ] {d639111a-028e-40e9-a097-8068c34f731b} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10572 | 2024.12.21 08:24:42.363328 [ 4 ] {d639111a-028e-40e9-a097-8068c34f731b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10573 | 2024.12.21 08:24:42.363696 [ 4 ] {d639111a-028e-40e9-a097-8068c34f731b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10574 | 2024.12.21 08:24:42.363940 [ 4 ] {d639111a-028e-40e9-a097-8068c34f731b} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10575 | 2024.12.21 08:24:42.364078 [ 97 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10576 | 2024.12.21 08:24:42.364122 [ 97 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10577 | 2024.12.21 08:24:42.364131 [ 4 ] {d639111a-028e-40e9-a097-8068c34f731b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001505 sec., 9966.777408637874 rows/sec., 702.74 KiB/sec. | ||
| 10578 | 2024.12.21 08:24:42.364147 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10579 | 2024.12.21 08:24:42.364251 [ 4 ] {d639111a-028e-40e9-a097-8068c34f731b} <Debug> TCPHandler: Processed in 0.001776346 sec. | ||
| 10580 | 2024.12.21 08:24:42.364514 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10581 | 2024.12.21 08:24:42.364948 [ 258 ] {dd7ad3ff-96bb-47ed-a162-1db7cf853478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10582 | 2024.12.21 08:24:42.365023 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 10583 | 2024.12.21 08:24:42.365081 [ 258 ] {dd7ad3ff-96bb-47ed-a162-1db7cf853478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10584 | 2024.12.21 08:24:42.365723 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10585 | 2024.12.21 08:24:42.365794 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 66 rows starting from the beginning of the part | ||
| 10586 | 2024.12.21 08:24:42.366267 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 19 rows starting from the beginning of the part | ||
| 10587 | 2024.12.21 08:24:42.366654 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 33 rows starting from the beginning of the part | ||
| 10588 | 2024.12.21 08:24:42.366887 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 15 rows starting from the beginning of the part | ||
| 10589 | 2024.12.21 08:24:42.367286 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 43 rows starting from the beginning of the part | ||
| 10590 | 2024.12.21 08:24:42.367584 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 15 rows starting from the beginning of the part | ||
| 10591 | 2024.12.21 08:24:42.368206 [ 258 ] {dd7ad3ff-96bb-47ed-a162-1db7cf853478} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10592 | 2024.12.21 08:24:42.368262 [ 258 ] {dd7ad3ff-96bb-47ed-a162-1db7cf853478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10593 | 2024.12.21 08:24:42.369145 [ 258 ] {dd7ad3ff-96bb-47ed-a162-1db7cf853478} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10594 | 2024.12.21 08:24:42.369742 [ 258 ] {dd7ad3ff-96bb-47ed-a162-1db7cf853478} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10595 | 2024.12.21 08:24:42.370506 [ 258 ] {dd7ad3ff-96bb-47ed-a162-1db7cf853478} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005613 sec., 2494.209869944771 rows/sec., 174.68 KiB/sec. | ||
| 10596 | 2024.12.21 08:24:42.370825 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.006523407 sec., 29279.17880947793 rows/sec., 2.19 MiB/sec. | ||
| 10597 | 2024.12.21 08:24:42.370991 [ 258 ] {dd7ad3ff-96bb-47ed-a162-1db7cf853478} <Debug> TCPHandler: Processed in 0.006623878 sec. | ||
| 10598 | 2024.12.21 08:24:42.371145 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10599 | 2024.12.21 08:24:42.371326 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10600 | 2024.12.21 08:24:42.371523 [ 4 ] {a126d00f-2ca3-40cc-8c25-782075901d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10601 | 2024.12.21 08:24:42.371616 [ 4 ] {a126d00f-2ca3-40cc-8c25-782075901d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10602 | 2024.12.21 08:24:42.371662 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10603 | 2024.12.21 08:24:42.371916 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_71_14} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10604 | 2024.12.21 08:24:42.372113 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10605 | 2024.12.21 08:24:42.372577 [ 4 ] {a126d00f-2ca3-40cc-8c25-782075901d86} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10606 | 2024.12.21 08:24:42.372621 [ 4 ] {a126d00f-2ca3-40cc-8c25-782075901d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10607 | 2024.12.21 08:24:42.373001 [ 4 ] {a126d00f-2ca3-40cc-8c25-782075901d86} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10608 | 2024.12.21 08:24:42.373248 [ 4 ] {a126d00f-2ca3-40cc-8c25-782075901d86} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10609 | 2024.12.21 08:24:42.373430 [ 4 ] {a126d00f-2ca3-40cc-8c25-782075901d86} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001962 sec., 6625.891946992864 rows/sec., 413.12 KiB/sec. | ||
| 10610 | 2024.12.21 08:24:42.373486 [ 4 ] {a126d00f-2ca3-40cc-8c25-782075901d86} <Debug> TCPHandler: Processed in 0.00235076 sec. | ||
| 10611 | 2024.12.21 08:24:42.373673 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10612 | 2024.12.21 08:24:42.373798 [ 258 ] {070dabd4-8823-4bf4-a016-e766f46b829a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10613 | 2024.12.21 08:24:42.373852 [ 258 ] {070dabd4-8823-4bf4-a016-e766f46b829a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10614 | 2024.12.21 08:24:42.374603 [ 258 ] {070dabd4-8823-4bf4-a016-e766f46b829a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10615 | 2024.12.21 08:24:42.374645 [ 258 ] {070dabd4-8823-4bf4-a016-e766f46b829a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10616 | 2024.12.21 08:24:42.375090 [ 258 ] {070dabd4-8823-4bf4-a016-e766f46b829a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10617 | 2024.12.21 08:24:42.375381 [ 258 ] {070dabd4-8823-4bf4-a016-e766f46b829a} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10618 | 2024.12.21 08:24:42.375608 [ 258 ] {070dabd4-8823-4bf4-a016-e766f46b829a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001837 sec., 212302.66739248775 rows/sec., 15.06 MiB/sec. | ||
| 10619 | 2024.12.21 08:24:42.375678 [ 258 ] {070dabd4-8823-4bf4-a016-e766f46b829a} <Debug> TCPHandler: Processed in 0.002084889 sec. | ||
| 10620 | 2024.12.21 08:24:42.375827 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10621 | 2024.12.21 08:24:42.375947 [ 4 ] {40413fd9-87e0-4644-9365-b72dbcc4bfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10622 | 2024.12.21 08:24:42.375998 [ 4 ] {40413fd9-87e0-4644-9365-b72dbcc4bfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10623 | 2024.12.21 08:24:42.376486 [ 4 ] {40413fd9-87e0-4644-9365-b72dbcc4bfeb} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10624 | 2024.12.21 08:24:42.376523 [ 4 ] {40413fd9-87e0-4644-9365-b72dbcc4bfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10625 | 2024.12.21 08:24:42.376895 [ 4 ] {40413fd9-87e0-4644-9365-b72dbcc4bfeb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10626 | 2024.12.21 08:24:42.377136 [ 4 ] {40413fd9-87e0-4644-9365-b72dbcc4bfeb} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10627 | 2024.12.21 08:24:42.377267 [ 97 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10628 | 2024.12.21 08:24:42.377315 [ 97 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10629 | 2024.12.21 08:24:42.377326 [ 4 ] {40413fd9-87e0-4644-9365-b72dbcc4bfeb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec. | ||
| 10630 | 2024.12.21 08:24:42.377346 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10631 | 2024.12.21 08:24:42.377442 [ 4 ] {40413fd9-87e0-4644-9365-b72dbcc4bfeb} <Debug> TCPHandler: Processed in 0.001664975 sec. | ||
| 10632 | 2024.12.21 08:24:42.377747 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10633 | 2024.12.21 08:24:42.377867 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::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 | ||
| 10634 | 2024.12.21 08:24:42.378285 [ 258 ] {1ec9dbdd-ea4e-4b13-8ff2-a1a1f9a5a7ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10635 | 2024.12.21 08:24:42.378499 [ 258 ] {1ec9dbdd-ea4e-4b13-8ff2-a1a1f9a5a7ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10636 | 2024.12.21 08:24:42.378519 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10637 | 2024.12.21 08:24:42.378603 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part | ||
| 10638 | 2024.12.21 08:24:42.378810 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10639 | 2024.12.21 08:24:42.379198 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10640 | 2024.12.21 08:24:42.379600 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10641 | 2024.12.21 08:24:42.379930 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10642 | 2024.12.21 08:24:42.380233 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10643 | 2024.12.21 08:24:42.380996 [ 258 ] {1ec9dbdd-ea4e-4b13-8ff2-a1a1f9a5a7ff} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2024.12.21 08:24:42.381045 [ 258 ] {1ec9dbdd-ea4e-4b13-8ff2-a1a1f9a5a7ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10645 | 2024.12.21 08:24:42.381642 [ 258 ] {1ec9dbdd-ea4e-4b13-8ff2-a1a1f9a5a7ff} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10646 | 2024.12.21 08:24:42.381920 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.00444413 sec., 47253.343174029564 rows/sec., 2.41 MiB/sec. | ||
| 10647 | 2024.12.21 08:24:42.382018 [ 258 ] {1ec9dbdd-ea4e-4b13-8ff2-a1a1f9a5a7ff} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10648 | 2024.12.21 08:24:42.382245 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10649 | 2024.12.21 08:24:42.382288 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10650 | 2024.12.21 08:24:42.382396 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10651 | 2024.12.21 08:24:42.382461 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10652 | 2024.12.21 08:24:42.382511 [ 258 ] {1ec9dbdd-ea4e-4b13-8ff2-a1a1f9a5a7ff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004387 sec., 54023.250512878956 rows/sec., 3.62 MiB/sec. | ||
| 10653 | 2024.12.21 08:24:42.382939 [ 258 ] {1ec9dbdd-ea4e-4b13-8ff2-a1a1f9a5a7ff} <Debug> TCPHandler: Processed in 0.005360697 sec. | ||
| 10654 | 2024.12.21 08:24:42.383280 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10655 | 2024.12.21 08:24:42.383362 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10656 | 2024.12.21 08:24:42.383518 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 10657 | 2024.12.21 08:24:42.383708 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_35_7} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10658 | 2024.12.21 08:24:42.384115 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10659 | 2024.12.21 08:24:42.384312 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10660 | 2024.12.21 08:24:42.384429 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21106 rows starting from the beginning of the part | ||
| 10661 | 2024.12.21 08:24:42.384523 [ 4 ] {a0c19f72-fdad-4184-b254-636eea9ff5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10662 | 2024.12.21 08:24:42.384884 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part | ||
| 10663 | 2024.12.21 08:24:42.385225 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
| 10664 | 2024.12.21 08:24:42.385382 [ 4 ] {a0c19f72-fdad-4184-b254-636eea9ff5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10665 | 2024.12.21 08:24:42.385536 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part | ||
| 10666 | 2024.12.21 08:24:42.386018 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 165 rows starting from the beginning of the part | ||
| 10667 | 2024.12.21 08:24:42.386426 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 10668 | 2024.12.21 08:24:42.387644 [ 4 ] {a0c19f72-fdad-4184-b254-636eea9ff5f4} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10669 | 2024.12.21 08:24:42.387714 [ 4 ] {a0c19f72-fdad-4184-b254-636eea9ff5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10670 | 2024.12.21 08:24:42.388255 [ 4 ] {a0c19f72-fdad-4184-b254-636eea9ff5f4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10671 | 2024.12.21 08:24:42.388667 [ 4 ] {a0c19f72-fdad-4184-b254-636eea9ff5f4} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10672 | 2024.12.21 08:24:42.389004 [ 4 ] {a0c19f72-fdad-4184-b254-636eea9ff5f4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004698 sec., 212.85653469561515 rows/sec., 14.34 KiB/sec. | ||
| 10673 | 2024.12.21 08:24:42.389159 [ 4 ] {a0c19f72-fdad-4184-b254-636eea9ff5f4} <Debug> TCPHandler: Processed in 0.006033843 sec. | ||
| 10674 | 2024.12.21 08:24:42.389368 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10675 | 2024.12.21 08:24:42.389664 [ 258 ] {ad5ec550-b6db-4320-b54e-a3ee326a21da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10676 | 2024.12.21 08:24:42.389906 [ 258 ] {ad5ec550-b6db-4320-b54e-a3ee326a21da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10677 | 2024.12.21 08:24:42.391437 [ 258 ] {ad5ec550-b6db-4320-b54e-a3ee326a21da} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10678 | 2024.12.21 08:24:42.391479 [ 258 ] {ad5ec550-b6db-4320-b54e-a3ee326a21da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10679 | 2024.12.21 08:24:42.395966 [ 258 ] {ad5ec550-b6db-4320-b54e-a3ee326a21da} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10680 | 2024.12.21 08:24:42.396236 [ 258 ] {ad5ec550-b6db-4320-b54e-a3ee326a21da} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10681 | 2024.12.21 08:24:42.396485 [ 258 ] {ad5ec550-b6db-4320-b54e-a3ee326a21da} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006937 sec., 1153.236269280669 rows/sec., 2.07 MiB/sec. | ||
| 10682 | 2024.12.21 08:24:42.396618 [ 258 ] {ad5ec550-b6db-4320-b54e-a3ee326a21da} <Debug> TCPHandler: Processed in 0.007353825 sec. | ||
| 10683 | 2024.12.21 08:24:42.396788 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10684 | 2024.12.21 08:24:42.396945 [ 4 ] {17168b27-a6da-432c-9bda-fc9c4b291976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10685 | 2024.12.21 08:24:42.397089 [ 4 ] {17168b27-a6da-432c-9bda-fc9c4b291976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10686 | 2024.12.21 08:24:42.397751 [ 4 ] {17168b27-a6da-432c-9bda-fc9c4b291976} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10687 | 2024.12.21 08:24:42.397792 [ 4 ] {17168b27-a6da-432c-9bda-fc9c4b291976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10688 | 2024.12.21 08:24:42.398338 [ 4 ] {17168b27-a6da-432c-9bda-fc9c4b291976} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10689 | 2024.12.21 08:24:42.398639 [ 4 ] {17168b27-a6da-432c-9bda-fc9c4b291976} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10690 | 2024.12.21 08:24:42.398866 [ 96 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10691 | 2024.12.21 08:24:42.398991 [ 96 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10692 | 2024.12.21 08:24:42.399040 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10693 | 2024.12.21 08:24:42.399048 [ 4 ] {17168b27-a6da-432c-9bda-fc9c4b291976} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002126 sec., 38570.08466603951 rows/sec., 2.45 MiB/sec. | ||
| 10694 | 2024.12.21 08:24:42.399600 [ 4 ] {17168b27-a6da-432c-9bda-fc9c4b291976} <Debug> TCPHandler: Processed in 0.002856255 sec. | ||
| 10695 | 2024.12.21 08:24:42.399729 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 10696 | 2024.12.21 08:24:42.400320 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21937 rows, containing 5 columns (5 merged, 0 gathered) in 0.017632486 sec., 1244124.056017966 rows/sec., 83.89 MiB/sec. | ||
| 10697 | 2024.12.21 08:24:42.400611 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10698 | 2024.12.21 08:24:42.400737 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4188 rows starting from the beginning of the part | ||
| 10699 | 2024.12.21 08:24:42.401072 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part | ||
| 10700 | 2024.12.21 08:24:42.401114 [ 192 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10701 | 2024.12.21 08:24:42.401224 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 10702 | 2024.12.21 08:24:42.401348 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part | ||
| 10703 | 2024.12.21 08:24:42.401524 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 10704 | 2024.12.21 08:24:42.401654 [ 196 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 10705 | 2024.12.21 08:24:42.401758 [ 192 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10706 | 2024.12.21 08:24:42.401940 [ 192 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10707 | 2024.12.21 08:24:42.402049 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 10708 | 2024.12.21 08:24:42.403424 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4484 rows, containing 4 columns (4 merged, 0 gathered) in 0.004274307 sec., 1049058.9468655388 rows/sec., 68.05 MiB/sec. | ||
| 10709 | 2024.12.21 08:24:42.403691 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10710 | 2024.12.21 08:24:42.403983 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10711 | 2024.12.21 08:24:42.404068 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_76_15} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10712 | 2024.12.21 08:24:42.404145 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
| 10713 | 2024.12.21 08:24:46.269401 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10714 | 2024.12.21 08:24:46.269466 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10715 | 2024.12.21 08:24:46.427461 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 10716 | 2024.12.21 08:24:46.428279 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2024.12.21 08:24:46.428339 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10718 | 2024.12.21 08:24:46.429142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10719 | 2024.12.21 08:24:46.429565 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2024.12.21 08:24:46.429880 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10721 | 2024.12.21 08:24:46.548433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1482 | ||
| 10722 | 2024.12.21 08:24:46.551735 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10723 | 2024.12.21 08:24:46.551789 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10724 | 2024.12.21 08:24:46.553271 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10725 | 2024.12.21 08:24:46.553597 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10726 | 2024.12.21 08:24:46.554942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482 | ||
| 10727 | 2024.12.21 08:24:47.354303 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10728 | 2024.12.21 08:24:47.354495 [ 4 ] {f7ffac3d-a00c-4e56-9932-735ee475c3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10729 | 2024.12.21 08:24:47.354569 [ 4 ] {f7ffac3d-a00c-4e56-9932-735ee475c3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10730 | 2024.12.21 08:24:47.355433 [ 4 ] {f7ffac3d-a00c-4e56-9932-735ee475c3e6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2024.12.21 08:24:47.355485 [ 4 ] {f7ffac3d-a00c-4e56-9932-735ee475c3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10732 | 2024.12.21 08:24:47.355945 [ 4 ] {f7ffac3d-a00c-4e56-9932-735ee475c3e6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10733 | 2024.12.21 08:24:47.356207 [ 4 ] {f7ffac3d-a00c-4e56-9932-735ee475c3e6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10734 | 2024.12.21 08:24:47.356451 [ 90 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10735 | 2024.12.21 08:24:47.356473 [ 4 ] {f7ffac3d-a00c-4e56-9932-735ee475c3e6} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002022 sec., 60336.30069238378 rows/sec., 5.13 MiB/sec. | ||
| 10736 | 2024.12.21 08:24:47.356541 [ 90 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10737 | 2024.12.21 08:24:47.356620 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10738 | 2024.12.21 08:24:47.356627 [ 4 ] {f7ffac3d-a00c-4e56-9932-735ee475c3e6} <Debug> TCPHandler: Processed in 0.002449312 sec. | ||
| 10739 | 2024.12.21 08:24:47.356889 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::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 | ||
| 10740 | 2024.12.21 08:24:47.356974 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10741 | 2024.12.21 08:24:47.357106 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10742 | 2024.12.21 08:24:47.357199 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1437 rows starting from the beginning of the part | ||
| 10743 | 2024.12.21 08:24:47.357318 [ 258 ] {2c63e8eb-efe8-454e-a0ba-38a1fe02bdf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10744 | 2024.12.21 08:24:47.357458 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 122 rows starting from the beginning of the part | ||
| 10745 | 2024.12.21 08:24:47.357502 [ 258 ] {2c63e8eb-efe8-454e-a0ba-38a1fe02bdf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10746 | 2024.12.21 08:24:47.357906 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 219 rows starting from the beginning of the part | ||
| 10747 | 2024.12.21 08:24:47.358192 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 127 rows starting from the beginning of the part | ||
| 10748 | 2024.12.21 08:24:47.358484 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 219 rows starting from the beginning of the part | ||
| 10749 | 2024.12.21 08:24:47.358881 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 122 rows starting from the beginning of the part | ||
| 10750 | 2024.12.21 08:24:47.360433 [ 258 ] {2c63e8eb-efe8-454e-a0ba-38a1fe02bdf1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10751 | 2024.12.21 08:24:47.360528 [ 258 ] {2c63e8eb-efe8-454e-a0ba-38a1fe02bdf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10752 | 2024.12.21 08:24:47.361473 [ 258 ] {2c63e8eb-efe8-454e-a0ba-38a1fe02bdf1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10753 | 2024.12.21 08:24:47.362105 [ 258 ] {2c63e8eb-efe8-454e-a0ba-38a1fe02bdf1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10754 | 2024.12.21 08:24:47.362192 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2246 rows, containing 5 columns (5 merged, 0 gathered) in 0.005442477 sec., 412679.7412281209 rows/sec., 36.50 MiB/sec. | ||
| 10755 | 2024.12.21 08:24:47.362611 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10756 | 2024.12.21 08:24:47.362929 [ 258 ] {2c63e8eb-efe8-454e-a0ba-38a1fe02bdf1} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005717 sec., 5772.258177365751 rows/sec., 434.05 KiB/sec. | ||
| 10757 | 2024.12.21 08:24:47.363198 [ 258 ] {2c63e8eb-efe8-454e-a0ba-38a1fe02bdf1} <Debug> TCPHandler: Processed in 0.006399077 sec. | ||
| 10758 | 2024.12.21 08:24:47.363521 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10759 | 2024.12.21 08:24:47.363555 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10760 | 2024.12.21 08:24:47.363936 [ 4 ] {d55cf5d4-ef17-444c-8c08-e43bc0fa8a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10761 | 2024.12.21 08:24:47.364006 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_81_16} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10762 | 2024.12.21 08:24:47.364101 [ 4 ] {d55cf5d4-ef17-444c-8c08-e43bc0fa8a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10763 | 2024.12.21 08:24:47.364305 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 10764 | 2024.12.21 08:24:47.364943 [ 4 ] {d55cf5d4-ef17-444c-8c08-e43bc0fa8a71} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2024.12.21 08:24:47.364988 [ 4 ] {d55cf5d4-ef17-444c-8c08-e43bc0fa8a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10766 | 2024.12.21 08:24:47.365363 [ 4 ] {d55cf5d4-ef17-444c-8c08-e43bc0fa8a71} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10767 | 2024.12.21 08:24:47.365599 [ 4 ] {d55cf5d4-ef17-444c-8c08-e43bc0fa8a71} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2024.12.21 08:24:47.365764 [ 90 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10769 | 2024.12.21 08:24:47.365811 [ 90 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2024.12.21 08:24:47.365830 [ 4 ] {d55cf5d4-ef17-444c-8c08-e43bc0fa8a71} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002029 sec., 47806.801379990146 rows/sec., 3.73 MiB/sec. | ||
| 10771 | 2024.12.21 08:24:47.365838 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10772 | 2024.12.21 08:24:47.365983 [ 4 ] {d55cf5d4-ef17-444c-8c08-e43bc0fa8a71} <Debug> TCPHandler: Processed in 0.002671373 sec. | ||
| 10773 | 2024.12.21 08:24:47.366071 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::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 | ||
| 10774 | 2024.12.21 08:24:47.366175 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10775 | 2024.12.21 08:24:47.366238 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10776 | 2024.12.21 08:24:47.366285 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part | ||
| 10777 | 2024.12.21 08:24:47.366485 [ 258 ] {59471aae-0a0d-4c4c-951b-e29b789154e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10778 | 2024.12.21 08:24:47.366514 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 97 rows starting from the beginning of the part | ||
| 10779 | 2024.12.21 08:24:47.366785 [ 258 ] {59471aae-0a0d-4c4c-951b-e29b789154e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10780 | 2024.12.21 08:24:47.366863 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 390 rows starting from the beginning of the part | ||
| 10781 | 2024.12.21 08:24:47.367251 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 107 rows starting from the beginning of the part | ||
| 10782 | 2024.12.21 08:24:47.367572 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 390 rows starting from the beginning of the part | ||
| 10783 | 2024.12.21 08:24:47.367903 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 97 rows starting from the beginning of the part | ||
| 10784 | 2024.12.21 08:24:47.369559 [ 258 ] {59471aae-0a0d-4c4c-951b-e29b789154e4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2024.12.21 08:24:47.369642 [ 258 ] {59471aae-0a0d-4c4c-951b-e29b789154e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10786 | 2024.12.21 08:24:47.370717 [ 258 ] {59471aae-0a0d-4c4c-951b-e29b789154e4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10787 | 2024.12.21 08:24:47.371110 [ 258 ] {59471aae-0a0d-4c4c-951b-e29b789154e4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2024.12.21 08:24:47.371455 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1996 rows, containing 5 columns (5 merged, 0 gathered) in 0.005460758 sec., 365517.021629598 rows/sec., 28.02 MiB/sec. | ||
| 10789 | 2024.12.21 08:24:47.371665 [ 258 ] {59471aae-0a0d-4c4c-951b-e29b789154e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00529 sec., 30245.746691871453 rows/sec., 2.11 MiB/sec. | ||
| 10790 | 2024.12.21 08:24:47.371932 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10791 | 2024.12.21 08:24:47.371991 [ 258 ] {59471aae-0a0d-4c4c-951b-e29b789154e4} <Debug> TCPHandler: Processed in 0.005848851 sec. | ||
| 10792 | 2024.12.21 08:24:47.372332 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10793 | 2024.12.21 08:24:47.372736 [ 4 ] {dbdba08a-94c7-448e-a08f-24ae7c271445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10794 | 2024.12.21 08:24:47.373005 [ 4 ] {dbdba08a-94c7-448e-a08f-24ae7c271445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10795 | 2024.12.21 08:24:47.373040 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10796 | 2024.12.21 08:24:47.373193 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_81_16} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10797 | 2024.12.21 08:24:47.373334 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 10798 | 2024.12.21 08:24:47.374448 [ 4 ] {dbdba08a-94c7-448e-a08f-24ae7c271445} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10799 | 2024.12.21 08:24:47.374488 [ 4 ] {dbdba08a-94c7-448e-a08f-24ae7c271445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10800 | 2024.12.21 08:24:47.375206 [ 4 ] {dbdba08a-94c7-448e-a08f-24ae7c271445} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10801 | 2024.12.21 08:24:47.375468 [ 4 ] {dbdba08a-94c7-448e-a08f-24ae7c271445} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10802 | 2024.12.21 08:24:47.375721 [ 4 ] {dbdba08a-94c7-448e-a08f-24ae7c271445} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003127 sec., 10553.24592260953 rows/sec., 18.91 MiB/sec. | ||
| 10803 | 2024.12.21 08:24:47.375853 [ 4 ] {dbdba08a-94c7-448e-a08f-24ae7c271445} <Debug> TCPHandler: Processed in 0.003709743 sec. | ||
| 10804 | 2024.12.21 08:24:47.376049 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10805 | 2024.12.21 08:24:47.376179 [ 258 ] {8cac8413-e46e-43bd-94f5-45ae440ee270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10806 | 2024.12.21 08:24:47.376235 [ 258 ] {8cac8413-e46e-43bd-94f5-45ae440ee270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10807 | 2024.12.21 08:24:47.376741 [ 258 ] {8cac8413-e46e-43bd-94f5-45ae440ee270} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10808 | 2024.12.21 08:24:47.376782 [ 258 ] {8cac8413-e46e-43bd-94f5-45ae440ee270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10809 | 2024.12.21 08:24:47.377162 [ 258 ] {8cac8413-e46e-43bd-94f5-45ae440ee270} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10810 | 2024.12.21 08:24:47.377402 [ 258 ] {8cac8413-e46e-43bd-94f5-45ae440ee270} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10811 | 2024.12.21 08:24:47.377630 [ 258 ] {8cac8413-e46e-43bd-94f5-45ae440ee270} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 10812 | 2024.12.21 08:24:47.377725 [ 258 ] {8cac8413-e46e-43bd-94f5-45ae440ee270} <Debug> TCPHandler: Processed in 0.001737496 sec. | ||
| 10813 | 2024.12.21 08:24:48.093890 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10814 | 2024.12.21 08:24:48.112835 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10815 | 2024.12.21 08:24:48.112894 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10816 | 2024.12.21 08:24:48.119869 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10817 | 2024.12.21 08:24:48.120630 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10818 | 2024.12.21 08:24:48.123328 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10819 | 2024.12.21 08:24:50.542662 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10820 | 2024.12.21 08:24:50.542896 [ 4 ] {33fc5910-5f17-4598-9313-73763d3cc742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10821 | 2024.12.21 08:24:50.542977 [ 4 ] {33fc5910-5f17-4598-9313-73763d3cc742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10822 | 2024.12.21 08:24:50.543857 [ 4 ] {33fc5910-5f17-4598-9313-73763d3cc742} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10823 | 2024.12.21 08:24:50.543910 [ 4 ] {33fc5910-5f17-4598-9313-73763d3cc742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10824 | 2024.12.21 08:24:50.544366 [ 4 ] {33fc5910-5f17-4598-9313-73763d3cc742} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10825 | 2024.12.21 08:24:50.544619 [ 4 ] {33fc5910-5f17-4598-9313-73763d3cc742} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10826 | 2024.12.21 08:24:50.544880 [ 4 ] {33fc5910-5f17-4598-9313-73763d3cc742} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002043 sec., 6852.667645619187 rows/sec., 493.30 KiB/sec. | ||
| 10827 | 2024.12.21 08:24:50.545008 [ 4 ] {33fc5910-5f17-4598-9313-73763d3cc742} <Debug> TCPHandler: Processed in 0.002488762 sec. | ||
| 10828 | 2024.12.21 08:24:50.545308 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10829 | 2024.12.21 08:24:50.545503 [ 258 ] {c75fb304-f399-422a-9442-a5260f1c3a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10830 | 2024.12.21 08:24:50.545581 [ 258 ] {c75fb304-f399-422a-9442-a5260f1c3a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10831 | 2024.12.21 08:24:50.546325 [ 258 ] {c75fb304-f399-422a-9442-a5260f1c3a2a} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10832 | 2024.12.21 08:24:50.546377 [ 258 ] {c75fb304-f399-422a-9442-a5260f1c3a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10833 | 2024.12.21 08:24:50.546787 [ 258 ] {c75fb304-f399-422a-9442-a5260f1c3a2a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10834 | 2024.12.21 08:24:50.547044 [ 258 ] {c75fb304-f399-422a-9442-a5260f1c3a2a} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10835 | 2024.12.21 08:24:50.547331 [ 258 ] {c75fb304-f399-422a-9442-a5260f1c3a2a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001877 sec., 2131.0602024507193 rows/sec., 173.77 KiB/sec. | ||
| 10836 | 2024.12.21 08:24:50.547547 [ 258 ] {c75fb304-f399-422a-9442-a5260f1c3a2a} <Debug> TCPHandler: Processed in 0.002365491 sec. | ||
| 10837 | 2024.12.21 08:24:50.547735 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10838 | 2024.12.21 08:24:50.547884 [ 4 ] {c41c6d62-4061-4673-9649-c3832f73d646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10839 | 2024.12.21 08:24:50.547946 [ 4 ] {c41c6d62-4061-4673-9649-c3832f73d646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10840 | 2024.12.21 08:24:50.549322 [ 4 ] {c41c6d62-4061-4673-9649-c3832f73d646} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10841 | 2024.12.21 08:24:50.549364 [ 4 ] {c41c6d62-4061-4673-9649-c3832f73d646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10842 | 2024.12.21 08:24:50.549820 [ 4 ] {c41c6d62-4061-4673-9649-c3832f73d646} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10843 | 2024.12.21 08:24:50.550059 [ 4 ] {c41c6d62-4061-4673-9649-c3832f73d646} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10844 | 2024.12.21 08:24:50.550278 [ 4 ] {c41c6d62-4061-4673-9649-c3832f73d646} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002431 sec., 559851.9127930893 rows/sec., 46.71 MiB/sec. | ||
| 10845 | 2024.12.21 08:24:50.550331 [ 4 ] {c41c6d62-4061-4673-9649-c3832f73d646} <Debug> TCPHandler: Processed in 0.002664064 sec. | ||
| 10846 | 2024.12.21 08:24:50.550516 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10847 | 2024.12.21 08:24:50.550660 [ 258 ] {249b351a-8cd1-48e3-a896-141b85723693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10848 | 2024.12.21 08:24:50.550721 [ 258 ] {249b351a-8cd1-48e3-a896-141b85723693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10849 | 2024.12.21 08:24:50.551407 [ 258 ] {249b351a-8cd1-48e3-a896-141b85723693} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10850 | 2024.12.21 08:24:50.551452 [ 258 ] {249b351a-8cd1-48e3-a896-141b85723693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10851 | 2024.12.21 08:24:50.551886 [ 258 ] {249b351a-8cd1-48e3-a896-141b85723693} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10852 | 2024.12.21 08:24:50.552446 [ 258 ] {249b351a-8cd1-48e3-a896-141b85723693} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2024.12.21 08:24:50.552905 [ 258 ] {249b351a-8cd1-48e3-a896-141b85723693} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.002277 sec., 8344.31269213878 rows/sec., 587.14 KiB/sec. | ||
| 10854 | 2024.12.21 08:24:50.552968 [ 258 ] {249b351a-8cd1-48e3-a896-141b85723693} <Debug> TCPHandler: Processed in 0.002519582 sec. | ||
| 10855 | 2024.12.21 08:24:50.553123 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10856 | 2024.12.21 08:24:50.553241 [ 4 ] {409ca974-a9ac-4f69-a8f5-5edecf0dda3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10857 | 2024.12.21 08:24:50.553289 [ 4 ] {409ca974-a9ac-4f69-a8f5-5edecf0dda3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10858 | 2024.12.21 08:24:50.553945 [ 4 ] {409ca974-a9ac-4f69-a8f5-5edecf0dda3f} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10859 | 2024.12.21 08:24:50.553983 [ 4 ] {409ca974-a9ac-4f69-a8f5-5edecf0dda3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10860 | 2024.12.21 08:24:50.554344 [ 4 ] {409ca974-a9ac-4f69-a8f5-5edecf0dda3f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10861 | 2024.12.21 08:24:50.554586 [ 4 ] {409ca974-a9ac-4f69-a8f5-5edecf0dda3f} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10862 | 2024.12.21 08:24:50.554841 [ 4 ] {409ca974-a9ac-4f69-a8f5-5edecf0dda3f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001616 sec., 149752.47524752474 rows/sec., 10.15 MiB/sec. | ||
| 10863 | 2024.12.21 08:24:50.555018 [ 4 ] {409ca974-a9ac-4f69-a8f5-5edecf0dda3f} <Debug> TCPHandler: Processed in 0.001946947 sec. | ||
| 10864 | 2024.12.21 08:24:50.555224 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10865 | 2024.12.21 08:24:50.555343 [ 258 ] {356463d4-1527-4960-8ca2-fde5b63e26f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10866 | 2024.12.21 08:24:50.555395 [ 258 ] {356463d4-1527-4960-8ca2-fde5b63e26f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10867 | 2024.12.21 08:24:50.555987 [ 258 ] {356463d4-1527-4960-8ca2-fde5b63e26f9} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10868 | 2024.12.21 08:24:50.556053 [ 258 ] {356463d4-1527-4960-8ca2-fde5b63e26f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10869 | 2024.12.21 08:24:50.556410 [ 258 ] {356463d4-1527-4960-8ca2-fde5b63e26f9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10870 | 2024.12.21 08:24:50.556644 [ 258 ] {356463d4-1527-4960-8ca2-fde5b63e26f9} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10871 | 2024.12.21 08:24:50.556879 [ 258 ] {356463d4-1527-4960-8ca2-fde5b63e26f9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 10872 | 2024.12.21 08:24:50.556936 [ 258 ] {356463d4-1527-4960-8ca2-fde5b63e26f9} <Debug> TCPHandler: Processed in 0.001796746 sec. | ||
| 10873 | 2024.12.21 08:24:50.557092 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10874 | 2024.12.21 08:24:50.557208 [ 4 ] {ab508bbd-460f-4e01-8d50-e94b7eefcb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10875 | 2024.12.21 08:24:50.557257 [ 4 ] {ab508bbd-460f-4e01-8d50-e94b7eefcb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10876 | 2024.12.21 08:24:50.558174 [ 4 ] {ab508bbd-460f-4e01-8d50-e94b7eefcb58} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10877 | 2024.12.21 08:24:50.558239 [ 4 ] {ab508bbd-460f-4e01-8d50-e94b7eefcb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10878 | 2024.12.21 08:24:50.558639 [ 4 ] {ab508bbd-460f-4e01-8d50-e94b7eefcb58} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10879 | 2024.12.21 08:24:50.558876 [ 4 ] {ab508bbd-460f-4e01-8d50-e94b7eefcb58} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10880 | 2024.12.21 08:24:50.559085 [ 4 ] {ab508bbd-460f-4e01-8d50-e94b7eefcb58} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.0019 sec., 447368.4210526316 rows/sec., 32.35 MiB/sec. | ||
| 10881 | 2024.12.21 08:24:50.559139 [ 4 ] {ab508bbd-460f-4e01-8d50-e94b7eefcb58} <Debug> TCPHandler: Processed in 0.002106008 sec. | ||
| 10882 | 2024.12.21 08:24:50.559296 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10883 | 2024.12.21 08:24:50.559436 [ 258 ] {bb9f9a14-d4dd-43e1-8bd5-590ad996e567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10884 | 2024.12.21 08:24:50.559497 [ 258 ] {bb9f9a14-d4dd-43e1-8bd5-590ad996e567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10885 | 2024.12.21 08:24:50.560072 [ 258 ] {bb9f9a14-d4dd-43e1-8bd5-590ad996e567} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10886 | 2024.12.21 08:24:50.560119 [ 258 ] {bb9f9a14-d4dd-43e1-8bd5-590ad996e567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10887 | 2024.12.21 08:24:50.560544 [ 258 ] {bb9f9a14-d4dd-43e1-8bd5-590ad996e567} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10888 | 2024.12.21 08:24:50.560803 [ 258 ] {bb9f9a14-d4dd-43e1-8bd5-590ad996e567} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10889 | 2024.12.21 08:24:50.561049 [ 258 ] {bb9f9a14-d4dd-43e1-8bd5-590ad996e567} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001641 sec., 3656.3071297989027 rows/sec., 191.03 KiB/sec. | ||
| 10890 | 2024.12.21 08:24:50.561241 [ 258 ] {bb9f9a14-d4dd-43e1-8bd5-590ad996e567} <Debug> TCPHandler: Processed in 0.002007678 sec. | ||
| 10891 | 2024.12.21 08:24:50.561434 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10892 | 2024.12.21 08:24:50.561566 [ 4 ] {5beb8d9f-80a2-4f47-ba9d-b4a44c498a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10893 | 2024.12.21 08:24:50.561626 [ 4 ] {5beb8d9f-80a2-4f47-ba9d-b4a44c498a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10894 | 2024.12.21 08:24:50.562513 [ 4 ] {5beb8d9f-80a2-4f47-ba9d-b4a44c498a32} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10895 | 2024.12.21 08:24:50.562552 [ 4 ] {5beb8d9f-80a2-4f47-ba9d-b4a44c498a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10896 | 2024.12.21 08:24:50.562990 [ 4 ] {5beb8d9f-80a2-4f47-ba9d-b4a44c498a32} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10897 | 2024.12.21 08:24:50.563224 [ 4 ] {5beb8d9f-80a2-4f47-ba9d-b4a44c498a32} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10898 | 2024.12.21 08:24:50.563466 [ 4 ] {5beb8d9f-80a2-4f47-ba9d-b4a44c498a32} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.001925 sec., 481558.44155844155 rows/sec., 32.13 MiB/sec. | ||
| 10899 | 2024.12.21 08:24:50.563554 [ 4 ] {5beb8d9f-80a2-4f47-ba9d-b4a44c498a32} <Debug> TCPHandler: Processed in 0.002207859 sec. | ||
| 10900 | 2024.12.21 08:24:50.563752 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10901 | 2024.12.21 08:24:50.563918 [ 258 ] {2f39abe2-db2e-45a8-8645-5d6a14b37879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10902 | 2024.12.21 08:24:50.563978 [ 258 ] {2f39abe2-db2e-45a8-8645-5d6a14b37879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10903 | 2024.12.21 08:24:50.564519 [ 258 ] {2f39abe2-db2e-45a8-8645-5d6a14b37879} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10904 | 2024.12.21 08:24:50.564561 [ 258 ] {2f39abe2-db2e-45a8-8645-5d6a14b37879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10905 | 2024.12.21 08:24:50.564919 [ 258 ] {2f39abe2-db2e-45a8-8645-5d6a14b37879} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10906 | 2024.12.21 08:24:50.565160 [ 258 ] {2f39abe2-db2e-45a8-8645-5d6a14b37879} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10907 | 2024.12.21 08:24:50.565369 [ 258 ] {2f39abe2-db2e-45a8-8645-5d6a14b37879} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec. | ||
| 10908 | 2024.12.21 08:24:50.565420 [ 258 ] {2f39abe2-db2e-45a8-8645-5d6a14b37879} <Debug> TCPHandler: Processed in 0.001777296 sec. | ||
| 10909 | 2024.12.21 08:24:50.565563 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10910 | 2024.12.21 08:24:50.565680 [ 4 ] {d583a677-5721-463b-9023-4442557edaa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10911 | 2024.12.21 08:24:50.565759 [ 4 ] {d583a677-5721-463b-9023-4442557edaa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10912 | 2024.12.21 08:24:50.566828 [ 4 ] {d583a677-5721-463b-9023-4442557edaa7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10913 | 2024.12.21 08:24:50.566868 [ 4 ] {d583a677-5721-463b-9023-4442557edaa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10914 | 2024.12.21 08:24:50.567458 [ 4 ] {d583a677-5721-463b-9023-4442557edaa7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10915 | 2024.12.21 08:24:50.567710 [ 4 ] {d583a677-5721-463b-9023-4442557edaa7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10916 | 2024.12.21 08:24:50.567995 [ 4 ] {d583a677-5721-463b-9023-4442557edaa7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00233 sec., 3433.4763948497853 rows/sec., 6.15 MiB/sec. | ||
| 10917 | 2024.12.21 08:24:50.568288 [ 4 ] {d583a677-5721-463b-9023-4442557edaa7} <Debug> TCPHandler: Processed in 0.002776664 sec. | ||
| 10918 | 2024.12.21 08:24:50.568535 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10919 | 2024.12.21 08:24:50.568733 [ 258 ] {e2142769-c8f2-40fd-968d-c091e8713c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10920 | 2024.12.21 08:24:50.568793 [ 258 ] {e2142769-c8f2-40fd-968d-c091e8713c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10921 | 2024.12.21 08:24:50.569354 [ 258 ] {e2142769-c8f2-40fd-968d-c091e8713c84} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10922 | 2024.12.21 08:24:50.569400 [ 258 ] {e2142769-c8f2-40fd-968d-c091e8713c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10923 | 2024.12.21 08:24:50.569784 [ 258 ] {e2142769-c8f2-40fd-968d-c091e8713c84} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10924 | 2024.12.21 08:24:50.570021 [ 258 ] {e2142769-c8f2-40fd-968d-c091e8713c84} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10925 | 2024.12.21 08:24:50.570241 [ 258 ] {e2142769-c8f2-40fd-968d-c091e8713c84} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001542 sec., 45395.590142671856 rows/sec., 2.85 MiB/sec. | ||
| 10926 | 2024.12.21 08:24:50.570293 [ 258 ] {e2142769-c8f2-40fd-968d-c091e8713c84} <Debug> TCPHandler: Processed in 0.001893987 sec. | ||
| 10927 | 2024.12.21 08:24:52.347108 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10928 | 2024.12.21 08:24:52.347331 [ 4 ] {55101afe-0edf-437b-913e-ea0d127b040f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10929 | 2024.12.21 08:24:52.347406 [ 4 ] {55101afe-0edf-437b-913e-ea0d127b040f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10930 | 2024.12.21 08:24:52.348205 [ 4 ] {55101afe-0edf-437b-913e-ea0d127b040f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10931 | 2024.12.21 08:24:52.348260 [ 4 ] {55101afe-0edf-437b-913e-ea0d127b040f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10932 | 2024.12.21 08:24:52.348692 [ 4 ] {55101afe-0edf-437b-913e-ea0d127b040f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10933 | 2024.12.21 08:24:52.348962 [ 4 ] {55101afe-0edf-437b-913e-ea0d127b040f} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10934 | 2024.12.21 08:24:52.349206 [ 4 ] {55101afe-0edf-437b-913e-ea0d127b040f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.24 MiB/sec. | ||
| 10935 | 2024.12.21 08:24:52.349322 [ 4 ] {55101afe-0edf-437b-913e-ea0d127b040f} <Debug> TCPHandler: Processed in 0.00236214 sec. | ||
| 10936 | 2024.12.21 08:24:52.349612 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10937 | 2024.12.21 08:24:52.349804 [ 258 ] {7dd4442d-f750-4cf1-b405-c122944f6238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10938 | 2024.12.21 08:24:52.349880 [ 258 ] {7dd4442d-f750-4cf1-b405-c122944f6238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10939 | 2024.12.21 08:24:52.350657 [ 258 ] {7dd4442d-f750-4cf1-b405-c122944f6238} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10940 | 2024.12.21 08:24:52.350710 [ 258 ] {7dd4442d-f750-4cf1-b405-c122944f6238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10941 | 2024.12.21 08:24:52.351148 [ 258 ] {7dd4442d-f750-4cf1-b405-c122944f6238} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10942 | 2024.12.21 08:24:52.351413 [ 258 ] {7dd4442d-f750-4cf1-b405-c122944f6238} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10943 | 2024.12.21 08:24:52.351657 [ 258 ] {7dd4442d-f750-4cf1-b405-c122944f6238} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001905 sec., 33595.800524934384 rows/sec., 2.62 MiB/sec. | ||
| 10944 | 2024.12.21 08:24:52.351723 [ 258 ] {7dd4442d-f750-4cf1-b405-c122944f6238} <Debug> TCPHandler: Processed in 0.00227046 sec. | ||
| 10945 | 2024.12.21 08:24:52.351903 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10946 | 2024.12.21 08:24:52.352055 [ 4 ] {306d8a15-2bdb-4114-ab91-88c20794bc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10947 | 2024.12.21 08:24:52.352124 [ 4 ] {306d8a15-2bdb-4114-ab91-88c20794bc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10948 | 2024.12.21 08:24:52.352754 [ 4 ] {306d8a15-2bdb-4114-ab91-88c20794bc1d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10949 | 2024.12.21 08:24:52.352797 [ 4 ] {306d8a15-2bdb-4114-ab91-88c20794bc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10950 | 2024.12.21 08:24:52.353221 [ 4 ] {306d8a15-2bdb-4114-ab91-88c20794bc1d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10951 | 2024.12.21 08:24:52.353461 [ 4 ] {306d8a15-2bdb-4114-ab91-88c20794bc1d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10952 | 2024.12.21 08:24:52.353692 [ 4 ] {306d8a15-2bdb-4114-ab91-88c20794bc1d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001669 sec., 19173.157579388855 rows/sec., 1.34 MiB/sec. | ||
| 10953 | 2024.12.21 08:24:52.353766 [ 4 ] {306d8a15-2bdb-4114-ab91-88c20794bc1d} <Debug> TCPHandler: Processed in 0.001934757 sec. | ||
| 10954 | 2024.12.21 08:24:52.353938 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10955 | 2024.12.21 08:24:52.354062 [ 258 ] {db65950a-55cb-4f0f-a7f7-ae1b7b2c138b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10956 | 2024.12.21 08:24:52.354120 [ 258 ] {db65950a-55cb-4f0f-a7f7-ae1b7b2c138b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10957 | 2024.12.21 08:24:52.354622 [ 258 ] {db65950a-55cb-4f0f-a7f7-ae1b7b2c138b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10958 | 2024.12.21 08:24:52.354665 [ 258 ] {db65950a-55cb-4f0f-a7f7-ae1b7b2c138b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10959 | 2024.12.21 08:24:52.355038 [ 258 ] {db65950a-55cb-4f0f-a7f7-ae1b7b2c138b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10960 | 2024.12.21 08:24:52.355278 [ 258 ] {db65950a-55cb-4f0f-a7f7-ae1b7b2c138b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10961 | 2024.12.21 08:24:52.355494 [ 258 ] {db65950a-55cb-4f0f-a7f7-ae1b7b2c138b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00146 sec., 8219.178082191782 rows/sec., 567.21 KiB/sec. | ||
| 10962 | 2024.12.21 08:24:52.355551 [ 258 ] {db65950a-55cb-4f0f-a7f7-ae1b7b2c138b} <Debug> TCPHandler: Processed in 0.001669114 sec. | ||
| 10963 | 2024.12.21 08:24:53.930163 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 10964 | 2024.12.21 08:24:53.930877 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2024.12.21 08:24:53.930924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10966 | 2024.12.21 08:24:53.931446 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10967 | 2024.12.21 08:24:53.931696 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10968 | 2024.12.21 08:24:53.931933 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 10969 | 2024.12.21 08:24:55.623522 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10970 | 2024.12.21 08:24:55.643966 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10971 | 2024.12.21 08:24:55.644023 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10972 | 2024.12.21 08:24:55.651296 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10973 | 2024.12.21 08:24:55.652071 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10974 | 2024.12.21 08:24:55.654678 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10975 | 2024.12.21 08:24:56.555314 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1526 | ||
| 10976 | 2024.12.21 08:24:56.558818 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10977 | 2024.12.21 08:24:56.558883 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10978 | 2024.12.21 08:24:56.560414 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10979 | 2024.12.21 08:24:56.560778 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10980 | 2024.12.21 08:24:56.561398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1526 | ||
| 10981 | 2024.12.21 08:24:57.354868 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10982 | 2024.12.21 08:24:57.355102 [ 4 ] {febe5ae3-beb4-4f49-b3fd-bfa9ae843b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10983 | 2024.12.21 08:24:57.355188 [ 4 ] {febe5ae3-beb4-4f49-b3fd-bfa9ae843b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10984 | 2024.12.21 08:24:57.356085 [ 4 ] {febe5ae3-beb4-4f49-b3fd-bfa9ae843b5d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10985 | 2024.12.21 08:24:57.356139 [ 4 ] {febe5ae3-beb4-4f49-b3fd-bfa9ae843b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10986 | 2024.12.21 08:24:57.356588 [ 4 ] {febe5ae3-beb4-4f49-b3fd-bfa9ae843b5d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10987 | 2024.12.21 08:24:57.356854 [ 4 ] {febe5ae3-beb4-4f49-b3fd-bfa9ae843b5d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10988 | 2024.12.21 08:24:57.357116 [ 4 ] {febe5ae3-beb4-4f49-b3fd-bfa9ae843b5d} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002084 sec., 58541.26679462572 rows/sec., 4.98 MiB/sec. | ||
| 10989 | 2024.12.21 08:24:57.357200 [ 4 ] {febe5ae3-beb4-4f49-b3fd-bfa9ae843b5d} <Debug> TCPHandler: Processed in 0.002473592 sec. | ||
| 10990 | 2024.12.21 08:24:57.357501 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10991 | 2024.12.21 08:24:57.357712 [ 258 ] {cbc727c0-5d32-4124-918e-2b5149573713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10992 | 2024.12.21 08:24:57.357787 [ 258 ] {cbc727c0-5d32-4124-918e-2b5149573713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10993 | 2024.12.21 08:24:57.358561 [ 258 ] {cbc727c0-5d32-4124-918e-2b5149573713} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10994 | 2024.12.21 08:24:57.358602 [ 258 ] {cbc727c0-5d32-4124-918e-2b5149573713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 10995 | 2024.12.21 08:24:57.359048 [ 258 ] {cbc727c0-5d32-4124-918e-2b5149573713} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10996 | 2024.12.21 08:24:57.359313 [ 258 ] {cbc727c0-5d32-4124-918e-2b5149573713} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10997 | 2024.12.21 08:24:57.359524 [ 258 ] {cbc727c0-5d32-4124-918e-2b5149573713} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001867 sec., 17675.415104445634 rows/sec., 1.30 MiB/sec. | ||
| 10998 | 2024.12.21 08:24:57.359617 [ 258 ] {cbc727c0-5d32-4124-918e-2b5149573713} <Debug> TCPHandler: Processed in 0.00228936 sec. | ||
| 10999 | 2024.12.21 08:24:57.359845 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11000 | 2024.12.21 08:24:57.360056 [ 4 ] {a24b768d-82e3-4df0-82a3-0b790bce4a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11001 | 2024.12.21 08:24:57.360108 [ 4 ] {a24b768d-82e3-4df0-82a3-0b790bce4a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11002 | 2024.12.21 08:24:57.360765 [ 4 ] {a24b768d-82e3-4df0-82a3-0b790bce4a23} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11003 | 2024.12.21 08:24:57.360807 [ 4 ] {a24b768d-82e3-4df0-82a3-0b790bce4a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11004 | 2024.12.21 08:24:57.361187 [ 4 ] {a24b768d-82e3-4df0-82a3-0b790bce4a23} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11005 | 2024.12.21 08:24:57.361424 [ 4 ] {a24b768d-82e3-4df0-82a3-0b790bce4a23} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11006 | 2024.12.21 08:24:57.361654 [ 4 ] {a24b768d-82e3-4df0-82a3-0b790bce4a23} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001642 sec., 59074.29963459196 rows/sec., 4.61 MiB/sec. | ||
| 11007 | 2024.12.21 08:24:57.361748 [ 4 ] {a24b768d-82e3-4df0-82a3-0b790bce4a23} <Debug> TCPHandler: Processed in 0.002024698 sec. | ||
| 11008 | 2024.12.21 08:24:57.361973 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11009 | 2024.12.21 08:24:57.362200 [ 258 ] {a7a2ce83-b557-4f2e-b6e1-c812a2d4bafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11010 | 2024.12.21 08:24:57.362266 [ 258 ] {a7a2ce83-b557-4f2e-b6e1-c812a2d4bafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11011 | 2024.12.21 08:24:57.362928 [ 258 ] {a7a2ce83-b557-4f2e-b6e1-c812a2d4bafb} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11012 | 2024.12.21 08:24:57.362967 [ 258 ] {a7a2ce83-b557-4f2e-b6e1-c812a2d4bafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11013 | 2024.12.21 08:24:57.363359 [ 258 ] {a7a2ce83-b557-4f2e-b6e1-c812a2d4bafb} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11014 | 2024.12.21 08:24:57.363603 [ 258 ] {a7a2ce83-b557-4f2e-b6e1-c812a2d4bafb} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11015 | 2024.12.21 08:24:57.363780 [ 258 ] {a7a2ce83-b557-4f2e-b6e1-c812a2d4bafb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
| 11016 | 2024.12.21 08:24:57.363830 [ 258 ] {a7a2ce83-b557-4f2e-b6e1-c812a2d4bafb} <Debug> TCPHandler: Processed in 0.001983347 sec. | ||
| 11017 | 2024.12.21 08:24:57.364021 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2024.12.21 08:24:57.364147 [ 4 ] {148047d1-997d-416f-b2c8-d548773cd87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11019 | 2024.12.21 08:24:57.364232 [ 4 ] {148047d1-997d-416f-b2c8-d548773cd87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11020 | 2024.12.21 08:24:57.365441 [ 4 ] {148047d1-997d-416f-b2c8-d548773cd87c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11021 | 2024.12.21 08:24:57.365482 [ 4 ] {148047d1-997d-416f-b2c8-d548773cd87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11022 | 2024.12.21 08:24:57.366160 [ 4 ] {148047d1-997d-416f-b2c8-d548773cd87c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11023 | 2024.12.21 08:24:57.366418 [ 4 ] {148047d1-997d-416f-b2c8-d548773cd87c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11024 | 2024.12.21 08:24:57.366605 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11025 | 2024.12.21 08:24:57.366662 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11026 | 2024.12.21 08:24:57.366699 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11027 | 2024.12.21 08:24:57.366716 [ 4 ] {148047d1-997d-416f-b2c8-d548773cd87c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002589 sec., 12746.234067207415 rows/sec., 22.84 MiB/sec. | ||
| 11028 | 2024.12.21 08:24:57.367084 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 11029 | 2024.12.21 08:24:57.367121 [ 4 ] {148047d1-997d-416f-b2c8-d548773cd87c} <Debug> TCPHandler: Processed in 0.003158778 sec. | ||
| 11030 | 2024.12.21 08:24:57.367369 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11031 | 2024.12.21 08:24:57.367671 [ 258 ] {020e4093-3c63-4d99-a3eb-c1d929710b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11032 | 2024.12.21 08:24:57.367813 [ 258 ] {020e4093-3c63-4d99-a3eb-c1d929710b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11033 | 2024.12.21 08:24:57.367835 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11034 | 2024.12.21 08:24:57.368076 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1336 rows starting from the beginning of the part | ||
| 11035 | 2024.12.21 08:24:57.368926 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part | ||
| 11036 | 2024.12.21 08:24:57.369766 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 11037 | 2024.12.21 08:24:57.369894 [ 258 ] {020e4093-3c63-4d99-a3eb-c1d929710b1a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11038 | 2024.12.21 08:24:57.370016 [ 258 ] {020e4093-3c63-4d99-a3eb-c1d929710b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11039 | 2024.12.21 08:24:57.370369 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 33 rows starting from the beginning of the part | ||
| 11040 | 2024.12.21 08:24:57.370989 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 11041 | 2024.12.21 08:24:57.371674 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part | ||
| 11042 | 2024.12.21 08:24:57.371770 [ 258 ] {020e4093-3c63-4d99-a3eb-c1d929710b1a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11043 | 2024.12.21 08:24:57.372646 [ 258 ] {020e4093-3c63-4d99-a3eb-c1d929710b1a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11044 | 2024.12.21 08:24:57.373044 [ 258 ] {020e4093-3c63-4d99-a3eb-c1d929710b1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005458 sec., 10993.037742762917 rows/sec., 758.63 KiB/sec. | ||
| 11045 | 2024.12.21 08:24:57.373186 [ 258 ] {020e4093-3c63-4d99-a3eb-c1d929710b1a} <Debug> TCPHandler: Processed in 0.005919212 sec. | ||
| 11046 | 2024.12.21 08:24:57.381819 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1451 rows, containing 19 columns (19 merged, 0 gathered) in 0.014997132 sec., 96751.83228366596 rows/sec., 173.37 MiB/sec. | ||
| 11047 | 2024.12.21 08:24:57.382927 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11048 | 2024.12.21 08:24:57.383380 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11049 | 2024.12.21 08:24:57.383479 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11050 | 2024.12.21 08:24:57.383622 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
| 11051 | 2024.12.21 08:24:58.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.25 MiB, peak 246.78 MiB, free memory in arenas 0.00 B, will set to 238.59 MiB (RSS), difference: 4.34 MiB | ||
| 11052 | 2024.12.21 08:25:01.269707 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11053 | 2024.12.21 08:25:01.269785 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11054 | 2024.12.21 08:25:01.432196 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 11055 | 2024.12.21 08:25:01.433308 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11056 | 2024.12.21 08:25:01.433358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11057 | 2024.12.21 08:25:01.433881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11058 | 2024.12.21 08:25:01.434133 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11059 | 2024.12.21 08:25:01.434384 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11060 | 2024.12.21 08:25:01.593811 [ 70 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11061 | 2024.12.21 08:25:01.593877 [ 70 ] {} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11062 | 2024.12.21 08:25:01.593899 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11063 | 2024.12.21 08:25:01.594081 [ 191 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 11064 | 2024.12.21 08:25:01.594249 [ 191 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11065 | 2024.12.21 08:25:01.594291 [ 191 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 11066 | 2024.12.21 08:25:01.594385 [ 191 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 11067 | 2024.12.21 08:25:01.594630 [ 191 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 11068 | 2024.12.21 08:25:01.594877 [ 191 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
| 11069 | 2024.12.21 08:25:01.595048 [ 191 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 11070 | 2024.12.21 08:25:01.596361 [ 198 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002383531 sec., 16781.82494794488 rows/sec., 1.40 MiB/sec. | ||
| 11071 | 2024.12.21 08:25:01.596568 [ 197 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11072 | 2024.12.21 08:25:01.596980 [ 197 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11073 | 2024.12.21 08:25:01.597095 [ 197 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_17_4} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11074 | 2024.12.21 08:25:01.597208 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11075 | 2024.12.21 08:25:02.358032 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11076 | 2024.12.21 08:25:02.358225 [ 4 ] {d7b7e6b7-813d-4e3e-ab6d-e060ea0595f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11077 | 2024.12.21 08:25:02.358300 [ 4 ] {d7b7e6b7-813d-4e3e-ab6d-e060ea0595f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11078 | 2024.12.21 08:25:02.359081 [ 4 ] {d7b7e6b7-813d-4e3e-ab6d-e060ea0595f0} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11079 | 2024.12.21 08:25:02.359130 [ 4 ] {d7b7e6b7-813d-4e3e-ab6d-e060ea0595f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11080 | 2024.12.21 08:25:02.359567 [ 4 ] {d7b7e6b7-813d-4e3e-ab6d-e060ea0595f0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11081 | 2024.12.21 08:25:02.359825 [ 4 ] {d7b7e6b7-813d-4e3e-ab6d-e060ea0595f0} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11082 | 2024.12.21 08:25:02.360037 [ 68 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11083 | 2024.12.21 08:25:02.360067 [ 4 ] {d7b7e6b7-813d-4e3e-ab6d-e060ea0595f0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec. | ||
| 11084 | 2024.12.21 08:25:02.360118 [ 68 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11085 | 2024.12.21 08:25:02.360193 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11086 | 2024.12.21 08:25:02.360205 [ 4 ] {d7b7e6b7-813d-4e3e-ab6d-e060ea0595f0} <Debug> TCPHandler: Processed in 0.002302961 sec. | ||
| 11087 | 2024.12.21 08:25:02.360447 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11088 | 2024.12.21 08:25:02.360529 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11089 | 2024.12.21 08:25:02.360688 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11090 | 2024.12.21 08:25:02.360770 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 11091 | 2024.12.21 08:25:02.360813 [ 258 ] {373a2c8d-dea9-4621-9f0e-4905b4505c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11092 | 2024.12.21 08:25:02.360976 [ 258 ] {373a2c8d-dea9-4621-9f0e-4905b4505c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11093 | 2024.12.21 08:25:02.360987 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 11094 | 2024.12.21 08:25:02.361474 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11095 | 2024.12.21 08:25:02.361772 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11096 | 2024.12.21 08:25:02.362203 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11097 | 2024.12.21 08:25:02.364022 [ 258 ] {373a2c8d-dea9-4621-9f0e-4905b4505c35} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11098 | 2024.12.21 08:25:02.364102 [ 258 ] {373a2c8d-dea9-4621-9f0e-4905b4505c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11099 | 2024.12.21 08:25:02.364782 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00447388 sec., 15646.37406457035 rows/sec., 1.16 MiB/sec. | ||
| 11100 | 2024.12.21 08:25:02.365030 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11101 | 2024.12.21 08:25:02.365234 [ 258 ] {373a2c8d-dea9-4621-9f0e-4905b4505c35} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11102 | 2024.12.21 08:25:02.365534 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11103 | 2024.12.21 08:25:02.365718 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_37_9} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11104 | 2024.12.21 08:25:02.365731 [ 258 ] {373a2c8d-dea9-4621-9f0e-4905b4505c35} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11105 | 2024.12.21 08:25:02.365876 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11106 | 2024.12.21 08:25:02.366122 [ 258 ] {373a2c8d-dea9-4621-9f0e-4905b4505c35} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.005392 sec., 40615.72700296736 rows/sec., 3.55 MiB/sec. | ||
| 11107 | 2024.12.21 08:25:02.366240 [ 258 ] {373a2c8d-dea9-4621-9f0e-4905b4505c35} <Debug> TCPHandler: Processed in 0.005883612 sec. | ||
| 11108 | 2024.12.21 08:25:02.366514 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11109 | 2024.12.21 08:25:02.366705 [ 4 ] {206afc46-9305-4f68-84f3-ee81c51f84a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11110 | 2024.12.21 08:25:02.366771 [ 4 ] {206afc46-9305-4f68-84f3-ee81c51f84a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11111 | 2024.12.21 08:25:02.367451 [ 4 ] {206afc46-9305-4f68-84f3-ee81c51f84a4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11112 | 2024.12.21 08:25:02.367495 [ 4 ] {206afc46-9305-4f68-84f3-ee81c51f84a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11113 | 2024.12.21 08:25:02.367890 [ 4 ] {206afc46-9305-4f68-84f3-ee81c51f84a4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11114 | 2024.12.21 08:25:02.368141 [ 4 ] {206afc46-9305-4f68-84f3-ee81c51f84a4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11115 | 2024.12.21 08:25:02.368398 [ 4 ] {206afc46-9305-4f68-84f3-ee81c51f84a4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001725 sec., 8695.652173913044 rows/sec., 613.11 KiB/sec. | ||
| 11116 | 2024.12.21 08:25:02.368504 [ 4 ] {206afc46-9305-4f68-84f3-ee81c51f84a4} <Debug> TCPHandler: Processed in 0.002134149 sec. | ||
| 11117 | 2024.12.21 08:25:02.368754 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11118 | 2024.12.21 08:25:02.368946 [ 258 ] {41244310-094b-42a2-87b2-b54238b1ffc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11119 | 2024.12.21 08:25:02.369014 [ 258 ] {41244310-094b-42a2-87b2-b54238b1ffc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11120 | 2024.12.21 08:25:02.369722 [ 258 ] {41244310-094b-42a2-87b2-b54238b1ffc5} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11121 | 2024.12.21 08:25:02.369773 [ 258 ] {41244310-094b-42a2-87b2-b54238b1ffc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11122 | 2024.12.21 08:25:02.370157 [ 258 ] {41244310-094b-42a2-87b2-b54238b1ffc5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11123 | 2024.12.21 08:25:02.370396 [ 258 ] {41244310-094b-42a2-87b2-b54238b1ffc5} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11124 | 2024.12.21 08:25:02.370650 [ 258 ] {41244310-094b-42a2-87b2-b54238b1ffc5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001736 sec., 8064.5161290322585 rows/sec., 564.79 KiB/sec. | ||
| 11125 | 2024.12.21 08:25:02.370849 [ 258 ] {41244310-094b-42a2-87b2-b54238b1ffc5} <Debug> TCPHandler: Processed in 0.002223509 sec. | ||
| 11126 | 2024.12.21 08:25:02.371159 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11127 | 2024.12.21 08:25:02.371387 [ 4 ] {2660890e-340a-4bc5-8761-585bf459bdf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11128 | 2024.12.21 08:25:02.371481 [ 4 ] {2660890e-340a-4bc5-8761-585bf459bdf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11129 | 2024.12.21 08:25:02.372330 [ 4 ] {2660890e-340a-4bc5-8761-585bf459bdf2} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11130 | 2024.12.21 08:25:02.372372 [ 4 ] {2660890e-340a-4bc5-8761-585bf459bdf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11131 | 2024.12.21 08:25:02.372746 [ 4 ] {2660890e-340a-4bc5-8761-585bf459bdf2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11132 | 2024.12.21 08:25:02.372990 [ 4 ] {2660890e-340a-4bc5-8761-585bf459bdf2} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11133 | 2024.12.21 08:25:02.373172 [ 68 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11134 | 2024.12.21 08:25:02.373249 [ 68 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11135 | 2024.12.21 08:25:02.373256 [ 4 ] {2660890e-340a-4bc5-8761-585bf459bdf2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001919 sec., 6774.361646690985 rows/sec., 422.38 KiB/sec. | ||
| 11136 | 2024.12.21 08:25:02.373282 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11137 | 2024.12.21 08:25:02.373452 [ 4 ] {2660890e-340a-4bc5-8761-585bf459bdf2} <Debug> TCPHandler: Processed in 0.002486162 sec. | ||
| 11138 | 2024.12.21 08:25:02.373754 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11139 | 2024.12.21 08:25:02.373848 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11140 | 2024.12.21 08:25:02.374168 [ 258 ] {21f77a97-a8f3-4553-b891-b1b122c51afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11141 | 2024.12.21 08:25:02.374312 [ 258 ] {21f77a97-a8f3-4553-b891-b1b122c51afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11142 | 2024.12.21 08:25:02.374427 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11143 | 2024.12.21 08:25:02.374517 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 11144 | 2024.12.21 08:25:02.374892 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 11145 | 2024.12.21 08:25:02.375339 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 11146 | 2024.12.21 08:25:02.375708 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 11147 | 2024.12.21 08:25:02.375994 [ 194 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 11148 | 2024.12.21 08:25:02.377055 [ 258 ] {21f77a97-a8f3-4553-b891-b1b122c51afe} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11149 | 2024.12.21 08:25:02.377124 [ 258 ] {21f77a97-a8f3-4553-b891-b1b122c51afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11150 | 2024.12.21 08:25:02.378220 [ 258 ] {21f77a97-a8f3-4553-b891-b1b122c51afe} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11151 | 2024.12.21 08:25:02.378392 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004975794 sec., 13063.241766037741 rows/sec., 865.52 KiB/sec. | ||
| 11152 | 2024.12.21 08:25:02.378538 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11153 | 2024.12.21 08:25:02.378609 [ 258 ] {21f77a97-a8f3-4553-b891-b1b122c51afe} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11154 | 2024.12.21 08:25:02.378903 [ 258 ] {21f77a97-a8f3-4553-b891-b1b122c51afe} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004906 sec., 79494.49653485528 rows/sec., 5.64 MiB/sec. | ||
| 11155 | 2024.12.21 08:25:02.379002 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11156 | 2024.12.21 08:25:02.379009 [ 258 ] {21f77a97-a8f3-4553-b891-b1b122c51afe} <Debug> TCPHandler: Processed in 0.005403538 sec. | ||
| 11157 | 2024.12.21 08:25:02.379145 [ 199 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_37_9} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11158 | 2024.12.21 08:25:02.379201 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11159 | 2024.12.21 08:25:02.379281 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11160 | 2024.12.21 08:25:02.379381 [ 4 ] {acdfc2d7-a1ae-46b0-bf56-dad4b38b5713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11161 | 2024.12.21 08:25:02.379437 [ 4 ] {acdfc2d7-a1ae-46b0-bf56-dad4b38b5713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11162 | 2024.12.21 08:25:02.379941 [ 4 ] {acdfc2d7-a1ae-46b0-bf56-dad4b38b5713} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11163 | 2024.12.21 08:25:02.379981 [ 4 ] {acdfc2d7-a1ae-46b0-bf56-dad4b38b5713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11164 | 2024.12.21 08:25:02.380357 [ 4 ] {acdfc2d7-a1ae-46b0-bf56-dad4b38b5713} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11165 | 2024.12.21 08:25:02.380597 [ 4 ] {acdfc2d7-a1ae-46b0-bf56-dad4b38b5713} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11166 | 2024.12.21 08:25:02.380818 [ 4 ] {acdfc2d7-a1ae-46b0-bf56-dad4b38b5713} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec. | ||
| 11167 | 2024.12.21 08:25:02.380876 [ 4 ] {acdfc2d7-a1ae-46b0-bf56-dad4b38b5713} <Debug> TCPHandler: Processed in 0.001748456 sec. | ||
| 11168 | 2024.12.21 08:25:02.381040 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11169 | 2024.12.21 08:25:02.381161 [ 258 ] {b1af16f4-e2ab-4439-bc53-245a0cc18568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11170 | 2024.12.21 08:25:02.381214 [ 258 ] {b1af16f4-e2ab-4439-bc53-245a0cc18568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11171 | 2024.12.21 08:25:02.381838 [ 258 ] {b1af16f4-e2ab-4439-bc53-245a0cc18568} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11172 | 2024.12.21 08:25:02.381877 [ 258 ] {b1af16f4-e2ab-4439-bc53-245a0cc18568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11173 | 2024.12.21 08:25:02.382276 [ 258 ] {b1af16f4-e2ab-4439-bc53-245a0cc18568} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11174 | 2024.12.21 08:25:02.382502 [ 258 ] {b1af16f4-e2ab-4439-bc53-245a0cc18568} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11175 | 2024.12.21 08:25:02.382673 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11176 | 2024.12.21 08:25:02.382743 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11177 | 2024.12.21 08:25:02.382748 [ 258 ] {b1af16f4-e2ab-4439-bc53-245a0cc18568} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
| 11178 | 2024.12.21 08:25:02.382778 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11179 | 2024.12.21 08:25:02.382909 [ 258 ] {b1af16f4-e2ab-4439-bc53-245a0cc18568} <Debug> TCPHandler: Processed in 0.001928907 sec. | ||
| 11180 | 2024.12.21 08:25:02.383015 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::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 | ||
| 11181 | 2024.12.21 08:25:02.383118 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11182 | 2024.12.21 08:25:02.383190 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11183 | 2024.12.21 08:25:02.383260 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21937 rows starting from the beginning of the part | ||
| 11184 | 2024.12.21 08:25:02.383348 [ 4 ] {5a76f01f-eaf7-4974-839c-dda8446fc2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11185 | 2024.12.21 08:25:02.383518 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 11186 | 2024.12.21 08:25:02.383578 [ 4 ] {5a76f01f-eaf7-4974-839c-dda8446fc2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11187 | 2024.12.21 08:25:02.383854 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 927 rows starting from the beginning of the part | ||
| 11188 | 2024.12.21 08:25:02.384216 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 32 rows starting from the beginning of the part | ||
| 11189 | 2024.12.21 08:25:02.384551 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
| 11190 | 2024.12.21 08:25:02.384908 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part | ||
| 11191 | 2024.12.21 08:25:02.385972 [ 4 ] {5a76f01f-eaf7-4974-839c-dda8446fc2d3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11192 | 2024.12.21 08:25:02.386045 [ 4 ] {5a76f01f-eaf7-4974-839c-dda8446fc2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11193 | 2024.12.21 08:25:02.386716 [ 4 ] {5a76f01f-eaf7-4974-839c-dda8446fc2d3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11194 | 2024.12.21 08:25:02.387196 [ 4 ] {5a76f01f-eaf7-4974-839c-dda8446fc2d3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11195 | 2024.12.21 08:25:02.387696 [ 4 ] {5a76f01f-eaf7-4974-839c-dda8446fc2d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004406 sec., 226.96323195642304 rows/sec., 15.29 KiB/sec. | ||
| 11196 | 2024.12.21 08:25:02.387908 [ 4 ] {5a76f01f-eaf7-4974-839c-dda8446fc2d3} <Debug> TCPHandler: Processed in 0.004864953 sec. | ||
| 11197 | 2024.12.21 08:25:02.388106 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11198 | 2024.12.21 08:25:02.388245 [ 258 ] {5264a997-8215-49b3-abd2-01d8250c94e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11199 | 2024.12.21 08:25:02.388344 [ 258 ] {5264a997-8215-49b3-abd2-01d8250c94e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11200 | 2024.12.21 08:25:02.389693 [ 258 ] {5264a997-8215-49b3-abd2-01d8250c94e9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11201 | 2024.12.21 08:25:02.389733 [ 258 ] {5264a997-8215-49b3-abd2-01d8250c94e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11202 | 2024.12.21 08:25:02.390346 [ 258 ] {5264a997-8215-49b3-abd2-01d8250c94e9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11203 | 2024.12.21 08:25:02.390591 [ 258 ] {5264a997-8215-49b3-abd2-01d8250c94e9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11204 | 2024.12.21 08:25:02.390863 [ 258 ] {5264a997-8215-49b3-abd2-01d8250c94e9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002638 sec., 3032.6004548900682 rows/sec., 5.43 MiB/sec. | ||
| 11205 | 2024.12.21 08:25:02.391228 [ 258 ] {5264a997-8215-49b3-abd2-01d8250c94e9} <Debug> TCPHandler: Processed in 0.003208218 sec. | ||
| 11206 | 2024.12.21 08:25:02.391541 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11207 | 2024.12.21 08:25:02.391704 [ 4 ] {d9fb6ef8-35dc-4cd3-a8d2-a37a8d9451ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11208 | 2024.12.21 08:25:02.391767 [ 4 ] {d9fb6ef8-35dc-4cd3-a8d2-a37a8d9451ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11209 | 2024.12.21 08:25:02.392294 [ 4 ] {d9fb6ef8-35dc-4cd3-a8d2-a37a8d9451ee} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11210 | 2024.12.21 08:25:02.392334 [ 4 ] {d9fb6ef8-35dc-4cd3-a8d2-a37a8d9451ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11211 | 2024.12.21 08:25:02.392714 [ 4 ] {d9fb6ef8-35dc-4cd3-a8d2-a37a8d9451ee} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11212 | 2024.12.21 08:25:02.392958 [ 4 ] {d9fb6ef8-35dc-4cd3-a8d2-a37a8d9451ee} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11213 | 2024.12.21 08:25:02.393147 [ 68 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11214 | 2024.12.21 08:25:02.393214 [ 4 ] {d9fb6ef8-35dc-4cd3-a8d2-a37a8d9451ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec. | ||
| 11215 | 2024.12.21 08:25:02.393216 [ 68 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11216 | 2024.12.21 08:25:02.393305 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11217 | 2024.12.21 08:25:02.393342 [ 4 ] {d9fb6ef8-35dc-4cd3-a8d2-a37a8d9451ee} <Debug> TCPHandler: Processed in 0.001969337 sec. | ||
| 11218 | 2024.12.21 08:25:02.393523 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::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 | ||
| 11219 | 2024.12.21 08:25:02.393653 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11220 | 2024.12.21 08:25:02.393691 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4484 rows starting from the beginning of the part | ||
| 11221 | 2024.12.21 08:25:02.393811 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 11222 | 2024.12.21 08:25:02.393930 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 70 rows starting from the beginning of the part | ||
| 11223 | 2024.12.21 08:25:02.394252 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 12 rows starting from the beginning of the part | ||
| 11224 | 2024.12.21 08:25:02.394468 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 11225 | 2024.12.21 08:25:02.394659 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 11226 | 2024.12.21 08:25:02.396649 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4768 rows, containing 4 columns (4 merged, 0 gathered) in 0.003241378 sec., 1470979.318055469 rows/sec., 95.45 MiB/sec. | ||
| 11227 | 2024.12.21 08:25:02.397076 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11228 | 2024.12.21 08:25:02.397478 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11229 | 2024.12.21 08:25:02.397586 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_81_16} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11230 | 2024.12.21 08:25:02.397695 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 11231 | 2024.12.21 08:25:02.404635 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23453 rows, containing 5 columns (5 merged, 0 gathered) in 0.021717601 sec., 1079907.4907030477 rows/sec., 72.82 MiB/sec. | ||
| 11232 | 2024.12.21 08:25:02.405204 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11233 | 2024.12.21 08:25:02.405530 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11234 | 2024.12.21 08:25:02.405617 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11235 | 2024.12.21 08:25:02.405714 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 11236 | 2024.12.21 08:25:03.154889 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11237 | 2024.12.21 08:25:03.176601 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11238 | 2024.12.21 08:25:03.176668 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 11239 | 2024.12.21 08:25:03.183974 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11240 | 2024.12.21 08:25:03.184798 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11241 | 2024.12.21 08:25:03.187761 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11242 | 2024.12.21 08:25:06.561810 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1560 | ||
| 11243 | 2024.12.21 08:25:06.565269 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11244 | 2024.12.21 08:25:06.565329 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11245 | 2024.12.21 08:25:06.566799 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11246 | 2024.12.21 08:25:06.567099 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11247 | 2024.12.21 08:25:06.568453 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1560 | ||
| 11248 | 2024.12.21 08:25:07.355265 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11249 | 2024.12.21 08:25:07.355475 [ 4 ] {74aacf52-b071-4d6a-b623-5b7556ddb324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11250 | 2024.12.21 08:25:07.355555 [ 4 ] {74aacf52-b071-4d6a-b623-5b7556ddb324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11251 | 2024.12.21 08:25:07.356437 [ 4 ] {74aacf52-b071-4d6a-b623-5b7556ddb324} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11252 | 2024.12.21 08:25:07.356490 [ 4 ] {74aacf52-b071-4d6a-b623-5b7556ddb324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11253 | 2024.12.21 08:25:07.356939 [ 4 ] {74aacf52-b071-4d6a-b623-5b7556ddb324} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11254 | 2024.12.21 08:25:07.357192 [ 4 ] {74aacf52-b071-4d6a-b623-5b7556ddb324} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11255 | 2024.12.21 08:25:07.357405 [ 63 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11256 | 2024.12.21 08:25:07.357435 [ 4 ] {74aacf52-b071-4d6a-b623-5b7556ddb324} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002018 sec., 60455.89692765114 rows/sec., 5.14 MiB/sec. | ||
| 11257 | 2024.12.21 08:25:07.357486 [ 63 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2024.12.21 08:25:07.357556 [ 4 ] {74aacf52-b071-4d6a-b623-5b7556ddb324} <Debug> TCPHandler: Processed in 0.002424561 sec. | ||
| 11259 | 2024.12.21 08:25:07.357559 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11260 | 2024.12.21 08:25:07.357846 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11261 | 2024.12.21 08:25:07.357864 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11262 | 2024.12.21 08:25:07.358383 [ 258 ] {57ea16a4-0190-4f33-90e1-b481f9cac765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11263 | 2024.12.21 08:25:07.358417 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11264 | 2024.12.21 08:25:07.358556 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1437 rows starting from the beginning of the part | ||
| 11265 | 2024.12.21 08:25:07.358571 [ 258 ] {57ea16a4-0190-4f33-90e1-b481f9cac765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11266 | 2024.12.21 08:25:07.358935 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1361 rows starting from the beginning of the part | ||
| 11267 | 2024.12.21 08:25:07.359273 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 11268 | 2024.12.21 08:25:07.359639 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 122 rows starting from the beginning of the part | ||
| 11269 | 2024.12.21 08:25:07.360039 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 219 rows starting from the beginning of the part | ||
| 11270 | 2024.12.21 08:25:07.360346 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 122 rows starting from the beginning of the part | ||
| 11271 | 2024.12.21 08:25:07.362600 [ 258 ] {57ea16a4-0190-4f33-90e1-b481f9cac765} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11272 | 2024.12.21 08:25:07.362667 [ 258 ] {57ea16a4-0190-4f33-90e1-b481f9cac765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11273 | 2024.12.21 08:25:07.363724 [ 258 ] {57ea16a4-0190-4f33-90e1-b481f9cac765} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11274 | 2024.12.21 08:25:07.364018 [ 258 ] {57ea16a4-0190-4f33-90e1-b481f9cac765} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2024.12.21 08:25:07.364236 [ 63 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11276 | 2024.12.21 08:25:07.364326 [ 63 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11277 | 2024.12.21 08:25:07.364411 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11278 | 2024.12.21 08:25:07.364487 [ 258 ] {57ea16a4-0190-4f33-90e1-b481f9cac765} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.006279 sec., 5255.613951266126 rows/sec., 395.20 KiB/sec. | ||
| 11279 | 2024.12.21 08:25:07.364941 [ 258 ] {57ea16a4-0190-4f33-90e1-b481f9cac765} <Debug> TCPHandler: Processed in 0.007235973 sec. | ||
| 11280 | 2024.12.21 08:25:07.365009 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 11281 | 2024.12.21 08:25:07.365324 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.007629147 sec., 434779.93018092326 rows/sec., 38.11 MiB/sec. | ||
| 11282 | 2024.12.21 08:25:07.365409 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11283 | 2024.12.21 08:25:07.365437 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11284 | 2024.12.21 08:25:07.365523 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 66 rows starting from the beginning of the part | ||
| 11285 | 2024.12.21 08:25:07.365725 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11286 | 2024.12.21 08:25:07.365973 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 33 rows starting from the beginning of the part | ||
| 11287 | 2024.12.21 08:25:07.366461 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 19 rows starting from the beginning of the part | ||
| 11288 | 2024.12.21 08:25:07.366381 [ 4 ] {8fe4b08d-182b-484c-a04d-c6dce962ef34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11289 | 2024.12.21 08:25:07.366766 [ 4 ] {8fe4b08d-182b-484c-a04d-c6dce962ef34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11290 | 2024.12.21 08:25:07.366863 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 33 rows starting from the beginning of the part | ||
| 11291 | 2024.12.21 08:25:07.366961 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11292 | 2024.12.21 08:25:07.367378 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 15 rows starting from the beginning of the part | ||
| 11293 | 2024.12.21 08:25:07.367501 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_86_17} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11294 | 2024.12.21 08:25:07.367810 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 33 rows starting from the beginning of the part | ||
| 11295 | 2024.12.21 08:25:07.367934 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 11296 | 2024.12.21 08:25:07.369737 [ 4 ] {8fe4b08d-182b-484c-a04d-c6dce962ef34} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11297 | 2024.12.21 08:25:07.369817 [ 4 ] {8fe4b08d-182b-484c-a04d-c6dce962ef34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11298 | 2024.12.21 08:25:07.370924 [ 4 ] {8fe4b08d-182b-484c-a04d-c6dce962ef34} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11299 | 2024.12.21 08:25:07.370981 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.006457107 sec., 30818.7552103442 rows/sec., 2.33 MiB/sec. | ||
| 11300 | 2024.12.21 08:25:07.371170 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11301 | 2024.12.21 08:25:07.371362 [ 4 ] {8fe4b08d-182b-484c-a04d-c6dce962ef34} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11302 | 2024.12.21 08:25:07.371653 [ 63 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11303 | 2024.12.21 08:25:07.371764 [ 63 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11304 | 2024.12.21 08:25:07.371804 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11305 | 2024.12.21 08:25:07.371842 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11306 | 2024.12.21 08:25:07.371931 [ 4 ] {8fe4b08d-182b-484c-a04d-c6dce962ef34} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005921 sec., 16382.367843269718 rows/sec., 1.28 MiB/sec. | ||
| 11307 | 2024.12.21 08:25:07.372163 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_76_15} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11308 | 2024.12.21 08:25:07.372332 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11309 | 2024.12.21 08:25:07.372321 [ 4 ] {8fe4b08d-182b-484c-a04d-c6dce962ef34} <Debug> TCPHandler: Processed in 0.007236894 sec. | ||
| 11310 | 2024.12.21 08:25:07.372387 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11311 | 2024.12.21 08:25:07.372594 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11312 | 2024.12.21 08:25:07.372611 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11313 | 2024.12.21 08:25:07.372661 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part | ||
| 11314 | 2024.12.21 08:25:07.372902 [ 258 ] {f95c024e-a4f6-453f-840e-71ca855f1e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11315 | 2024.12.21 08:25:07.372935 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 850 rows starting from the beginning of the part | ||
| 11316 | 2024.12.21 08:25:07.373126 [ 258 ] {f95c024e-a4f6-453f-840e-71ca855f1e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11317 | 2024.12.21 08:25:07.373252 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 11318 | 2024.12.21 08:25:07.373631 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 97 rows starting from the beginning of the part | ||
| 11319 | 2024.12.21 08:25:07.373975 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 390 rows starting from the beginning of the part | ||
| 11320 | 2024.12.21 08:25:07.374292 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 97 rows starting from the beginning of the part | ||
| 11321 | 2024.12.21 08:25:07.375711 [ 258 ] {f95c024e-a4f6-453f-840e-71ca855f1e96} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11322 | 2024.12.21 08:25:07.375785 [ 258 ] {f95c024e-a4f6-453f-840e-71ca855f1e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11323 | 2024.12.21 08:25:07.376904 [ 258 ] {f95c024e-a4f6-453f-840e-71ca855f1e96} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11324 | 2024.12.21 08:25:07.377325 [ 258 ] {f95c024e-a4f6-453f-840e-71ca855f1e96} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11325 | 2024.12.21 08:25:07.377547 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.005553919 sec., 434467.98557919194 rows/sec., 33.32 MiB/sec. | ||
| 11326 | 2024.12.21 08:25:07.377832 [ 258 ] {f95c024e-a4f6-453f-840e-71ca855f1e96} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005086 sec., 31458.906802988593 rows/sec., 2.19 MiB/sec. | ||
| 11327 | 2024.12.21 08:25:07.377923 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11328 | 2024.12.21 08:25:07.378203 [ 258 ] {f95c024e-a4f6-453f-840e-71ca855f1e96} <Debug> TCPHandler: Processed in 0.005721031 sec. | ||
| 11329 | 2024.12.21 08:25:07.378688 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11330 | 2024.12.21 08:25:07.379002 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11331 | 2024.12.21 08:25:07.379246 [ 4 ] {5c5b8625-5f1d-41f6-911b-f0aa43546143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11332 | 2024.12.21 08:25:07.379263 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_86_17} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11333 | 2024.12.21 08:25:07.379443 [ 4 ] {5c5b8625-5f1d-41f6-911b-f0aa43546143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11334 | 2024.12.21 08:25:07.379457 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11335 | 2024.12.21 08:25:07.380739 [ 4 ] {5c5b8625-5f1d-41f6-911b-f0aa43546143} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11336 | 2024.12.21 08:25:07.380783 [ 4 ] {5c5b8625-5f1d-41f6-911b-f0aa43546143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11337 | 2024.12.21 08:25:07.381467 [ 4 ] {5c5b8625-5f1d-41f6-911b-f0aa43546143} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11338 | 2024.12.21 08:25:07.381720 [ 4 ] {5c5b8625-5f1d-41f6-911b-f0aa43546143} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11339 | 2024.12.21 08:25:07.382013 [ 4 ] {5c5b8625-5f1d-41f6-911b-f0aa43546143} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002943 sec., 11213.047910295618 rows/sec., 20.09 MiB/sec. | ||
| 11340 | 2024.12.21 08:25:07.382379 [ 4 ] {5c5b8625-5f1d-41f6-911b-f0aa43546143} <Debug> TCPHandler: Processed in 0.004030705 sec. | ||
| 11341 | 2024.12.21 08:25:07.382639 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11342 | 2024.12.21 08:25:07.382784 [ 258 ] {56051d4d-6cf3-4b2c-862c-4ac284f0b04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11343 | 2024.12.21 08:25:07.382832 [ 258 ] {56051d4d-6cf3-4b2c-862c-4ac284f0b04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11344 | 2024.12.21 08:25:07.383303 [ 258 ] {56051d4d-6cf3-4b2c-862c-4ac284f0b04b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11345 | 2024.12.21 08:25:07.383339 [ 258 ] {56051d4d-6cf3-4b2c-862c-4ac284f0b04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11346 | 2024.12.21 08:25:07.383704 [ 258 ] {56051d4d-6cf3-4b2c-862c-4ac284f0b04b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11347 | 2024.12.21 08:25:07.383931 [ 258 ] {56051d4d-6cf3-4b2c-862c-4ac284f0b04b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11348 | 2024.12.21 08:25:07.384137 [ 258 ] {56051d4d-6cf3-4b2c-862c-4ac284f0b04b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 11349 | 2024.12.21 08:25:07.384187 [ 258 ] {56051d4d-6cf3-4b2c-862c-4ac284f0b04b} <Debug> TCPHandler: Processed in 0.001661134 sec. | ||
| 11350 | 2024.12.21 08:25:08.934656 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 11351 | 2024.12.21 08:25:08.935652 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11352 | 2024.12.21 08:25:08.935700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11353 | 2024.12.21 08:25:08.936219 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11354 | 2024.12.21 08:25:08.936473 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11355 | 2024.12.21 08:25:08.936773 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 11356 | 2024.12.21 08:25:10.687956 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11357 | 2024.12.21 08:25:10.709496 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11358 | 2024.12.21 08:25:10.709551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11359 | 2024.12.21 08:25:10.716861 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11360 | 2024.12.21 08:25:10.717700 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11361 | 2024.12.21 08:25:10.720538 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11362 | 2024.12.21 08:25:12.358444 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11363 | 2024.12.21 08:25:12.358744 [ 4 ] {d4d7f7d6-899d-4e02-9351-2e69356bb1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11364 | 2024.12.21 08:25:12.358862 [ 4 ] {d4d7f7d6-899d-4e02-9351-2e69356bb1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11365 | 2024.12.21 08:25:12.359827 [ 4 ] {d4d7f7d6-899d-4e02-9351-2e69356bb1cb} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11366 | 2024.12.21 08:25:12.359875 [ 4 ] {d4d7f7d6-899d-4e02-9351-2e69356bb1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11367 | 2024.12.21 08:25:12.360323 [ 4 ] {d4d7f7d6-899d-4e02-9351-2e69356bb1cb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11368 | 2024.12.21 08:25:12.360581 [ 4 ] {d4d7f7d6-899d-4e02-9351-2e69356bb1cb} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11369 | 2024.12.21 08:25:12.360820 [ 4 ] {d4d7f7d6-899d-4e02-9351-2e69356bb1cb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00216 sec., 6481.481481481482 rows/sec., 466.58 KiB/sec. | ||
| 11370 | 2024.12.21 08:25:12.360887 [ 4 ] {d4d7f7d6-899d-4e02-9351-2e69356bb1cb} <Debug> TCPHandler: Processed in 0.002629153 sec. | ||
| 11371 | 2024.12.21 08:25:12.361146 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11372 | 2024.12.21 08:25:12.361336 [ 258 ] {0f104e1e-4904-4d66-95cd-a4c0f85fbf94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11373 | 2024.12.21 08:25:12.361403 [ 258 ] {0f104e1e-4904-4d66-95cd-a4c0f85fbf94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11374 | 2024.12.21 08:25:12.362239 [ 258 ] {0f104e1e-4904-4d66-95cd-a4c0f85fbf94} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11375 | 2024.12.21 08:25:12.362277 [ 258 ] {0f104e1e-4904-4d66-95cd-a4c0f85fbf94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11376 | 2024.12.21 08:25:12.362705 [ 258 ] {0f104e1e-4904-4d66-95cd-a4c0f85fbf94} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11377 | 2024.12.21 08:25:12.362954 [ 258 ] {0f104e1e-4904-4d66-95cd-a4c0f85fbf94} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11378 | 2024.12.21 08:25:12.363144 [ 258 ] {0f104e1e-4904-4d66-95cd-a4c0f85fbf94} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00186 sec., 117741.93548387096 rows/sec., 10.28 MiB/sec. | ||
| 11379 | 2024.12.21 08:25:12.363207 [ 258 ] {0f104e1e-4904-4d66-95cd-a4c0f85fbf94} <Debug> TCPHandler: Processed in 0.00218358 sec. | ||
| 11380 | 2024.12.21 08:25:12.363363 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11381 | 2024.12.21 08:25:12.363509 [ 4 ] {ceafc4a2-847a-49ab-81a0-1b6b48453c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11382 | 2024.12.21 08:25:12.363569 [ 4 ] {ceafc4a2-847a-49ab-81a0-1b6b48453c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11383 | 2024.12.21 08:25:12.364267 [ 4 ] {ceafc4a2-847a-49ab-81a0-1b6b48453c47} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11384 | 2024.12.21 08:25:12.364316 [ 4 ] {ceafc4a2-847a-49ab-81a0-1b6b48453c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11385 | 2024.12.21 08:25:12.364701 [ 4 ] {ceafc4a2-847a-49ab-81a0-1b6b48453c47} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11386 | 2024.12.21 08:25:12.364950 [ 4 ] {ceafc4a2-847a-49ab-81a0-1b6b48453c47} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11387 | 2024.12.21 08:25:12.365161 [ 4 ] {ceafc4a2-847a-49ab-81a0-1b6b48453c47} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001687 sec., 8891.52341434499 rows/sec., 626.92 KiB/sec. | ||
| 11388 | 2024.12.21 08:25:12.365217 [ 4 ] {ceafc4a2-847a-49ab-81a0-1b6b48453c47} <Debug> TCPHandler: Processed in 0.001920967 sec. | ||
| 11389 | 2024.12.21 08:25:12.365350 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11390 | 2024.12.21 08:25:12.365466 [ 258 ] {01654927-e798-4697-a363-34be4a79d9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11391 | 2024.12.21 08:25:12.365515 [ 258 ] {01654927-e798-4697-a363-34be4a79d9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11392 | 2024.12.21 08:25:12.366108 [ 258 ] {01654927-e798-4697-a363-34be4a79d9d1} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11393 | 2024.12.21 08:25:12.366144 [ 258 ] {01654927-e798-4697-a363-34be4a79d9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11394 | 2024.12.21 08:25:12.366498 [ 258 ] {01654927-e798-4697-a363-34be4a79d9d1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11395 | 2024.12.21 08:25:12.366724 [ 258 ] {01654927-e798-4697-a363-34be4a79d9d1} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11396 | 2024.12.21 08:25:12.366846 [ 55 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 11397 | 2024.12.21 08:25:12.366889 [ 55 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11398 | 2024.12.21 08:25:12.366906 [ 258 ] {01654927-e798-4697-a363-34be4a79d9d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001462 sec., 9575.92339261286 rows/sec., 670.64 KiB/sec. | ||
| 11399 | 2024.12.21 08:25:12.366915 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11400 | 2024.12.21 08:25:12.366999 [ 258 ] {01654927-e798-4697-a363-34be4a79d9d1} <Debug> TCPHandler: Processed in 0.001703125 sec. | ||
| 11401 | 2024.12.21 08:25:12.367207 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 11402 | 2024.12.21 08:25:12.367220 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11403 | 2024.12.21 08:25:12.367503 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11404 | 2024.12.21 08:25:12.367581 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 244 rows starting from the beginning of the part | ||
| 11405 | 2024.12.21 08:25:12.367584 [ 4 ] {17af4812-b052-47a0-9671-0dff3f0dc391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11406 | 2024.12.21 08:25:12.367827 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11407 | 2024.12.21 08:25:12.367827 [ 4 ] {17af4812-b052-47a0-9671-0dff3f0dc391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11408 | 2024.12.21 08:25:12.368254 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11409 | 2024.12.21 08:25:12.368623 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 242 rows starting from the beginning of the part | ||
| 11410 | 2024.12.21 08:25:12.368970 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 11411 | 2024.12.21 08:25:12.369393 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 11412 | 2024.12.21 08:25:12.370973 [ 4 ] {17af4812-b052-47a0-9671-0dff3f0dc391} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11413 | 2024.12.21 08:25:12.371051 [ 4 ] {17af4812-b052-47a0-9671-0dff3f0dc391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11414 | 2024.12.21 08:25:12.372094 [ 4 ] {17af4812-b052-47a0-9671-0dff3f0dc391} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11415 | 2024.12.21 08:25:12.372397 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.005373397 sec., 100867.29121261652 rows/sec., 7.22 MiB/sec. | ||
| 11416 | 2024.12.21 08:25:12.372580 [ 4 ] {17af4812-b052-47a0-9671-0dff3f0dc391} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11417 | 2024.12.21 08:25:12.372605 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 11418 | 2024.12.21 08:25:12.373009 [ 4 ] {17af4812-b052-47a0-9671-0dff3f0dc391} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005536 sec., 2348.265895953757 rows/sec., 146.41 KiB/sec. | ||
| 11419 | 2024.12.21 08:25:12.373163 [ 4 ] {17af4812-b052-47a0-9671-0dff3f0dc391} <Debug> TCPHandler: Processed in 0.006039613 sec. | ||
| 11420 | 2024.12.21 08:25:12.373222 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11421 | 2024.12.21 08:25:12.373361 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_40_8} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 11422 | 2024.12.21 08:25:12.373373 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11423 | 2024.12.21 08:25:12.373484 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 11424 | 2024.12.21 08:25:12.373553 [ 258 ] {e448353e-40c7-443f-a893-77ede5c41475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11425 | 2024.12.21 08:25:12.373604 [ 258 ] {e448353e-40c7-443f-a893-77ede5c41475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11426 | 2024.12.21 08:25:12.374367 [ 258 ] {e448353e-40c7-443f-a893-77ede5c41475} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11427 | 2024.12.21 08:25:12.374405 [ 258 ] {e448353e-40c7-443f-a893-77ede5c41475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11428 | 2024.12.21 08:25:12.374772 [ 258 ] {e448353e-40c7-443f-a893-77ede5c41475} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11429 | 2024.12.21 08:25:12.375000 [ 258 ] {e448353e-40c7-443f-a893-77ede5c41475} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11430 | 2024.12.21 08:25:12.375195 [ 258 ] {e448353e-40c7-443f-a893-77ede5c41475} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001683 sec., 231729.055258467 rows/sec., 16.43 MiB/sec. | ||
| 11431 | 2024.12.21 08:25:12.375293 [ 258 ] {e448353e-40c7-443f-a893-77ede5c41475} <Debug> TCPHandler: Processed in 0.001999318 sec. | ||
| 11432 | 2024.12.21 08:25:12.375477 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11433 | 2024.12.21 08:25:12.375631 [ 4 ] {f6843e80-ef98-4384-bef0-1dddf307e36d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11434 | 2024.12.21 08:25:12.375692 [ 4 ] {f6843e80-ef98-4384-bef0-1dddf307e36d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11435 | 2024.12.21 08:25:12.376256 [ 4 ] {f6843e80-ef98-4384-bef0-1dddf307e36d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11436 | 2024.12.21 08:25:12.376303 [ 4 ] {f6843e80-ef98-4384-bef0-1dddf307e36d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11437 | 2024.12.21 08:25:12.376681 [ 4 ] {f6843e80-ef98-4384-bef0-1dddf307e36d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11438 | 2024.12.21 08:25:12.376921 [ 4 ] {f6843e80-ef98-4384-bef0-1dddf307e36d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11439 | 2024.12.21 08:25:12.377135 [ 4 ] {f6843e80-ef98-4384-bef0-1dddf307e36d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001534 sec., 3911.342894393742 rows/sec., 204.35 KiB/sec. | ||
| 11440 | 2024.12.21 08:25:12.377189 [ 4 ] {f6843e80-ef98-4384-bef0-1dddf307e36d} <Debug> TCPHandler: Processed in 0.001792046 sec. | ||
| 11441 | 2024.12.21 08:25:12.377343 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11442 | 2024.12.21 08:25:12.377466 [ 258 ] {796db6a9-4884-43d3-9c80-d400ad9ac66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11443 | 2024.12.21 08:25:12.377518 [ 258 ] {796db6a9-4884-43d3-9c80-d400ad9ac66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11444 | 2024.12.21 08:25:12.378144 [ 258 ] {796db6a9-4884-43d3-9c80-d400ad9ac66b} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11445 | 2024.12.21 08:25:12.378180 [ 258 ] {796db6a9-4884-43d3-9c80-d400ad9ac66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11446 | 2024.12.21 08:25:12.378571 [ 258 ] {796db6a9-4884-43d3-9c80-d400ad9ac66b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11447 | 2024.12.21 08:25:12.378810 [ 258 ] {796db6a9-4884-43d3-9c80-d400ad9ac66b} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11448 | 2024.12.21 08:25:12.378992 [ 258 ] {796db6a9-4884-43d3-9c80-d400ad9ac66b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001548 sec., 153100.77519379847 rows/sec., 10.26 MiB/sec. | ||
| 11449 | 2024.12.21 08:25:12.379041 [ 258 ] {796db6a9-4884-43d3-9c80-d400ad9ac66b} <Debug> TCPHandler: Processed in 0.001755965 sec. | ||
| 11450 | 2024.12.21 08:25:12.379239 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11451 | 2024.12.21 08:25:12.379388 [ 4 ] {823f1cc4-9632-44a4-a9ad-e8d4a658f922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11452 | 2024.12.21 08:25:12.379450 [ 4 ] {823f1cc4-9632-44a4-a9ad-e8d4a658f922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11453 | 2024.12.21 08:25:12.380007 [ 4 ] {823f1cc4-9632-44a4-a9ad-e8d4a658f922} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11454 | 2024.12.21 08:25:12.380053 [ 4 ] {823f1cc4-9632-44a4-a9ad-e8d4a658f922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11455 | 2024.12.21 08:25:12.380458 [ 4 ] {823f1cc4-9632-44a4-a9ad-e8d4a658f922} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11456 | 2024.12.21 08:25:12.380694 [ 4 ] {823f1cc4-9632-44a4-a9ad-e8d4a658f922} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11457 | 2024.12.21 08:25:12.380864 [ 55 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 11458 | 2024.12.21 08:25:12.380916 [ 55 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11459 | 2024.12.21 08:25:12.380949 [ 4 ] {823f1cc4-9632-44a4-a9ad-e8d4a658f922} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001574 sec., 635.3240152477763 rows/sec., 42.81 KiB/sec. | ||
| 11460 | 2024.12.21 08:25:12.380956 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11461 | 2024.12.21 08:25:12.381094 [ 4 ] {823f1cc4-9632-44a4-a9ad-e8d4a658f922} <Debug> TCPHandler: Processed in 0.001959717 sec. | ||
| 11462 | 2024.12.21 08:25:12.381176 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 11463 | 2024.12.21 08:25:12.381283 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11464 | 2024.12.21 08:25:12.381353 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11465 | 2024.12.21 08:25:12.381406 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
| 11466 | 2024.12.21 08:25:12.381505 [ 258 ] {6a4db567-f75a-4570-908a-1e11051eaf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11467 | 2024.12.21 08:25:12.381654 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 11468 | 2024.12.21 08:25:12.381828 [ 258 ] {6a4db567-f75a-4570-908a-1e11051eaf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11469 | 2024.12.21 08:25:12.382103 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11470 | 2024.12.21 08:25:12.382514 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11471 | 2024.12.21 08:25:12.382882 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 11472 | 2024.12.21 08:25:12.383286 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 11473 | 2024.12.21 08:25:12.386968 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.005867922 sec., 6816.7231943437555 rows/sec., 458.00 KiB/sec. | ||
| 11474 | 2024.12.21 08:25:12.387218 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 11475 | 2024.12.21 08:25:12.387234 [ 258 ] {6a4db567-f75a-4570-908a-1e11051eaf62} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11476 | 2024.12.21 08:25:12.387308 [ 258 ] {6a4db567-f75a-4570-908a-1e11051eaf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11477 | 2024.12.21 08:25:12.387750 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11478 | 2024.12.21 08:25:12.387945 [ 201 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_40_8} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 11479 | 2024.12.21 08:25:12.388077 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11480 | 2024.12.21 08:25:12.388433 [ 258 ] {6a4db567-f75a-4570-908a-1e11051eaf62} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11481 | 2024.12.21 08:25:12.388702 [ 258 ] {6a4db567-f75a-4570-908a-1e11051eaf62} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11482 | 2024.12.21 08:25:12.388979 [ 258 ] {6a4db567-f75a-4570-908a-1e11051eaf62} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007536 sec., 1061.5711252653928 rows/sec., 1.90 MiB/sec. | ||
| 11483 | 2024.12.21 08:25:12.389203 [ 258 ] {6a4db567-f75a-4570-908a-1e11051eaf62} <Debug> TCPHandler: Processed in 0.008000461 sec. | ||
| 11484 | 2024.12.21 08:25:12.389515 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11485 | 2024.12.21 08:25:12.389713 [ 4 ] {6d2c18ce-da40-4143-8faf-55459a9b9e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11486 | 2024.12.21 08:25:12.389774 [ 4 ] {6d2c18ce-da40-4143-8faf-55459a9b9e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11487 | 2024.12.21 08:25:12.390356 [ 4 ] {6d2c18ce-da40-4143-8faf-55459a9b9e75} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11488 | 2024.12.21 08:25:12.390395 [ 4 ] {6d2c18ce-da40-4143-8faf-55459a9b9e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11489 | 2024.12.21 08:25:12.390783 [ 4 ] {6d2c18ce-da40-4143-8faf-55459a9b9e75} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11490 | 2024.12.21 08:25:12.391018 [ 4 ] {6d2c18ce-da40-4143-8faf-55459a9b9e75} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11491 | 2024.12.21 08:25:12.391241 [ 4 ] {6d2c18ce-da40-4143-8faf-55459a9b9e75} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001559 sec., 52597.81911481719 rows/sec., 3.34 MiB/sec. | ||
| 11492 | 2024.12.21 08:25:12.391293 [ 4 ] {6d2c18ce-da40-4143-8faf-55459a9b9e75} <Debug> TCPHandler: Processed in 0.001971337 sec. | ||
| 11493 | 2024.12.21 08:25:16.269829 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11494 | 2024.12.21 08:25:16.269903 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11495 | 2024.12.21 08:25:16.437022 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 11496 | 2024.12.21 08:25:16.437758 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11497 | 2024.12.21 08:25:16.437810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11498 | 2024.12.21 08:25:16.438344 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11499 | 2024.12.21 08:25:16.438602 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11500 | 2024.12.21 08:25:16.438886 [ 50 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11501 | 2024.12.21 08:25:16.438987 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11502 | 2024.12.21 08:25:16.439039 [ 50 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11503 | 2024.12.21 08:25:16.439104 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11504 | 2024.12.21 08:25:16.439552 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 11505 | 2024.12.21 08:25:16.440106 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11506 | 2024.12.21 08:25:16.440257 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 11507 | 2024.12.21 08:25:16.440659 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 11508 | 2024.12.21 08:25:16.441012 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 11509 | 2024.12.21 08:25:16.441363 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 11510 | 2024.12.21 08:25:16.441686 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 11511 | 2024.12.21 08:25:16.442055 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 11512 | 2024.12.21 08:25:16.444637 [ 199 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.005409977 sec., 4746970.273625933 rows/sec., 67.91 MiB/sec. | ||
| 11513 | 2024.12.21 08:25:16.445066 [ 197 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11514 | 2024.12.21 08:25:16.445615 [ 197 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11515 | 2024.12.21 08:25:16.445711 [ 197 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_56_11} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11516 | 2024.12.21 08:25:16.445837 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11517 | 2024.12.21 08:25:16.568822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1594 | ||
| 11518 | 2024.12.21 08:25:16.572020 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11519 | 2024.12.21 08:25:16.572061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11520 | 2024.12.21 08:25:16.573551 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11521 | 2024.12.21 08:25:16.573854 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11522 | 2024.12.21 08:25:16.575088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1594 | ||
| 11523 | 2024.12.21 08:25:17.354901 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11524 | 2024.12.21 08:25:17.355115 [ 4 ] {59c2f139-b37e-49e2-9aee-e2d203a09766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11525 | 2024.12.21 08:25:17.355197 [ 4 ] {59c2f139-b37e-49e2-9aee-e2d203a09766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11526 | 2024.12.21 08:25:17.356079 [ 4 ] {59c2f139-b37e-49e2-9aee-e2d203a09766} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11527 | 2024.12.21 08:25:17.356133 [ 4 ] {59c2f139-b37e-49e2-9aee-e2d203a09766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11528 | 2024.12.21 08:25:17.356601 [ 4 ] {59c2f139-b37e-49e2-9aee-e2d203a09766} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11529 | 2024.12.21 08:25:17.356863 [ 4 ] {59c2f139-b37e-49e2-9aee-e2d203a09766} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11530 | 2024.12.21 08:25:17.357113 [ 4 ] {59c2f139-b37e-49e2-9aee-e2d203a09766} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002055 sec., 59367.39659367397 rows/sec., 5.05 MiB/sec. | ||
| 11531 | 2024.12.21 08:25:17.357178 [ 4 ] {59c2f139-b37e-49e2-9aee-e2d203a09766} <Debug> TCPHandler: Processed in 0.002411582 sec. | ||
| 11532 | 2024.12.21 08:25:17.357447 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11533 | 2024.12.21 08:25:17.357666 [ 258 ] {159b44d6-1cf4-4c29-8644-adc171192d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11534 | 2024.12.21 08:25:17.357750 [ 258 ] {159b44d6-1cf4-4c29-8644-adc171192d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11535 | 2024.12.21 08:25:17.358632 [ 258 ] {159b44d6-1cf4-4c29-8644-adc171192d9d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11536 | 2024.12.21 08:25:17.358683 [ 258 ] {159b44d6-1cf4-4c29-8644-adc171192d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11537 | 2024.12.21 08:25:17.359124 [ 258 ] {159b44d6-1cf4-4c29-8644-adc171192d9d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11538 | 2024.12.21 08:25:17.359377 [ 258 ] {159b44d6-1cf4-4c29-8644-adc171192d9d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11539 | 2024.12.21 08:25:17.359646 [ 258 ] {159b44d6-1cf4-4c29-8644-adc171192d9d} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002034 sec., 16224.188790560474 rows/sec., 1.19 MiB/sec. | ||
| 11540 | 2024.12.21 08:25:17.359738 [ 258 ] {159b44d6-1cf4-4c29-8644-adc171192d9d} <Debug> TCPHandler: Processed in 0.002430271 sec. | ||
| 11541 | 2024.12.21 08:25:17.359943 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11542 | 2024.12.21 08:25:17.360100 [ 4 ] {6b76bd31-be53-41b9-b8f8-16731d0c8073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11543 | 2024.12.21 08:25:17.360162 [ 4 ] {6b76bd31-be53-41b9-b8f8-16731d0c8073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11544 | 2024.12.21 08:25:17.360830 [ 4 ] {6b76bd31-be53-41b9-b8f8-16731d0c8073} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11545 | 2024.12.21 08:25:17.360871 [ 4 ] {6b76bd31-be53-41b9-b8f8-16731d0c8073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11546 | 2024.12.21 08:25:17.361254 [ 4 ] {6b76bd31-be53-41b9-b8f8-16731d0c8073} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11547 | 2024.12.21 08:25:17.361513 [ 4 ] {6b76bd31-be53-41b9-b8f8-16731d0c8073} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11548 | 2024.12.21 08:25:17.361704 [ 4 ] {6b76bd31-be53-41b9-b8f8-16731d0c8073} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001637 sec., 59254.734270006105 rows/sec., 4.63 MiB/sec. | ||
| 11549 | 2024.12.21 08:25:17.361757 [ 4 ] {6b76bd31-be53-41b9-b8f8-16731d0c8073} <Debug> TCPHandler: Processed in 0.001907357 sec. | ||
| 11550 | 2024.12.21 08:25:17.361960 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11551 | 2024.12.21 08:25:17.362104 [ 258 ] {da8aa615-1c4b-4956-a8cf-8a342480114b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11552 | 2024.12.21 08:25:17.362170 [ 258 ] {da8aa615-1c4b-4956-a8cf-8a342480114b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11553 | 2024.12.21 08:25:17.362836 [ 258 ] {da8aa615-1c4b-4956-a8cf-8a342480114b} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11554 | 2024.12.21 08:25:17.362875 [ 258 ] {da8aa615-1c4b-4956-a8cf-8a342480114b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11555 | 2024.12.21 08:25:17.363273 [ 258 ] {da8aa615-1c4b-4956-a8cf-8a342480114b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11556 | 2024.12.21 08:25:17.363499 [ 258 ] {da8aa615-1c4b-4956-a8cf-8a342480114b} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11557 | 2024.12.21 08:25:17.363743 [ 258 ] {da8aa615-1c4b-4956-a8cf-8a342480114b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec. | ||
| 11558 | 2024.12.21 08:25:17.363794 [ 258 ] {da8aa615-1c4b-4956-a8cf-8a342480114b} <Debug> TCPHandler: Processed in 0.001936927 sec. | ||
| 11559 | 2024.12.21 08:25:17.363991 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11560 | 2024.12.21 08:25:17.364203 [ 4 ] {28a430e6-9203-4853-922e-0414be9390a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11561 | 2024.12.21 08:25:17.364408 [ 4 ] {28a430e6-9203-4853-922e-0414be9390a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11562 | 2024.12.21 08:25:17.365625 [ 4 ] {28a430e6-9203-4853-922e-0414be9390a7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11563 | 2024.12.21 08:25:17.365662 [ 4 ] {28a430e6-9203-4853-922e-0414be9390a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11564 | 2024.12.21 08:25:17.366326 [ 4 ] {28a430e6-9203-4853-922e-0414be9390a7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11565 | 2024.12.21 08:25:17.366587 [ 4 ] {28a430e6-9203-4853-922e-0414be9390a7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11566 | 2024.12.21 08:25:17.366790 [ 4 ] {28a430e6-9203-4853-922e-0414be9390a7} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002584 sec., 12770.897832817338 rows/sec., 22.88 MiB/sec. | ||
| 11567 | 2024.12.21 08:25:17.366902 [ 4 ] {28a430e6-9203-4853-922e-0414be9390a7} <Debug> TCPHandler: Processed in 0.002974516 sec. | ||
| 11568 | 2024.12.21 08:25:17.367064 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11569 | 2024.12.21 08:25:17.367205 [ 258 ] {05df5f3d-52be-4df9-a744-0a8c27bd278c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11570 | 2024.12.21 08:25:17.367266 [ 258 ] {05df5f3d-52be-4df9-a744-0a8c27bd278c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11571 | 2024.12.21 08:25:17.367825 [ 258 ] {05df5f3d-52be-4df9-a744-0a8c27bd278c} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11572 | 2024.12.21 08:25:17.367865 [ 258 ] {05df5f3d-52be-4df9-a744-0a8c27bd278c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11573 | 2024.12.21 08:25:17.368253 [ 258 ] {05df5f3d-52be-4df9-a744-0a8c27bd278c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11574 | 2024.12.21 08:25:17.368499 [ 258 ] {05df5f3d-52be-4df9-a744-0a8c27bd278c} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11575 | 2024.12.21 08:25:17.368759 [ 258 ] {05df5f3d-52be-4df9-a744-0a8c27bd278c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 11576 | 2024.12.21 08:25:17.368830 [ 258 ] {05df5f3d-52be-4df9-a744-0a8c27bd278c} <Debug> TCPHandler: Processed in 0.001831256 sec. | ||
| 11577 | 2024.12.21 08:25:18.220751 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 11578 | 2024.12.21 08:25:18.242928 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11579 | 2024.12.21 08:25:18.242992 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11580 | 2024.12.21 08:25:18.250385 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11581 | 2024.12.21 08:25:18.251169 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11582 | 2024.12.21 08:25:18.251623 [ 45 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11583 | 2024.12.21 08:25:18.251799 [ 45 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11584 | 2024.12.21 08:25:18.251904 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11585 | 2024.12.21 08:25:18.252520 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 11586 | 2024.12.21 08:25:18.267633 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 11587 | 2024.12.21 08:25:18.269240 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11588 | 2024.12.21 08:25:18.270881 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 11589 | 2024.12.21 08:25:18.276954 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 11590 | 2024.12.21 08:25:18.282816 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 11591 | 2024.12.21 08:25:18.288654 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 11592 | 2024.12.21 08:25:18.294888 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 11593 | 2024.12.21 08:25:18.299730 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 11594 | 2024.12.21 08:25:18.366578 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.114466889 sec., 3686.6556231820014 rows/sec., 19.06 MiB/sec. | ||
| 11595 | 2024.12.21 08:25:18.368968 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11596 | 2024.12.21 08:25:18.371550 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11597 | 2024.12.21 08:25:18.371651 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_56_11} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11598 | 2024.12.21 08:25:18.373353 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11599 | 2024.12.21 08:25:20.543482 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11600 | 2024.12.21 08:25:20.543718 [ 4 ] {2e89c522-9e72-4e05-8903-a60cd01a6090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11601 | 2024.12.21 08:25:20.543804 [ 4 ] {2e89c522-9e72-4e05-8903-a60cd01a6090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11602 | 2024.12.21 08:25:20.544671 [ 4 ] {2e89c522-9e72-4e05-8903-a60cd01a6090} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11603 | 2024.12.21 08:25:20.544723 [ 4 ] {2e89c522-9e72-4e05-8903-a60cd01a6090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11604 | 2024.12.21 08:25:20.545173 [ 4 ] {2e89c522-9e72-4e05-8903-a60cd01a6090} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11605 | 2024.12.21 08:25:20.545441 [ 4 ] {2e89c522-9e72-4e05-8903-a60cd01a6090} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11606 | 2024.12.21 08:25:20.545701 [ 4 ] {2e89c522-9e72-4e05-8903-a60cd01a6090} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002042 sec., 6856.023506366308 rows/sec., 493.54 KiB/sec. | ||
| 11607 | 2024.12.21 08:25:20.545769 [ 4 ] {2e89c522-9e72-4e05-8903-a60cd01a6090} <Debug> TCPHandler: Processed in 0.002427061 sec. | ||
| 11608 | 2024.12.21 08:25:20.546035 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11609 | 2024.12.21 08:25:20.546253 [ 258 ] {6ff82ba5-9ccf-455a-bcce-73b643152452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11610 | 2024.12.21 08:25:20.546337 [ 258 ] {6ff82ba5-9ccf-455a-bcce-73b643152452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11611 | 2024.12.21 08:25:20.547117 [ 258 ] {6ff82ba5-9ccf-455a-bcce-73b643152452} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11612 | 2024.12.21 08:25:20.547166 [ 258 ] {6ff82ba5-9ccf-455a-bcce-73b643152452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11613 | 2024.12.21 08:25:20.547590 [ 258 ] {6ff82ba5-9ccf-455a-bcce-73b643152452} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11614 | 2024.12.21 08:25:20.547854 [ 258 ] {6ff82ba5-9ccf-455a-bcce-73b643152452} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11615 | 2024.12.21 08:25:20.548096 [ 258 ] {6ff82ba5-9ccf-455a-bcce-73b643152452} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001903 sec., 2101.9442984760904 rows/sec., 171.40 KiB/sec. | ||
| 11616 | 2024.12.21 08:25:20.548153 [ 258 ] {6ff82ba5-9ccf-455a-bcce-73b643152452} <Debug> TCPHandler: Processed in 0.00225927 sec. | ||
| 11617 | 2024.12.21 08:25:20.548374 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11618 | 2024.12.21 08:25:20.548519 [ 4 ] {fcc0ac74-be28-48fe-949e-9fa5fe4bfd7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11619 | 2024.12.21 08:25:20.548581 [ 4 ] {fcc0ac74-be28-48fe-949e-9fa5fe4bfd7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11620 | 2024.12.21 08:25:20.549917 [ 4 ] {fcc0ac74-be28-48fe-949e-9fa5fe4bfd7e} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11621 | 2024.12.21 08:25:20.549958 [ 4 ] {fcc0ac74-be28-48fe-949e-9fa5fe4bfd7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11622 | 2024.12.21 08:25:20.550415 [ 4 ] {fcc0ac74-be28-48fe-949e-9fa5fe4bfd7e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11623 | 2024.12.21 08:25:20.550659 [ 4 ] {fcc0ac74-be28-48fe-949e-9fa5fe4bfd7e} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11624 | 2024.12.21 08:25:20.550896 [ 4 ] {fcc0ac74-be28-48fe-949e-9fa5fe4bfd7e} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002408 sec., 565199.3355481727 rows/sec., 47.16 MiB/sec. | ||
| 11625 | 2024.12.21 08:25:20.551003 [ 4 ] {fcc0ac74-be28-48fe-949e-9fa5fe4bfd7e} <Debug> TCPHandler: Processed in 0.002695843 sec. | ||
| 11626 | 2024.12.21 08:25:20.551206 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11627 | 2024.12.21 08:25:20.551354 [ 258 ] {21768aea-07da-4c68-8c6b-b109f128da76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11628 | 2024.12.21 08:25:20.551414 [ 258 ] {21768aea-07da-4c68-8c6b-b109f128da76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11629 | 2024.12.21 08:25:20.552039 [ 258 ] {21768aea-07da-4c68-8c6b-b109f128da76} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11630 | 2024.12.21 08:25:20.552078 [ 258 ] {21768aea-07da-4c68-8c6b-b109f128da76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11631 | 2024.12.21 08:25:20.552443 [ 258 ] {21768aea-07da-4c68-8c6b-b109f128da76} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11632 | 2024.12.21 08:25:20.552669 [ 258 ] {21768aea-07da-4c68-8c6b-b109f128da76} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11633 | 2024.12.21 08:25:20.552868 [ 258 ] {21768aea-07da-4c68-8c6b-b109f128da76} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001577 sec., 12048.192771084337 rows/sec., 847.76 KiB/sec. | ||
| 11634 | 2024.12.21 08:25:20.552918 [ 258 ] {21768aea-07da-4c68-8c6b-b109f128da76} <Debug> TCPHandler: Processed in 0.001836157 sec. | ||
| 11635 | 2024.12.21 08:25:20.553065 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11636 | 2024.12.21 08:25:20.553196 [ 4 ] {d0ab7488-7253-48ab-8dcf-c77e4df3e0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11637 | 2024.12.21 08:25:20.553251 [ 4 ] {d0ab7488-7253-48ab-8dcf-c77e4df3e0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11638 | 2024.12.21 08:25:20.554011 [ 4 ] {d0ab7488-7253-48ab-8dcf-c77e4df3e0a8} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11639 | 2024.12.21 08:25:20.554051 [ 4 ] {d0ab7488-7253-48ab-8dcf-c77e4df3e0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11640 | 2024.12.21 08:25:20.554430 [ 4 ] {d0ab7488-7253-48ab-8dcf-c77e4df3e0a8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11641 | 2024.12.21 08:25:20.554669 [ 4 ] {d0ab7488-7253-48ab-8dcf-c77e4df3e0a8} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11642 | 2024.12.21 08:25:20.554897 [ 4 ] {d0ab7488-7253-48ab-8dcf-c77e4df3e0a8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001675 sec., 144477.6119402985 rows/sec., 9.79 MiB/sec. | ||
| 11643 | 2024.12.21 08:25:20.554950 [ 4 ] {d0ab7488-7253-48ab-8dcf-c77e4df3e0a8} <Debug> TCPHandler: Processed in 0.001902106 sec. | ||
| 11644 | 2024.12.21 08:25:20.555085 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11645 | 2024.12.21 08:25:20.555206 [ 258 ] {7ae5480a-33d6-424b-aa86-913cd1f68773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11646 | 2024.12.21 08:25:20.555256 [ 258 ] {7ae5480a-33d6-424b-aa86-913cd1f68773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11647 | 2024.12.21 08:25:20.555873 [ 258 ] {7ae5480a-33d6-424b-aa86-913cd1f68773} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11648 | 2024.12.21 08:25:20.555913 [ 258 ] {7ae5480a-33d6-424b-aa86-913cd1f68773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11649 | 2024.12.21 08:25:20.556272 [ 258 ] {7ae5480a-33d6-424b-aa86-913cd1f68773} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11650 | 2024.12.21 08:25:20.556521 [ 258 ] {7ae5480a-33d6-424b-aa86-913cd1f68773} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11651 | 2024.12.21 08:25:20.556771 [ 258 ] {7ae5480a-33d6-424b-aa86-913cd1f68773} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 510.10 KiB/sec. | ||
| 11652 | 2024.12.21 08:25:20.556986 [ 258 ] {7ae5480a-33d6-424b-aa86-913cd1f68773} <Debug> TCPHandler: Processed in 0.001950787 sec. | ||
| 11653 | 2024.12.21 08:25:20.557231 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11654 | 2024.12.21 08:25:20.557453 [ 4 ] {590daaa1-a312-431b-8538-71479e33623f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11655 | 2024.12.21 08:25:20.557544 [ 4 ] {590daaa1-a312-431b-8538-71479e33623f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11656 | 2024.12.21 08:25:20.558509 [ 4 ] {590daaa1-a312-431b-8538-71479e33623f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11657 | 2024.12.21 08:25:20.558549 [ 4 ] {590daaa1-a312-431b-8538-71479e33623f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11658 | 2024.12.21 08:25:20.558943 [ 4 ] {590daaa1-a312-431b-8538-71479e33623f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11659 | 2024.12.21 08:25:20.559179 [ 4 ] {590daaa1-a312-431b-8538-71479e33623f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11660 | 2024.12.21 08:25:20.559413 [ 4 ] {590daaa1-a312-431b-8538-71479e33623f} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002014 sec., 422045.68023833167 rows/sec., 30.52 MiB/sec. | ||
| 11661 | 2024.12.21 08:25:20.559465 [ 4 ] {590daaa1-a312-431b-8538-71479e33623f} <Debug> TCPHandler: Processed in 0.00234692 sec. | ||
| 11662 | 2024.12.21 08:25:20.559629 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11663 | 2024.12.21 08:25:20.559769 [ 258 ] {0132eca7-c832-4721-b1c7-ba0c9ced8325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11664 | 2024.12.21 08:25:20.559829 [ 258 ] {0132eca7-c832-4721-b1c7-ba0c9ced8325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11665 | 2024.12.21 08:25:20.560406 [ 258 ] {0132eca7-c832-4721-b1c7-ba0c9ced8325} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11666 | 2024.12.21 08:25:20.560453 [ 258 ] {0132eca7-c832-4721-b1c7-ba0c9ced8325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11667 | 2024.12.21 08:25:20.560850 [ 258 ] {0132eca7-c832-4721-b1c7-ba0c9ced8325} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11668 | 2024.12.21 08:25:20.561090 [ 258 ] {0132eca7-c832-4721-b1c7-ba0c9ced8325} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11669 | 2024.12.21 08:25:20.561312 [ 258 ] {0132eca7-c832-4721-b1c7-ba0c9ced8325} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec. | ||
| 11670 | 2024.12.21 08:25:20.561428 [ 258 ] {0132eca7-c832-4721-b1c7-ba0c9ced8325} <Debug> TCPHandler: Processed in 0.001867717 sec. | ||
| 11671 | 2024.12.21 08:25:20.561600 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11672 | 2024.12.21 08:25:20.561801 [ 4 ] {9d687245-4454-486c-8625-14a229466d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11673 | 2024.12.21 08:25:20.561899 [ 4 ] {9d687245-4454-486c-8625-14a229466d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11674 | 2024.12.21 08:25:20.563013 [ 4 ] {9d687245-4454-486c-8625-14a229466d3c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11675 | 2024.12.21 08:25:20.563052 [ 4 ] {9d687245-4454-486c-8625-14a229466d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11676 | 2024.12.21 08:25:20.563504 [ 4 ] {9d687245-4454-486c-8625-14a229466d3c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11677 | 2024.12.21 08:25:20.563740 [ 4 ] {9d687245-4454-486c-8625-14a229466d3c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11678 | 2024.12.21 08:25:20.563981 [ 4 ] {9d687245-4454-486c-8625-14a229466d3c} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002233 sec., 415136.5875503806 rows/sec., 27.70 MiB/sec. | ||
| 11679 | 2024.12.21 08:25:20.564036 [ 4 ] {9d687245-4454-486c-8625-14a229466d3c} <Debug> TCPHandler: Processed in 0.002516493 sec. | ||
| 11680 | 2024.12.21 08:25:20.564189 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11681 | 2024.12.21 08:25:20.564315 [ 258 ] {b84a67ba-d3e4-4d74-abbb-0a7ff7cd2ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11682 | 2024.12.21 08:25:20.564373 [ 258 ] {b84a67ba-d3e4-4d74-abbb-0a7ff7cd2ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11683 | 2024.12.21 08:25:20.564858 [ 258 ] {b84a67ba-d3e4-4d74-abbb-0a7ff7cd2ef0} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11684 | 2024.12.21 08:25:20.564898 [ 258 ] {b84a67ba-d3e4-4d74-abbb-0a7ff7cd2ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11685 | 2024.12.21 08:25:20.565264 [ 258 ] {b84a67ba-d3e4-4d74-abbb-0a7ff7cd2ef0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11686 | 2024.12.21 08:25:20.565496 [ 258 ] {b84a67ba-d3e4-4d74-abbb-0a7ff7cd2ef0} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11687 | 2024.12.21 08:25:20.565756 [ 258 ] {b84a67ba-d3e4-4d74-abbb-0a7ff7cd2ef0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec. | ||
| 11688 | 2024.12.21 08:25:20.565856 [ 258 ] {b84a67ba-d3e4-4d74-abbb-0a7ff7cd2ef0} <Debug> TCPHandler: Processed in 0.001723775 sec. | ||
| 11689 | 2024.12.21 08:25:20.566114 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11690 | 2024.12.21 08:25:20.566295 [ 4 ] {c52c5bf6-06ed-4475-ae62-ab63b29df2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11691 | 2024.12.21 08:25:20.566396 [ 4 ] {c52c5bf6-06ed-4475-ae62-ab63b29df2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11692 | 2024.12.21 08:25:20.567530 [ 4 ] {c52c5bf6-06ed-4475-ae62-ab63b29df2a9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11693 | 2024.12.21 08:25:20.567570 [ 4 ] {c52c5bf6-06ed-4475-ae62-ab63b29df2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11694 | 2024.12.21 08:25:20.568186 [ 4 ] {c52c5bf6-06ed-4475-ae62-ab63b29df2a9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11695 | 2024.12.21 08:25:20.568443 [ 4 ] {c52c5bf6-06ed-4475-ae62-ab63b29df2a9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11696 | 2024.12.21 08:25:20.568640 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11697 | 2024.12.21 08:25:20.568728 [ 4 ] {c52c5bf6-06ed-4475-ae62-ab63b29df2a9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002461 sec., 3250.711093051605 rows/sec., 5.83 MiB/sec. | ||
| 11698 | 2024.12.21 08:25:20.568768 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11699 | 2024.12.21 08:25:20.568902 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11700 | 2024.12.21 08:25:20.569039 [ 4 ] {c52c5bf6-06ed-4475-ae62-ab63b29df2a9} <Debug> TCPHandler: Processed in 0.003079458 sec. | ||
| 11701 | 2024.12.21 08:25:20.569295 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11702 | 2024.12.21 08:25:20.569420 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 11703 | 2024.12.21 08:25:20.569503 [ 258 ] {e39a595b-8a11-45b4-8766-f4264548e133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11704 | 2024.12.21 08:25:20.569598 [ 258 ] {e39a595b-8a11-45b4-8766-f4264548e133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11705 | 2024.12.21 08:25:20.570584 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11706 | 2024.12.21 08:25:20.570728 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1451 rows starting from the beginning of the part | ||
| 11707 | 2024.12.21 08:25:20.571617 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 11708 | 2024.12.21 08:25:20.571700 [ 258 ] {e39a595b-8a11-45b4-8766-f4264548e133} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2024.12.21 08:25:20.571778 [ 258 ] {e39a595b-8a11-45b4-8766-f4264548e133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11710 | 2024.12.21 08:25:20.572289 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part | ||
| 11711 | 2024.12.21 08:25:20.573050 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
| 11712 | 2024.12.21 08:25:20.573391 [ 258 ] {e39a595b-8a11-45b4-8766-f4264548e133} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11713 | 2024.12.21 08:25:20.573721 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part | ||
| 11714 | 2024.12.21 08:25:20.574230 [ 258 ] {e39a595b-8a11-45b4-8766-f4264548e133} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11715 | 2024.12.21 08:25:20.574392 [ 198 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
| 11716 | 2024.12.21 08:25:20.575049 [ 258 ] {e39a595b-8a11-45b4-8766-f4264548e133} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.005557 sec., 12596.7248515386 rows/sec., 810.67 KiB/sec. | ||
| 11717 | 2024.12.21 08:25:20.575393 [ 258 ] {e39a595b-8a11-45b4-8766-f4264548e133} <Debug> TCPHandler: Processed in 0.006244265 sec. | ||
| 11718 | 2024.12.21 08:25:20.583913 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1541 rows, containing 19 columns (19 merged, 0 gathered) in 0.014815301 sec., 104014.08651771571 rows/sec., 186.39 MiB/sec. | ||
| 11719 | 2024.12.21 08:25:20.585736 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11720 | 2024.12.21 08:25:20.586160 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11721 | 2024.12.21 08:25:20.586243 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11722 | 2024.12.21 08:25:20.586400 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. | ||
| 11723 | 2024.12.21 08:25:21.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.48 MiB, peak 253.24 MiB, free memory in arenas 0.00 B, will set to 243.91 MiB (RSS), difference: 2.44 MiB | ||
| 11724 | 2024.12.21 08:25:22.347192 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11725 | 2024.12.21 08:25:22.347396 [ 4 ] {432a9908-1938-46ed-8358-e4061207e039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11726 | 2024.12.21 08:25:22.347476 [ 4 ] {432a9908-1938-46ed-8358-e4061207e039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11727 | 2024.12.21 08:25:22.348286 [ 4 ] {432a9908-1938-46ed-8358-e4061207e039} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11728 | 2024.12.21 08:25:22.348335 [ 4 ] {432a9908-1938-46ed-8358-e4061207e039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11729 | 2024.12.21 08:25:22.348793 [ 4 ] {432a9908-1938-46ed-8358-e4061207e039} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11730 | 2024.12.21 08:25:22.349145 [ 4 ] {432a9908-1938-46ed-8358-e4061207e039} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11731 | 2024.12.21 08:25:22.349462 [ 4 ] {432a9908-1938-46ed-8358-e4061207e039} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00212 sec., 26415.094339622643 rows/sec., 2.03 MiB/sec. | ||
| 11732 | 2024.12.21 08:25:22.349547 [ 4 ] {432a9908-1938-46ed-8358-e4061207e039} <Debug> TCPHandler: Processed in 0.002489882 sec. | ||
| 11733 | 2024.12.21 08:25:22.349830 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11734 | 2024.12.21 08:25:22.350044 [ 258 ] {7a37853b-1c70-4984-8f5b-1a275318f7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11735 | 2024.12.21 08:25:22.350124 [ 258 ] {7a37853b-1c70-4984-8f5b-1a275318f7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11736 | 2024.12.21 08:25:22.350950 [ 258 ] {7a37853b-1c70-4984-8f5b-1a275318f7c7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11737 | 2024.12.21 08:25:22.351011 [ 258 ] {7a37853b-1c70-4984-8f5b-1a275318f7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11738 | 2024.12.21 08:25:22.351471 [ 258 ] {7a37853b-1c70-4984-8f5b-1a275318f7c7} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11739 | 2024.12.21 08:25:22.351725 [ 258 ] {7a37853b-1c70-4984-8f5b-1a275318f7c7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11740 | 2024.12.21 08:25:22.352001 [ 258 ] {7a37853b-1c70-4984-8f5b-1a275318f7c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002008 sec., 31872.509960159365 rows/sec., 2.49 MiB/sec. | ||
| 11741 | 2024.12.21 08:25:22.352116 [ 258 ] {7a37853b-1c70-4984-8f5b-1a275318f7c7} <Debug> TCPHandler: Processed in 0.002427371 sec. | ||
| 11742 | 2024.12.21 08:25:22.352338 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11743 | 2024.12.21 08:25:22.352625 [ 4 ] {2845454b-b3a8-4bde-93b4-e0c2b6ebb2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11744 | 2024.12.21 08:25:22.352755 [ 4 ] {2845454b-b3a8-4bde-93b4-e0c2b6ebb2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11745 | 2024.12.21 08:25:22.353353 [ 4 ] {2845454b-b3a8-4bde-93b4-e0c2b6ebb2f3} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11746 | 2024.12.21 08:25:22.353396 [ 4 ] {2845454b-b3a8-4bde-93b4-e0c2b6ebb2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11747 | 2024.12.21 08:25:22.353797 [ 4 ] {2845454b-b3a8-4bde-93b4-e0c2b6ebb2f3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11748 | 2024.12.21 08:25:22.354044 [ 4 ] {2845454b-b3a8-4bde-93b4-e0c2b6ebb2f3} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11749 | 2024.12.21 08:25:22.354238 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 5 parts from all_1_81_16 to all_85_85_0 | ||
| 11750 | 2024.12.21 08:25:22.354297 [ 4 ] {2845454b-b3a8-4bde-93b4-e0c2b6ebb2f3} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001772 sec., 18058.690744920994 rows/sec., 1.26 MiB/sec. | ||
| 11751 | 2024.12.21 08:25:22.354323 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11752 | 2024.12.21 08:25:22.354391 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11753 | 2024.12.21 08:25:22.354430 [ 4 ] {2845454b-b3a8-4bde-93b4-e0c2b6ebb2f3} <Debug> TCPHandler: Processed in 0.002216229 sec. | ||
| 11754 | 2024.12.21 08:25:22.354686 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11755 | 2024.12.21 08:25:22.354689 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_81_16 to all_85_85_0 into Compact with storage Full | ||
| 11756 | 2024.12.21 08:25:22.354923 [ 258 ] {82299429-48e1-49bd-a168-30d9d4c9c235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11757 | 2024.12.21 08:25:22.354995 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11758 | 2024.12.21 08:25:22.355045 [ 258 ] {82299429-48e1-49bd-a168-30d9d4c9c235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11759 | 2024.12.21 08:25:22.355067 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23453 rows starting from the beginning of the part | ||
| 11760 | 2024.12.21 08:25:22.355433 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 11761 | 2024.12.21 08:25:22.355755 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 11762 | 2024.12.21 08:25:22.356200 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 11763 | 2024.12.21 08:25:22.356605 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 927 rows starting from the beginning of the part | ||
| 11764 | 2024.12.21 08:25:22.357813 [ 258 ] {82299429-48e1-49bd-a168-30d9d4c9c235} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11765 | 2024.12.21 08:25:22.357908 [ 258 ] {82299429-48e1-49bd-a168-30d9d4c9c235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11766 | 2024.12.21 08:25:22.358744 [ 258 ] {82299429-48e1-49bd-a168-30d9d4c9c235} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11767 | 2024.12.21 08:25:22.359285 [ 258 ] {82299429-48e1-49bd-a168-30d9d4c9c235} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11768 | 2024.12.21 08:25:22.359770 [ 38 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11769 | 2024.12.21 08:25:22.359959 [ 38 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11770 | 2024.12.21 08:25:22.360043 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11771 | 2024.12.21 08:25:22.360076 [ 258 ] {82299429-48e1-49bd-a168-30d9d4c9c235} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005221 sec., 2298.4102662325226 rows/sec., 158.61 KiB/sec. | ||
| 11772 | 2024.12.21 08:25:22.360475 [ 258 ] {82299429-48e1-49bd-a168-30d9d4c9c235} <Debug> TCPHandler: Processed in 0.005891592 sec. | ||
| 11773 | 2024.12.21 08:25:22.360611 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 11774 | 2024.12.21 08:25:22.360831 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11775 | 2024.12.21 08:25:22.360889 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4768 rows starting from the beginning of the part | ||
| 11776 | 2024.12.21 08:25:22.360964 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 11777 | 2024.12.21 08:25:22.361381 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 11778 | 2024.12.21 08:25:22.361536 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 11779 | 2024.12.21 08:25:22.361736 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 70 rows starting from the beginning of the part | ||
| 11780 | 2024.12.21 08:25:22.362138 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 12 rows starting from the beginning of the part | ||
| 11781 | 2024.12.21 08:25:22.364777 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5052 rows, containing 4 columns (4 merged, 0 gathered) in 0.00449225 sec., 1124603.483777617 rows/sec., 72.99 MiB/sec. | ||
| 11782 | 2024.12.21 08:25:22.365227 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11783 | 2024.12.21 08:25:22.365772 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2024.12.21 08:25:22.365958 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24937 rows, containing 5 columns (5 merged, 0 gathered) in 0.011413891 sec., 2184793.949758237 rows/sec., 147.32 MiB/sec. | ||
| 11785 | 2024.12.21 08:25:22.366011 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_86_17} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11786 | 2024.12.21 08:25:22.366164 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 11787 | 2024.12.21 08:25:22.366235 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 11788 | 2024.12.21 08:25:22.366542 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11789 | 2024.12.21 08:25:22.366630 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 5 parts: [all_1_81_16, all_85_85_0] -> all_1_85_17 | ||
| 11790 | 2024.12.21 08:25:22.366726 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 11791 | 2024.12.21 08:25:23.939259 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 11792 | 2024.12.21 08:25:23.939967 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11793 | 2024.12.21 08:25:23.940018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 11794 | 2024.12.21 08:25:23.940555 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11795 | 2024.12.21 08:25:23.940816 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11796 | 2024.12.21 08:25:23.941090 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 11797 | 2024.12.21 08:25:25.767857 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 11798 | 2024.12.21 08:25:25.786936 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11799 | 2024.12.21 08:25:25.786992 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11800 | 2024.12.21 08:25:25.793882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11801 | 2024.12.21 08:25:25.794657 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11802 | 2024.12.21 08:25:25.797308 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11803 | 2024.12.21 08:25:26.575463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1638 | ||
| 11804 | 2024.12.21 08:25:26.578919 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11805 | 2024.12.21 08:25:26.578981 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11806 | 2024.12.21 08:25:26.580505 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11807 | 2024.12.21 08:25:26.580819 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11808 | 2024.12.21 08:25:26.581049 [ 33 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11809 | 2024.12.21 08:25:26.581171 [ 33 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11810 | 2024.12.21 08:25:26.581226 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11811 | 2024.12.21 08:25:26.581752 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 11812 | 2024.12.21 08:25:26.583530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1638 | ||
| 11813 | 2024.12.21 08:25:26.583850 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11814 | 2024.12.21 08:25:26.584050 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1446 rows starting from the beginning of the part | ||
| 11815 | 2024.12.21 08:25:26.584718 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part | ||
| 11816 | 2024.12.21 08:25:26.585341 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part | ||
| 11817 | 2024.12.21 08:25:26.585958 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 11818 | 2024.12.21 08:25:26.586604 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
| 11819 | 2024.12.21 08:25:26.587205 [ 188 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 44 rows starting from the beginning of the part | ||
| 11820 | 2024.12.21 08:25:26.596233 [ 186 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1638 rows, containing 72 columns (72 merged, 0 gathered) in 0.01482851 sec., 110462.88534721291 rows/sec., 85.38 MiB/sec. | ||
| 11821 | 2024.12.21 08:25:26.597764 [ 196 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11822 | 2024.12.21 08:25:26.598494 [ 196 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11823 | 2024.12.21 08:25:26.598583 [ 196 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_41_8} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11824 | 2024.12.21 08:25:26.598808 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 11825 | 2024.12.21 08:25:27.355269 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11826 | 2024.12.21 08:25:27.355479 [ 4 ] {fa0a44bc-d577-4d08-9cc1-6dc951443c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11827 | 2024.12.21 08:25:27.355557 [ 4 ] {fa0a44bc-d577-4d08-9cc1-6dc951443c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11828 | 2024.12.21 08:25:27.356418 [ 4 ] {fa0a44bc-d577-4d08-9cc1-6dc951443c00} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11829 | 2024.12.21 08:25:27.356459 [ 4 ] {fa0a44bc-d577-4d08-9cc1-6dc951443c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11830 | 2024.12.21 08:25:27.356902 [ 4 ] {fa0a44bc-d577-4d08-9cc1-6dc951443c00} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11831 | 2024.12.21 08:25:27.357163 [ 4 ] {fa0a44bc-d577-4d08-9cc1-6dc951443c00} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11832 | 2024.12.21 08:25:27.357318 [ 33 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11833 | 2024.12.21 08:25:27.357362 [ 33 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11834 | 2024.12.21 08:25:27.357374 [ 4 ] {fa0a44bc-d577-4d08-9cc1-6dc951443c00} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.00195 sec., 62564.10256410257 rows/sec., 5.32 MiB/sec. | ||
| 11835 | 2024.12.21 08:25:27.357386 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11836 | 2024.12.21 08:25:27.357502 [ 4 ] {fa0a44bc-d577-4d08-9cc1-6dc951443c00} <Debug> TCPHandler: Processed in 0.002365611 sec. | ||
| 11837 | 2024.12.21 08:25:27.357597 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11838 | 2024.12.21 08:25:27.357831 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11839 | 2024.12.21 08:25:27.357994 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11840 | 2024.12.21 08:25:27.358191 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1437 rows starting from the beginning of the part | ||
| 11841 | 2024.12.21 08:25:27.358259 [ 258 ] {ff31efa9-92e7-49ae-bc61-f94cc107826e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11842 | 2024.12.21 08:25:27.358488 [ 258 ] {ff31efa9-92e7-49ae-bc61-f94cc107826e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11843 | 2024.12.21 08:25:27.358609 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 219 rows starting from the beginning of the part | ||
| 11844 | 2024.12.21 08:25:27.358959 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 122 rows starting from the beginning of the part | ||
| 11845 | 2024.12.21 08:25:27.359770 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1361 rows starting from the beginning of the part | ||
| 11846 | 2024.12.21 08:25:27.360500 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 11847 | 2024.12.21 08:25:27.360798 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 122 rows starting from the beginning of the part | ||
| 11848 | 2024.12.21 08:25:27.361793 [ 258 ] {ff31efa9-92e7-49ae-bc61-f94cc107826e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11849 | 2024.12.21 08:25:27.361890 [ 258 ] {ff31efa9-92e7-49ae-bc61-f94cc107826e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11850 | 2024.12.21 08:25:27.362845 [ 258 ] {ff31efa9-92e7-49ae-bc61-f94cc107826e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11851 | 2024.12.21 08:25:27.363269 [ 258 ] {ff31efa9-92e7-49ae-bc61-f94cc107826e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11852 | 2024.12.21 08:25:27.363564 [ 258 ] {ff31efa9-92e7-49ae-bc61-f94cc107826e} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005451 sec., 6053.935057787562 rows/sec., 455.23 KiB/sec. | ||
| 11853 | 2024.12.21 08:25:27.363708 [ 258 ] {ff31efa9-92e7-49ae-bc61-f94cc107826e} <Debug> TCPHandler: Processed in 0.006056194 sec. | ||
| 11854 | 2024.12.21 08:25:27.363979 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11855 | 2024.12.21 08:25:27.364081 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.006626229 sec., 500586.3817866844 rows/sec., 43.88 MiB/sec. | ||
| 11856 | 2024.12.21 08:25:27.364148 [ 4 ] {246f81eb-4f6f-4834-a9d6-739fdcb9325c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11857 | 2024.12.21 08:25:27.364205 [ 4 ] {246f81eb-4f6f-4834-a9d6-739fdcb9325c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11858 | 2024.12.21 08:25:27.364424 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11859 | 2024.12.21 08:25:27.365094 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11860 | 2024.12.21 08:25:27.365326 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_91_18} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11861 | 2024.12.21 08:25:27.365481 [ 4 ] {246f81eb-4f6f-4834-a9d6-739fdcb9325c} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11862 | 2024.12.21 08:25:27.365520 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 11863 | 2024.12.21 08:25:27.365544 [ 4 ] {246f81eb-4f6f-4834-a9d6-739fdcb9325c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11864 | 2024.12.21 08:25:27.365946 [ 4 ] {246f81eb-4f6f-4834-a9d6-739fdcb9325c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11865 | 2024.12.21 08:25:27.366186 [ 4 ] {246f81eb-4f6f-4834-a9d6-739fdcb9325c} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11866 | 2024.12.21 08:25:27.366329 [ 33 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11867 | 2024.12.21 08:25:27.366371 [ 33 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11868 | 2024.12.21 08:25:27.366378 [ 4 ] {246f81eb-4f6f-4834-a9d6-739fdcb9325c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002271 sec., 42712.461470717746 rows/sec., 3.34 MiB/sec. | ||
| 11869 | 2024.12.21 08:25:27.366399 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11870 | 2024.12.21 08:25:27.366502 [ 4 ] {246f81eb-4f6f-4834-a9d6-739fdcb9325c} <Debug> TCPHandler: Processed in 0.002662863 sec. | ||
| 11871 | 2024.12.21 08:25:27.366632 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11872 | 2024.12.21 08:25:27.366690 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11873 | 2024.12.21 08:25:27.366778 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11874 | 2024.12.21 08:25:27.366824 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part | ||
| 11875 | 2024.12.21 08:25:27.366830 [ 258 ] {722a99f8-b8a9-4db2-b0c7-7aed5287c3e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11876 | 2024.12.21 08:25:27.366953 [ 258 ] {722a99f8-b8a9-4db2-b0c7-7aed5287c3e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11877 | 2024.12.21 08:25:27.367007 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 390 rows starting from the beginning of the part | ||
| 11878 | 2024.12.21 08:25:27.367426 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 97 rows starting from the beginning of the part | ||
| 11879 | 2024.12.21 08:25:27.367812 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 850 rows starting from the beginning of the part | ||
| 11880 | 2024.12.21 08:25:27.368202 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 11881 | 2024.12.21 08:25:27.368611 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 97 rows starting from the beginning of the part | ||
| 11882 | 2024.12.21 08:25:27.369501 [ 258 ] {722a99f8-b8a9-4db2-b0c7-7aed5287c3e8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11883 | 2024.12.21 08:25:27.369543 [ 258 ] {722a99f8-b8a9-4db2-b0c7-7aed5287c3e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11884 | 2024.12.21 08:25:27.370111 [ 258 ] {722a99f8-b8a9-4db2-b0c7-7aed5287c3e8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11885 | 2024.12.21 08:25:27.370381 [ 258 ] {722a99f8-b8a9-4db2-b0c7-7aed5287c3e8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11886 | 2024.12.21 08:25:27.370846 [ 258 ] {722a99f8-b8a9-4db2-b0c7-7aed5287c3e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004021 sec., 39791.09674210395 rows/sec., 2.77 MiB/sec. | ||
| 11887 | 2024.12.21 08:25:27.371200 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.004683122 sec., 515254.567359125 rows/sec., 39.51 MiB/sec. | ||
| 11888 | 2024.12.21 08:25:27.371271 [ 258 ] {722a99f8-b8a9-4db2-b0c7-7aed5287c3e8} <Debug> TCPHandler: Processed in 0.004635361 sec. | ||
| 11889 | 2024.12.21 08:25:27.371617 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11890 | 2024.12.21 08:25:27.371618 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11891 | 2024.12.21 08:25:27.372014 [ 4 ] {23955fb8-a16a-4615-81bc-923eeed7095f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11892 | 2024.12.21 08:25:27.372336 [ 4 ] {23955fb8-a16a-4615-81bc-923eeed7095f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11893 | 2024.12.21 08:25:27.372671 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11894 | 2024.12.21 08:25:27.372921 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_91_18} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11895 | 2024.12.21 08:25:27.373186 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11896 | 2024.12.21 08:25:27.374132 [ 4 ] {23955fb8-a16a-4615-81bc-923eeed7095f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11897 | 2024.12.21 08:25:27.374176 [ 4 ] {23955fb8-a16a-4615-81bc-923eeed7095f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11898 | 2024.12.21 08:25:27.374841 [ 4 ] {23955fb8-a16a-4615-81bc-923eeed7095f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11899 | 2024.12.21 08:25:27.375100 [ 4 ] {23955fb8-a16a-4615-81bc-923eeed7095f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11900 | 2024.12.21 08:25:27.375338 [ 4 ] {23955fb8-a16a-4615-81bc-923eeed7095f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003444 sec., 9581.881533101045 rows/sec., 17.17 MiB/sec. | ||
| 11901 | 2024.12.21 08:25:27.375674 [ 4 ] {23955fb8-a16a-4615-81bc-923eeed7095f} <Debug> TCPHandler: Processed in 0.004245227 sec. | ||
| 11902 | 2024.12.21 08:25:27.375930 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11903 | 2024.12.21 08:25:27.376181 [ 258 ] {ebc9303b-f4e4-4690-aec9-1354fa6a1bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11904 | 2024.12.21 08:25:27.376234 [ 258 ] {ebc9303b-f4e4-4690-aec9-1354fa6a1bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11905 | 2024.12.21 08:25:27.376741 [ 258 ] {ebc9303b-f4e4-4690-aec9-1354fa6a1bae} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11906 | 2024.12.21 08:25:27.376779 [ 258 ] {ebc9303b-f4e4-4690-aec9-1354fa6a1bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11907 | 2024.12.21 08:25:27.377151 [ 258 ] {ebc9303b-f4e4-4690-aec9-1354fa6a1bae} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11908 | 2024.12.21 08:25:27.377387 [ 258 ] {ebc9303b-f4e4-4690-aec9-1354fa6a1bae} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11909 | 2024.12.21 08:25:27.377595 [ 258 ] {ebc9303b-f4e4-4690-aec9-1354fa6a1bae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 11910 | 2024.12.21 08:25:27.377645 [ 258 ] {ebc9303b-f4e4-4690-aec9-1354fa6a1bae} <Debug> TCPHandler: Processed in 0.001857616 sec. | ||
| 11911 | 2024.12.21 08:25:31.270161 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11912 | 2024.12.21 08:25:31.270266 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11913 | 2024.12.21 08:25:31.441350 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 11914 | 2024.12.21 08:25:31.442118 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11915 | 2024.12.21 08:25:31.442170 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11916 | 2024.12.21 08:25:31.442709 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11917 | 2024.12.21 08:25:31.442972 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11918 | 2024.12.21 08:25:31.443285 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11919 | 2024.12.21 08:25:32.358531 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11920 | 2024.12.21 08:25:32.358729 [ 4 ] {4012600c-6fc2-48e5-9986-197cea27e764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11921 | 2024.12.21 08:25:32.358804 [ 4 ] {4012600c-6fc2-48e5-9986-197cea27e764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11922 | 2024.12.21 08:25:32.359576 [ 4 ] {4012600c-6fc2-48e5-9986-197cea27e764} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11923 | 2024.12.21 08:25:32.359634 [ 4 ] {4012600c-6fc2-48e5-9986-197cea27e764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11924 | 2024.12.21 08:25:32.360081 [ 4 ] {4012600c-6fc2-48e5-9986-197cea27e764} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11925 | 2024.12.21 08:25:32.360356 [ 4 ] {4012600c-6fc2-48e5-9986-197cea27e764} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11926 | 2024.12.21 08:25:32.360642 [ 4 ] {4012600c-6fc2-48e5-9986-197cea27e764} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 11927 | 2024.12.21 08:25:32.360743 [ 4 ] {4012600c-6fc2-48e5-9986-197cea27e764} <Debug> TCPHandler: Processed in 0.00234028 sec. | ||
| 11928 | 2024.12.21 08:25:32.361064 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11929 | 2024.12.21 08:25:32.361258 [ 258 ] {f1ff4c56-e60d-4153-bf45-8eaac8240c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11930 | 2024.12.21 08:25:32.361343 [ 258 ] {f1ff4c56-e60d-4153-bf45-8eaac8240c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11931 | 2024.12.21 08:25:32.362242 [ 258 ] {f1ff4c56-e60d-4153-bf45-8eaac8240c6b} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11932 | 2024.12.21 08:25:32.362292 [ 258 ] {f1ff4c56-e60d-4153-bf45-8eaac8240c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11933 | 2024.12.21 08:25:32.362761 [ 258 ] {f1ff4c56-e60d-4153-bf45-8eaac8240c6b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11934 | 2024.12.21 08:25:32.363026 [ 258 ] {f1ff4c56-e60d-4153-bf45-8eaac8240c6b} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11935 | 2024.12.21 08:25:32.363298 [ 258 ] {f1ff4c56-e60d-4153-bf45-8eaac8240c6b} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00209 sec., 104784.68899521531 rows/sec., 9.15 MiB/sec. | ||
| 11936 | 2024.12.21 08:25:32.363399 [ 258 ] {f1ff4c56-e60d-4153-bf45-8eaac8240c6b} <Debug> TCPHandler: Processed in 0.002499942 sec. | ||
| 11937 | 2024.12.21 08:25:32.363664 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11938 | 2024.12.21 08:25:32.363871 [ 4 ] {14e56998-0568-43e1-8985-6e8a94acb2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11939 | 2024.12.21 08:25:32.363934 [ 4 ] {14e56998-0568-43e1-8985-6e8a94acb2f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11940 | 2024.12.21 08:25:32.364572 [ 4 ] {14e56998-0568-43e1-8985-6e8a94acb2f4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11941 | 2024.12.21 08:25:32.364615 [ 4 ] {14e56998-0568-43e1-8985-6e8a94acb2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11942 | 2024.12.21 08:25:32.364993 [ 4 ] {14e56998-0568-43e1-8985-6e8a94acb2f4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11943 | 2024.12.21 08:25:32.365239 [ 4 ] {14e56998-0568-43e1-8985-6e8a94acb2f4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11944 | 2024.12.21 08:25:32.365422 [ 26 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11945 | 2024.12.21 08:25:32.365489 [ 4 ] {14e56998-0568-43e1-8985-6e8a94acb2f4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001651 sec., 9085.402786190189 rows/sec., 640.59 KiB/sec. | ||
| 11946 | 2024.12.21 08:25:32.365520 [ 26 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11947 | 2024.12.21 08:25:32.365599 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11948 | 2024.12.21 08:25:32.365616 [ 4 ] {14e56998-0568-43e1-8985-6e8a94acb2f4} <Debug> TCPHandler: Processed in 0.002085518 sec. | ||
| 11949 | 2024.12.21 08:25:32.365829 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::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 | ||
| 11950 | 2024.12.21 08:25:32.365860 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11951 | 2024.12.21 08:25:32.366029 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11952 | 2024.12.21 08:25:32.366092 [ 258 ] {d8b3dc0f-c657-4536-8d6a-630b15a04bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11953 | 2024.12.21 08:25:32.366101 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 66 rows starting from the beginning of the part | ||
| 11954 | 2024.12.21 08:25:32.366193 [ 258 ] {d8b3dc0f-c657-4536-8d6a-630b15a04bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11955 | 2024.12.21 08:25:32.366293 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 15 rows starting from the beginning of the part | ||
| 11956 | 2024.12.21 08:25:32.366792 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 33 rows starting from the beginning of the part | ||
| 11957 | 2024.12.21 08:25:32.367187 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 19 rows starting from the beginning of the part | ||
| 11958 | 2024.12.21 08:25:32.367602 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 33 rows starting from the beginning of the part | ||
| 11959 | 2024.12.21 08:25:32.367924 [ 201 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 15 rows starting from the beginning of the part | ||
| 11960 | 2024.12.21 08:25:32.369030 [ 258 ] {d8b3dc0f-c657-4536-8d6a-630b15a04bcc} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11961 | 2024.12.21 08:25:32.369107 [ 258 ] {d8b3dc0f-c657-4536-8d6a-630b15a04bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11962 | 2024.12.21 08:25:32.370190 [ 258 ] {d8b3dc0f-c657-4536-8d6a-630b15a04bcc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11963 | 2024.12.21 08:25:32.370603 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004897093 sec., 36960.70301299159 rows/sec., 2.78 MiB/sec. | ||
| 11964 | 2024.12.21 08:25:32.370672 [ 258 ] {d8b3dc0f-c657-4536-8d6a-630b15a04bcc} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11965 | 2024.12.21 08:25:32.370772 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11966 | 2024.12.21 08:25:32.371012 [ 258 ] {d8b3dc0f-c657-4536-8d6a-630b15a04bcc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004993 sec., 2803.9254956939717 rows/sec., 196.37 KiB/sec. | ||
| 11967 | 2024.12.21 08:25:32.371179 [ 258 ] {d8b3dc0f-c657-4536-8d6a-630b15a04bcc} <Debug> TCPHandler: Processed in 0.005442178 sec. | ||
| 11968 | 2024.12.21 08:25:32.371490 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11969 | 2024.12.21 08:25:32.371564 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11970 | 2024.12.21 08:25:32.371738 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_81_16} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11971 | 2024.12.21 08:25:32.371743 [ 4 ] {957c1385-d3e3-49ae-9052-3719612559ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11972 | 2024.12.21 08:25:32.371872 [ 4 ] {957c1385-d3e3-49ae-9052-3719612559ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11973 | 2024.12.21 08:25:32.371885 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11974 | 2024.12.21 08:25:32.372527 [ 4 ] {957c1385-d3e3-49ae-9052-3719612559ad} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11975 | 2024.12.21 08:25:32.372572 [ 4 ] {957c1385-d3e3-49ae-9052-3719612559ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11976 | 2024.12.21 08:25:32.372936 [ 4 ] {957c1385-d3e3-49ae-9052-3719612559ad} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11977 | 2024.12.21 08:25:32.373174 [ 4 ] {957c1385-d3e3-49ae-9052-3719612559ad} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11978 | 2024.12.21 08:25:32.373426 [ 4 ] {957c1385-d3e3-49ae-9052-3719612559ad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001746 sec., 7445.589919816724 rows/sec., 464.23 KiB/sec. | ||
| 11979 | 2024.12.21 08:25:32.373601 [ 4 ] {957c1385-d3e3-49ae-9052-3719612559ad} <Debug> TCPHandler: Processed in 0.002291461 sec. | ||
| 11980 | 2024.12.21 08:25:32.373838 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11981 | 2024.12.21 08:25:32.373975 [ 258 ] {abb79ca4-cd43-4241-85eb-8fa9389d841f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11982 | 2024.12.21 08:25:32.374027 [ 258 ] {abb79ca4-cd43-4241-85eb-8fa9389d841f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11983 | 2024.12.21 08:25:32.374804 [ 258 ] {abb79ca4-cd43-4241-85eb-8fa9389d841f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11984 | 2024.12.21 08:25:32.374845 [ 258 ] {abb79ca4-cd43-4241-85eb-8fa9389d841f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11985 | 2024.12.21 08:25:32.375239 [ 258 ] {abb79ca4-cd43-4241-85eb-8fa9389d841f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11986 | 2024.12.21 08:25:32.375496 [ 258 ] {abb79ca4-cd43-4241-85eb-8fa9389d841f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11987 | 2024.12.21 08:25:32.375718 [ 258 ] {abb79ca4-cd43-4241-85eb-8fa9389d841f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001769 sec., 220463.53872244206 rows/sec., 15.64 MiB/sec. | ||
| 11988 | 2024.12.21 08:25:32.375778 [ 258 ] {abb79ca4-cd43-4241-85eb-8fa9389d841f} <Debug> TCPHandler: Processed in 0.002067058 sec. | ||
| 11989 | 2024.12.21 08:25:32.375934 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11990 | 2024.12.21 08:25:32.376052 [ 4 ] {95118316-3a54-4e76-95b5-3325c07de8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11991 | 2024.12.21 08:25:32.376112 [ 4 ] {95118316-3a54-4e76-95b5-3325c07de8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11992 | 2024.12.21 08:25:32.376683 [ 4 ] {95118316-3a54-4e76-95b5-3325c07de8d7} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11993 | 2024.12.21 08:25:32.376731 [ 4 ] {95118316-3a54-4e76-95b5-3325c07de8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 11994 | 2024.12.21 08:25:32.377161 [ 4 ] {95118316-3a54-4e76-95b5-3325c07de8d7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11995 | 2024.12.21 08:25:32.377417 [ 4 ] {95118316-3a54-4e76-95b5-3325c07de8d7} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11996 | 2024.12.21 08:25:32.377584 [ 26 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 11997 | 2024.12.21 08:25:32.377658 [ 4 ] {95118316-3a54-4e76-95b5-3325c07de8d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001621 sec., 3701.4188772362736 rows/sec., 193.38 KiB/sec. | ||
| 11998 | 2024.12.21 08:25:32.377658 [ 26 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11999 | 2024.12.21 08:25:32.377735 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12000 | 2024.12.21 08:25:32.377790 [ 4 ] {95118316-3a54-4e76-95b5-3325c07de8d7} <Debug> TCPHandler: Processed in 0.001914567 sec. | ||
| 12001 | 2024.12.21 08:25:32.378065 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12002 | 2024.12.21 08:25:32.378140 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 12003 | 2024.12.21 08:25:32.378537 [ 258 ] {8199ef0a-7c51-4c77-92e6-ea4f3eab9313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12004 | 2024.12.21 08:25:32.378698 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12005 | 2024.12.21 08:25:32.378717 [ 258 ] {8199ef0a-7c51-4c77-92e6-ea4f3eab9313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12006 | 2024.12.21 08:25:32.378776 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part | ||
| 12007 | 2024.12.21 08:25:32.379134 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 12008 | 2024.12.21 08:25:32.379512 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 12009 | 2024.12.21 08:25:32.379866 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 12010 | 2024.12.21 08:25:32.380115 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12011 | 2024.12.21 08:25:32.380334 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12012 | 2024.12.21 08:25:32.381457 [ 258 ] {8199ef0a-7c51-4c77-92e6-ea4f3eab9313} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12013 | 2024.12.21 08:25:32.381533 [ 258 ] {8199ef0a-7c51-4c77-92e6-ea4f3eab9313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12014 | 2024.12.21 08:25:32.382658 [ 258 ] {8199ef0a-7c51-4c77-92e6-ea4f3eab9313} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12015 | 2024.12.21 08:25:32.383167 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.005332517 sec., 45006.88886692719 rows/sec., 2.30 MiB/sec. | ||
| 12016 | 2024.12.21 08:25:32.383234 [ 258 ] {8199ef0a-7c51-4c77-92e6-ea4f3eab9313} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12017 | 2024.12.21 08:25:32.383367 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 12018 | 2024.12.21 08:25:32.383691 [ 258 ] {8199ef0a-7c51-4c77-92e6-ea4f3eab9313} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005323 sec., 44523.76479428894 rows/sec., 2.98 MiB/sec. | ||
| 12019 | 2024.12.21 08:25:32.383857 [ 258 ] {8199ef0a-7c51-4c77-92e6-ea4f3eab9313} <Debug> TCPHandler: Processed in 0.005940262 sec. | ||
| 12020 | 2024.12.21 08:25:32.384039 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12021 | 2024.12.21 08:25:32.384104 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12022 | 2024.12.21 08:25:32.384168 [ 194 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_40_8} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 12023 | 2024.12.21 08:25:32.384323 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12024 | 2024.12.21 08:25:32.384338 [ 4 ] {a999e63e-bf2d-48e9-8eb1-b440107cf51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12025 | 2024.12.21 08:25:32.384413 [ 4 ] {a999e63e-bf2d-48e9-8eb1-b440107cf51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12026 | 2024.12.21 08:25:32.384926 [ 4 ] {a999e63e-bf2d-48e9-8eb1-b440107cf51f} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12027 | 2024.12.21 08:25:32.384968 [ 4 ] {a999e63e-bf2d-48e9-8eb1-b440107cf51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12028 | 2024.12.21 08:25:32.385359 [ 4 ] {a999e63e-bf2d-48e9-8eb1-b440107cf51f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12029 | 2024.12.21 08:25:32.385627 [ 4 ] {a999e63e-bf2d-48e9-8eb1-b440107cf51f} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12030 | 2024.12.21 08:25:32.385873 [ 4 ] {a999e63e-bf2d-48e9-8eb1-b440107cf51f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec. | ||
| 12031 | 2024.12.21 08:25:32.385951 [ 4 ] {a999e63e-bf2d-48e9-8eb1-b440107cf51f} <Debug> TCPHandler: Processed in 0.001964748 sec. | ||
| 12032 | 2024.12.21 08:25:32.386215 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12033 | 2024.12.21 08:25:32.386357 [ 258 ] {3e54f892-4e26-43d4-a1a7-2e9ca4206f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12034 | 2024.12.21 08:25:32.386445 [ 258 ] {3e54f892-4e26-43d4-a1a7-2e9ca4206f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12035 | 2024.12.21 08:25:32.387602 [ 258 ] {3e54f892-4e26-43d4-a1a7-2e9ca4206f4f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12036 | 2024.12.21 08:25:32.387642 [ 258 ] {3e54f892-4e26-43d4-a1a7-2e9ca4206f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12037 | 2024.12.21 08:25:32.388278 [ 258 ] {3e54f892-4e26-43d4-a1a7-2e9ca4206f4f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12038 | 2024.12.21 08:25:32.388545 [ 258 ] {3e54f892-4e26-43d4-a1a7-2e9ca4206f4f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12039 | 2024.12.21 08:25:32.388759 [ 258 ] {3e54f892-4e26-43d4-a1a7-2e9ca4206f4f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002428 sec., 3294.8929159802306 rows/sec., 5.90 MiB/sec. | ||
| 12040 | 2024.12.21 08:25:32.388864 [ 258 ] {3e54f892-4e26-43d4-a1a7-2e9ca4206f4f} <Debug> TCPHandler: Processed in 0.002784464 sec. | ||
| 12041 | 2024.12.21 08:25:32.389030 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12042 | 2024.12.21 08:25:32.389171 [ 4 ] {87326952-f773-4806-954c-9f55a0a2ec1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12043 | 2024.12.21 08:25:32.389233 [ 4 ] {87326952-f773-4806-954c-9f55a0a2ec1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12044 | 2024.12.21 08:25:32.389827 [ 4 ] {87326952-f773-4806-954c-9f55a0a2ec1a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12045 | 2024.12.21 08:25:32.389874 [ 4 ] {87326952-f773-4806-954c-9f55a0a2ec1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12046 | 2024.12.21 08:25:32.390288 [ 4 ] {87326952-f773-4806-954c-9f55a0a2ec1a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12047 | 2024.12.21 08:25:32.390535 [ 4 ] {87326952-f773-4806-954c-9f55a0a2ec1a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12048 | 2024.12.21 08:25:32.390769 [ 4 ] {87326952-f773-4806-954c-9f55a0a2ec1a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001628 sec., 50368.550368550365 rows/sec., 3.20 MiB/sec. | ||
| 12049 | 2024.12.21 08:25:32.390836 [ 4 ] {87326952-f773-4806-954c-9f55a0a2ec1a} <Debug> TCPHandler: Processed in 0.001873407 sec. | ||
| 12050 | 2024.12.21 08:25:33.297509 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 12051 | 2024.12.21 08:25:33.318420 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12052 | 2024.12.21 08:25:33.318485 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12053 | 2024.12.21 08:25:33.325813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12054 | 2024.12.21 08:25:33.326576 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12055 | 2024.12.21 08:25:33.330749 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 12056 | 2024.12.21 08:25:36.583963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1672 | ||
| 12057 | 2024.12.21 08:25:36.587037 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12058 | 2024.12.21 08:25:36.587088 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12059 | 2024.12.21 08:25:36.588547 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12060 | 2024.12.21 08:25:36.588851 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12061 | 2024.12.21 08:25:36.589373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1672 | ||
| 12062 | 2024.12.21 08:25:37.356004 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2024.12.21 08:25:37.356215 [ 4 ] {3d94f3d0-aff0-4b6e-b8d7-430388dec6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12064 | 2024.12.21 08:25:37.356293 [ 4 ] {3d94f3d0-aff0-4b6e-b8d7-430388dec6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12065 | 2024.12.21 08:25:37.357059 [ 4 ] {3d94f3d0-aff0-4b6e-b8d7-430388dec6a9} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12066 | 2024.12.21 08:25:37.357103 [ 4 ] {3d94f3d0-aff0-4b6e-b8d7-430388dec6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12067 | 2024.12.21 08:25:37.357535 [ 4 ] {3d94f3d0-aff0-4b6e-b8d7-430388dec6a9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12068 | 2024.12.21 08:25:37.357797 [ 4 ] {3d94f3d0-aff0-4b6e-b8d7-430388dec6a9} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12069 | 2024.12.21 08:25:37.358042 [ 4 ] {3d94f3d0-aff0-4b6e-b8d7-430388dec6a9} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001882 sec., 5313.496280552604 rows/sec., 433.28 KiB/sec. | ||
| 12070 | 2024.12.21 08:25:37.358273 [ 4 ] {3d94f3d0-aff0-4b6e-b8d7-430388dec6a9} <Debug> TCPHandler: Processed in 0.002402421 sec. | ||
| 12071 | 2024.12.21 08:25:37.358561 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12072 | 2024.12.21 08:25:37.358780 [ 258 ] {fd2949b2-4b0c-4b0f-a34b-d98a44c2d827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12073 | 2024.12.21 08:25:37.358864 [ 258 ] {fd2949b2-4b0c-4b0f-a34b-d98a44c2d827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12074 | 2024.12.21 08:25:37.359717 [ 258 ] {fd2949b2-4b0c-4b0f-a34b-d98a44c2d827} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12075 | 2024.12.21 08:25:37.359767 [ 258 ] {fd2949b2-4b0c-4b0f-a34b-d98a44c2d827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12076 | 2024.12.21 08:25:37.360214 [ 258 ] {fd2949b2-4b0c-4b0f-a34b-d98a44c2d827} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12077 | 2024.12.21 08:25:37.360475 [ 258 ] {fd2949b2-4b0c-4b0f-a34b-d98a44c2d827} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12078 | 2024.12.21 08:25:37.360721 [ 258 ] {fd2949b2-4b0c-4b0f-a34b-d98a44c2d827} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.002001 sec., 63468.26586706646 rows/sec., 5.36 MiB/sec. | ||
| 12079 | 2024.12.21 08:25:37.360778 [ 258 ] {fd2949b2-4b0c-4b0f-a34b-d98a44c2d827} <Debug> TCPHandler: Processed in 0.002356261 sec. | ||
| 12080 | 2024.12.21 08:25:37.360943 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12081 | 2024.12.21 08:25:37.361089 [ 4 ] {20c71444-c949-4e3f-9adf-ae8ca2b75eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12082 | 2024.12.21 08:25:37.361151 [ 4 ] {20c71444-c949-4e3f-9adf-ae8ca2b75eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12083 | 2024.12.21 08:25:37.361775 [ 4 ] {20c71444-c949-4e3f-9adf-ae8ca2b75eaf} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12084 | 2024.12.21 08:25:37.361815 [ 4 ] {20c71444-c949-4e3f-9adf-ae8ca2b75eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12085 | 2024.12.21 08:25:37.362187 [ 4 ] {20c71444-c949-4e3f-9adf-ae8ca2b75eaf} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12086 | 2024.12.21 08:25:37.362440 [ 4 ] {20c71444-c949-4e3f-9adf-ae8ca2b75eaf} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12087 | 2024.12.21 08:25:37.362641 [ 4 ] {20c71444-c949-4e3f-9adf-ae8ca2b75eaf} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.001581 sec., 27197.975964579382 rows/sec., 1.96 MiB/sec. | ||
| 12088 | 2024.12.21 08:25:37.362745 [ 4 ] {20c71444-c949-4e3f-9adf-ae8ca2b75eaf} <Debug> TCPHandler: Processed in 0.001867766 sec. | ||
| 12089 | 2024.12.21 08:25:37.362949 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12090 | 2024.12.21 08:25:37.363156 [ 258 ] {84bca1fc-1bfb-43e4-af7e-c63e6dbd4e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12091 | 2024.12.21 08:25:37.363215 [ 258 ] {84bca1fc-1bfb-43e4-af7e-c63e6dbd4e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12092 | 2024.12.21 08:25:37.363874 [ 258 ] {84bca1fc-1bfb-43e4-af7e-c63e6dbd4e61} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12093 | 2024.12.21 08:25:37.363914 [ 258 ] {84bca1fc-1bfb-43e4-af7e-c63e6dbd4e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12094 | 2024.12.21 08:25:37.364288 [ 258 ] {84bca1fc-1bfb-43e4-af7e-c63e6dbd4e61} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12095 | 2024.12.21 08:25:37.364530 [ 258 ] {84bca1fc-1bfb-43e4-af7e-c63e6dbd4e61} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12096 | 2024.12.21 08:25:37.364743 [ 258 ] {84bca1fc-1bfb-43e4-af7e-c63e6dbd4e61} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001625 sec., 65846.15384615384 rows/sec., 5.15 MiB/sec. | ||
| 12097 | 2024.12.21 08:25:37.364800 [ 258 ] {84bca1fc-1bfb-43e4-af7e-c63e6dbd4e61} <Debug> TCPHandler: Processed in 0.001977248 sec. | ||
| 12098 | 2024.12.21 08:25:37.364957 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12099 | 2024.12.21 08:25:37.365107 [ 4 ] {383a6583-00e4-49a2-af05-546f1d83b204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12100 | 2024.12.21 08:25:37.365171 [ 4 ] {383a6583-00e4-49a2-af05-546f1d83b204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12101 | 2024.12.21 08:25:37.365770 [ 4 ] {383a6583-00e4-49a2-af05-546f1d83b204} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12102 | 2024.12.21 08:25:37.365807 [ 4 ] {383a6583-00e4-49a2-af05-546f1d83b204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12103 | 2024.12.21 08:25:37.366215 [ 4 ] {383a6583-00e4-49a2-af05-546f1d83b204} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12104 | 2024.12.21 08:25:37.366452 [ 4 ] {383a6583-00e4-49a2-af05-546f1d83b204} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12105 | 2024.12.21 08:25:37.366660 [ 4 ] {383a6583-00e4-49a2-af05-546f1d83b204} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001578 sec., 104562.73764258555 rows/sec., 7.28 MiB/sec. | ||
| 12106 | 2024.12.21 08:25:37.366756 [ 4 ] {383a6583-00e4-49a2-af05-546f1d83b204} <Debug> TCPHandler: Processed in 0.001861847 sec. | ||
| 12107 | 2024.12.21 08:25:37.366957 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12108 | 2024.12.21 08:25:37.367320 [ 258 ] {93f19474-3ed2-4a3c-abf7-45d3dec18a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12109 | 2024.12.21 08:25:37.367556 [ 258 ] {93f19474-3ed2-4a3c-abf7-45d3dec18a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12110 | 2024.12.21 08:25:37.368820 [ 258 ] {93f19474-3ed2-4a3c-abf7-45d3dec18a11} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12111 | 2024.12.21 08:25:37.368860 [ 258 ] {93f19474-3ed2-4a3c-abf7-45d3dec18a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12112 | 2024.12.21 08:25:37.369531 [ 258 ] {93f19474-3ed2-4a3c-abf7-45d3dec18a11} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12113 | 2024.12.21 08:25:37.369781 [ 258 ] {93f19474-3ed2-4a3c-abf7-45d3dec18a11} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12114 | 2024.12.21 08:25:37.370019 [ 258 ] {93f19474-3ed2-4a3c-abf7-45d3dec18a11} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002855 sec., 11558.669001751314 rows/sec., 20.71 MiB/sec. | ||
| 12115 | 2024.12.21 08:25:37.370125 [ 258 ] {93f19474-3ed2-4a3c-abf7-45d3dec18a11} <Debug> TCPHandler: Processed in 0.003304669 sec. | ||
| 12116 | 2024.12.21 08:25:37.370280 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12117 | 2024.12.21 08:25:37.370412 [ 4 ] {400b380d-8eb4-4b1b-84fb-27866e1ab660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12118 | 2024.12.21 08:25:37.370468 [ 4 ] {400b380d-8eb4-4b1b-84fb-27866e1ab660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12119 | 2024.12.21 08:25:37.371097 [ 4 ] {400b380d-8eb4-4b1b-84fb-27866e1ab660} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12120 | 2024.12.21 08:25:37.371142 [ 4 ] {400b380d-8eb4-4b1b-84fb-27866e1ab660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12121 | 2024.12.21 08:25:37.371533 [ 4 ] {400b380d-8eb4-4b1b-84fb-27866e1ab660} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12122 | 2024.12.21 08:25:37.371775 [ 4 ] {400b380d-8eb4-4b1b-84fb-27866e1ab660} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12123 | 2024.12.21 08:25:37.371954 [ 4 ] {400b380d-8eb4-4b1b-84fb-27866e1ab660} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec. | ||
| 12124 | 2024.12.21 08:25:37.372005 [ 4 ] {400b380d-8eb4-4b1b-84fb-27866e1ab660} <Debug> TCPHandler: Processed in 0.001749406 sec. | ||
| 12125 | 2024.12.21 08:25:38.943555 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 12126 | 2024.12.21 08:25:38.944293 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12127 | 2024.12.21 08:25:38.944345 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12128 | 2024.12.21 08:25:38.944889 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12129 | 2024.12.21 08:25:38.945157 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12130 | 2024.12.21 08:25:38.945398 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 12131 | 2024.12.21 08:25:40.830959 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12132 | 2024.12.21 08:25:40.853255 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12133 | 2024.12.21 08:25:40.853311 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12134 | 2024.12.21 08:25:40.860693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12135 | 2024.12.21 08:25:40.861481 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12136 | 2024.12.21 08:25:40.864625 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12137 | 2024.12.21 08:25:42.358751 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12138 | 2024.12.21 08:25:42.358964 [ 4 ] {65daf9e1-7daf-48de-9556-1696b15bd165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12139 | 2024.12.21 08:25:42.359042 [ 4 ] {65daf9e1-7daf-48de-9556-1696b15bd165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12140 | 2024.12.21 08:25:42.359829 [ 4 ] {65daf9e1-7daf-48de-9556-1696b15bd165} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12141 | 2024.12.21 08:25:42.359873 [ 4 ] {65daf9e1-7daf-48de-9556-1696b15bd165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12142 | 2024.12.21 08:25:42.360301 [ 4 ] {65daf9e1-7daf-48de-9556-1696b15bd165} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12143 | 2024.12.21 08:25:42.360567 [ 4 ] {65daf9e1-7daf-48de-9556-1696b15bd165} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12144 | 2024.12.21 08:25:42.360719 [ 169 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12145 | 2024.12.21 08:25:42.360771 [ 169 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12146 | 2024.12.21 08:25:42.360793 [ 4 ] {65daf9e1-7daf-48de-9556-1696b15bd165} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 12147 | 2024.12.21 08:25:42.360804 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12148 | 2024.12.21 08:25:42.360897 [ 4 ] {65daf9e1-7daf-48de-9556-1696b15bd165} <Debug> TCPHandler: Processed in 0.00228269 sec. | ||
| 12149 | 2024.12.21 08:25:42.361113 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12150 | 2024.12.21 08:25:42.361254 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12151 | 2024.12.21 08:25:42.361581 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12152 | 2024.12.21 08:25:42.361703 [ 258 ] {45af82d8-bcef-457c-a18f-9bda67becece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12153 | 2024.12.21 08:25:42.361767 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 12154 | 2024.12.21 08:25:42.361896 [ 258 ] {45af82d8-bcef-457c-a18f-9bda67becece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12155 | 2024.12.21 08:25:42.362447 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 12156 | 2024.12.21 08:25:42.362698 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12157 | 2024.12.21 08:25:42.363041 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12158 | 2024.12.21 08:25:42.363344 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12159 | 2024.12.21 08:25:42.365214 [ 258 ] {45af82d8-bcef-457c-a18f-9bda67becece} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12160 | 2024.12.21 08:25:42.365308 [ 258 ] {45af82d8-bcef-457c-a18f-9bda67becece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12161 | 2024.12.21 08:25:42.365754 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004858213 sec., 14408.590154445677 rows/sec., 1.07 MiB/sec. | ||
| 12162 | 2024.12.21 08:25:42.366050 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12163 | 2024.12.21 08:25:42.366188 [ 258 ] {45af82d8-bcef-457c-a18f-9bda67becece} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12164 | 2024.12.21 08:25:42.366642 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12165 | 2024.12.21 08:25:42.366791 [ 258 ] {45af82d8-bcef-457c-a18f-9bda67becece} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12166 | 2024.12.21 08:25:42.366844 [ 192 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_41_10} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12167 | 2024.12.21 08:25:42.367043 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12168 | 2024.12.21 08:25:42.367245 [ 258 ] {45af82d8-bcef-457c-a18f-9bda67becece} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.005692 sec., 38475.05270555165 rows/sec., 3.36 MiB/sec. | ||
| 12169 | 2024.12.21 08:25:42.367367 [ 258 ] {45af82d8-bcef-457c-a18f-9bda67becece} <Debug> TCPHandler: Processed in 0.006349976 sec. | ||
| 12170 | 2024.12.21 08:25:42.367611 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12171 | 2024.12.21 08:25:42.367789 [ 4 ] {e816c1a3-11b0-40bd-a1de-312b4a07fd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12172 | 2024.12.21 08:25:42.367851 [ 4 ] {e816c1a3-11b0-40bd-a1de-312b4a07fd5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12173 | 2024.12.21 08:25:42.368557 [ 4 ] {e816c1a3-11b0-40bd-a1de-312b4a07fd5e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12174 | 2024.12.21 08:25:42.368596 [ 4 ] {e816c1a3-11b0-40bd-a1de-312b4a07fd5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12175 | 2024.12.21 08:25:42.368961 [ 4 ] {e816c1a3-11b0-40bd-a1de-312b4a07fd5e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12176 | 2024.12.21 08:25:42.369202 [ 4 ] {e816c1a3-11b0-40bd-a1de-312b4a07fd5e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12177 | 2024.12.21 08:25:42.369405 [ 4 ] {e816c1a3-11b0-40bd-a1de-312b4a07fd5e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001649 sec., 9096.422073984233 rows/sec., 641.37 KiB/sec. | ||
| 12178 | 2024.12.21 08:25:42.369500 [ 4 ] {e816c1a3-11b0-40bd-a1de-312b4a07fd5e} <Debug> TCPHandler: Processed in 0.002020518 sec. | ||
| 12179 | 2024.12.21 08:25:42.369709 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12180 | 2024.12.21 08:25:42.369899 [ 258 ] {dbc1cd4e-9a06-4626-8164-7203f67d5211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12181 | 2024.12.21 08:25:42.369954 [ 258 ] {dbc1cd4e-9a06-4626-8164-7203f67d5211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12182 | 2024.12.21 08:25:42.370605 [ 258 ] {dbc1cd4e-9a06-4626-8164-7203f67d5211} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12183 | 2024.12.21 08:25:42.370649 [ 258 ] {dbc1cd4e-9a06-4626-8164-7203f67d5211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12184 | 2024.12.21 08:25:42.371114 [ 258 ] {dbc1cd4e-9a06-4626-8164-7203f67d5211} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12185 | 2024.12.21 08:25:42.371358 [ 258 ] {dbc1cd4e-9a06-4626-8164-7203f67d5211} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12186 | 2024.12.21 08:25:42.371615 [ 258 ] {dbc1cd4e-9a06-4626-8164-7203f67d5211} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001735 sec., 8069.164265129683 rows/sec., 565.11 KiB/sec. | ||
| 12187 | 2024.12.21 08:25:42.371819 [ 258 ] {dbc1cd4e-9a06-4626-8164-7203f67d5211} <Debug> TCPHandler: Processed in 0.002209919 sec. | ||
| 12188 | 2024.12.21 08:25:42.372079 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12189 | 2024.12.21 08:25:42.372217 [ 4 ] {d4113583-bced-4bd1-937a-cc9e0325e01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12190 | 2024.12.21 08:25:42.372275 [ 4 ] {d4113583-bced-4bd1-937a-cc9e0325e01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12191 | 2024.12.21 08:25:42.372882 [ 4 ] {d4113583-bced-4bd1-937a-cc9e0325e01a} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12192 | 2024.12.21 08:25:42.372921 [ 4 ] {d4113583-bced-4bd1-937a-cc9e0325e01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12193 | 2024.12.21 08:25:42.373269 [ 4 ] {d4113583-bced-4bd1-937a-cc9e0325e01a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12194 | 2024.12.21 08:25:42.373509 [ 4 ] {d4113583-bced-4bd1-937a-cc9e0325e01a} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12195 | 2024.12.21 08:25:42.373635 [ 169 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12196 | 2024.12.21 08:25:42.373677 [ 169 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12197 | 2024.12.21 08:25:42.373699 [ 4 ] {d4113583-bced-4bd1-937a-cc9e0325e01a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec. | ||
| 12198 | 2024.12.21 08:25:42.373704 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12199 | 2024.12.21 08:25:42.373813 [ 4 ] {d4113583-bced-4bd1-937a-cc9e0325e01a} <Debug> TCPHandler: Processed in 0.001864076 sec. | ||
| 12200 | 2024.12.21 08:25:42.374087 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12201 | 2024.12.21 08:25:42.374466 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12202 | 2024.12.21 08:25:42.374523 [ 258 ] {024cd492-87fb-4baf-a1f6-d22e13f2cebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12203 | 2024.12.21 08:25:42.374684 [ 258 ] {024cd492-87fb-4baf-a1f6-d22e13f2cebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12204 | 2024.12.21 08:25:42.375025 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12205 | 2024.12.21 08:25:42.375117 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 12206 | 2024.12.21 08:25:42.375423 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 12207 | 2024.12.21 08:25:42.375737 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 12208 | 2024.12.21 08:25:42.376238 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 12209 | 2024.12.21 08:25:42.376640 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 12210 | 2024.12.21 08:25:42.377666 [ 258 ] {024cd492-87fb-4baf-a1f6-d22e13f2cebd} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12211 | 2024.12.21 08:25:42.377753 [ 258 ] {024cd492-87fb-4baf-a1f6-d22e13f2cebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12212 | 2024.12.21 08:25:42.378816 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004963464 sec., 13095.692846769918 rows/sec., 867.67 KiB/sec. | ||
| 12213 | 2024.12.21 08:25:42.378820 [ 258 ] {024cd492-87fb-4baf-a1f6-d22e13f2cebd} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12214 | 2024.12.21 08:25:42.378997 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12215 | 2024.12.21 08:25:42.379291 [ 258 ] {024cd492-87fb-4baf-a1f6-d22e13f2cebd} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12216 | 2024.12.21 08:25:42.379658 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12217 | 2024.12.21 08:25:42.379755 [ 258 ] {024cd492-87fb-4baf-a1f6-d22e13f2cebd} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005321 sec., 73294.49351625633 rows/sec., 5.20 MiB/sec. | ||
| 12218 | 2024.12.21 08:25:42.379855 [ 198 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_41_10} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12219 | 2024.12.21 08:25:42.379900 [ 258 ] {024cd492-87fb-4baf-a1f6-d22e13f2cebd} <Debug> TCPHandler: Processed in 0.005970892 sec. | ||
| 12220 | 2024.12.21 08:25:42.380089 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12221 | 2024.12.21 08:25:42.380140 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12222 | 2024.12.21 08:25:42.380278 [ 4 ] {6b9905f3-cb0e-4cf9-bd74-d63d85771841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12223 | 2024.12.21 08:25:42.380337 [ 4 ] {6b9905f3-cb0e-4cf9-bd74-d63d85771841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12224 | 2024.12.21 08:25:42.380842 [ 4 ] {6b9905f3-cb0e-4cf9-bd74-d63d85771841} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12225 | 2024.12.21 08:25:42.380880 [ 4 ] {6b9905f3-cb0e-4cf9-bd74-d63d85771841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12226 | 2024.12.21 08:25:42.381245 [ 4 ] {6b9905f3-cb0e-4cf9-bd74-d63d85771841} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12227 | 2024.12.21 08:25:42.381489 [ 4 ] {6b9905f3-cb0e-4cf9-bd74-d63d85771841} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12228 | 2024.12.21 08:25:42.381665 [ 4 ] {6b9905f3-cb0e-4cf9-bd74-d63d85771841} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 221.07 KiB/sec. | ||
| 12229 | 2024.12.21 08:25:42.381743 [ 4 ] {6b9905f3-cb0e-4cf9-bd74-d63d85771841} <Debug> TCPHandler: Processed in 0.001745276 sec. | ||
| 12230 | 2024.12.21 08:25:42.381892 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12231 | 2024.12.21 08:25:42.382032 [ 258 ] {d8eed2d5-e900-4fdc-81a7-85b4286a3333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12232 | 2024.12.21 08:25:42.382095 [ 258 ] {d8eed2d5-e900-4fdc-81a7-85b4286a3333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12233 | 2024.12.21 08:25:42.382716 [ 258 ] {d8eed2d5-e900-4fdc-81a7-85b4286a3333} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12234 | 2024.12.21 08:25:42.382755 [ 258 ] {d8eed2d5-e900-4fdc-81a7-85b4286a3333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12235 | 2024.12.21 08:25:42.383145 [ 258 ] {d8eed2d5-e900-4fdc-81a7-85b4286a3333} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12236 | 2024.12.21 08:25:42.383379 [ 258 ] {d8eed2d5-e900-4fdc-81a7-85b4286a3333} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12237 | 2024.12.21 08:25:42.383553 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 12238 | 2024.12.21 08:25:42.383589 [ 258 ] {d8eed2d5-e900-4fdc-81a7-85b4286a3333} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001587 sec., 149338.3742911153 rows/sec., 10.01 MiB/sec. | ||
| 12239 | 2024.12.21 08:25:42.383610 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12240 | 2024.12.21 08:25:42.383645 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12241 | 2024.12.21 08:25:42.383659 [ 258 ] {d8eed2d5-e900-4fdc-81a7-85b4286a3333} <Debug> TCPHandler: Processed in 0.001827686 sec. | ||
| 12242 | 2024.12.21 08:25:42.383893 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12243 | 2024.12.21 08:25:42.383950 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
| 12244 | 2024.12.21 08:25:42.384132 [ 4 ] {a3bf9590-15bc-436c-a2cc-459cf40d4eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12245 | 2024.12.21 08:25:42.384254 [ 4 ] {a3bf9590-15bc-436c-a2cc-459cf40d4eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12246 | 2024.12.21 08:25:42.384406 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12247 | 2024.12.21 08:25:42.384534 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_85_17, total 24937 rows starting from the beginning of the part | ||
| 12248 | 2024.12.21 08:25:42.384870 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 32 rows starting from the beginning of the part | ||
| 12249 | 2024.12.21 08:25:42.385253 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 12250 | 2024.12.21 08:25:42.385506 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
| 12251 | 2024.12.21 08:25:42.385806 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 165 rows starting from the beginning of the part | ||
| 12252 | 2024.12.21 08:25:42.386141 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part | ||
| 12253 | 2024.12.21 08:25:42.386798 [ 4 ] {a3bf9590-15bc-436c-a2cc-459cf40d4eb1} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12254 | 2024.12.21 08:25:42.386847 [ 4 ] {a3bf9590-15bc-436c-a2cc-459cf40d4eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12255 | 2024.12.21 08:25:42.387677 [ 4 ] {a3bf9590-15bc-436c-a2cc-459cf40d4eb1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12256 | 2024.12.21 08:25:42.387969 [ 4 ] {a3bf9590-15bc-436c-a2cc-459cf40d4eb1} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12257 | 2024.12.21 08:25:42.388326 [ 4 ] {a3bf9590-15bc-436c-a2cc-459cf40d4eb1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004251 sec., 235.2387673488591 rows/sec., 15.85 KiB/sec. | ||
| 12258 | 2024.12.21 08:25:42.388549 [ 4 ] {a3bf9590-15bc-436c-a2cc-459cf40d4eb1} <Debug> TCPHandler: Processed in 0.004807583 sec. | ||
| 12259 | 2024.12.21 08:25:42.388759 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12260 | 2024.12.21 08:25:42.388995 [ 258 ] {c898f69b-28ef-4623-8376-c55e06173b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12261 | 2024.12.21 08:25:42.389247 [ 258 ] {c898f69b-28ef-4623-8376-c55e06173b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12262 | 2024.12.21 08:25:42.390871 [ 258 ] {c898f69b-28ef-4623-8376-c55e06173b4b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12263 | 2024.12.21 08:25:42.390917 [ 258 ] {c898f69b-28ef-4623-8376-c55e06173b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12264 | 2024.12.21 08:25:42.391786 [ 258 ] {c898f69b-28ef-4623-8376-c55e06173b4b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12265 | 2024.12.21 08:25:42.392315 [ 258 ] {c898f69b-28ef-4623-8376-c55e06173b4b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12266 | 2024.12.21 08:25:42.392565 [ 258 ] {c898f69b-28ef-4623-8376-c55e06173b4b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003623 sec., 2208.1148219707425 rows/sec., 3.96 MiB/sec. | ||
| 12267 | 2024.12.21 08:25:42.392740 [ 258 ] {c898f69b-28ef-4623-8376-c55e06173b4b} <Debug> TCPHandler: Processed in 0.004082706 sec. | ||
| 12268 | 2024.12.21 08:25:42.392906 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12269 | 2024.12.21 08:25:42.393104 [ 4 ] {ac359f82-7585-4a0e-81d8-d06f0d7d9ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12270 | 2024.12.21 08:25:42.393199 [ 4 ] {ac359f82-7585-4a0e-81d8-d06f0d7d9ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12271 | 2024.12.21 08:25:42.394183 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25768 rows, containing 5 columns (5 merged, 0 gathered) in 0.010423542 sec., 2472096.3373102928 rows/sec., 166.75 MiB/sec. | ||
| 12272 | 2024.12.21 08:25:42.394266 [ 4 ] {ac359f82-7585-4a0e-81d8-d06f0d7d9ceb} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12273 | 2024.12.21 08:25:42.394316 [ 4 ] {ac359f82-7585-4a0e-81d8-d06f0d7d9ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12274 | 2024.12.21 08:25:42.394433 [ 190 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 12275 | 2024.12.21 08:25:42.395084 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12276 | 2024.12.21 08:25:42.395098 [ 4 ] {ac359f82-7585-4a0e-81d8-d06f0d7d9ceb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12277 | 2024.12.21 08:25:42.395259 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 12278 | 2024.12.21 08:25:42.395445 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 12279 | 2024.12.21 08:25:42.395549 [ 4 ] {ac359f82-7585-4a0e-81d8-d06f0d7d9ceb} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12280 | 2024.12.21 08:25:42.395793 [ 4 ] {ac359f82-7585-4a0e-81d8-d06f0d7d9ceb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002774 sec., 29560.201874549388 rows/sec., 1.88 MiB/sec. | ||
| 12281 | 2024.12.21 08:25:42.395874 [ 4 ] {ac359f82-7585-4a0e-81d8-d06f0d7d9ceb} <Debug> TCPHandler: Processed in 0.003039086 sec. | ||
| 12282 | 2024.12.21 08:25:46.271336 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12283 | 2024.12.21 08:25:46.271410 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12284 | 2024.12.21 08:25:46.445642 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 12285 | 2024.12.21 08:25:46.446293 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12286 | 2024.12.21 08:25:46.446337 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12287 | 2024.12.21 08:25:46.446864 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12288 | 2024.12.21 08:25:46.447116 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12289 | 2024.12.21 08:25:46.447350 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12290 | 2024.12.21 08:25:46.589758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1708 | ||
| 12291 | 2024.12.21 08:25:46.593093 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12292 | 2024.12.21 08:25:46.593160 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12293 | 2024.12.21 08:25:46.594656 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12294 | 2024.12.21 08:25:46.594973 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12295 | 2024.12.21 08:25:46.595547 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1708 | ||
| 12296 | 2024.12.21 08:25:47.355499 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12297 | 2024.12.21 08:25:47.355694 [ 4 ] {80b35279-36f3-45eb-b435-5ecd2a720e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12298 | 2024.12.21 08:25:47.355771 [ 4 ] {80b35279-36f3-45eb-b435-5ecd2a720e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12299 | 2024.12.21 08:25:47.356686 [ 4 ] {80b35279-36f3-45eb-b435-5ecd2a720e66} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12300 | 2024.12.21 08:25:47.356727 [ 4 ] {80b35279-36f3-45eb-b435-5ecd2a720e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12301 | 2024.12.21 08:25:47.357162 [ 4 ] {80b35279-36f3-45eb-b435-5ecd2a720e66} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12302 | 2024.12.21 08:25:47.357428 [ 4 ] {80b35279-36f3-45eb-b435-5ecd2a720e66} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12303 | 2024.12.21 08:25:47.357634 [ 4 ] {80b35279-36f3-45eb-b435-5ecd2a720e66} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001998 sec., 61061.06106106105 rows/sec., 5.19 MiB/sec. | ||
| 12304 | 2024.12.21 08:25:47.357698 [ 4 ] {80b35279-36f3-45eb-b435-5ecd2a720e66} <Debug> TCPHandler: Processed in 0.00232261 sec. | ||
| 12305 | 2024.12.21 08:25:47.357984 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12306 | 2024.12.21 08:25:47.358198 [ 258 ] {a31dff17-d760-4bdf-9280-f0efecb94c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12307 | 2024.12.21 08:25:47.358279 [ 258 ] {a31dff17-d760-4bdf-9280-f0efecb94c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12308 | 2024.12.21 08:25:47.359086 [ 258 ] {a31dff17-d760-4bdf-9280-f0efecb94c2e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12309 | 2024.12.21 08:25:47.359139 [ 258 ] {a31dff17-d760-4bdf-9280-f0efecb94c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12310 | 2024.12.21 08:25:47.359567 [ 258 ] {a31dff17-d760-4bdf-9280-f0efecb94c2e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12311 | 2024.12.21 08:25:47.359816 [ 258 ] {a31dff17-d760-4bdf-9280-f0efecb94c2e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12312 | 2024.12.21 08:25:47.360021 [ 258 ] {a31dff17-d760-4bdf-9280-f0efecb94c2e} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001881 sec., 17543.859649122805 rows/sec., 1.29 MiB/sec. | ||
| 12313 | 2024.12.21 08:25:47.360088 [ 258 ] {a31dff17-d760-4bdf-9280-f0efecb94c2e} <Debug> TCPHandler: Processed in 0.00225193 sec. | ||
| 12314 | 2024.12.21 08:25:47.360258 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12315 | 2024.12.21 08:25:47.360403 [ 4 ] {af5d2375-eb18-4270-b43c-ca7f45c124b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12316 | 2024.12.21 08:25:47.360464 [ 4 ] {af5d2375-eb18-4270-b43c-ca7f45c124b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12317 | 2024.12.21 08:25:47.361115 [ 4 ] {af5d2375-eb18-4270-b43c-ca7f45c124b3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12318 | 2024.12.21 08:25:47.361155 [ 4 ] {af5d2375-eb18-4270-b43c-ca7f45c124b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12319 | 2024.12.21 08:25:47.361541 [ 4 ] {af5d2375-eb18-4270-b43c-ca7f45c124b3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12320 | 2024.12.21 08:25:47.361790 [ 4 ] {af5d2375-eb18-4270-b43c-ca7f45c124b3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12321 | 2024.12.21 08:25:47.362022 [ 4 ] {af5d2375-eb18-4270-b43c-ca7f45c124b3} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001653 sec., 58681.185722928014 rows/sec., 4.58 MiB/sec. | ||
| 12322 | 2024.12.21 08:25:47.362081 [ 4 ] {af5d2375-eb18-4270-b43c-ca7f45c124b3} <Debug> TCPHandler: Processed in 0.001894837 sec. | ||
| 12323 | 2024.12.21 08:25:47.362234 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12324 | 2024.12.21 08:25:47.362383 [ 258 ] {7e8c264b-3254-425c-ad5a-95377177df89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12325 | 2024.12.21 08:25:47.362451 [ 258 ] {7e8c264b-3254-425c-ad5a-95377177df89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12326 | 2024.12.21 08:25:47.363072 [ 258 ] {7e8c264b-3254-425c-ad5a-95377177df89} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12327 | 2024.12.21 08:25:47.363111 [ 258 ] {7e8c264b-3254-425c-ad5a-95377177df89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12328 | 2024.12.21 08:25:47.363512 [ 258 ] {7e8c264b-3254-425c-ad5a-95377177df89} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12329 | 2024.12.21 08:25:47.363754 [ 258 ] {7e8c264b-3254-425c-ad5a-95377177df89} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12330 | 2024.12.21 08:25:47.363975 [ 258 ] {7e8c264b-3254-425c-ad5a-95377177df89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. | ||
| 12331 | 2024.12.21 08:25:47.364080 [ 258 ] {7e8c264b-3254-425c-ad5a-95377177df89} <Debug> TCPHandler: Processed in 0.001908667 sec. | ||
| 12332 | 2024.12.21 08:25:47.364359 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12333 | 2024.12.21 08:25:47.364631 [ 4 ] {e98b5f2f-5ef7-49b0-8948-a0e8f4151373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12334 | 2024.12.21 08:25:47.364743 [ 4 ] {e98b5f2f-5ef7-49b0-8948-a0e8f4151373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12335 | 2024.12.21 08:25:47.365910 [ 4 ] {e98b5f2f-5ef7-49b0-8948-a0e8f4151373} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12336 | 2024.12.21 08:25:47.365949 [ 4 ] {e98b5f2f-5ef7-49b0-8948-a0e8f4151373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12337 | 2024.12.21 08:25:47.366605 [ 4 ] {e98b5f2f-5ef7-49b0-8948-a0e8f4151373} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12338 | 2024.12.21 08:25:47.366866 [ 4 ] {e98b5f2f-5ef7-49b0-8948-a0e8f4151373} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12339 | 2024.12.21 08:25:47.367062 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12340 | 2024.12.21 08:25:47.367136 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12341 | 2024.12.21 08:25:47.367151 [ 4 ] {e98b5f2f-5ef7-49b0-8948-a0e8f4151373} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002568 sec., 12850.467289719627 rows/sec., 23.03 MiB/sec. | ||
| 12342 | 2024.12.21 08:25:47.367181 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12343 | 2024.12.21 08:25:47.367802 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::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 | ||
| 12344 | 2024.12.21 08:25:47.367831 [ 4 ] {e98b5f2f-5ef7-49b0-8948-a0e8f4151373} <Debug> TCPHandler: Processed in 0.003609171 sec. | ||
| 12345 | 2024.12.21 08:25:47.368221 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12346 | 2024.12.21 08:25:47.368709 [ 258 ] {93740371-03d7-470d-a073-83d0c6413f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12347 | 2024.12.21 08:25:47.368906 [ 258 ] {93740371-03d7-470d-a073-83d0c6413f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12348 | 2024.12.21 08:25:47.369676 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12349 | 2024.12.21 08:25:47.370095 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1541 rows starting from the beginning of the part | ||
| 12350 | 2024.12.21 08:25:47.370801 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 33 rows starting from the beginning of the part | ||
| 12351 | 2024.12.21 08:25:47.371536 [ 258 ] {93740371-03d7-470d-a073-83d0c6413f3e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12352 | 2024.12.21 08:25:47.371565 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part | ||
| 12353 | 2024.12.21 08:25:47.371619 [ 258 ] {93740371-03d7-470d-a073-83d0c6413f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12354 | 2024.12.21 08:25:47.372181 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 33 rows starting from the beginning of the part | ||
| 12355 | 2024.12.21 08:25:47.372838 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
| 12356 | 2024.12.21 08:25:47.373075 [ 258 ] {93740371-03d7-470d-a073-83d0c6413f3e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12357 | 2024.12.21 08:25:47.373354 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part | ||
| 12358 | 2024.12.21 08:25:47.373846 [ 258 ] {93740371-03d7-470d-a073-83d0c6413f3e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12359 | 2024.12.21 08:25:47.374253 [ 87 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12360 | 2024.12.21 08:25:47.374368 [ 87 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12361 | 2024.12.21 08:25:47.374448 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12362 | 2024.12.21 08:25:47.374680 [ 258 ] {93740371-03d7-470d-a073-83d0c6413f3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006107 sec., 9824.791223186508 rows/sec., 678.01 KiB/sec. | ||
| 12363 | 2024.12.21 08:25:47.374951 [ 258 ] {93740371-03d7-470d-a073-83d0c6413f3e} <Debug> TCPHandler: Processed in 0.006983201 sec. | ||
| 12364 | 2024.12.21 08:25:47.374996 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 12365 | 2024.12.21 08:25:47.375338 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12366 | 2024.12.21 08:25:47.375425 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5052 rows starting from the beginning of the part | ||
| 12367 | 2024.12.21 08:25:47.375763 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 12368 | 2024.12.21 08:25:47.376118 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
| 12369 | 2024.12.21 08:25:47.376425 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 12370 | 2024.12.21 08:25:47.376681 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 12371 | 2024.12.21 08:25:47.376869 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 12372 | 2024.12.21 08:25:47.380240 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5396 rows, containing 4 columns (4 merged, 0 gathered) in 0.005555729 sec., 971249.6775850658 rows/sec., 63.08 MiB/sec. | ||
| 12373 | 2024.12.21 08:25:47.380800 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12374 | 2024.12.21 08:25:47.381089 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12375 | 2024.12.21 08:25:47.381467 [ 187 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_91_18} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12376 | 2024.12.21 08:25:47.381577 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 12377 | 2024.12.21 08:25:47.385660 [ 193 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 19 columns (19 merged, 0 gathered) in 0.018300771 sec., 90487.99091579256 rows/sec., 162.15 MiB/sec. | ||
| 12378 | 2024.12.21 08:25:47.387009 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12379 | 2024.12.21 08:25:47.387447 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12380 | 2024.12.21 08:25:47.387537 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12381 | 2024.12.21 08:25:47.387667 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 12382 | 2024.12.21 08:25:48.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.76 MiB, peak 256.34 MiB, free memory in arenas 0.00 B, will set to 247.46 MiB (RSS), difference: 2.70 MiB | ||
| 12383 | 2024.12.21 08:25:48.364824 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12384 | 2024.12.21 08:25:48.386780 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12385 | 2024.12.21 08:25:48.386849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12386 | 2024.12.21 08:25:48.394172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12387 | 2024.12.21 08:25:48.394968 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12388 | 2024.12.21 08:25:48.397902 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12389 | 2024.12.21 08:25:50.543217 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12390 | 2024.12.21 08:25:50.543550 [ 4 ] {11628316-35dd-4e91-87b9-f737750a42c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12391 | 2024.12.21 08:25:50.543665 [ 4 ] {11628316-35dd-4e91-87b9-f737750a42c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12392 | 2024.12.21 08:25:50.544488 [ 4 ] {11628316-35dd-4e91-87b9-f737750a42c2} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12393 | 2024.12.21 08:25:50.544537 [ 4 ] {11628316-35dd-4e91-87b9-f737750a42c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12394 | 2024.12.21 08:25:50.544971 [ 4 ] {11628316-35dd-4e91-87b9-f737750a42c2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12395 | 2024.12.21 08:25:50.545227 [ 4 ] {11628316-35dd-4e91-87b9-f737750a42c2} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12396 | 2024.12.21 08:25:50.545485 [ 4 ] {11628316-35dd-4e91-87b9-f737750a42c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00202 sec., 6930.693069306931 rows/sec., 498.92 KiB/sec. | ||
| 12397 | 2024.12.21 08:25:50.545554 [ 4 ] {11628316-35dd-4e91-87b9-f737750a42c2} <Debug> TCPHandler: Processed in 0.002519413 sec. | ||
| 12398 | 2024.12.21 08:25:50.545830 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12399 | 2024.12.21 08:25:50.546045 [ 258 ] {43fb3604-ffbd-475d-babe-0637905409ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12400 | 2024.12.21 08:25:50.546128 [ 258 ] {43fb3604-ffbd-475d-babe-0637905409ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12401 | 2024.12.21 08:25:50.546939 [ 258 ] {43fb3604-ffbd-475d-babe-0637905409ed} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12402 | 2024.12.21 08:25:50.546991 [ 258 ] {43fb3604-ffbd-475d-babe-0637905409ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12403 | 2024.12.21 08:25:50.547409 [ 258 ] {43fb3604-ffbd-475d-babe-0637905409ed} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12404 | 2024.12.21 08:25:50.547661 [ 258 ] {43fb3604-ffbd-475d-babe-0637905409ed} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12405 | 2024.12.21 08:25:50.547957 [ 258 ] {43fb3604-ffbd-475d-babe-0637905409ed} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001958 sec., 2042.9009193054135 rows/sec., 166.58 KiB/sec. | ||
| 12406 | 2024.12.21 08:25:50.548071 [ 258 ] {43fb3604-ffbd-475d-babe-0637905409ed} <Debug> TCPHandler: Processed in 0.002378091 sec. | ||
| 12407 | 2024.12.21 08:25:50.548328 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12408 | 2024.12.21 08:25:50.548514 [ 4 ] {cee26504-0bae-4c3c-8a13-55909dd31f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12409 | 2024.12.21 08:25:50.548576 [ 4 ] {cee26504-0bae-4c3c-8a13-55909dd31f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12410 | 2024.12.21 08:25:50.549913 [ 4 ] {cee26504-0bae-4c3c-8a13-55909dd31f5c} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12411 | 2024.12.21 08:25:50.549955 [ 4 ] {cee26504-0bae-4c3c-8a13-55909dd31f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12412 | 2024.12.21 08:25:50.550429 [ 4 ] {cee26504-0bae-4c3c-8a13-55909dd31f5c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12413 | 2024.12.21 08:25:50.550674 [ 4 ] {cee26504-0bae-4c3c-8a13-55909dd31f5c} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12414 | 2024.12.21 08:25:50.550884 [ 40 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12415 | 2024.12.21 08:25:50.550908 [ 4 ] {cee26504-0bae-4c3c-8a13-55909dd31f5c} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.00243 sec., 560082.304526749 rows/sec., 46.73 MiB/sec. | ||
| 12416 | 2024.12.21 08:25:50.551015 [ 40 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12417 | 2024.12.21 08:25:50.551088 [ 4 ] {cee26504-0bae-4c3c-8a13-55909dd31f5c} <Debug> TCPHandler: Processed in 0.002916705 sec. | ||
| 12418 | 2024.12.21 08:25:50.551117 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12419 | 2024.12.21 08:25:50.551306 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12420 | 2024.12.21 08:25:50.551378 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12421 | 2024.12.21 08:25:50.551582 [ 258 ] {a6d39b9b-7490-4ad6-b11d-c92c2060ba15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12422 | 2024.12.21 08:25:50.551614 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12423 | 2024.12.21 08:25:50.551698 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1437 rows starting from the beginning of the part | ||
| 12424 | 2024.12.21 08:25:50.551699 [ 258 ] {a6d39b9b-7490-4ad6-b11d-c92c2060ba15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12425 | 2024.12.21 08:25:50.552017 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 219 rows starting from the beginning of the part | ||
| 12426 | 2024.12.21 08:25:50.552461 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 127 rows starting from the beginning of the part | ||
| 12427 | 2024.12.21 08:25:50.552930 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 219 rows starting from the beginning of the part | ||
| 12428 | 2024.12.21 08:25:50.553224 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 122 rows starting from the beginning of the part | ||
| 12429 | 2024.12.21 08:25:50.553495 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1361 rows starting from the beginning of the part | ||
| 12430 | 2024.12.21 08:25:50.554418 [ 258 ] {a6d39b9b-7490-4ad6-b11d-c92c2060ba15} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12431 | 2024.12.21 08:25:50.554485 [ 258 ] {a6d39b9b-7490-4ad6-b11d-c92c2060ba15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12432 | 2024.12.21 08:25:50.555433 [ 258 ] {a6d39b9b-7490-4ad6-b11d-c92c2060ba15} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12433 | 2024.12.21 08:25:50.555861 [ 258 ] {a6d39b9b-7490-4ad6-b11d-c92c2060ba15} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12434 | 2024.12.21 08:25:50.556186 [ 258 ] {a6d39b9b-7490-4ad6-b11d-c92c2060ba15} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.004704 sec., 4039.1156462585036 rows/sec., 284.21 KiB/sec. | ||
| 12435 | 2024.12.21 08:25:50.556341 [ 258 ] {a6d39b9b-7490-4ad6-b11d-c92c2060ba15} <Debug> TCPHandler: Processed in 0.005140885 sec. | ||
| 12436 | 2024.12.21 08:25:50.556638 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12437 | 2024.12.21 08:25:50.557192 [ 4 ] {d46842e1-2602-4dbf-a248-90466fe3eaf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12438 | 2024.12.21 08:25:50.557432 [ 4 ] {d46842e1-2602-4dbf-a248-90466fe3eaf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12439 | 2024.12.21 08:25:50.557461 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3485 rows, containing 5 columns (5 merged, 0 gathered) in 0.006201684 sec., 561944.1429134409 rows/sec., 49.43 MiB/sec. | ||
| 12440 | 2024.12.21 08:25:50.557923 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12441 | 2024.12.21 08:25:50.558840 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12442 | 2024.12.21 08:25:50.558966 [ 193 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_96_19} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12443 | 2024.12.21 08:25:50.559048 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 12444 | 2024.12.21 08:25:50.559332 [ 4 ] {d46842e1-2602-4dbf-a248-90466fe3eaf9} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12445 | 2024.12.21 08:25:50.559371 [ 4 ] {d46842e1-2602-4dbf-a248-90466fe3eaf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12446 | 2024.12.21 08:25:50.559736 [ 4 ] {d46842e1-2602-4dbf-a248-90466fe3eaf9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12447 | 2024.12.21 08:25:50.559974 [ 4 ] {d46842e1-2602-4dbf-a248-90466fe3eaf9} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12448 | 2024.12.21 08:25:50.560217 [ 4 ] {d46842e1-2602-4dbf-a248-90466fe3eaf9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003224 sec., 75062.0347394541 rows/sec., 5.09 MiB/sec. | ||
| 12449 | 2024.12.21 08:25:50.560327 [ 4 ] {d46842e1-2602-4dbf-a248-90466fe3eaf9} <Debug> TCPHandler: Processed in 0.003853764 sec. | ||
| 12450 | 2024.12.21 08:25:50.560578 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12451 | 2024.12.21 08:25:50.560723 [ 258 ] {975a0b96-e3aa-4d38-8f42-2ee84bd8bc8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12452 | 2024.12.21 08:25:50.560782 [ 258 ] {975a0b96-e3aa-4d38-8f42-2ee84bd8bc8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12453 | 2024.12.21 08:25:50.561490 [ 258 ] {975a0b96-e3aa-4d38-8f42-2ee84bd8bc8f} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12454 | 2024.12.21 08:25:50.561537 [ 258 ] {975a0b96-e3aa-4d38-8f42-2ee84bd8bc8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12455 | 2024.12.21 08:25:50.561921 [ 258 ] {975a0b96-e3aa-4d38-8f42-2ee84bd8bc8f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12456 | 2024.12.21 08:25:50.562161 [ 258 ] {975a0b96-e3aa-4d38-8f42-2ee84bd8bc8f} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12457 | 2024.12.21 08:25:50.562367 [ 258 ] {975a0b96-e3aa-4d38-8f42-2ee84bd8bc8f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001676 sec., 7756.5632458233895 rows/sec., 483.62 KiB/sec. | ||
| 12458 | 2024.12.21 08:25:50.562422 [ 258 ] {975a0b96-e3aa-4d38-8f42-2ee84bd8bc8f} <Debug> TCPHandler: Processed in 0.001972167 sec. | ||
| 12459 | 2024.12.21 08:25:50.562577 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12460 | 2024.12.21 08:25:50.562694 [ 4 ] {aa0f0748-b1f1-4b4d-b808-5a8d6f4ba5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12461 | 2024.12.21 08:25:50.562743 [ 4 ] {aa0f0748-b1f1-4b4d-b808-5a8d6f4ba5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12462 | 2024.12.21 08:25:50.564091 [ 4 ] {aa0f0748-b1f1-4b4d-b808-5a8d6f4ba5d8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12463 | 2024.12.21 08:25:50.564130 [ 4 ] {aa0f0748-b1f1-4b4d-b808-5a8d6f4ba5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12464 | 2024.12.21 08:25:50.564527 [ 4 ] {aa0f0748-b1f1-4b4d-b808-5a8d6f4ba5d8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12465 | 2024.12.21 08:25:50.564764 [ 4 ] {aa0f0748-b1f1-4b4d-b808-5a8d6f4ba5d8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12466 | 2024.12.21 08:25:50.564964 [ 168 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12467 | 2024.12.21 08:25:50.564991 [ 4 ] {aa0f0748-b1f1-4b4d-b808-5a8d6f4ba5d8} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002321 sec., 366221.4562688496 rows/sec., 26.48 MiB/sec. | ||
| 12468 | 2024.12.21 08:25:50.565055 [ 168 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12469 | 2024.12.21 08:25:50.565115 [ 4 ] {aa0f0748-b1f1-4b4d-b808-5a8d6f4ba5d8} <Debug> TCPHandler: Processed in 0.002592393 sec. | ||
| 12470 | 2024.12.21 08:25:50.565139 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12471 | 2024.12.21 08:25:50.565360 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12472 | 2024.12.21 08:25:50.565527 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12473 | 2024.12.21 08:25:50.565800 [ 258 ] {eba3a018-3fcc-4e34-ae90-16e6b94a24ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12474 | 2024.12.21 08:25:50.566065 [ 258 ] {eba3a018-3fcc-4e34-ae90-16e6b94a24ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12475 | 2024.12.21 08:25:50.566205 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12476 | 2024.12.21 08:25:50.566368 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part | ||
| 12477 | 2024.12.21 08:25:50.566773 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 390 rows starting from the beginning of the part | ||
| 12478 | 2024.12.21 08:25:50.567352 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 107 rows starting from the beginning of the part | ||
| 12479 | 2024.12.21 08:25:50.567857 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 390 rows starting from the beginning of the part | ||
| 12480 | 2024.12.21 08:25:50.568664 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 97 rows starting from the beginning of the part | ||
| 12481 | 2024.12.21 08:25:50.569120 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 850 rows starting from the beginning of the part | ||
| 12482 | 2024.12.21 08:25:50.570163 [ 258 ] {eba3a018-3fcc-4e34-ae90-16e6b94a24ac} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12483 | 2024.12.21 08:25:50.570221 [ 258 ] {eba3a018-3fcc-4e34-ae90-16e6b94a24ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12484 | 2024.12.21 08:25:50.571078 [ 258 ] {eba3a018-3fcc-4e34-ae90-16e6b94a24ac} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12485 | 2024.12.21 08:25:50.571582 [ 258 ] {eba3a018-3fcc-4e34-ae90-16e6b94a24ac} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12486 | 2024.12.21 08:25:50.571948 [ 258 ] {eba3a018-3fcc-4e34-ae90-16e6b94a24ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006354 sec., 944.2870632672332 rows/sec., 49.34 KiB/sec. | ||
| 12487 | 2024.12.21 08:25:50.572030 [ 258 ] {eba3a018-3fcc-4e34-ae90-16e6b94a24ac} <Debug> TCPHandler: Processed in 0.00681435 sec. | ||
| 12488 | 2024.12.21 08:25:50.572368 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12489 | 2024.12.21 08:25:50.572484 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2749 rows, containing 5 columns (5 merged, 0 gathered) in 0.007209624 sec., 381295.8900491898 rows/sec., 29.10 MiB/sec. | ||
| 12490 | 2024.12.21 08:25:50.572678 [ 4 ] {5910240a-483d-4d65-95d5-52df97a847a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12491 | 2024.12.21 08:25:50.572725 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12492 | 2024.12.21 08:25:50.572842 [ 4 ] {5910240a-483d-4d65-95d5-52df97a847a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12493 | 2024.12.21 08:25:50.573353 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12494 | 2024.12.21 08:25:50.573459 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_96_19} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12495 | 2024.12.21 08:25:50.573555 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 12496 | 2024.12.21 08:25:50.573975 [ 4 ] {5910240a-483d-4d65-95d5-52df97a847a8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12497 | 2024.12.21 08:25:50.574018 [ 4 ] {5910240a-483d-4d65-95d5-52df97a847a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12498 | 2024.12.21 08:25:50.574487 [ 4 ] {5910240a-483d-4d65-95d5-52df97a847a8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12499 | 2024.12.21 08:25:50.574725 [ 4 ] {5910240a-483d-4d65-95d5-52df97a847a8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12500 | 2024.12.21 08:25:50.574963 [ 4 ] {5910240a-483d-4d65-95d5-52df97a847a8} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002369 sec., 391304.347826087 rows/sec., 26.11 MiB/sec. | ||
| 12501 | 2024.12.21 08:25:50.575071 [ 4 ] {5910240a-483d-4d65-95d5-52df97a847a8} <Debug> TCPHandler: Processed in 0.002920146 sec. | ||
| 12502 | 2024.12.21 08:25:50.575285 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12503 | 2024.12.21 08:25:50.575529 [ 258 ] {5f2ed79e-e226-4d93-ae48-34a8390c7c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12504 | 2024.12.21 08:25:50.575591 [ 258 ] {5f2ed79e-e226-4d93-ae48-34a8390c7c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12505 | 2024.12.21 08:25:50.576093 [ 258 ] {5f2ed79e-e226-4d93-ae48-34a8390c7c85} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12506 | 2024.12.21 08:25:50.576132 [ 258 ] {5f2ed79e-e226-4d93-ae48-34a8390c7c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12507 | 2024.12.21 08:25:50.576480 [ 258 ] {5f2ed79e-e226-4d93-ae48-34a8390c7c85} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12508 | 2024.12.21 08:25:50.576708 [ 258 ] {5f2ed79e-e226-4d93-ae48-34a8390c7c85} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12509 | 2024.12.21 08:25:50.576930 [ 258 ] {5f2ed79e-e226-4d93-ae48-34a8390c7c85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 12510 | 2024.12.21 08:25:50.576982 [ 258 ] {5f2ed79e-e226-4d93-ae48-34a8390c7c85} <Debug> TCPHandler: Processed in 0.001812176 sec. | ||
| 12511 | 2024.12.21 08:25:50.577140 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12512 | 2024.12.21 08:25:50.577278 [ 4 ] {c3918143-1ace-4687-ab81-f9382d85a528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12513 | 2024.12.21 08:25:50.577371 [ 4 ] {c3918143-1ace-4687-ab81-f9382d85a528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12514 | 2024.12.21 08:25:50.578547 [ 4 ] {c3918143-1ace-4687-ab81-f9382d85a528} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12515 | 2024.12.21 08:25:50.578586 [ 4 ] {c3918143-1ace-4687-ab81-f9382d85a528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12516 | 2024.12.21 08:25:50.579212 [ 4 ] {c3918143-1ace-4687-ab81-f9382d85a528} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12517 | 2024.12.21 08:25:50.579468 [ 4 ] {c3918143-1ace-4687-ab81-f9382d85a528} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12518 | 2024.12.21 08:25:50.579719 [ 4 ] {c3918143-1ace-4687-ab81-f9382d85a528} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002471 sec., 3237.555645487657 rows/sec., 5.80 MiB/sec. | ||
| 12519 | 2024.12.21 08:25:50.579823 [ 4 ] {c3918143-1ace-4687-ab81-f9382d85a528} <Debug> TCPHandler: Processed in 0.002751374 sec. | ||
| 12520 | 2024.12.21 08:25:50.580000 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12521 | 2024.12.21 08:25:50.580139 [ 258 ] {ae06bedf-67a3-41a9-9892-26cb501c1c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12522 | 2024.12.21 08:25:50.580197 [ 258 ] {ae06bedf-67a3-41a9-9892-26cb501c1c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12523 | 2024.12.21 08:25:50.580773 [ 258 ] {ae06bedf-67a3-41a9-9892-26cb501c1c4d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12524 | 2024.12.21 08:25:50.580819 [ 258 ] {ae06bedf-67a3-41a9-9892-26cb501c1c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12525 | 2024.12.21 08:25:50.581187 [ 258 ] {ae06bedf-67a3-41a9-9892-26cb501c1c4d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12526 | 2024.12.21 08:25:50.581427 [ 258 ] {ae06bedf-67a3-41a9-9892-26cb501c1c4d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12527 | 2024.12.21 08:25:50.581630 [ 258 ] {ae06bedf-67a3-41a9-9892-26cb501c1c4d} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001522 sec., 45992.11563731932 rows/sec., 2.89 MiB/sec. | ||
| 12528 | 2024.12.21 08:25:50.581681 [ 258 ] {ae06bedf-67a3-41a9-9892-26cb501c1c4d} <Debug> TCPHandler: Processed in 0.001745795 sec. | ||
| 12529 | 2024.12.21 08:25:52.347773 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12530 | 2024.12.21 08:25:52.347964 [ 4 ] {12337749-8333-4865-8cca-0a45cd4b8fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12531 | 2024.12.21 08:25:52.348038 [ 4 ] {12337749-8333-4865-8cca-0a45cd4b8fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12532 | 2024.12.21 08:25:52.348827 [ 4 ] {12337749-8333-4865-8cca-0a45cd4b8fb3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12533 | 2024.12.21 08:25:52.348881 [ 4 ] {12337749-8333-4865-8cca-0a45cd4b8fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12534 | 2024.12.21 08:25:52.349321 [ 4 ] {12337749-8333-4865-8cca-0a45cd4b8fb3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12535 | 2024.12.21 08:25:52.349573 [ 4 ] {12337749-8333-4865-8cca-0a45cd4b8fb3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12536 | 2024.12.21 08:25:52.349803 [ 4 ] {12337749-8333-4865-8cca-0a45cd4b8fb3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.28 MiB/sec. | ||
| 12537 | 2024.12.21 08:25:52.349870 [ 4 ] {12337749-8333-4865-8cca-0a45cd4b8fb3} <Debug> TCPHandler: Processed in 0.00223123 sec. | ||
| 12538 | 2024.12.21 08:25:52.350159 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12539 | 2024.12.21 08:25:52.350355 [ 258 ] {9e3c83ad-adaa-48d8-99c1-a429f44d0318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12540 | 2024.12.21 08:25:52.350431 [ 258 ] {9e3c83ad-adaa-48d8-99c1-a429f44d0318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12541 | 2024.12.21 08:25:52.351274 [ 258 ] {9e3c83ad-adaa-48d8-99c1-a429f44d0318} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12542 | 2024.12.21 08:25:52.351329 [ 258 ] {9e3c83ad-adaa-48d8-99c1-a429f44d0318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12543 | 2024.12.21 08:25:52.351795 [ 258 ] {9e3c83ad-adaa-48d8-99c1-a429f44d0318} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12544 | 2024.12.21 08:25:52.352052 [ 258 ] {9e3c83ad-adaa-48d8-99c1-a429f44d0318} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12545 | 2024.12.21 08:25:52.352296 [ 258 ] {9e3c83ad-adaa-48d8-99c1-a429f44d0318} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001992 sec., 32128.514056224903 rows/sec., 2.51 MiB/sec. | ||
| 12546 | 2024.12.21 08:25:52.352367 [ 258 ] {9e3c83ad-adaa-48d8-99c1-a429f44d0318} <Debug> TCPHandler: Processed in 0.00236098 sec. | ||
| 12547 | 2024.12.21 08:25:52.352520 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12548 | 2024.12.21 08:25:52.352647 [ 4 ] {a1aa1924-987c-4626-b3e1-712834d214fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12549 | 2024.12.21 08:25:52.352704 [ 4 ] {a1aa1924-987c-4626-b3e1-712834d214fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12550 | 2024.12.21 08:25:52.353279 [ 4 ] {a1aa1924-987c-4626-b3e1-712834d214fe} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12551 | 2024.12.21 08:25:52.353319 [ 4 ] {a1aa1924-987c-4626-b3e1-712834d214fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12552 | 2024.12.21 08:25:52.353712 [ 4 ] {a1aa1924-987c-4626-b3e1-712834d214fe} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12553 | 2024.12.21 08:25:52.353964 [ 4 ] {a1aa1924-987c-4626-b3e1-712834d214fe} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12554 | 2024.12.21 08:25:52.354190 [ 4 ] {a1aa1924-987c-4626-b3e1-712834d214fe} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001574 sec., 20330.36848792884 rows/sec., 1.42 MiB/sec. | ||
| 12555 | 2024.12.21 08:25:52.354246 [ 4 ] {a1aa1924-987c-4626-b3e1-712834d214fe} <Debug> TCPHandler: Processed in 0.001783216 sec. | ||
| 12556 | 2024.12.21 08:25:52.354424 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12557 | 2024.12.21 08:25:52.354576 [ 258 ] {26317725-1074-400a-9f94-dce010d9940b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12558 | 2024.12.21 08:25:52.354641 [ 258 ] {26317725-1074-400a-9f94-dce010d9940b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12559 | 2024.12.21 08:25:52.355208 [ 258 ] {26317725-1074-400a-9f94-dce010d9940b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12560 | 2024.12.21 08:25:52.355252 [ 258 ] {26317725-1074-400a-9f94-dce010d9940b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12561 | 2024.12.21 08:25:52.355634 [ 258 ] {26317725-1074-400a-9f94-dce010d9940b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12562 | 2024.12.21 08:25:52.355873 [ 258 ] {26317725-1074-400a-9f94-dce010d9940b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12563 | 2024.12.21 08:25:52.356101 [ 258 ] {26317725-1074-400a-9f94-dce010d9940b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001563 sec., 7677.543186180423 rows/sec., 529.83 KiB/sec. | ||
| 12564 | 2024.12.21 08:25:52.356162 [ 258 ] {26317725-1074-400a-9f94-dce010d9940b} <Debug> TCPHandler: Processed in 0.001809176 sec. | ||
| 12565 | 2024.12.21 08:25:53.947601 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 12566 | 2024.12.21 08:25:53.948229 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12567 | 2024.12.21 08:25:53.948271 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12568 | 2024.12.21 08:25:53.948765 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12569 | 2024.12.21 08:25:53.949012 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12570 | 2024.12.21 08:25:53.949242 [ 153 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12571 | 2024.12.21 08:25:53.949262 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 12572 | 2024.12.21 08:25:53.949345 [ 153 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12573 | 2024.12.21 08:25:53.949378 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12574 | 2024.12.21 08:25:53.949543 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 12575 | 2024.12.21 08:25:53.949774 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12576 | 2024.12.21 08:25:53.949843 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 12577 | 2024.12.21 08:25:53.949947 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 12578 | 2024.12.21 08:25:53.950036 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 12579 | 2024.12.21 08:25:53.950252 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 12580 | 2024.12.21 08:25:53.950397 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 12581 | 2024.12.21 08:25:53.950598 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 12582 | 2024.12.21 08:25:53.953311 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003853674 sec., 7249705.086626424 rows/sec., 103.71 MiB/sec. | ||
| 12583 | 2024.12.21 08:25:53.953739 [ 201 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12584 | 2024.12.21 08:25:53.954099 [ 201 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12585 | 2024.12.21 08:25:53.954189 [ 201 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_61_12} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12586 | 2024.12.21 08:25:53.954307 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 12587 | 2024.12.21 08:25:55.898103 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12588 | 2024.12.21 08:25:55.920295 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12589 | 2024.12.21 08:25:55.920358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12590 | 2024.12.21 08:25:55.927850 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12591 | 2024.12.21 08:25:55.928591 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12592 | 2024.12.21 08:25:55.929069 [ 77 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12593 | 2024.12.21 08:25:55.929205 [ 77 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12594 | 2024.12.21 08:25:55.929274 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12595 | 2024.12.21 08:25:55.929916 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 12596 | 2024.12.21 08:25:55.947665 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12597 | 2024.12.21 08:25:55.948835 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12598 | 2024.12.21 08:25:55.950187 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 12599 | 2024.12.21 08:25:55.955337 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 12600 | 2024.12.21 08:25:55.960990 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 12601 | 2024.12.21 08:25:55.966819 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 12602 | 2024.12.21 08:25:55.972851 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 12603 | 2024.12.21 08:25:55.977650 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 12604 | 2024.12.21 08:25:56.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.98 MiB, peak 257.98 MiB, free memory in arenas 0.00 B, will set to 248.82 MiB (RSS), difference: -9.17 MiB | ||
| 12605 | 2024.12.21 08:25:56.040739 [ 195 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.111295401 sec., 4133.144728954254 rows/sec., 21.37 MiB/sec. | ||
| 12606 | 2024.12.21 08:25:56.044402 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12607 | 2024.12.21 08:25:56.047395 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12608 | 2024.12.21 08:25:56.047485 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_61_12} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12609 | 2024.12.21 08:25:56.049925 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 12610 | 2024.12.21 08:25:56.595989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1752 | ||
| 12611 | 2024.12.21 08:25:56.599532 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12612 | 2024.12.21 08:25:56.599584 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12613 | 2024.12.21 08:25:56.601098 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12614 | 2024.12.21 08:25:56.601400 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12615 | 2024.12.21 08:25:56.601963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1752 | ||
| 12616 | 2024.12.21 08:25:57.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.40 MiB, peak 257.98 MiB, free memory in arenas 0.00 B, will set to 249.76 MiB (RSS), difference: 10.36 MiB | ||
| 12617 | 2024.12.21 08:25:57.356050 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12618 | 2024.12.21 08:25:57.356363 [ 4 ] {94e7a187-e4a6-4715-a2ae-61801554d2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12619 | 2024.12.21 08:25:57.356482 [ 4 ] {94e7a187-e4a6-4715-a2ae-61801554d2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12620 | 2024.12.21 08:25:57.357559 [ 4 ] {94e7a187-e4a6-4715-a2ae-61801554d2a9} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12621 | 2024.12.21 08:25:57.357614 [ 4 ] {94e7a187-e4a6-4715-a2ae-61801554d2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12622 | 2024.12.21 08:25:57.358073 [ 4 ] {94e7a187-e4a6-4715-a2ae-61801554d2a9} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12623 | 2024.12.21 08:25:57.358339 [ 4 ] {94e7a187-e4a6-4715-a2ae-61801554d2a9} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12624 | 2024.12.21 08:25:57.358597 [ 4 ] {94e7a187-e4a6-4715-a2ae-61801554d2a9} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002319 sec., 52608.883139284175 rows/sec., 4.47 MiB/sec. | ||
| 12625 | 2024.12.21 08:25:57.358664 [ 4 ] {94e7a187-e4a6-4715-a2ae-61801554d2a9} <Debug> TCPHandler: Processed in 0.002766694 sec. | ||
| 12626 | 2024.12.21 08:25:57.358934 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12627 | 2024.12.21 08:25:57.359130 [ 258 ] {73570d0b-81d9-41d5-b1aa-125b13868acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12628 | 2024.12.21 08:25:57.359201 [ 258 ] {73570d0b-81d9-41d5-b1aa-125b13868acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12629 | 2024.12.21 08:25:57.359955 [ 258 ] {73570d0b-81d9-41d5-b1aa-125b13868acc} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12630 | 2024.12.21 08:25:57.360002 [ 258 ] {73570d0b-81d9-41d5-b1aa-125b13868acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12631 | 2024.12.21 08:25:57.361119 [ 258 ] {73570d0b-81d9-41d5-b1aa-125b13868acc} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12632 | 2024.12.21 08:25:57.361399 [ 258 ] {73570d0b-81d9-41d5-b1aa-125b13868acc} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12633 | 2024.12.21 08:25:57.361547 [ 151 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12634 | 2024.12.21 08:25:57.361589 [ 151 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12635 | 2024.12.21 08:25:57.361612 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12636 | 2024.12.21 08:25:57.361612 [ 258 ] {73570d0b-81d9-41d5-b1aa-125b13868acc} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002531 sec., 13038.32477281707 rows/sec., 980.42 KiB/sec. | ||
| 12637 | 2024.12.21 08:25:57.361867 [ 258 ] {73570d0b-81d9-41d5-b1aa-125b13868acc} <Debug> TCPHandler: Processed in 0.003057987 sec. | ||
| 12638 | 2024.12.21 08:25:57.361975 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 12639 | 2024.12.21 08:25:57.362317 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12640 | 2024.12.21 08:25:57.362442 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12641 | 2024.12.21 08:25:57.362573 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 66 rows starting from the beginning of the part | ||
| 12642 | 2024.12.21 08:25:57.362862 [ 4 ] {ae74adb5-f326-49d9-9541-15a4e4e67d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12643 | 2024.12.21 08:25:57.363072 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 43 rows starting from the beginning of the part | ||
| 12644 | 2024.12.21 08:25:57.363135 [ 4 ] {ae74adb5-f326-49d9-9541-15a4e4e67d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12645 | 2024.12.21 08:25:57.363675 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 15 rows starting from the beginning of the part | ||
| 12646 | 2024.12.21 08:25:57.364012 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 33 rows starting from the beginning of the part | ||
| 12647 | 2024.12.21 08:25:57.364307 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 19 rows starting from the beginning of the part | ||
| 12648 | 2024.12.21 08:25:57.364664 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 33 rows starting from the beginning of the part | ||
| 12649 | 2024.12.21 08:25:57.366198 [ 4 ] {ae74adb5-f326-49d9-9541-15a4e4e67d63} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12650 | 2024.12.21 08:25:57.366269 [ 4 ] {ae74adb5-f326-49d9-9541-15a4e4e67d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12651 | 2024.12.21 08:25:57.367348 [ 4 ] {ae74adb5-f326-49d9-9541-15a4e4e67d63} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12652 | 2024.12.21 08:25:57.367520 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.005787811 sec., 36110.37057015165 rows/sec., 2.72 MiB/sec. | ||
| 12653 | 2024.12.21 08:25:57.367798 [ 4 ] {ae74adb5-f326-49d9-9541-15a4e4e67d63} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12654 | 2024.12.21 08:25:57.367826 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12655 | 2024.12.21 08:25:57.368213 [ 4 ] {ae74adb5-f326-49d9-9541-15a4e4e67d63} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005587 sec., 17361.73259352067 rows/sec., 1.36 MiB/sec. | ||
| 12656 | 2024.12.21 08:25:57.368376 [ 4 ] {ae74adb5-f326-49d9-9541-15a4e4e67d63} <Debug> TCPHandler: Processed in 0.006395297 sec. | ||
| 12657 | 2024.12.21 08:25:57.368581 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12658 | 2024.12.21 08:25:57.368582 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12659 | 2024.12.21 08:25:57.368780 [ 258 ] {6fe849d3-52bf-4e8a-9420-b8c8368e11c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12660 | 2024.12.21 08:25:57.368808 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_86_17} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12661 | 2024.12.21 08:25:57.368864 [ 258 ] {6fe849d3-52bf-4e8a-9420-b8c8368e11c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12662 | 2024.12.21 08:25:57.369003 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12663 | 2024.12.21 08:25:57.369617 [ 258 ] {6fe849d3-52bf-4e8a-9420-b8c8368e11c8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12664 | 2024.12.21 08:25:57.369661 [ 258 ] {6fe849d3-52bf-4e8a-9420-b8c8368e11c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12665 | 2024.12.21 08:25:57.370089 [ 258 ] {6fe849d3-52bf-4e8a-9420-b8c8368e11c8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12666 | 2024.12.21 08:25:57.370335 [ 258 ] {6fe849d3-52bf-4e8a-9420-b8c8368e11c8} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12667 | 2024.12.21 08:25:57.370521 [ 258 ] {6fe849d3-52bf-4e8a-9420-b8c8368e11c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001794 sec., 89186.17614269788 rows/sec., 6.21 MiB/sec. | ||
| 12668 | 2024.12.21 08:25:57.370584 [ 258 ] {6fe849d3-52bf-4e8a-9420-b8c8368e11c8} <Debug> TCPHandler: Processed in 0.002113898 sec. | ||
| 12669 | 2024.12.21 08:25:57.370759 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12670 | 2024.12.21 08:25:57.370903 [ 4 ] {38edbfaa-c9a7-4d50-a6f6-769df8781d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12671 | 2024.12.21 08:25:57.370997 [ 4 ] {38edbfaa-c9a7-4d50-a6f6-769df8781d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12672 | 2024.12.21 08:25:57.372212 [ 4 ] {38edbfaa-c9a7-4d50-a6f6-769df8781d64} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12673 | 2024.12.21 08:25:57.372252 [ 4 ] {38edbfaa-c9a7-4d50-a6f6-769df8781d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12674 | 2024.12.21 08:25:57.372934 [ 4 ] {38edbfaa-c9a7-4d50-a6f6-769df8781d64} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12675 | 2024.12.21 08:25:57.373217 [ 4 ] {38edbfaa-c9a7-4d50-a6f6-769df8781d64} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12676 | 2024.12.21 08:25:57.373467 [ 4 ] {38edbfaa-c9a7-4d50-a6f6-769df8781d64} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002599 sec., 12697.191227395151 rows/sec., 22.75 MiB/sec. | ||
| 12677 | 2024.12.21 08:25:57.373589 [ 4 ] {38edbfaa-c9a7-4d50-a6f6-769df8781d64} <Debug> TCPHandler: Processed in 0.002899696 sec. | ||
| 12678 | 2024.12.21 08:25:57.373755 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12679 | 2024.12.21 08:25:57.373877 [ 258 ] {23542bbd-da54-4f0f-81e7-6b07f3e78d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12680 | 2024.12.21 08:25:57.373930 [ 258 ] {23542bbd-da54-4f0f-81e7-6b07f3e78d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12681 | 2024.12.21 08:25:57.374435 [ 258 ] {23542bbd-da54-4f0f-81e7-6b07f3e78d7f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12682 | 2024.12.21 08:25:57.374473 [ 258 ] {23542bbd-da54-4f0f-81e7-6b07f3e78d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12683 | 2024.12.21 08:25:57.374954 [ 258 ] {23542bbd-da54-4f0f-81e7-6b07f3e78d7f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12684 | 2024.12.21 08:25:57.375357 [ 258 ] {23542bbd-da54-4f0f-81e7-6b07f3e78d7f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12685 | 2024.12.21 08:25:57.375586 [ 258 ] {23542bbd-da54-4f0f-81e7-6b07f3e78d7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001733 sec., 34622.042700519334 rows/sec., 2.33 MiB/sec. | ||
| 12686 | 2024.12.21 08:25:57.375678 [ 258 ] {23542bbd-da54-4f0f-81e7-6b07f3e78d7f} <Debug> TCPHandler: Processed in 0.001980568 sec. | ||
| 12687 | 2024.12.21 08:26:01.271662 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12688 | 2024.12.21 08:26:01.271767 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12689 | 2024.12.21 08:26:01.449580 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 12690 | 2024.12.21 08:26:01.450636 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12691 | 2024.12.21 08:26:01.450683 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12692 | 2024.12.21 08:26:01.451199 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12693 | 2024.12.21 08:26:01.451460 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12694 | 2024.12.21 08:26:01.451741 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 12695 | 2024.12.21 08:26:01.656716 [ 150 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 5 parts from all_1_40_8 to all_44_44_0 | ||
| 12696 | 2024.12.21 08:26:01.656819 [ 150 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12697 | 2024.12.21 08:26:01.656864 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12698 | 2024.12.21 08:26:01.657117 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_40_8 to all_44_44_0 into Compact with storage Full | ||
| 12699 | 2024.12.21 08:26:01.657552 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12700 | 2024.12.21 08:26:01.657609 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 244 rows starting from the beginning of the part | ||
| 12701 | 2024.12.21 08:26:01.657703 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 242 rows starting from the beginning of the part | ||
| 12702 | 2024.12.21 08:26:01.657939 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 12703 | 2024.12.21 08:26:01.658190 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 12704 | 2024.12.21 08:26:01.658356 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 242 rows starting from the beginning of the part | ||
| 12705 | 2024.12.21 08:26:01.659607 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.002643254 sec., 286011.10600797355 rows/sec., 20.47 MiB/sec. | ||
| 12706 | 2024.12.21 08:26:01.659777 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 12707 | 2024.12.21 08:26:01.660323 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12708 | 2024.12.21 08:26:01.660408 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_44_9} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 5 parts: [all_1_40_8, all_44_44_0] -> all_1_44_9 | ||
| 12709 | 2024.12.21 08:26:01.660483 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 12710 | 2024.12.21 08:26:02.359222 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12711 | 2024.12.21 08:26:02.359436 [ 4 ] {5d4ed1a7-8ce9-447b-b76d-aba85b7c6398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12712 | 2024.12.21 08:26:02.359517 [ 4 ] {5d4ed1a7-8ce9-447b-b76d-aba85b7c6398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12713 | 2024.12.21 08:26:02.360369 [ 4 ] {5d4ed1a7-8ce9-447b-b76d-aba85b7c6398} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12714 | 2024.12.21 08:26:02.360421 [ 4 ] {5d4ed1a7-8ce9-447b-b76d-aba85b7c6398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12715 | 2024.12.21 08:26:02.360853 [ 4 ] {5d4ed1a7-8ce9-447b-b76d-aba85b7c6398} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12716 | 2024.12.21 08:26:02.361110 [ 4 ] {5d4ed1a7-8ce9-447b-b76d-aba85b7c6398} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12717 | 2024.12.21 08:26:02.361363 [ 4 ] {5d4ed1a7-8ce9-447b-b76d-aba85b7c6398} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001982 sec., 7063.572149344098 rows/sec., 508.48 KiB/sec. | ||
| 12718 | 2024.12.21 08:26:02.361443 [ 4 ] {5d4ed1a7-8ce9-447b-b76d-aba85b7c6398} <Debug> TCPHandler: Processed in 0.002359821 sec. | ||
| 12719 | 2024.12.21 08:26:02.361743 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12720 | 2024.12.21 08:26:02.361958 [ 258 ] {36dd0619-89c0-4aa7-8ced-7b20b982abe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12721 | 2024.12.21 08:26:02.362043 [ 258 ] {36dd0619-89c0-4aa7-8ced-7b20b982abe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12722 | 2024.12.21 08:26:02.362940 [ 258 ] {36dd0619-89c0-4aa7-8ced-7b20b982abe1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12723 | 2024.12.21 08:26:02.362995 [ 258 ] {36dd0619-89c0-4aa7-8ced-7b20b982abe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12724 | 2024.12.21 08:26:02.363441 [ 258 ] {36dd0619-89c0-4aa7-8ced-7b20b982abe1} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12725 | 2024.12.21 08:26:02.363687 [ 258 ] {36dd0619-89c0-4aa7-8ced-7b20b982abe1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12726 | 2024.12.21 08:26:02.363947 [ 258 ] {36dd0619-89c0-4aa7-8ced-7b20b982abe1} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002043 sec., 107195.30102790015 rows/sec., 9.36 MiB/sec. | ||
| 12727 | 2024.12.21 08:26:02.364034 [ 258 ] {36dd0619-89c0-4aa7-8ced-7b20b982abe1} <Debug> TCPHandler: Processed in 0.002450212 sec. | ||
| 12728 | 2024.12.21 08:26:02.364331 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12729 | 2024.12.21 08:26:02.364592 [ 4 ] {1da1e1c4-1d49-45c1-8ddf-187c7d6c64d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12730 | 2024.12.21 08:26:02.364688 [ 4 ] {1da1e1c4-1d49-45c1-8ddf-187c7d6c64d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12731 | 2024.12.21 08:26:02.365543 [ 4 ] {1da1e1c4-1d49-45c1-8ddf-187c7d6c64d3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12732 | 2024.12.21 08:26:02.365584 [ 4 ] {1da1e1c4-1d49-45c1-8ddf-187c7d6c64d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12733 | 2024.12.21 08:26:02.365945 [ 4 ] {1da1e1c4-1d49-45c1-8ddf-187c7d6c64d3} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12734 | 2024.12.21 08:26:02.366183 [ 4 ] {1da1e1c4-1d49-45c1-8ddf-187c7d6c64d3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12735 | 2024.12.21 08:26:02.366395 [ 4 ] {1da1e1c4-1d49-45c1-8ddf-187c7d6c64d3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001863 sec., 8051.529790660225 rows/sec., 567.70 KiB/sec. | ||
| 12736 | 2024.12.21 08:26:02.366449 [ 4 ] {1da1e1c4-1d49-45c1-8ddf-187c7d6c64d3} <Debug> TCPHandler: Processed in 0.002314361 sec. | ||
| 12737 | 2024.12.21 08:26:02.366606 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12738 | 2024.12.21 08:26:02.366729 [ 258 ] {71757f9f-27ad-4e78-8a75-bd6a7f097857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12739 | 2024.12.21 08:26:02.366783 [ 258 ] {71757f9f-27ad-4e78-8a75-bd6a7f097857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12740 | 2024.12.21 08:26:02.367436 [ 148 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 5 parts from all_1_40_8 to all_44_44_0 | ||
| 12741 | 2024.12.21 08:26:02.367444 [ 258 ] {71757f9f-27ad-4e78-8a75-bd6a7f097857} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12742 | 2024.12.21 08:26:02.367517 [ 148 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12743 | 2024.12.21 08:26:02.367539 [ 258 ] {71757f9f-27ad-4e78-8a75-bd6a7f097857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12744 | 2024.12.21 08:26:02.367590 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12745 | 2024.12.21 08:26:02.368020 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_40_8 to all_44_44_0 into Compact with storage Full | ||
| 12746 | 2024.12.21 08:26:02.368745 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12747 | 2024.12.21 08:26:02.368815 [ 258 ] {71757f9f-27ad-4e78-8a75-bd6a7f097857} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12748 | 2024.12.21 08:26:02.368869 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part | ||
| 12749 | 2024.12.21 08:26:02.369181 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 12750 | 2024.12.21 08:26:02.369547 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12751 | 2024.12.21 08:26:02.369614 [ 258 ] {71757f9f-27ad-4e78-8a75-bd6a7f097857} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12752 | 2024.12.21 08:26:02.369858 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 12753 | 2024.12.21 08:26:02.370306 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 12754 | 2024.12.21 08:26:02.370333 [ 258 ] {71757f9f-27ad-4e78-8a75-bd6a7f097857} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003624 sec., 3863.1346578366447 rows/sec., 270.55 KiB/sec. | ||
| 12755 | 2024.12.21 08:26:02.370646 [ 258 ] {71757f9f-27ad-4e78-8a75-bd6a7f097857} <Debug> TCPHandler: Processed in 0.004096156 sec. | ||
| 12756 | 2024.12.21 08:26:02.370867 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12757 | 2024.12.21 08:26:02.371116 [ 4 ] {86c4621e-f5ce-4956-9bf0-9498a0eb6cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12758 | 2024.12.21 08:26:02.371219 [ 4 ] {86c4621e-f5ce-4956-9bf0-9498a0eb6cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12759 | 2024.12.21 08:26:02.373765 [ 4 ] {86c4621e-f5ce-4956-9bf0-9498a0eb6cc0} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12760 | 2024.12.21 08:26:02.373812 [ 196 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 4 columns (4 merged, 0 gathered) in 0.006069994 sec., 7248.771580334345 rows/sec., 487.16 KiB/sec. | ||
| 12761 | 2024.12.21 08:26:02.373824 [ 4 ] {86c4621e-f5ce-4956-9bf0-9498a0eb6cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12762 | 2024.12.21 08:26:02.374077 [ 196 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 12763 | 2024.12.21 08:26:02.374558 [ 4 ] {86c4621e-f5ce-4956-9bf0-9498a0eb6cc0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12764 | 2024.12.21 08:26:02.374713 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12765 | 2024.12.21 08:26:02.374893 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_44_9} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 5 parts: [all_1_40_8, all_44_44_0] -> all_1_44_9 | ||
| 12766 | 2024.12.21 08:26:02.374998 [ 4 ] {86c4621e-f5ce-4956-9bf0-9498a0eb6cc0} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2024.12.21 08:26:02.375088 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12768 | 2024.12.21 08:26:02.375336 [ 4 ] {86c4621e-f5ce-4956-9bf0-9498a0eb6cc0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004295 sec., 3026.775320139697 rows/sec., 188.72 KiB/sec. | ||
| 12769 | 2024.12.21 08:26:02.375405 [ 4 ] {86c4621e-f5ce-4956-9bf0-9498a0eb6cc0} <Debug> TCPHandler: Processed in 0.004629801 sec. | ||
| 12770 | 2024.12.21 08:26:02.375605 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12771 | 2024.12.21 08:26:02.375745 [ 258 ] {29b9a07b-919e-46c2-b208-e6bfcb2fe75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12772 | 2024.12.21 08:26:02.375804 [ 258 ] {29b9a07b-919e-46c2-b208-e6bfcb2fe75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12773 | 2024.12.21 08:26:02.376640 [ 258 ] {29b9a07b-919e-46c2-b208-e6bfcb2fe75c} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12774 | 2024.12.21 08:26:02.376682 [ 258 ] {29b9a07b-919e-46c2-b208-e6bfcb2fe75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12775 | 2024.12.21 08:26:02.377076 [ 258 ] {29b9a07b-919e-46c2-b208-e6bfcb2fe75c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12776 | 2024.12.21 08:26:02.377315 [ 258 ] {29b9a07b-919e-46c2-b208-e6bfcb2fe75c} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12777 | 2024.12.21 08:26:02.377527 [ 258 ] {29b9a07b-919e-46c2-b208-e6bfcb2fe75c} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001814 sec., 214994.4873208379 rows/sec., 15.25 MiB/sec. | ||
| 12778 | 2024.12.21 08:26:02.377584 [ 258 ] {29b9a07b-919e-46c2-b208-e6bfcb2fe75c} <Debug> TCPHandler: Processed in 0.002045918 sec. | ||
| 12779 | 2024.12.21 08:26:02.377743 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12780 | 2024.12.21 08:26:02.377882 [ 4 ] {31e9b5df-c2a9-42f9-afd2-75e6f439bfb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12781 | 2024.12.21 08:26:02.377940 [ 4 ] {31e9b5df-c2a9-42f9-afd2-75e6f439bfb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12782 | 2024.12.21 08:26:02.378466 [ 4 ] {31e9b5df-c2a9-42f9-afd2-75e6f439bfb9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12783 | 2024.12.21 08:26:02.378504 [ 4 ] {31e9b5df-c2a9-42f9-afd2-75e6f439bfb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12784 | 2024.12.21 08:26:02.378867 [ 4 ] {31e9b5df-c2a9-42f9-afd2-75e6f439bfb9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12785 | 2024.12.21 08:26:02.379105 [ 4 ] {31e9b5df-c2a9-42f9-afd2-75e6f439bfb9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12786 | 2024.12.21 08:26:02.379340 [ 4 ] {31e9b5df-c2a9-42f9-afd2-75e6f439bfb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 12787 | 2024.12.21 08:26:02.379391 [ 4 ] {31e9b5df-c2a9-42f9-afd2-75e6f439bfb9} <Debug> TCPHandler: Processed in 0.001713615 sec. | ||
| 12788 | 2024.12.21 08:26:02.379549 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12789 | 2024.12.21 08:26:02.379686 [ 258 ] {deda3cb4-c189-4d4c-a26e-6779afe59e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12790 | 2024.12.21 08:26:02.379750 [ 258 ] {deda3cb4-c189-4d4c-a26e-6779afe59e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12791 | 2024.12.21 08:26:02.380432 [ 258 ] {deda3cb4-c189-4d4c-a26e-6779afe59e73} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12792 | 2024.12.21 08:26:02.380471 [ 258 ] {deda3cb4-c189-4d4c-a26e-6779afe59e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12793 | 2024.12.21 08:26:02.380854 [ 258 ] {deda3cb4-c189-4d4c-a26e-6779afe59e73} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12794 | 2024.12.21 08:26:02.381085 [ 258 ] {deda3cb4-c189-4d4c-a26e-6779afe59e73} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12795 | 2024.12.21 08:26:02.381253 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
| 12796 | 2024.12.21 08:26:02.381315 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12797 | 2024.12.21 08:26:02.381329 [ 258 ] {deda3cb4-c189-4d4c-a26e-6779afe59e73} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001668 sec., 142086.3309352518 rows/sec., 9.52 MiB/sec. | ||
| 12798 | 2024.12.21 08:26:02.381361 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12799 | 2024.12.21 08:26:02.381510 [ 258 ] {deda3cb4-c189-4d4c-a26e-6779afe59e73} <Debug> TCPHandler: Processed in 0.002020878 sec. | ||
| 12800 | 2024.12.21 08:26:02.381598 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full | ||
| 12801 | 2024.12.21 08:26:02.381743 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12802 | 2024.12.21 08:26:02.381806 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12803 | 2024.12.21 08:26:02.381857 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 25768 rows starting from the beginning of the part | ||
| 12804 | 2024.12.21 08:26:02.382043 [ 4 ] {6ad92f0b-da58-4ed2-8625-2f3c807c239d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12805 | 2024.12.21 08:26:02.382163 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 12806 | 2024.12.21 08:26:02.382260 [ 4 ] {6ad92f0b-da58-4ed2-8625-2f3c807c239d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12807 | 2024.12.21 08:26:02.382512 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 927 rows starting from the beginning of the part | ||
| 12808 | 2024.12.21 08:26:02.382950 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 32 rows starting from the beginning of the part | ||
| 12809 | 2024.12.21 08:26:02.383385 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
| 12810 | 2024.12.21 08:26:02.383685 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
| 12811 | 2024.12.21 08:26:02.384639 [ 4 ] {6ad92f0b-da58-4ed2-8625-2f3c807c239d} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12812 | 2024.12.21 08:26:02.384707 [ 4 ] {6ad92f0b-da58-4ed2-8625-2f3c807c239d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12813 | 2024.12.21 08:26:02.385331 [ 4 ] {6ad92f0b-da58-4ed2-8625-2f3c807c239d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12814 | 2024.12.21 08:26:02.385655 [ 4 ] {6ad92f0b-da58-4ed2-8625-2f3c807c239d} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12815 | 2024.12.21 08:26:02.386055 [ 4 ] {6ad92f0b-da58-4ed2-8625-2f3c807c239d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004133 sec., 241.95499637067502 rows/sec., 16.30 KiB/sec. | ||
| 12816 | 2024.12.21 08:26:02.386195 [ 4 ] {6ad92f0b-da58-4ed2-8625-2f3c807c239d} <Debug> TCPHandler: Processed in 0.0045468 sec. | ||
| 12817 | 2024.12.21 08:26:02.386437 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12818 | 2024.12.21 08:26:02.386717 [ 258 ] {0ff0625d-f941-425b-89e3-13fd3786b861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12819 | 2024.12.21 08:26:02.386971 [ 258 ] {0ff0625d-f941-425b-89e3-13fd3786b861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12820 | 2024.12.21 08:26:02.388556 [ 258 ] {0ff0625d-f941-425b-89e3-13fd3786b861} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12821 | 2024.12.21 08:26:02.388604 [ 258 ] {0ff0625d-f941-425b-89e3-13fd3786b861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12822 | 2024.12.21 08:26:02.389560 [ 258 ] {0ff0625d-f941-425b-89e3-13fd3786b861} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12823 | 2024.12.21 08:26:02.389917 [ 258 ] {0ff0625d-f941-425b-89e3-13fd3786b861} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12824 | 2024.12.21 08:26:02.390334 [ 258 ] {0ff0625d-f941-425b-89e3-13fd3786b861} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003722 sec., 2149.38205265986 rows/sec., 3.85 MiB/sec. | ||
| 12825 | 2024.12.21 08:26:02.390969 [ 258 ] {0ff0625d-f941-425b-89e3-13fd3786b861} <Debug> TCPHandler: Processed in 0.004656171 sec. | ||
| 12826 | 2024.12.21 08:26:02.391386 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12827 | 2024.12.21 08:26:02.391607 [ 4 ] {f01d2a2d-06e6-44d1-bea9-53a973867d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12828 | 2024.12.21 08:26:02.391671 [ 4 ] {f01d2a2d-06e6-44d1-bea9-53a973867d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12829 | 2024.12.21 08:26:02.392396 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27284 rows, containing 5 columns (5 merged, 0 gathered) in 0.010911707 sec., 2500433.7084930893 rows/sec., 168.66 MiB/sec. | ||
| 12830 | 2024.12.21 08:26:02.392650 [ 4 ] {f01d2a2d-06e6-44d1-bea9-53a973867d70} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12831 | 2024.12.21 08:26:02.392709 [ 4 ] {f01d2a2d-06e6-44d1-bea9-53a973867d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12832 | 2024.12.21 08:26:02.392757 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
| 12833 | 2024.12.21 08:26:02.393435 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12834 | 2024.12.21 08:26:02.393580 [ 4 ] {f01d2a2d-06e6-44d1-bea9-53a973867d70} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12835 | 2024.12.21 08:26:02.393592 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
| 12836 | 2024.12.21 08:26:02.393756 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 12837 | 2024.12.21 08:26:02.393966 [ 4 ] {f01d2a2d-06e6-44d1-bea9-53a973867d70} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12838 | 2024.12.21 08:26:02.394214 [ 4 ] {f01d2a2d-06e6-44d1-bea9-53a973867d70} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002639 sec., 31072.37589996211 rows/sec., 1.97 MiB/sec. | ||
| 12839 | 2024.12.21 08:26:02.394280 [ 4 ] {f01d2a2d-06e6-44d1-bea9-53a973867d70} <Debug> TCPHandler: Processed in 0.003199258 sec. | ||
| 12840 | 2024.12.21 08:26:03.447883 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12841 | 2024.12.21 08:26:03.468367 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12842 | 2024.12.21 08:26:03.468423 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 12843 | 2024.12.21 08:26:03.475498 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12844 | 2024.12.21 08:26:03.476251 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12845 | 2024.12.21 08:26:03.479932 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12846 | 2024.12.21 08:26:06.602365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1786 | ||
| 12847 | 2024.12.21 08:26:06.606985 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12848 | 2024.12.21 08:26:06.607041 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12849 | 2024.12.21 08:26:06.608542 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12850 | 2024.12.21 08:26:06.608856 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12851 | 2024.12.21 08:26:06.609446 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1786 | ||
| 12852 | 2024.12.21 08:26:07.356191 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12853 | 2024.12.21 08:26:07.356406 [ 4 ] {2539bb90-afe0-44b0-93fa-b2608983834d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12854 | 2024.12.21 08:26:07.356479 [ 4 ] {2539bb90-afe0-44b0-93fa-b2608983834d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12855 | 2024.12.21 08:26:07.357301 [ 4 ] {2539bb90-afe0-44b0-93fa-b2608983834d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12856 | 2024.12.21 08:26:07.357355 [ 4 ] {2539bb90-afe0-44b0-93fa-b2608983834d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12857 | 2024.12.21 08:26:07.357810 [ 4 ] {2539bb90-afe0-44b0-93fa-b2608983834d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12858 | 2024.12.21 08:26:07.358063 [ 4 ] {2539bb90-afe0-44b0-93fa-b2608983834d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12859 | 2024.12.21 08:26:07.358319 [ 4 ] {2539bb90-afe0-44b0-93fa-b2608983834d} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001973 sec., 61834.769386720734 rows/sec., 5.26 MiB/sec. | ||
| 12860 | 2024.12.21 08:26:07.358388 [ 4 ] {2539bb90-afe0-44b0-93fa-b2608983834d} <Debug> TCPHandler: Processed in 0.002336701 sec. | ||
| 12861 | 2024.12.21 08:26:07.358656 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12862 | 2024.12.21 08:26:07.358875 [ 258 ] {3501cf54-a5ca-42bc-acaf-323c49879ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12863 | 2024.12.21 08:26:07.358956 [ 258 ] {3501cf54-a5ca-42bc-acaf-323c49879ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12864 | 2024.12.21 08:26:07.359772 [ 258 ] {3501cf54-a5ca-42bc-acaf-323c49879ef3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12865 | 2024.12.21 08:26:07.359814 [ 258 ] {3501cf54-a5ca-42bc-acaf-323c49879ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12866 | 2024.12.21 08:26:07.360275 [ 258 ] {3501cf54-a5ca-42bc-acaf-323c49879ef3} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12867 | 2024.12.21 08:26:07.360533 [ 258 ] {3501cf54-a5ca-42bc-acaf-323c49879ef3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12868 | 2024.12.21 08:26:07.360737 [ 258 ] {3501cf54-a5ca-42bc-acaf-323c49879ef3} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001921 sec., 17178.552837064028 rows/sec., 1.26 MiB/sec. | ||
| 12869 | 2024.12.21 08:26:07.360801 [ 258 ] {3501cf54-a5ca-42bc-acaf-323c49879ef3} <Debug> TCPHandler: Processed in 0.00228172 sec. | ||
| 12870 | 2024.12.21 08:26:07.360966 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12871 | 2024.12.21 08:26:07.361111 [ 4 ] {e6893859-6cc1-49b8-933a-0df2079a9585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12872 | 2024.12.21 08:26:07.361173 [ 4 ] {e6893859-6cc1-49b8-933a-0df2079a9585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12873 | 2024.12.21 08:26:07.361860 [ 4 ] {e6893859-6cc1-49b8-933a-0df2079a9585} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12874 | 2024.12.21 08:26:07.361901 [ 4 ] {e6893859-6cc1-49b8-933a-0df2079a9585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12875 | 2024.12.21 08:26:07.362278 [ 4 ] {e6893859-6cc1-49b8-933a-0df2079a9585} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12876 | 2024.12.21 08:26:07.362514 [ 4 ] {e6893859-6cc1-49b8-933a-0df2079a9585} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12877 | 2024.12.21 08:26:07.362742 [ 4 ] {e6893859-6cc1-49b8-933a-0df2079a9585} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001666 sec., 58223.289315726295 rows/sec., 4.55 MiB/sec. | ||
| 12878 | 2024.12.21 08:26:07.362797 [ 4 ] {e6893859-6cc1-49b8-933a-0df2079a9585} <Debug> TCPHandler: Processed in 0.001900617 sec. | ||
| 12879 | 2024.12.21 08:26:07.362962 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12880 | 2024.12.21 08:26:07.363090 [ 258 ] {0fee4bf6-c5de-4a78-9c30-dbe07e2d4ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12881 | 2024.12.21 08:26:07.363150 [ 258 ] {0fee4bf6-c5de-4a78-9c30-dbe07e2d4ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12882 | 2024.12.21 08:26:07.363760 [ 258 ] {0fee4bf6-c5de-4a78-9c30-dbe07e2d4ea2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12883 | 2024.12.21 08:26:07.363809 [ 258 ] {0fee4bf6-c5de-4a78-9c30-dbe07e2d4ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12884 | 2024.12.21 08:26:07.364231 [ 258 ] {0fee4bf6-c5de-4a78-9c30-dbe07e2d4ea2} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12885 | 2024.12.21 08:26:07.364479 [ 258 ] {0fee4bf6-c5de-4a78-9c30-dbe07e2d4ea2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12886 | 2024.12.21 08:26:07.364730 [ 258 ] {0fee4bf6-c5de-4a78-9c30-dbe07e2d4ea2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001668 sec., 95923.26139088729 rows/sec., 6.68 MiB/sec. | ||
| 12887 | 2024.12.21 08:26:07.364800 [ 258 ] {0fee4bf6-c5de-4a78-9c30-dbe07e2d4ea2} <Debug> TCPHandler: Processed in 0.001896287 sec. | ||
| 12888 | 2024.12.21 08:26:07.365016 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12889 | 2024.12.21 08:26:07.365237 [ 4 ] {165442b4-a8bc-42b5-b6cf-4cbc46a3dba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12890 | 2024.12.21 08:26:07.365391 [ 4 ] {165442b4-a8bc-42b5-b6cf-4cbc46a3dba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12891 | 2024.12.21 08:26:07.367497 [ 4 ] {165442b4-a8bc-42b5-b6cf-4cbc46a3dba4} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12892 | 2024.12.21 08:26:07.367534 [ 4 ] {165442b4-a8bc-42b5-b6cf-4cbc46a3dba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12893 | 2024.12.21 08:26:07.368153 [ 4 ] {165442b4-a8bc-42b5-b6cf-4cbc46a3dba4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12894 | 2024.12.21 08:26:07.368465 [ 4 ] {165442b4-a8bc-42b5-b6cf-4cbc46a3dba4} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12895 | 2024.12.21 08:26:07.368728 [ 4 ] {165442b4-a8bc-42b5-b6cf-4cbc46a3dba4} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003544 sec., 9311.512415349887 rows/sec., 16.69 MiB/sec. | ||
| 12896 | 2024.12.21 08:26:07.368847 [ 4 ] {165442b4-a8bc-42b5-b6cf-4cbc46a3dba4} <Debug> TCPHandler: Processed in 0.003940925 sec. | ||
| 12897 | 2024.12.21 08:26:07.369009 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12898 | 2024.12.21 08:26:07.369155 [ 258 ] {1331bfdb-107c-4438-87e0-470fc92288bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12899 | 2024.12.21 08:26:07.369219 [ 258 ] {1331bfdb-107c-4438-87e0-470fc92288bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12900 | 2024.12.21 08:26:07.369757 [ 258 ] {1331bfdb-107c-4438-87e0-470fc92288bf} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12901 | 2024.12.21 08:26:07.369798 [ 258 ] {1331bfdb-107c-4438-87e0-470fc92288bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12902 | 2024.12.21 08:26:07.370173 [ 258 ] {1331bfdb-107c-4438-87e0-470fc92288bf} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12903 | 2024.12.21 08:26:07.370404 [ 258 ] {1331bfdb-107c-4438-87e0-470fc92288bf} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12904 | 2024.12.21 08:26:07.370602 [ 142 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12905 | 2024.12.21 08:26:07.370662 [ 258 ] {1331bfdb-107c-4438-87e0-470fc92288bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec. | ||
| 12906 | 2024.12.21 08:26:07.370726 [ 142 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12907 | 2024.12.21 08:26:07.370764 [ 258 ] {1331bfdb-107c-4438-87e0-470fc92288bf} <Debug> TCPHandler: Processed in 0.001821606 sec. | ||
| 12908 | 2024.12.21 08:26:07.370844 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12909 | 2024.12.21 08:26:07.371107 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12910 | 2024.12.21 08:26:07.371383 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12911 | 2024.12.21 08:26:07.371454 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5396 rows starting from the beginning of the part | ||
| 12912 | 2024.12.21 08:26:07.371539 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 70 rows starting from the beginning of the part | ||
| 12913 | 2024.12.21 08:26:07.371643 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 12 rows starting from the beginning of the part | ||
| 12914 | 2024.12.21 08:26:07.371785 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 12915 | 2024.12.21 08:26:07.371891 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part | ||
| 12916 | 2024.12.21 08:26:07.371974 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 12917 | 2024.12.21 08:26:07.373852 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5680 rows, containing 4 columns (4 merged, 0 gathered) in 0.002862075 sec., 1984574.1289099692 rows/sec., 128.90 MiB/sec. | ||
| 12918 | 2024.12.21 08:26:07.374274 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12919 | 2024.12.21 08:26:07.374612 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12920 | 2024.12.21 08:26:07.374701 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_96_19} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12921 | 2024.12.21 08:26:07.374793 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 12922 | 2024.12.21 08:26:08.951995 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 12923 | 2024.12.21 08:26:08.952700 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12924 | 2024.12.21 08:26:08.952743 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12925 | 2024.12.21 08:26:08.953275 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12926 | 2024.12.21 08:26:08.953533 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12927 | 2024.12.21 08:26:08.953737 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 12928 | 2024.12.21 08:26:10.980130 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12929 | 2024.12.21 08:26:11.001468 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12930 | 2024.12.21 08:26:11.001530 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12931 | 2024.12.21 08:26:11.008846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12932 | 2024.12.21 08:26:11.009618 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12933 | 2024.12.21 08:26:11.012401 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12934 | 2024.12.21 08:26:12.359552 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12935 | 2024.12.21 08:26:12.359858 [ 4 ] {c2013ee3-c59c-4ad0-ad99-6388bcf58521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12936 | 2024.12.21 08:26:12.359974 [ 4 ] {c2013ee3-c59c-4ad0-ad99-6388bcf58521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12937 | 2024.12.21 08:26:12.361069 [ 4 ] {c2013ee3-c59c-4ad0-ad99-6388bcf58521} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12938 | 2024.12.21 08:26:12.361113 [ 4 ] {c2013ee3-c59c-4ad0-ad99-6388bcf58521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12939 | 2024.12.21 08:26:12.361559 [ 4 ] {c2013ee3-c59c-4ad0-ad99-6388bcf58521} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12940 | 2024.12.21 08:26:12.361809 [ 4 ] {c2013ee3-c59c-4ad0-ad99-6388bcf58521} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12941 | 2024.12.21 08:26:12.362023 [ 4 ] {c2013ee3-c59c-4ad0-ad99-6388bcf58521} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00225 sec., 6222.222222222223 rows/sec., 447.92 KiB/sec. | ||
| 12942 | 2024.12.21 08:26:12.362091 [ 4 ] {c2013ee3-c59c-4ad0-ad99-6388bcf58521} <Debug> TCPHandler: Processed in 0.002726693 sec. | ||
| 12943 | 2024.12.21 08:26:12.362367 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12944 | 2024.12.21 08:26:12.362584 [ 258 ] {92c01861-1ae7-4fcb-a74c-70ea5ad52cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12945 | 2024.12.21 08:26:12.362659 [ 258 ] {92c01861-1ae7-4fcb-a74c-70ea5ad52cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12946 | 2024.12.21 08:26:12.363598 [ 258 ] {92c01861-1ae7-4fcb-a74c-70ea5ad52cec} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12947 | 2024.12.21 08:26:12.363661 [ 258 ] {92c01861-1ae7-4fcb-a74c-70ea5ad52cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12948 | 2024.12.21 08:26:12.364223 [ 258 ] {92c01861-1ae7-4fcb-a74c-70ea5ad52cec} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12949 | 2024.12.21 08:26:12.364788 [ 258 ] {92c01861-1ae7-4fcb-a74c-70ea5ad52cec} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12950 | 2024.12.21 08:26:12.365222 [ 137 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12951 | 2024.12.21 08:26:12.365282 [ 137 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12952 | 2024.12.21 08:26:12.365321 [ 258 ] {92c01861-1ae7-4fcb-a74c-70ea5ad52cec} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002788 sec., 78550.9325681492 rows/sec., 6.86 MiB/sec. | ||
| 12953 | 2024.12.21 08:26:12.365327 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12954 | 2024.12.21 08:26:12.365529 [ 258 ] {92c01861-1ae7-4fcb-a74c-70ea5ad52cec} <Debug> TCPHandler: Processed in 0.003294129 sec. | ||
| 12955 | 2024.12.21 08:26:12.365637 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12956 | 2024.12.21 08:26:12.365744 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12957 | 2024.12.21 08:26:12.365944 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12958 | 2024.12.21 08:26:12.366015 [ 4 ] {564fe991-f529-482b-9a64-e9728ff5e1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12959 | 2024.12.21 08:26:12.366034 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1437 rows starting from the beginning of the part | ||
| 12960 | 2024.12.21 08:26:12.366123 [ 4 ] {564fe991-f529-482b-9a64-e9728ff5e1ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12961 | 2024.12.21 08:26:12.366382 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part | ||
| 12962 | 2024.12.21 08:26:12.366754 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 122 rows starting from the beginning of the part | ||
| 12963 | 2024.12.21 08:26:12.367099 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 219 rows starting from the beginning of the part | ||
| 12964 | 2024.12.21 08:26:12.367578 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 122 rows starting from the beginning of the part | ||
| 12965 | 2024.12.21 08:26:12.367979 [ 188 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 219 rows starting from the beginning of the part | ||
| 12966 | 2024.12.21 08:26:12.368981 [ 4 ] {564fe991-f529-482b-9a64-e9728ff5e1ef} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12967 | 2024.12.21 08:26:12.369065 [ 4 ] {564fe991-f529-482b-9a64-e9728ff5e1ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12968 | 2024.12.21 08:26:12.369975 [ 4 ] {564fe991-f529-482b-9a64-e9728ff5e1ef} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12969 | 2024.12.21 08:26:12.370483 [ 4 ] {564fe991-f529-482b-9a64-e9728ff5e1ef} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12970 | 2024.12.21 08:26:12.370774 [ 4 ] {564fe991-f529-482b-9a64-e9728ff5e1ef} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004832 sec., 3104.304635761589 rows/sec., 218.88 KiB/sec. | ||
| 12971 | 2024.12.21 08:26:12.370966 [ 4 ] {564fe991-f529-482b-9a64-e9728ff5e1ef} <Debug> TCPHandler: Processed in 0.005314767 sec. | ||
| 12972 | 2024.12.21 08:26:12.371267 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12973 | 2024.12.21 08:26:12.371421 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005939823 sec., 366172.5273631891 rows/sec., 32.32 MiB/sec. | ||
| 12974 | 2024.12.21 08:26:12.371480 [ 258 ] {dc3133f1-82ca-48a4-9779-19c9ca9319fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12975 | 2024.12.21 08:26:12.371549 [ 258 ] {dc3133f1-82ca-48a4-9779-19c9ca9319fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12976 | 2024.12.21 08:26:12.371704 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12977 | 2024.12.21 08:26:12.372108 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12978 | 2024.12.21 08:26:12.372238 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_101_20} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12979 | 2024.12.21 08:26:12.372370 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 12980 | 2024.12.21 08:26:12.372424 [ 258 ] {dc3133f1-82ca-48a4-9779-19c9ca9319fe} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12981 | 2024.12.21 08:26:12.372465 [ 258 ] {dc3133f1-82ca-48a4-9779-19c9ca9319fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12982 | 2024.12.21 08:26:12.372823 [ 258 ] {dc3133f1-82ca-48a4-9779-19c9ca9319fe} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12983 | 2024.12.21 08:26:12.373068 [ 258 ] {dc3133f1-82ca-48a4-9779-19c9ca9319fe} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12984 | 2024.12.21 08:26:12.373309 [ 258 ] {dc3133f1-82ca-48a4-9779-19c9ca9319fe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001869 sec., 7490.63670411985 rows/sec., 524.60 KiB/sec. | ||
| 12985 | 2024.12.21 08:26:12.373413 [ 258 ] {dc3133f1-82ca-48a4-9779-19c9ca9319fe} <Debug> TCPHandler: Processed in 0.00231086 sec. | ||
| 12986 | 2024.12.21 08:26:12.373617 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12987 | 2024.12.21 08:26:12.373735 [ 4 ] {0a685d8a-f897-4a5e-afda-2b16f9ff7cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12988 | 2024.12.21 08:26:12.373785 [ 4 ] {0a685d8a-f897-4a5e-afda-2b16f9ff7cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12989 | 2024.12.21 08:26:12.374444 [ 4 ] {0a685d8a-f897-4a5e-afda-2b16f9ff7cc0} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12990 | 2024.12.21 08:26:12.374496 [ 4 ] {0a685d8a-f897-4a5e-afda-2b16f9ff7cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 12991 | 2024.12.21 08:26:12.374890 [ 4 ] {0a685d8a-f897-4a5e-afda-2b16f9ff7cc0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12992 | 2024.12.21 08:26:12.375140 [ 4 ] {0a685d8a-f897-4a5e-afda-2b16f9ff7cc0} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12993 | 2024.12.21 08:26:12.375325 [ 4 ] {0a685d8a-f897-4a5e-afda-2b16f9ff7cc0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001615 sec., 8049.5356037151705 rows/sec., 501.89 KiB/sec. | ||
| 12994 | 2024.12.21 08:26:12.375384 [ 4 ] {0a685d8a-f897-4a5e-afda-2b16f9ff7cc0} <Debug> TCPHandler: Processed in 0.001852087 sec. | ||
| 12995 | 2024.12.21 08:26:12.375547 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12996 | 2024.12.21 08:26:12.375679 [ 258 ] {d3942eab-215b-4794-9f53-61babb50c919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12997 | 2024.12.21 08:26:12.375733 [ 258 ] {d3942eab-215b-4794-9f53-61babb50c919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12998 | 2024.12.21 08:26:12.376537 [ 258 ] {d3942eab-215b-4794-9f53-61babb50c919} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12999 | 2024.12.21 08:26:12.376580 [ 258 ] {d3942eab-215b-4794-9f53-61babb50c919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13000 | 2024.12.21 08:26:12.376981 [ 258 ] {d3942eab-215b-4794-9f53-61babb50c919} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13001 | 2024.12.21 08:26:12.377221 [ 258 ] {d3942eab-215b-4794-9f53-61babb50c919} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13002 | 2024.12.21 08:26:12.377427 [ 136 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13003 | 2024.12.21 08:26:12.377447 [ 258 ] {d3942eab-215b-4794-9f53-61babb50c919} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001796 sec., 217149.2204899777 rows/sec., 15.40 MiB/sec. | ||
| 13004 | 2024.12.21 08:26:12.377493 [ 136 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13005 | 2024.12.21 08:26:12.377555 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13006 | 2024.12.21 08:26:12.377580 [ 258 ] {d3942eab-215b-4794-9f53-61babb50c919} <Debug> TCPHandler: Processed in 0.002091068 sec. | ||
| 13007 | 2024.12.21 08:26:12.377852 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13008 | 2024.12.21 08:26:12.377894 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 13009 | 2024.12.21 08:26:12.378177 [ 4 ] {85e0bf12-25ee-4245-b277-9c2c894281b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13010 | 2024.12.21 08:26:12.378351 [ 4 ] {85e0bf12-25ee-4245-b277-9c2c894281b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13011 | 2024.12.21 08:26:12.378539 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13012 | 2024.12.21 08:26:12.378745 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part | ||
| 13013 | 2024.12.21 08:26:12.379268 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 13014 | 2024.12.21 08:26:12.379843 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 97 rows starting from the beginning of the part | ||
| 13015 | 2024.12.21 08:26:12.380436 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 390 rows starting from the beginning of the part | ||
| 13016 | 2024.12.21 08:26:12.380951 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 97 rows starting from the beginning of the part | ||
| 13017 | 2024.12.21 08:26:12.381487 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 390 rows starting from the beginning of the part | ||
| 13018 | 2024.12.21 08:26:12.382681 [ 4 ] {85e0bf12-25ee-4245-b277-9c2c894281b2} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13019 | 2024.12.21 08:26:12.382762 [ 4 ] {85e0bf12-25ee-4245-b277-9c2c894281b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13020 | 2024.12.21 08:26:12.383683 [ 4 ] {85e0bf12-25ee-4245-b277-9c2c894281b2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13021 | 2024.12.21 08:26:12.384120 [ 4 ] {85e0bf12-25ee-4245-b277-9c2c894281b2} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13022 | 2024.12.21 08:26:12.384604 [ 4 ] {85e0bf12-25ee-4245-b277-9c2c894281b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006534 sec., 918.2736455463728 rows/sec., 47.98 KiB/sec. | ||
| 13023 | 2024.12.21 08:26:12.384819 [ 4 ] {85e0bf12-25ee-4245-b277-9c2c894281b2} <Debug> TCPHandler: Processed in 0.007127743 sec. | ||
| 13024 | 2024.12.21 08:26:12.384838 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.007185623 sec., 271792.7172076798 rows/sec., 20.80 MiB/sec. | ||
| 13025 | 2024.12.21 08:26:12.385030 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13026 | 2024.12.21 08:26:12.385128 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13027 | 2024.12.21 08:26:12.385216 [ 258 ] {15f9ee4a-db48-42b6-b37a-8c521f058202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13028 | 2024.12.21 08:26:12.385301 [ 258 ] {15f9ee4a-db48-42b6-b37a-8c521f058202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13029 | 2024.12.21 08:26:12.385612 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13030 | 2024.12.21 08:26:12.385737 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_101_20} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13031 | 2024.12.21 08:26:12.385829 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 13032 | 2024.12.21 08:26:12.386111 [ 258 ] {15f9ee4a-db48-42b6-b37a-8c521f058202} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13033 | 2024.12.21 08:26:12.386152 [ 258 ] {15f9ee4a-db48-42b6-b37a-8c521f058202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13034 | 2024.12.21 08:26:12.386559 [ 258 ] {15f9ee4a-db48-42b6-b37a-8c521f058202} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13035 | 2024.12.21 08:26:12.386799 [ 258 ] {15f9ee4a-db48-42b6-b37a-8c521f058202} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13036 | 2024.12.21 08:26:12.387062 [ 258 ] {15f9ee4a-db48-42b6-b37a-8c521f058202} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001899 sec., 124802.52764612954 rows/sec., 8.37 MiB/sec. | ||
| 13037 | 2024.12.21 08:26:12.387126 [ 258 ] {15f9ee4a-db48-42b6-b37a-8c521f058202} <Debug> TCPHandler: Processed in 0.002183019 sec. | ||
| 13038 | 2024.12.21 08:26:12.387284 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13039 | 2024.12.21 08:26:12.387429 [ 4 ] {9b766ce6-b068-4557-b1e4-77a5a878bdb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13040 | 2024.12.21 08:26:12.387491 [ 4 ] {9b766ce6-b068-4557-b1e4-77a5a878bdb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13041 | 2024.12.21 08:26:12.387971 [ 4 ] {9b766ce6-b068-4557-b1e4-77a5a878bdb7} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13042 | 2024.12.21 08:26:12.388012 [ 4 ] {9b766ce6-b068-4557-b1e4-77a5a878bdb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13043 | 2024.12.21 08:26:12.388382 [ 4 ] {9b766ce6-b068-4557-b1e4-77a5a878bdb7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13044 | 2024.12.21 08:26:12.388624 [ 4 ] {9b766ce6-b068-4557-b1e4-77a5a878bdb7} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13045 | 2024.12.21 08:26:12.388852 [ 4 ] {9b766ce6-b068-4557-b1e4-77a5a878bdb7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec. | ||
| 13046 | 2024.12.21 08:26:12.388905 [ 4 ] {9b766ce6-b068-4557-b1e4-77a5a878bdb7} <Debug> TCPHandler: Processed in 0.001685695 sec. | ||
| 13047 | 2024.12.21 08:26:12.389038 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13048 | 2024.12.21 08:26:12.389158 [ 258 ] {0c9ca033-55d7-44c4-82c8-48b41f357e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13049 | 2024.12.21 08:26:12.389243 [ 258 ] {0c9ca033-55d7-44c4-82c8-48b41f357e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13050 | 2024.12.21 08:26:12.390499 [ 258 ] {0c9ca033-55d7-44c4-82c8-48b41f357e3f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13051 | 2024.12.21 08:26:12.390548 [ 258 ] {0c9ca033-55d7-44c4-82c8-48b41f357e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13052 | 2024.12.21 08:26:12.391171 [ 258 ] {0c9ca033-55d7-44c4-82c8-48b41f357e3f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13053 | 2024.12.21 08:26:12.391440 [ 258 ] {0c9ca033-55d7-44c4-82c8-48b41f357e3f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13054 | 2024.12.21 08:26:12.391633 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13055 | 2024.12.21 08:26:12.391705 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13056 | 2024.12.21 08:26:12.391718 [ 258 ] {0c9ca033-55d7-44c4-82c8-48b41f357e3f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002577 sec., 3104.384943733023 rows/sec., 5.56 MiB/sec. | ||
| 13057 | 2024.12.21 08:26:12.391742 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13058 | 2024.12.21 08:26:12.392222 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 13059 | 2024.12.21 08:26:12.392434 [ 258 ] {0c9ca033-55d7-44c4-82c8-48b41f357e3f} <Debug> TCPHandler: Processed in 0.00345096 sec. | ||
| 13060 | 2024.12.21 08:26:12.392815 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13061 | 2024.12.21 08:26:12.393314 [ 4 ] {27938b2f-6c26-4eaf-9df4-677e270368e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13062 | 2024.12.21 08:26:12.393515 [ 4 ] {27938b2f-6c26-4eaf-9df4-677e270368e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13063 | 2024.12.21 08:26:12.394370 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13064 | 2024.12.21 08:26:12.394645 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1656 rows starting from the beginning of the part | ||
| 13065 | 2024.12.21 08:26:12.395228 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 13066 | 2024.12.21 08:26:12.395821 [ 4 ] {27938b2f-6c26-4eaf-9df4-677e270368e4} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13067 | 2024.12.21 08:26:12.395843 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 33 rows starting from the beginning of the part | ||
| 13068 | 2024.12.21 08:26:12.395872 [ 4 ] {27938b2f-6c26-4eaf-9df4-677e270368e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13069 | 2024.12.21 08:26:12.396396 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 13070 | 2024.12.21 08:26:12.396776 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 33 rows starting from the beginning of the part | ||
| 13071 | 2024.12.21 08:26:12.396845 [ 4 ] {27938b2f-6c26-4eaf-9df4-677e270368e4} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13072 | 2024.12.21 08:26:12.397074 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 13073 | 2024.12.21 08:26:12.397373 [ 4 ] {27938b2f-6c26-4eaf-9df4-677e270368e4} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13074 | 2024.12.21 08:26:12.397810 [ 4 ] {27938b2f-6c26-4eaf-9df4-677e270368e4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004644 sec., 17657.192075796727 rows/sec., 1.12 MiB/sec. | ||
| 13075 | 2024.12.21 08:26:12.397901 [ 4 ] {27938b2f-6c26-4eaf-9df4-677e270368e4} <Debug> TCPHandler: Processed in 0.005316917 sec. | ||
| 13076 | 2024.12.21 08:26:12.408272 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1746 rows, containing 19 columns (19 merged, 0 gathered) in 0.016365435 sec., 106688.27318063956 rows/sec., 191.18 MiB/sec. | ||
| 13077 | 2024.12.21 08:26:12.410092 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13078 | 2024.12.21 08:26:12.410561 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13079 | 2024.12.21 08:26:12.410665 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13080 | 2024.12.21 08:26:12.410851 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.01 MiB. | ||
| 13081 | 2024.12.21 08:26:13.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.62 MiB, peak 267.62 MiB, free memory in arenas 0.00 B, will set to 255.61 MiB (RSS), difference: 4.99 MiB | ||
| 13082 | 2024.12.21 08:26:16.271838 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13083 | 2024.12.21 08:26:16.271959 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13084 | 2024.12.21 08:26:16.454002 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 13085 | 2024.12.21 08:26:16.454779 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13086 | 2024.12.21 08:26:16.454827 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13087 | 2024.12.21 08:26:16.455347 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13088 | 2024.12.21 08:26:16.455606 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13089 | 2024.12.21 08:26:16.455857 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 13090 | 2024.12.21 08:26:16.609868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1820 | ||
| 13091 | 2024.12.21 08:26:16.613447 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13092 | 2024.12.21 08:26:16.613497 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13093 | 2024.12.21 08:26:16.614993 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13094 | 2024.12.21 08:26:16.615307 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13095 | 2024.12.21 08:26:16.615487 [ 130 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13096 | 2024.12.21 08:26:16.615558 [ 130 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13097 | 2024.12.21 08:26:16.615602 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13098 | 2024.12.21 08:26:16.616088 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 13099 | 2024.12.21 08:26:16.616851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1820 | ||
| 13100 | 2024.12.21 08:26:16.617314 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13101 | 2024.12.21 08:26:16.617479 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1638 rows starting from the beginning of the part | ||
| 13102 | 2024.12.21 08:26:16.618161 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 13103 | 2024.12.21 08:26:16.618879 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 13104 | 2024.12.21 08:26:16.619503 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 44 rows starting from the beginning of the part | ||
| 13105 | 2024.12.21 08:26:16.620082 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 13106 | 2024.12.21 08:26:16.620629 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part | ||
| 13107 | 2024.12.21 08:26:16.629020 [ 192 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1820 rows, containing 72 columns (72 merged, 0 gathered) in 0.013295957 sec., 136883.71585437589 rows/sec., 104.90 MiB/sec. | ||
| 13108 | 2024.12.21 08:26:16.630953 [ 192 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13109 | 2024.12.21 08:26:16.631779 [ 192 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13110 | 2024.12.21 08:26:16.631879 [ 192 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_46_9} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13111 | 2024.12.21 08:26:16.632207 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 13112 | 2024.12.21 08:26:17.001564 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00113043 sec. | ||
| 13113 | 2024.12.21 08:26:17.357122 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13114 | 2024.12.21 08:26:17.357340 [ 4 ] {2f7993e2-302a-41c2-9959-e397fee5ada7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13115 | 2024.12.21 08:26:17.357422 [ 4 ] {2f7993e2-302a-41c2-9959-e397fee5ada7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13116 | 2024.12.21 08:26:17.358291 [ 4 ] {2f7993e2-302a-41c2-9959-e397fee5ada7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13117 | 2024.12.21 08:26:17.358346 [ 4 ] {2f7993e2-302a-41c2-9959-e397fee5ada7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13118 | 2024.12.21 08:26:17.358794 [ 4 ] {2f7993e2-302a-41c2-9959-e397fee5ada7} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13119 | 2024.12.21 08:26:17.359048 [ 4 ] {2f7993e2-302a-41c2-9959-e397fee5ada7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13120 | 2024.12.21 08:26:17.359294 [ 4 ] {2f7993e2-302a-41c2-9959-e397fee5ada7} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002007 sec., 60787.24464374688 rows/sec., 5.17 MiB/sec. | ||
| 13121 | 2024.12.21 08:26:17.359399 [ 4 ] {2f7993e2-302a-41c2-9959-e397fee5ada7} <Debug> TCPHandler: Processed in 0.002414211 sec. | ||
| 13122 | 2024.12.21 08:26:17.359704 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13123 | 2024.12.21 08:26:17.359922 [ 258 ] {cf87171d-409a-4e11-9885-57ebcb6d1a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13124 | 2024.12.21 08:26:17.359990 [ 258 ] {cf87171d-409a-4e11-9885-57ebcb6d1a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13125 | 2024.12.21 08:26:17.360713 [ 258 ] {cf87171d-409a-4e11-9885-57ebcb6d1a43} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13126 | 2024.12.21 08:26:17.360755 [ 258 ] {cf87171d-409a-4e11-9885-57ebcb6d1a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13127 | 2024.12.21 08:26:17.361185 [ 258 ] {cf87171d-409a-4e11-9885-57ebcb6d1a43} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13128 | 2024.12.21 08:26:17.361442 [ 258 ] {cf87171d-409a-4e11-9885-57ebcb6d1a43} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13129 | 2024.12.21 08:26:17.361655 [ 258 ] {cf87171d-409a-4e11-9885-57ebcb6d1a43} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00178 sec., 18539.32584269663 rows/sec., 1.36 MiB/sec. | ||
| 13130 | 2024.12.21 08:26:17.361748 [ 258 ] {cf87171d-409a-4e11-9885-57ebcb6d1a43} <Debug> TCPHandler: Processed in 0.00221733 sec. | ||
| 13131 | 2024.12.21 08:26:17.361996 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13132 | 2024.12.21 08:26:17.362269 [ 4 ] {b3c5353c-3778-4c49-a71d-0c2596e0588d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13133 | 2024.12.21 08:26:17.362363 [ 4 ] {b3c5353c-3778-4c49-a71d-0c2596e0588d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13134 | 2024.12.21 08:26:17.363194 [ 4 ] {b3c5353c-3778-4c49-a71d-0c2596e0588d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13135 | 2024.12.21 08:26:17.363234 [ 4 ] {b3c5353c-3778-4c49-a71d-0c2596e0588d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13136 | 2024.12.21 08:26:17.363611 [ 4 ] {b3c5353c-3778-4c49-a71d-0c2596e0588d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13137 | 2024.12.21 08:26:17.363863 [ 4 ] {b3c5353c-3778-4c49-a71d-0c2596e0588d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13138 | 2024.12.21 08:26:17.364082 [ 4 ] {b3c5353c-3778-4c49-a71d-0c2596e0588d} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001873 sec., 51788.57447944474 rows/sec., 4.04 MiB/sec. | ||
| 13139 | 2024.12.21 08:26:17.364137 [ 4 ] {b3c5353c-3778-4c49-a71d-0c2596e0588d} <Debug> TCPHandler: Processed in 0.00228698 sec. | ||
| 13140 | 2024.12.21 08:26:17.364308 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13141 | 2024.12.21 08:26:17.364448 [ 258 ] {9befdf72-e10a-41d8-af3c-8d598af57f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13142 | 2024.12.21 08:26:17.364511 [ 258 ] {9befdf72-e10a-41d8-af3c-8d598af57f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13143 | 2024.12.21 08:26:17.365157 [ 258 ] {9befdf72-e10a-41d8-af3c-8d598af57f49} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13144 | 2024.12.21 08:26:17.365195 [ 258 ] {9befdf72-e10a-41d8-af3c-8d598af57f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13145 | 2024.12.21 08:26:17.365590 [ 258 ] {9befdf72-e10a-41d8-af3c-8d598af57f49} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13146 | 2024.12.21 08:26:17.365834 [ 258 ] {9befdf72-e10a-41d8-af3c-8d598af57f49} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13147 | 2024.12.21 08:26:17.366018 [ 258 ] {9befdf72-e10a-41d8-af3c-8d598af57f49} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
| 13148 | 2024.12.21 08:26:17.366071 [ 258 ] {9befdf72-e10a-41d8-af3c-8d598af57f49} <Debug> TCPHandler: Processed in 0.001828356 sec. | ||
| 13149 | 2024.12.21 08:26:17.366275 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13150 | 2024.12.21 08:26:17.366497 [ 4 ] {92c6f380-320c-4362-8bcc-a87da1c97661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13151 | 2024.12.21 08:26:17.366638 [ 4 ] {92c6f380-320c-4362-8bcc-a87da1c97661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13152 | 2024.12.21 08:26:17.367952 [ 4 ] {92c6f380-320c-4362-8bcc-a87da1c97661} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13153 | 2024.12.21 08:26:17.367992 [ 4 ] {92c6f380-320c-4362-8bcc-a87da1c97661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13154 | 2024.12.21 08:26:17.368654 [ 4 ] {92c6f380-320c-4362-8bcc-a87da1c97661} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13155 | 2024.12.21 08:26:17.368916 [ 4 ] {92c6f380-320c-4362-8bcc-a87da1c97661} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13156 | 2024.12.21 08:26:17.369167 [ 4 ] {92c6f380-320c-4362-8bcc-a87da1c97661} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002723 sec., 12118.986412045537 rows/sec., 21.72 MiB/sec. | ||
| 13157 | 2024.12.21 08:26:17.369285 [ 4 ] {92c6f380-320c-4362-8bcc-a87da1c97661} <Debug> TCPHandler: Processed in 0.003123447 sec. | ||
| 13158 | 2024.12.21 08:26:17.369441 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13159 | 2024.12.21 08:26:17.369582 [ 258 ] {391ffec2-1451-4898-9c4c-5698843d941e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13160 | 2024.12.21 08:26:17.369644 [ 258 ] {391ffec2-1451-4898-9c4c-5698843d941e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13161 | 2024.12.21 08:26:17.370154 [ 258 ] {391ffec2-1451-4898-9c4c-5698843d941e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13162 | 2024.12.21 08:26:17.370191 [ 258 ] {391ffec2-1451-4898-9c4c-5698843d941e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13163 | 2024.12.21 08:26:17.370562 [ 258 ] {391ffec2-1451-4898-9c4c-5698843d941e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13164 | 2024.12.21 08:26:17.370831 [ 258 ] {391ffec2-1451-4898-9c4c-5698843d941e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13165 | 2024.12.21 08:26:17.371035 [ 258 ] {391ffec2-1451-4898-9c4c-5698843d941e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 13166 | 2024.12.21 08:26:17.371129 [ 258 ] {391ffec2-1451-4898-9c4c-5698843d941e} <Debug> TCPHandler: Processed in 0.001757846 sec. | ||
| 13167 | 2024.12.21 08:26:18.512605 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13168 | 2024.12.21 08:26:18.534326 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13169 | 2024.12.21 08:26:18.534393 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13170 | 2024.12.21 08:26:18.541847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13171 | 2024.12.21 08:26:18.542659 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13172 | 2024.12.21 08:26:18.546625 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13173 | 2024.12.21 08:26:20.544491 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13174 | 2024.12.21 08:26:20.544700 [ 4 ] {23537267-e760-474a-a02f-1eb3ddb98464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13175 | 2024.12.21 08:26:20.544774 [ 4 ] {23537267-e760-474a-a02f-1eb3ddb98464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13176 | 2024.12.21 08:26:20.545524 [ 4 ] {23537267-e760-474a-a02f-1eb3ddb98464} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13177 | 2024.12.21 08:26:20.545575 [ 4 ] {23537267-e760-474a-a02f-1eb3ddb98464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13178 | 2024.12.21 08:26:20.546002 [ 4 ] {23537267-e760-474a-a02f-1eb3ddb98464} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13179 | 2024.12.21 08:26:20.546263 [ 4 ] {23537267-e760-474a-a02f-1eb3ddb98464} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13180 | 2024.12.21 08:26:20.546474 [ 124 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13181 | 2024.12.21 08:26:20.546543 [ 4 ] {23537267-e760-474a-a02f-1eb3ddb98464} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 13182 | 2024.12.21 08:26:20.546569 [ 124 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13183 | 2024.12.21 08:26:20.546634 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13184 | 2024.12.21 08:26:20.546681 [ 4 ] {23537267-e760-474a-a02f-1eb3ddb98464} <Debug> TCPHandler: Processed in 0.00232036 sec. | ||
| 13185 | 2024.12.21 08:26:20.546804 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13186 | 2024.12.21 08:26:20.546924 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13187 | 2024.12.21 08:26:20.546956 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 13188 | 2024.12.21 08:26:20.547007 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13189 | 2024.12.21 08:26:20.547090 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 13190 | 2024.12.21 08:26:20.547423 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13191 | 2024.12.21 08:26:20.547500 [ 258 ] {f6eaaca1-4a45-47d7-be97-b24a2c41a2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13192 | 2024.12.21 08:26:20.547646 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13193 | 2024.12.21 08:26:20.547712 [ 258 ] {f6eaaca1-4a45-47d7-be97-b24a2c41a2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13194 | 2024.12.21 08:26:20.547841 [ 197 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13195 | 2024.12.21 08:26:20.550162 [ 258 ] {f6eaaca1-4a45-47d7-be97-b24a2c41a2cd} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13196 | 2024.12.21 08:26:20.550275 [ 258 ] {f6eaaca1-4a45-47d7-be97-b24a2c41a2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13197 | 2024.12.21 08:26:20.550452 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003702813 sec., 18904.54635435276 rows/sec., 1.40 MiB/sec. | ||
| 13198 | 2024.12.21 08:26:20.550701 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13199 | 2024.12.21 08:26:20.551017 [ 258 ] {f6eaaca1-4a45-47d7-be97-b24a2c41a2cd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13200 | 2024.12.21 08:26:20.551253 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13201 | 2024.12.21 08:26:20.551466 [ 198 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_45_11} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13202 | 2024.12.21 08:26:20.551510 [ 258 ] {f6eaaca1-4a45-47d7-be97-b24a2c41a2cd} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13203 | 2024.12.21 08:26:20.551661 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13204 | 2024.12.21 08:26:20.551923 [ 258 ] {f6eaaca1-4a45-47d7-be97-b24a2c41a2cd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004626 sec., 864.6779074794639 rows/sec., 70.51 KiB/sec. | ||
| 13205 | 2024.12.21 08:26:20.552175 [ 258 ] {f6eaaca1-4a45-47d7-be97-b24a2c41a2cd} <Debug> TCPHandler: Processed in 0.005320537 sec. | ||
| 13206 | 2024.12.21 08:26:20.552401 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13207 | 2024.12.21 08:26:20.552547 [ 4 ] {6b120399-5ff0-4f70-af31-ef3570bc1473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13208 | 2024.12.21 08:26:20.552609 [ 4 ] {6b120399-5ff0-4f70-af31-ef3570bc1473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13209 | 2024.12.21 08:26:20.554012 [ 4 ] {6b120399-5ff0-4f70-af31-ef3570bc1473} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13210 | 2024.12.21 08:26:20.554054 [ 4 ] {6b120399-5ff0-4f70-af31-ef3570bc1473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13211 | 2024.12.21 08:26:20.554508 [ 4 ] {6b120399-5ff0-4f70-af31-ef3570bc1473} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13212 | 2024.12.21 08:26:20.554767 [ 4 ] {6b120399-5ff0-4f70-af31-ef3570bc1473} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13213 | 2024.12.21 08:26:20.554989 [ 4 ] {6b120399-5ff0-4f70-af31-ef3570bc1473} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002479 sec., 549011.6982654296 rows/sec., 45.81 MiB/sec. | ||
| 13214 | 2024.12.21 08:26:20.555049 [ 4 ] {6b120399-5ff0-4f70-af31-ef3570bc1473} <Debug> TCPHandler: Processed in 0.002722164 sec. | ||
| 13215 | 2024.12.21 08:26:20.555211 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13216 | 2024.12.21 08:26:20.555337 [ 258 ] {e500db06-9cf1-4fa6-83c0-a98f97a24010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13217 | 2024.12.21 08:26:20.555390 [ 258 ] {e500db06-9cf1-4fa6-83c0-a98f97a24010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13218 | 2024.12.21 08:26:20.555993 [ 258 ] {e500db06-9cf1-4fa6-83c0-a98f97a24010} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13219 | 2024.12.21 08:26:20.556034 [ 258 ] {e500db06-9cf1-4fa6-83c0-a98f97a24010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13220 | 2024.12.21 08:26:20.556407 [ 258 ] {e500db06-9cf1-4fa6-83c0-a98f97a24010} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13221 | 2024.12.21 08:26:20.556648 [ 258 ] {e500db06-9cf1-4fa6-83c0-a98f97a24010} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13222 | 2024.12.21 08:26:20.556819 [ 124 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13223 | 2024.12.21 08:26:20.556882 [ 124 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13224 | 2024.12.21 08:26:20.556891 [ 258 ] {e500db06-9cf1-4fa6-83c0-a98f97a24010} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001574 sec., 12071.156289707751 rows/sec., 849.37 KiB/sec. | ||
| 13225 | 2024.12.21 08:26:20.556917 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13226 | 2024.12.21 08:26:20.557049 [ 258 ] {e500db06-9cf1-4fa6-83c0-a98f97a24010} <Debug> TCPHandler: Processed in 0.001889987 sec. | ||
| 13227 | 2024.12.21 08:26:20.557320 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13228 | 2024.12.21 08:26:20.557398 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 13229 | 2024.12.21 08:26:20.557725 [ 4 ] {60cd8010-317f-4425-abff-53a32e495003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13230 | 2024.12.21 08:26:20.557925 [ 4 ] {60cd8010-317f-4425-abff-53a32e495003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13231 | 2024.12.21 08:26:20.558163 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13232 | 2024.12.21 08:26:20.558347 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 66 rows starting from the beginning of the part | ||
| 13233 | 2024.12.21 08:26:20.558847 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 15 rows starting from the beginning of the part | ||
| 13234 | 2024.12.21 08:26:20.559292 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 33 rows starting from the beginning of the part | ||
| 13235 | 2024.12.21 08:26:20.559643 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 15 rows starting from the beginning of the part | ||
| 13236 | 2024.12.21 08:26:20.560034 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 33 rows starting from the beginning of the part | ||
| 13237 | 2024.12.21 08:26:20.560326 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 19 rows starting from the beginning of the part | ||
| 13238 | 2024.12.21 08:26:20.561217 [ 4 ] {60cd8010-317f-4425-abff-53a32e495003} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13239 | 2024.12.21 08:26:20.561294 [ 4 ] {60cd8010-317f-4425-abff-53a32e495003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13240 | 2024.12.21 08:26:20.562250 [ 4 ] {60cd8010-317f-4425-abff-53a32e495003} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13241 | 2024.12.21 08:26:20.562822 [ 4 ] {60cd8010-317f-4425-abff-53a32e495003} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13242 | 2024.12.21 08:26:20.562852 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005795571 sec., 31230.744994755478 rows/sec., 2.35 MiB/sec. | ||
| 13243 | 2024.12.21 08:26:20.563147 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13244 | 2024.12.21 08:26:20.563175 [ 4 ] {60cd8010-317f-4425-abff-53a32e495003} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005567 sec., 43470.45087120532 rows/sec., 2.95 MiB/sec. | ||
| 13245 | 2024.12.21 08:26:20.563343 [ 4 ] {60cd8010-317f-4425-abff-53a32e495003} <Debug> TCPHandler: Processed in 0.006172534 sec. | ||
| 13246 | 2024.12.21 08:26:20.563549 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13247 | 2024.12.21 08:26:20.563684 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13248 | 2024.12.21 08:26:20.563711 [ 258 ] {5e07583b-5a2f-474c-a1e9-acd00b505205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13249 | 2024.12.21 08:26:20.563781 [ 258 ] {5e07583b-5a2f-474c-a1e9-acd00b505205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13250 | 2024.12.21 08:26:20.563807 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_91_18} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13251 | 2024.12.21 08:26:20.563938 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13252 | 2024.12.21 08:26:20.564412 [ 258 ] {5e07583b-5a2f-474c-a1e9-acd00b505205} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13253 | 2024.12.21 08:26:20.564450 [ 258 ] {5e07583b-5a2f-474c-a1e9-acd00b505205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13254 | 2024.12.21 08:26:20.564810 [ 258 ] {5e07583b-5a2f-474c-a1e9-acd00b505205} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13255 | 2024.12.21 08:26:20.565060 [ 258 ] {5e07583b-5a2f-474c-a1e9-acd00b505205} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13256 | 2024.12.21 08:26:20.565235 [ 124 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13257 | 2024.12.21 08:26:20.565292 [ 124 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13258 | 2024.12.21 08:26:20.565317 [ 258 ] {5e07583b-5a2f-474c-a1e9-acd00b505205} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec. | ||
| 13259 | 2024.12.21 08:26:20.565329 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13260 | 2024.12.21 08:26:20.565512 [ 258 ] {5e07583b-5a2f-474c-a1e9-acd00b505205} <Debug> TCPHandler: Processed in 0.002034938 sec. | ||
| 13261 | 2024.12.21 08:26:20.565903 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13262 | 2024.12.21 08:26:20.566123 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13263 | 2024.12.21 08:26:20.566577 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13264 | 2024.12.21 08:26:20.566720 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 13265 | 2024.12.21 08:26:20.567231 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 13266 | 2024.12.21 08:26:20.567482 [ 4 ] {d0dda890-8ffe-4926-88cd-83ab50b3e348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13267 | 2024.12.21 08:26:20.567614 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 13268 | 2024.12.21 08:26:20.567659 [ 4 ] {d0dda890-8ffe-4926-88cd-83ab50b3e348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13269 | 2024.12.21 08:26:20.568002 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 13270 | 2024.12.21 08:26:20.568339 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 13271 | 2024.12.21 08:26:20.570440 [ 4 ] {d0dda890-8ffe-4926-88cd-83ab50b3e348} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13272 | 2024.12.21 08:26:20.570546 [ 4 ] {d0dda890-8ffe-4926-88cd-83ab50b3e348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13273 | 2024.12.21 08:26:20.570776 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310307 sec., 12240.346932860943 rows/sec., 811.00 KiB/sec. | ||
| 13274 | 2024.12.21 08:26:20.571033 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13275 | 2024.12.21 08:26:20.571422 [ 4 ] {d0dda890-8ffe-4926-88cd-83ab50b3e348} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13276 | 2024.12.21 08:26:20.571739 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13277 | 2024.12.21 08:26:20.571924 [ 4 ] {d0dda890-8ffe-4926-88cd-83ab50b3e348} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13278 | 2024.12.21 08:26:20.571984 [ 186 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_45_11} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13279 | 2024.12.21 08:26:20.572192 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13280 | 2024.12.21 08:26:20.572404 [ 4 ] {d0dda890-8ffe-4926-88cd-83ab50b3e348} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.005082 sec., 167256.98543880362 rows/sec., 12.09 MiB/sec. | ||
| 13281 | 2024.12.21 08:26:20.572834 [ 4 ] {d0dda890-8ffe-4926-88cd-83ab50b3e348} <Debug> TCPHandler: Processed in 0.007169143 sec. | ||
| 13282 | 2024.12.21 08:26:20.573187 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13283 | 2024.12.21 08:26:20.573575 [ 258 ] {d8fa3ecb-3bb4-4a1c-b8e6-678418014808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13284 | 2024.12.21 08:26:20.573774 [ 258 ] {d8fa3ecb-3bb4-4a1c-b8e6-678418014808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13285 | 2024.12.21 08:26:20.575310 [ 258 ] {d8fa3ecb-3bb4-4a1c-b8e6-678418014808} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13286 | 2024.12.21 08:26:20.575349 [ 258 ] {d8fa3ecb-3bb4-4a1c-b8e6-678418014808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13287 | 2024.12.21 08:26:20.575727 [ 258 ] {d8fa3ecb-3bb4-4a1c-b8e6-678418014808} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13288 | 2024.12.21 08:26:20.575968 [ 258 ] {d8fa3ecb-3bb4-4a1c-b8e6-678418014808} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13289 | 2024.12.21 08:26:20.576124 [ 127 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 13290 | 2024.12.21 08:26:20.576166 [ 127 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13291 | 2024.12.21 08:26:20.576185 [ 258 ] {d8fa3ecb-3bb4-4a1c-b8e6-678418014808} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002745 sec., 2185.792349726776 rows/sec., 114.20 KiB/sec. | ||
| 13292 | 2024.12.21 08:26:20.576191 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13293 | 2024.12.21 08:26:20.576304 [ 258 ] {d8fa3ecb-3bb4-4a1c-b8e6-678418014808} <Debug> TCPHandler: Processed in 0.00333913 sec. | ||
| 13294 | 2024.12.21 08:26:20.576435 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 13295 | 2024.12.21 08:26:20.576509 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13296 | 2024.12.21 08:26:20.576604 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13297 | 2024.12.21 08:26:20.576668 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 240 rows starting from the beginning of the part | ||
| 13298 | 2024.12.21 08:26:20.576705 [ 4 ] {c44dd224-aad8-4c9e-b755-d36d136cb353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13299 | 2024.12.21 08:26:20.576883 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 13300 | 2024.12.21 08:26:20.576959 [ 4 ] {c44dd224-aad8-4c9e-b755-d36d136cb353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13301 | 2024.12.21 08:26:20.577191 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 13302 | 2024.12.21 08:26:20.577608 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 13303 | 2024.12.21 08:26:20.578000 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13304 | 2024.12.21 08:26:20.578366 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13305 | 2024.12.21 08:26:20.580015 [ 4 ] {c44dd224-aad8-4c9e-b755-d36d136cb353} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13306 | 2024.12.21 08:26:20.580104 [ 4 ] {c44dd224-aad8-4c9e-b755-d36d136cb353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13307 | 2024.12.21 08:26:20.580922 [ 186 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.004619431 sec., 58448.75700059163 rows/sec., 2.98 MiB/sec. | ||
| 13308 | 2024.12.21 08:26:20.581126 [ 186 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 13309 | 2024.12.21 08:26:20.581168 [ 4 ] {c44dd224-aad8-4c9e-b755-d36d136cb353} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13310 | 2024.12.21 08:26:20.581682 [ 4 ] {c44dd224-aad8-4c9e-b755-d36d136cb353} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13311 | 2024.12.21 08:26:20.581732 [ 186 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13312 | 2024.12.21 08:26:20.581935 [ 186 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_45_9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 13313 | 2024.12.21 08:26:20.582184 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13314 | 2024.12.21 08:26:20.582216 [ 4 ] {c44dd224-aad8-4c9e-b755-d36d136cb353} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.005569 sec., 166457.1736397917 rows/sec., 11.11 MiB/sec. | ||
| 13315 | 2024.12.21 08:26:20.582460 [ 4 ] {c44dd224-aad8-4c9e-b755-d36d136cb353} <Debug> TCPHandler: Processed in 0.006039013 sec. | ||
| 13316 | 2024.12.21 08:26:20.582691 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13317 | 2024.12.21 08:26:20.582820 [ 258 ] {13d3283a-ad38-421a-af6c-c3d296375730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13318 | 2024.12.21 08:26:20.582871 [ 258 ] {13d3283a-ad38-421a-af6c-c3d296375730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13319 | 2024.12.21 08:26:20.583338 [ 258 ] {13d3283a-ad38-421a-af6c-c3d296375730} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13320 | 2024.12.21 08:26:20.583375 [ 258 ] {13d3283a-ad38-421a-af6c-c3d296375730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13321 | 2024.12.21 08:26:20.583748 [ 258 ] {13d3283a-ad38-421a-af6c-c3d296375730} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13322 | 2024.12.21 08:26:20.583990 [ 258 ] {13d3283a-ad38-421a-af6c-c3d296375730} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13323 | 2024.12.21 08:26:20.584169 [ 258 ] {13d3283a-ad38-421a-af6c-c3d296375730} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001373 sec., 728.3321194464676 rows/sec., 49.08 KiB/sec. | ||
| 13324 | 2024.12.21 08:26:20.584219 [ 258 ] {13d3283a-ad38-421a-af6c-c3d296375730} <Debug> TCPHandler: Processed in 0.001634365 sec. | ||
| 13325 | 2024.12.21 08:26:20.584370 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13326 | 2024.12.21 08:26:20.584487 [ 4 ] {aeed6fd0-f580-4663-a116-22cf321e041e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13327 | 2024.12.21 08:26:20.584571 [ 4 ] {aeed6fd0-f580-4663-a116-22cf321e041e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13328 | 2024.12.21 08:26:20.585703 [ 4 ] {aeed6fd0-f580-4663-a116-22cf321e041e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13329 | 2024.12.21 08:26:20.585744 [ 4 ] {aeed6fd0-f580-4663-a116-22cf321e041e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13330 | 2024.12.21 08:26:20.586382 [ 4 ] {aeed6fd0-f580-4663-a116-22cf321e041e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13331 | 2024.12.21 08:26:20.586658 [ 4 ] {aeed6fd0-f580-4663-a116-22cf321e041e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13332 | 2024.12.21 08:26:20.586905 [ 4 ] {aeed6fd0-f580-4663-a116-22cf321e041e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002442 sec., 3276.003276003276 rows/sec., 5.87 MiB/sec. | ||
| 13333 | 2024.12.21 08:26:20.587021 [ 4 ] {aeed6fd0-f580-4663-a116-22cf321e041e} <Debug> TCPHandler: Processed in 0.002707643 sec. | ||
| 13334 | 2024.12.21 08:26:20.587187 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13335 | 2024.12.21 08:26:20.587306 [ 258 ] {c371480a-dc2b-41bd-a8aa-7cb712766537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13336 | 2024.12.21 08:26:20.587357 [ 258 ] {c371480a-dc2b-41bd-a8aa-7cb712766537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13337 | 2024.12.21 08:26:20.587854 [ 258 ] {c371480a-dc2b-41bd-a8aa-7cb712766537} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13338 | 2024.12.21 08:26:20.587891 [ 258 ] {c371480a-dc2b-41bd-a8aa-7cb712766537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13339 | 2024.12.21 08:26:20.588277 [ 258 ] {c371480a-dc2b-41bd-a8aa-7cb712766537} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13340 | 2024.12.21 08:26:20.588521 [ 258 ] {c371480a-dc2b-41bd-a8aa-7cb712766537} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13341 | 2024.12.21 08:26:20.588716 [ 258 ] {c371480a-dc2b-41bd-a8aa-7cb712766537} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00143 sec., 48951.04895104895 rows/sec., 3.08 MiB/sec. | ||
| 13342 | 2024.12.21 08:26:20.588769 [ 258 ] {c371480a-dc2b-41bd-a8aa-7cb712766537} <Debug> TCPHandler: Processed in 0.001636215 sec. | ||
| 13343 | 2024.12.21 08:26:22.348820 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13344 | 2024.12.21 08:26:22.349029 [ 4 ] {a858d8fd-a7a9-4d2c-bf7e-774d9472ee22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13345 | 2024.12.21 08:26:22.349116 [ 4 ] {a858d8fd-a7a9-4d2c-bf7e-774d9472ee22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13346 | 2024.12.21 08:26:22.350028 [ 4 ] {a858d8fd-a7a9-4d2c-bf7e-774d9472ee22} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13347 | 2024.12.21 08:26:22.350085 [ 4 ] {a858d8fd-a7a9-4d2c-bf7e-774d9472ee22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13348 | 2024.12.21 08:26:22.350508 [ 4 ] {a858d8fd-a7a9-4d2c-bf7e-774d9472ee22} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13349 | 2024.12.21 08:26:22.350771 [ 4 ] {a858d8fd-a7a9-4d2c-bf7e-774d9472ee22} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13350 | 2024.12.21 08:26:22.351004 [ 4 ] {a858d8fd-a7a9-4d2c-bf7e-774d9472ee22} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.11 MiB/sec. | ||
| 13351 | 2024.12.21 08:26:22.351074 [ 4 ] {a858d8fd-a7a9-4d2c-bf7e-774d9472ee22} <Debug> TCPHandler: Processed in 0.002393911 sec. | ||
| 13352 | 2024.12.21 08:26:22.351356 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13353 | 2024.12.21 08:26:22.351555 [ 258 ] {7ef5bffd-aa40-4b65-933b-55ea415a14d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13354 | 2024.12.21 08:26:22.351630 [ 258 ] {7ef5bffd-aa40-4b65-933b-55ea415a14d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13355 | 2024.12.21 08:26:22.352410 [ 258 ] {7ef5bffd-aa40-4b65-933b-55ea415a14d9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13356 | 2024.12.21 08:26:22.352462 [ 258 ] {7ef5bffd-aa40-4b65-933b-55ea415a14d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13357 | 2024.12.21 08:26:22.352905 [ 258 ] {7ef5bffd-aa40-4b65-933b-55ea415a14d9} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13358 | 2024.12.21 08:26:22.353159 [ 258 ] {7ef5bffd-aa40-4b65-933b-55ea415a14d9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13359 | 2024.12.21 08:26:22.353434 [ 258 ] {7ef5bffd-aa40-4b65-933b-55ea415a14d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001936 sec., 33057.85123966942 rows/sec., 2.58 MiB/sec. | ||
| 13360 | 2024.12.21 08:26:22.353496 [ 258 ] {7ef5bffd-aa40-4b65-933b-55ea415a14d9} <Debug> TCPHandler: Processed in 0.00227829 sec. | ||
| 13361 | 2024.12.21 08:26:22.353648 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13362 | 2024.12.21 08:26:22.353798 [ 4 ] {9668d95e-edbf-4ae2-92af-f55b77c85c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13363 | 2024.12.21 08:26:22.353859 [ 4 ] {9668d95e-edbf-4ae2-92af-f55b77c85c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13364 | 2024.12.21 08:26:22.354420 [ 4 ] {9668d95e-edbf-4ae2-92af-f55b77c85c5a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13365 | 2024.12.21 08:26:22.354462 [ 4 ] {9668d95e-edbf-4ae2-92af-f55b77c85c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13366 | 2024.12.21 08:26:22.354904 [ 4 ] {9668d95e-edbf-4ae2-92af-f55b77c85c5a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13367 | 2024.12.21 08:26:22.355158 [ 4 ] {9668d95e-edbf-4ae2-92af-f55b77c85c5a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13368 | 2024.12.21 08:26:22.355361 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 5 parts from all_1_95_19 to all_99_99_0 | ||
| 13369 | 2024.12.21 08:26:22.355411 [ 4 ] {9668d95e-edbf-4ae2-92af-f55b77c85c5a} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001643 sec., 19476.567255021302 rows/sec., 1.36 MiB/sec. | ||
| 13370 | 2024.12.21 08:26:22.355462 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13371 | 2024.12.21 08:26:22.355536 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13372 | 2024.12.21 08:26:22.355555 [ 4 ] {9668d95e-edbf-4ae2-92af-f55b77c85c5a} <Debug> TCPHandler: Processed in 0.001961497 sec. | ||
| 13373 | 2024.12.21 08:26:22.355780 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13374 | 2024.12.21 08:26:22.355796 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_95_19 to all_99_99_0 into Compact with storage Full | ||
| 13375 | 2024.12.21 08:26:22.355966 [ 258 ] {ddef992b-c8b9-4884-a39f-ded83e4ea17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13376 | 2024.12.21 08:26:22.356090 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13377 | 2024.12.21 08:26:22.356100 [ 258 ] {ddef992b-c8b9-4884-a39f-ded83e4ea17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13378 | 2024.12.21 08:26:22.356183 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 27284 rows starting from the beginning of the part | ||
| 13379 | 2024.12.21 08:26:22.356594 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 13380 | 2024.12.21 08:26:22.356921 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 13381 | 2024.12.21 08:26:22.357194 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
| 13382 | 2024.12.21 08:26:22.357619 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 927 rows starting from the beginning of the part | ||
| 13383 | 2024.12.21 08:26:22.358699 [ 258 ] {ddef992b-c8b9-4884-a39f-ded83e4ea17f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13384 | 2024.12.21 08:26:22.358763 [ 258 ] {ddef992b-c8b9-4884-a39f-ded83e4ea17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13385 | 2024.12.21 08:26:22.359461 [ 258 ] {ddef992b-c8b9-4884-a39f-ded83e4ea17f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13386 | 2024.12.21 08:26:22.359849 [ 258 ] {ddef992b-c8b9-4884-a39f-ded83e4ea17f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13387 | 2024.12.21 08:26:22.360160 [ 258 ] {ddef992b-c8b9-4884-a39f-ded83e4ea17f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004218 sec., 2844.950213371266 rows/sec., 196.33 KiB/sec. | ||
| 13388 | 2024.12.21 08:26:22.360333 [ 258 ] {ddef992b-c8b9-4884-a39f-ded83e4ea17f} <Debug> TCPHandler: Processed in 0.004644581 sec. | ||
| 13389 | 2024.12.21 08:26:22.365442 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28768 rows, containing 5 columns (5 merged, 0 gathered) in 0.009789277 sec., 2938725.709774072 rows/sec., 198.22 MiB/sec. | ||
| 13390 | 2024.12.21 08:26:22.365849 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary) | ||
| 13391 | 2024.12.21 08:26:22.366180 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13392 | 2024.12.21 08:26:22.366270 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 5 parts: [all_1_95_19, all_99_99_0] -> all_1_99_20 | ||
| 13393 | 2024.12.21 08:26:22.366369 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 13394 | 2024.12.21 08:26:23.956116 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 13395 | 2024.12.21 08:26:23.956763 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13396 | 2024.12.21 08:26:23.956818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13397 | 2024.12.21 08:26:23.957358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13398 | 2024.12.21 08:26:23.957610 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13399 | 2024.12.21 08:26:23.957931 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 13400 | 2024.12.21 08:26:26.046826 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13401 | 2024.12.21 08:26:26.068655 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13402 | 2024.12.21 08:26:26.068714 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13403 | 2024.12.21 08:26:26.076014 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13404 | 2024.12.21 08:26:26.076821 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13405 | 2024.12.21 08:26:26.080391 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13406 | 2024.12.21 08:26:26.617272 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1864 | ||
| 13407 | 2024.12.21 08:26:26.620762 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13408 | 2024.12.21 08:26:26.620824 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13409 | 2024.12.21 08:26:26.622357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13410 | 2024.12.21 08:26:26.622660 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13411 | 2024.12.21 08:26:26.624068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1864 | ||
| 13412 | 2024.12.21 08:26:27.356994 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13413 | 2024.12.21 08:26:27.357211 [ 4 ] {67fc9bd8-a664-4a74-8812-7e90d24ebfcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13414 | 2024.12.21 08:26:27.357331 [ 4 ] {67fc9bd8-a664-4a74-8812-7e90d24ebfcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13415 | 2024.12.21 08:26:27.358479 [ 4 ] {67fc9bd8-a664-4a74-8812-7e90d24ebfcc} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13416 | 2024.12.21 08:26:27.358526 [ 4 ] {67fc9bd8-a664-4a74-8812-7e90d24ebfcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13417 | 2024.12.21 08:26:27.358970 [ 4 ] {67fc9bd8-a664-4a74-8812-7e90d24ebfcc} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13418 | 2024.12.21 08:26:27.359228 [ 4 ] {67fc9bd8-a664-4a74-8812-7e90d24ebfcc} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13419 | 2024.12.21 08:26:27.359498 [ 4 ] {67fc9bd8-a664-4a74-8812-7e90d24ebfcc} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002347 sec., 51981.25266297401 rows/sec., 4.42 MiB/sec. | ||
| 13420 | 2024.12.21 08:26:27.359601 [ 4 ] {67fc9bd8-a664-4a74-8812-7e90d24ebfcc} <Debug> TCPHandler: Processed in 0.002735914 sec. | ||
| 13421 | 2024.12.21 08:26:27.359877 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13422 | 2024.12.21 08:26:27.360072 [ 258 ] {e34e6a91-23c7-4302-b231-e021b832c99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13423 | 2024.12.21 08:26:27.360145 [ 258 ] {e34e6a91-23c7-4302-b231-e021b832c99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13424 | 2024.12.21 08:26:27.360910 [ 258 ] {e34e6a91-23c7-4302-b231-e021b832c99d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13425 | 2024.12.21 08:26:27.360958 [ 258 ] {e34e6a91-23c7-4302-b231-e021b832c99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13426 | 2024.12.21 08:26:27.361399 [ 258 ] {e34e6a91-23c7-4302-b231-e021b832c99d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13427 | 2024.12.21 08:26:27.361660 [ 258 ] {e34e6a91-23c7-4302-b231-e021b832c99d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13428 | 2024.12.21 08:26:27.361933 [ 258 ] {e34e6a91-23c7-4302-b231-e021b832c99d} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001907 sec., 17304.6670162559 rows/sec., 1.27 MiB/sec. | ||
| 13429 | 2024.12.21 08:26:27.362009 [ 258 ] {e34e6a91-23c7-4302-b231-e021b832c99d} <Debug> TCPHandler: Processed in 0.002279801 sec. | ||
| 13430 | 2024.12.21 08:26:27.362336 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13431 | 2024.12.21 08:26:27.362596 [ 4 ] {b18bfe8e-d45c-42a5-93be-124c73c5be2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13432 | 2024.12.21 08:26:27.362693 [ 4 ] {b18bfe8e-d45c-42a5-93be-124c73c5be2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13433 | 2024.12.21 08:26:27.363560 [ 4 ] {b18bfe8e-d45c-42a5-93be-124c73c5be2f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13434 | 2024.12.21 08:26:27.363601 [ 4 ] {b18bfe8e-d45c-42a5-93be-124c73c5be2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13435 | 2024.12.21 08:26:27.363968 [ 4 ] {b18bfe8e-d45c-42a5-93be-124c73c5be2f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13436 | 2024.12.21 08:26:27.364209 [ 4 ] {b18bfe8e-d45c-42a5-93be-124c73c5be2f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13437 | 2024.12.21 08:26:27.364449 [ 4 ] {b18bfe8e-d45c-42a5-93be-124c73c5be2f} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001912 sec., 50732.21757322176 rows/sec., 3.96 MiB/sec. | ||
| 13438 | 2024.12.21 08:26:27.364520 [ 4 ] {b18bfe8e-d45c-42a5-93be-124c73c5be2f} <Debug> TCPHandler: Processed in 0.002383892 sec. | ||
| 13439 | 2024.12.21 08:26:27.364742 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13440 | 2024.12.21 08:26:27.364929 [ 258 ] {83a0c07d-1263-4e1d-befb-226a1ee552e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13441 | 2024.12.21 08:26:27.364988 [ 258 ] {83a0c07d-1263-4e1d-befb-226a1ee552e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13442 | 2024.12.21 08:26:27.365592 [ 258 ] {83a0c07d-1263-4e1d-befb-226a1ee552e2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13443 | 2024.12.21 08:26:27.365635 [ 258 ] {83a0c07d-1263-4e1d-befb-226a1ee552e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13444 | 2024.12.21 08:26:27.366036 [ 258 ] {83a0c07d-1263-4e1d-befb-226a1ee552e2} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13445 | 2024.12.21 08:26:27.366274 [ 258 ] {83a0c07d-1263-4e1d-befb-226a1ee552e2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13446 | 2024.12.21 08:26:27.366493 [ 258 ] {83a0c07d-1263-4e1d-befb-226a1ee552e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 13447 | 2024.12.21 08:26:27.366551 [ 258 ] {83a0c07d-1263-4e1d-befb-226a1ee552e2} <Debug> TCPHandler: Processed in 0.001932726 sec. | ||
| 13448 | 2024.12.21 08:26:27.366711 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13449 | 2024.12.21 08:26:27.366853 [ 4 ] {57f6a8b1-0201-4f19-9ec5-ee29708b9fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13450 | 2024.12.21 08:26:27.366948 [ 4 ] {57f6a8b1-0201-4f19-9ec5-ee29708b9fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13451 | 2024.12.21 08:26:27.368163 [ 4 ] {57f6a8b1-0201-4f19-9ec5-ee29708b9fcd} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13452 | 2024.12.21 08:26:27.368205 [ 4 ] {57f6a8b1-0201-4f19-9ec5-ee29708b9fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13453 | 2024.12.21 08:26:27.368868 [ 4 ] {57f6a8b1-0201-4f19-9ec5-ee29708b9fcd} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13454 | 2024.12.21 08:26:27.369136 [ 4 ] {57f6a8b1-0201-4f19-9ec5-ee29708b9fcd} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13455 | 2024.12.21 08:26:27.369431 [ 4 ] {57f6a8b1-0201-4f19-9ec5-ee29708b9fcd} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002609 sec., 12648.524338827136 rows/sec., 22.67 MiB/sec. | ||
| 13456 | 2024.12.21 08:26:27.369619 [ 4 ] {57f6a8b1-0201-4f19-9ec5-ee29708b9fcd} <Debug> TCPHandler: Processed in 0.002972057 sec. | ||
| 13457 | 2024.12.21 08:26:27.369891 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13458 | 2024.12.21 08:26:27.370248 [ 258 ] {e6f5c4d6-a876-4d89-8823-30115634be13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13459 | 2024.12.21 08:26:27.370381 [ 258 ] {e6f5c4d6-a876-4d89-8823-30115634be13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13460 | 2024.12.21 08:26:27.371044 [ 258 ] {e6f5c4d6-a876-4d89-8823-30115634be13} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13461 | 2024.12.21 08:26:27.371085 [ 258 ] {e6f5c4d6-a876-4d89-8823-30115634be13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13462 | 2024.12.21 08:26:27.371464 [ 258 ] {e6f5c4d6-a876-4d89-8823-30115634be13} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13463 | 2024.12.21 08:26:27.371703 [ 258 ] {e6f5c4d6-a876-4d89-8823-30115634be13} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13464 | 2024.12.21 08:26:27.371883 [ 116 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13465 | 2024.12.21 08:26:27.371945 [ 258 ] {e6f5c4d6-a876-4d89-8823-30115634be13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001829 sec., 32804.81137233461 rows/sec., 2.21 MiB/sec. | ||
| 13466 | 2024.12.21 08:26:27.371972 [ 116 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13467 | 2024.12.21 08:26:27.372041 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13468 | 2024.12.21 08:26:27.372058 [ 258 ] {e6f5c4d6-a876-4d89-8823-30115634be13} <Debug> TCPHandler: Processed in 0.002317761 sec. | ||
| 13469 | 2024.12.21 08:26:27.372347 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 13470 | 2024.12.21 08:26:27.372808 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13471 | 2024.12.21 08:26:27.372928 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5680 rows starting from the beginning of the part | ||
| 13472 | 2024.12.21 08:26:27.373291 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 13473 | 2024.12.21 08:26:27.373586 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 13474 | 2024.12.21 08:26:27.373964 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 70 rows starting from the beginning of the part | ||
| 13475 | 2024.12.21 08:26:27.374275 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 12 rows starting from the beginning of the part | ||
| 13476 | 2024.12.21 08:26:27.374582 [ 194 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 13477 | 2024.12.21 08:26:27.376529 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5964 rows, containing 4 columns (4 merged, 0 gathered) in 0.004357849 sec., 1368565.0879596793 rows/sec., 88.91 MiB/sec. | ||
| 13478 | 2024.12.21 08:26:27.377257 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13479 | 2024.12.21 08:26:27.377604 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13480 | 2024.12.21 08:26:27.377699 [ 188 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_101_20} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13481 | 2024.12.21 08:26:27.377800 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 13482 | 2024.12.21 08:26:31.043447 [ 113 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13483 | 2024.12.21 08:26:31.043569 [ 113 ] {} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13484 | 2024.12.21 08:26:31.043611 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13485 | 2024.12.21 08:26:31.044420 [ 188 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 13486 | 2024.12.21 08:26:31.044616 [ 188 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13487 | 2024.12.21 08:26:31.044654 [ 188 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 13488 | 2024.12.21 08:26:31.044741 [ 188 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 13489 | 2024.12.21 08:26:31.044956 [ 188 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
| 13490 | 2024.12.21 08:26:31.045215 [ 188 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 13491 | 2024.12.21 08:26:31.045404 [ 188 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 13492 | 2024.12.21 08:26:31.046498 [ 199 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002759734 sec., 14494.1505232026 rows/sec., 1.21 MiB/sec. | ||
| 13493 | 2024.12.21 08:26:31.046704 [ 201 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13494 | 2024.12.21 08:26:31.047089 [ 201 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13495 | 2024.12.21 08:26:31.047195 [ 201 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_21_5} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13496 | 2024.12.21 08:26:31.047310 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13497 | 2024.12.21 08:26:31.272226 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13498 | 2024.12.21 08:26:31.272290 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13499 | 2024.12.21 08:26:31.458200 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 13500 | 2024.12.21 08:26:31.459225 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13501 | 2024.12.21 08:26:31.459295 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13502 | 2024.12.21 08:26:31.460006 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13503 | 2024.12.21 08:26:31.460257 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13504 | 2024.12.21 08:26:31.460410 [ 111 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13505 | 2024.12.21 08:26:31.460446 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13506 | 2024.12.21 08:26:31.460461 [ 111 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13507 | 2024.12.21 08:26:31.460485 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13508 | 2024.12.21 08:26:31.460593 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 13509 | 2024.12.21 08:26:31.460709 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13510 | 2024.12.21 08:26:31.460748 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 13511 | 2024.12.21 08:26:31.460821 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 13512 | 2024.12.21 08:26:31.461093 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 13513 | 2024.12.21 08:26:31.461418 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 13514 | 2024.12.21 08:26:31.461601 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 13515 | 2024.12.21 08:26:31.461785 [ 195 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 13516 | 2024.12.21 08:26:31.464505 [ 199 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003968085 sec., 7624836.66554522 rows/sec., 109.07 MiB/sec. | ||
| 13517 | 2024.12.21 08:26:31.464793 [ 199 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13518 | 2024.12.21 08:26:31.465109 [ 199 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13519 | 2024.12.21 08:26:31.465193 [ 199 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_66_13} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13520 | 2024.12.21 08:26:31.465282 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 13521 | 2024.12.21 08:26:32.359983 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13522 | 2024.12.21 08:26:32.360285 [ 4 ] {e3550c22-7621-44e5-8223-dea21d9acb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13523 | 2024.12.21 08:26:32.360415 [ 4 ] {e3550c22-7621-44e5-8223-dea21d9acb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13524 | 2024.12.21 08:26:32.361206 [ 4 ] {e3550c22-7621-44e5-8223-dea21d9acb8f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13525 | 2024.12.21 08:26:32.361257 [ 4 ] {e3550c22-7621-44e5-8223-dea21d9acb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13526 | 2024.12.21 08:26:32.361680 [ 4 ] {e3550c22-7621-44e5-8223-dea21d9acb8f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13527 | 2024.12.21 08:26:32.361932 [ 4 ] {e3550c22-7621-44e5-8223-dea21d9acb8f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13528 | 2024.12.21 08:26:32.362189 [ 4 ] {e3550c22-7621-44e5-8223-dea21d9acb8f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001988 sec., 7042.25352112676 rows/sec., 506.95 KiB/sec. | ||
| 13529 | 2024.12.21 08:26:32.362256 [ 4 ] {e3550c22-7621-44e5-8223-dea21d9acb8f} <Debug> TCPHandler: Processed in 0.002458952 sec. | ||
| 13530 | 2024.12.21 08:26:32.362495 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13531 | 2024.12.21 08:26:32.362687 [ 258 ] {51425943-9a29-4f46-982c-f075e40101f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13532 | 2024.12.21 08:26:32.362758 [ 258 ] {51425943-9a29-4f46-982c-f075e40101f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13533 | 2024.12.21 08:26:32.363571 [ 258 ] {51425943-9a29-4f46-982c-f075e40101f3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13534 | 2024.12.21 08:26:32.363617 [ 258 ] {51425943-9a29-4f46-982c-f075e40101f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13535 | 2024.12.21 08:26:32.364056 [ 258 ] {51425943-9a29-4f46-982c-f075e40101f3} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13536 | 2024.12.21 08:26:32.364312 [ 258 ] {51425943-9a29-4f46-982c-f075e40101f3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13537 | 2024.12.21 08:26:32.364512 [ 112 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13538 | 2024.12.21 08:26:32.364576 [ 258 ] {51425943-9a29-4f46-982c-f075e40101f3} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001935 sec., 113178.2945736434 rows/sec., 9.88 MiB/sec. | ||
| 13539 | 2024.12.21 08:26:32.364603 [ 112 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13540 | 2024.12.21 08:26:32.364674 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13541 | 2024.12.21 08:26:32.364695 [ 258 ] {51425943-9a29-4f46-982c-f075e40101f3} <Debug> TCPHandler: Processed in 0.002323591 sec. | ||
| 13542 | 2024.12.21 08:26:32.364928 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13543 | 2024.12.21 08:26:32.364945 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13544 | 2024.12.21 08:26:32.365122 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13545 | 2024.12.21 08:26:32.365192 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1437 rows starting from the beginning of the part | ||
| 13546 | 2024.12.21 08:26:32.365198 [ 4 ] {8afa560d-647e-44da-93a1-d747483f93f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13547 | 2024.12.21 08:26:32.365361 [ 4 ] {8afa560d-647e-44da-93a1-d747483f93f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13548 | 2024.12.21 08:26:32.365394 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 122 rows starting from the beginning of the part | ||
| 13549 | 2024.12.21 08:26:32.365750 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 1361 rows starting from the beginning of the part | ||
| 13550 | 2024.12.21 08:26:32.366125 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
| 13551 | 2024.12.21 08:26:32.366471 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 122 rows starting from the beginning of the part | ||
| 13552 | 2024.12.21 08:26:32.366847 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 219 rows starting from the beginning of the part | ||
| 13553 | 2024.12.21 08:26:32.368186 [ 4 ] {8afa560d-647e-44da-93a1-d747483f93f5} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13554 | 2024.12.21 08:26:32.368262 [ 4 ] {8afa560d-647e-44da-93a1-d747483f93f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13555 | 2024.12.21 08:26:32.369253 [ 4 ] {8afa560d-647e-44da-93a1-d747483f93f5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13556 | 2024.12.21 08:26:32.369592 [ 4 ] {8afa560d-647e-44da-93a1-d747483f93f5} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13557 | 2024.12.21 08:26:32.369912 [ 4 ] {8afa560d-647e-44da-93a1-d747483f93f5} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004755 sec., 3154.5741324921137 rows/sec., 222.42 KiB/sec. | ||
| 13558 | 2024.12.21 08:26:32.370438 [ 4 ] {8afa560d-647e-44da-93a1-d747483f93f5} <Debug> TCPHandler: Processed in 0.005626099 sec. | ||
| 13559 | 2024.12.21 08:26:32.370727 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.005936842 sec., 558714.5489133785 rows/sec., 48.97 MiB/sec. | ||
| 13560 | 2024.12.21 08:26:32.370743 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13561 | 2024.12.21 08:26:32.371186 [ 258 ] {630dc3eb-c87c-4fbf-b975-1f0ae27bcc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13562 | 2024.12.21 08:26:32.371195 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13563 | 2024.12.21 08:26:32.371380 [ 258 ] {630dc3eb-c87c-4fbf-b975-1f0ae27bcc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13564 | 2024.12.21 08:26:32.372143 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13565 | 2024.12.21 08:26:32.372400 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_106_21} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13566 | 2024.12.21 08:26:32.372598 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 13567 | 2024.12.21 08:26:32.372952 [ 258 ] {630dc3eb-c87c-4fbf-b975-1f0ae27bcc9e} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13568 | 2024.12.21 08:26:32.372997 [ 258 ] {630dc3eb-c87c-4fbf-b975-1f0ae27bcc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13569 | 2024.12.21 08:26:32.373346 [ 258 ] {630dc3eb-c87c-4fbf-b975-1f0ae27bcc9e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13570 | 2024.12.21 08:26:32.373583 [ 258 ] {630dc3eb-c87c-4fbf-b975-1f0ae27bcc9e} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13571 | 2024.12.21 08:26:32.373847 [ 258 ] {630dc3eb-c87c-4fbf-b975-1f0ae27bcc9e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002834 sec., 4940.014114326041 rows/sec., 345.97 KiB/sec. | ||
| 13572 | 2024.12.21 08:26:32.374010 [ 258 ] {630dc3eb-c87c-4fbf-b975-1f0ae27bcc9e} <Debug> TCPHandler: Processed in 0.00344566 sec. | ||
| 13573 | 2024.12.21 08:26:32.374278 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13574 | 2024.12.21 08:26:32.374418 [ 4 ] {2fe4ebfe-0f04-40f4-bbd7-eae7f1c9e247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13575 | 2024.12.21 08:26:32.374477 [ 4 ] {2fe4ebfe-0f04-40f4-bbd7-eae7f1c9e247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13576 | 2024.12.21 08:26:32.375185 [ 4 ] {2fe4ebfe-0f04-40f4-bbd7-eae7f1c9e247} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13577 | 2024.12.21 08:26:32.375232 [ 4 ] {2fe4ebfe-0f04-40f4-bbd7-eae7f1c9e247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13578 | 2024.12.21 08:26:32.375612 [ 4 ] {2fe4ebfe-0f04-40f4-bbd7-eae7f1c9e247} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13579 | 2024.12.21 08:26:32.375863 [ 4 ] {2fe4ebfe-0f04-40f4-bbd7-eae7f1c9e247} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13580 | 2024.12.21 08:26:32.376118 [ 4 ] {2fe4ebfe-0f04-40f4-bbd7-eae7f1c9e247} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001725 sec., 7536.231884057971 rows/sec., 469.88 KiB/sec. | ||
| 13581 | 2024.12.21 08:26:32.376266 [ 4 ] {2fe4ebfe-0f04-40f4-bbd7-eae7f1c9e247} <Debug> TCPHandler: Processed in 0.002119448 sec. | ||
| 13582 | 2024.12.21 08:26:32.376504 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13583 | 2024.12.21 08:26:32.376651 [ 258 ] {ebbc6f60-c6e8-4eed-8098-1c6ff36089f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13584 | 2024.12.21 08:26:32.376714 [ 258 ] {ebbc6f60-c6e8-4eed-8098-1c6ff36089f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13585 | 2024.12.21 08:26:32.377526 [ 258 ] {ebbc6f60-c6e8-4eed-8098-1c6ff36089f0} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13586 | 2024.12.21 08:26:32.377591 [ 258 ] {ebbc6f60-c6e8-4eed-8098-1c6ff36089f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13587 | 2024.12.21 08:26:32.377964 [ 258 ] {ebbc6f60-c6e8-4eed-8098-1c6ff36089f0} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13588 | 2024.12.21 08:26:32.378197 [ 258 ] {ebbc6f60-c6e8-4eed-8098-1c6ff36089f0} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13589 | 2024.12.21 08:26:32.378385 [ 112 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13590 | 2024.12.21 08:26:32.378452 [ 258 ] {ebbc6f60-c6e8-4eed-8098-1c6ff36089f0} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001824 sec., 213815.78947368418 rows/sec., 15.16 MiB/sec. | ||
| 13591 | 2024.12.21 08:26:32.378461 [ 112 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13592 | 2024.12.21 08:26:32.378538 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13593 | 2024.12.21 08:26:32.378585 [ 258 ] {ebbc6f60-c6e8-4eed-8098-1c6ff36089f0} <Debug> TCPHandler: Processed in 0.00220597 sec. | ||
| 13594 | 2024.12.21 08:26:32.378914 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13595 | 2024.12.21 08:26:32.378948 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13596 | 2024.12.21 08:26:32.379436 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13597 | 2024.12.21 08:26:32.379568 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part | ||
| 13598 | 2024.12.21 08:26:32.379594 [ 4 ] {ac87a153-aaab-4ad6-b0f3-23756c4eb1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13599 | 2024.12.21 08:26:32.379958 [ 4 ] {ac87a153-aaab-4ad6-b0f3-23756c4eb1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13600 | 2024.12.21 08:26:32.379970 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 97 rows starting from the beginning of the part | ||
| 13601 | 2024.12.21 08:26:32.380506 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 850 rows starting from the beginning of the part | ||
| 13602 | 2024.12.21 08:26:32.380911 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 13603 | 2024.12.21 08:26:32.381353 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 97 rows starting from the beginning of the part | ||
| 13604 | 2024.12.21 08:26:32.381754 [ 199 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 390 rows starting from the beginning of the part | ||
| 13605 | 2024.12.21 08:26:32.383250 [ 4 ] {ac87a153-aaab-4ad6-b0f3-23756c4eb1c3} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13606 | 2024.12.21 08:26:32.383315 [ 4 ] {ac87a153-aaab-4ad6-b0f3-23756c4eb1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13607 | 2024.12.21 08:26:32.384266 [ 4 ] {ac87a153-aaab-4ad6-b0f3-23756c4eb1c3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13608 | 2024.12.21 08:26:32.384549 [ 4 ] {ac87a153-aaab-4ad6-b0f3-23756c4eb1c3} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13609 | 2024.12.21 08:26:32.385145 [ 191 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006500967 sec., 371175.5497297556 rows/sec., 28.46 MiB/sec. | ||
| 13610 | 2024.12.21 08:26:32.385201 [ 4 ] {ac87a153-aaab-4ad6-b0f3-23756c4eb1c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005835 sec., 1028.2776349614396 rows/sec., 53.72 KiB/sec. | ||
| 13611 | 2024.12.21 08:26:32.385398 [ 4 ] {ac87a153-aaab-4ad6-b0f3-23756c4eb1c3} <Debug> TCPHandler: Processed in 0.006663169 sec. | ||
| 13612 | 2024.12.21 08:26:32.385609 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13613 | 2024.12.21 08:26:32.385752 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13614 | 2024.12.21 08:26:32.386088 [ 258 ] {bba90584-aabc-4dca-8a9b-af170567fe51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13615 | 2024.12.21 08:26:32.386191 [ 258 ] {bba90584-aabc-4dca-8a9b-af170567fe51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13616 | 2024.12.21 08:26:32.386365 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13617 | 2024.12.21 08:26:32.386633 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_106_21} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13618 | 2024.12.21 08:26:32.386808 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13619 | 2024.12.21 08:26:32.387174 [ 258 ] {bba90584-aabc-4dca-8a9b-af170567fe51} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13620 | 2024.12.21 08:26:32.387218 [ 258 ] {bba90584-aabc-4dca-8a9b-af170567fe51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13621 | 2024.12.21 08:26:32.387653 [ 258 ] {bba90584-aabc-4dca-8a9b-af170567fe51} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13622 | 2024.12.21 08:26:32.387902 [ 258 ] {bba90584-aabc-4dca-8a9b-af170567fe51} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13623 | 2024.12.21 08:26:32.388142 [ 258 ] {bba90584-aabc-4dca-8a9b-af170567fe51} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002119 sec., 111845.21000471922 rows/sec., 7.50 MiB/sec. | ||
| 13624 | 2024.12.21 08:26:32.388246 [ 258 ] {bba90584-aabc-4dca-8a9b-af170567fe51} <Debug> TCPHandler: Processed in 0.002690114 sec. | ||
| 13625 | 2024.12.21 08:26:32.388481 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13626 | 2024.12.21 08:26:32.388799 [ 4 ] {06b3a953-ce1d-4347-b93c-daba3baad39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13627 | 2024.12.21 08:26:32.388901 [ 4 ] {06b3a953-ce1d-4347-b93c-daba3baad39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13628 | 2024.12.21 08:26:32.389574 [ 4 ] {06b3a953-ce1d-4347-b93c-daba3baad39b} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13629 | 2024.12.21 08:26:32.389612 [ 4 ] {06b3a953-ce1d-4347-b93c-daba3baad39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13630 | 2024.12.21 08:26:32.389968 [ 4 ] {06b3a953-ce1d-4347-b93c-daba3baad39b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13631 | 2024.12.21 08:26:32.390202 [ 4 ] {06b3a953-ce1d-4347-b93c-daba3baad39b} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13632 | 2024.12.21 08:26:32.390459 [ 4 ] {06b3a953-ce1d-4347-b93c-daba3baad39b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00173 sec., 578.0346820809249 rows/sec., 38.95 KiB/sec. | ||
| 13633 | 2024.12.21 08:26:32.390541 [ 4 ] {06b3a953-ce1d-4347-b93c-daba3baad39b} <Debug> TCPHandler: Processed in 0.002196239 sec. | ||
| 13634 | 2024.12.21 08:26:32.390769 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13635 | 2024.12.21 08:26:32.390944 [ 258 ] {861c7825-e3c6-4239-abfd-6d610d475ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13636 | 2024.12.21 08:26:32.391039 [ 258 ] {861c7825-e3c6-4239-abfd-6d610d475ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13637 | 2024.12.21 08:26:32.392212 [ 258 ] {861c7825-e3c6-4239-abfd-6d610d475ec5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13638 | 2024.12.21 08:26:32.392252 [ 258 ] {861c7825-e3c6-4239-abfd-6d610d475ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13639 | 2024.12.21 08:26:32.392868 [ 258 ] {861c7825-e3c6-4239-abfd-6d610d475ec5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13640 | 2024.12.21 08:26:32.393124 [ 258 ] {861c7825-e3c6-4239-abfd-6d610d475ec5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13641 | 2024.12.21 08:26:32.393397 [ 258 ] {861c7825-e3c6-4239-abfd-6d610d475ec5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002481 sec., 3224.506247480854 rows/sec., 5.78 MiB/sec. | ||
| 13642 | 2024.12.21 08:26:32.393605 [ 258 ] {861c7825-e3c6-4239-abfd-6d610d475ec5} <Debug> TCPHandler: Processed in 0.002956326 sec. | ||
| 13643 | 2024.12.21 08:26:32.393842 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13644 | 2024.12.21 08:26:32.394042 [ 4 ] {c84c9dca-677d-4bca-ac32-21409572d497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13645 | 2024.12.21 08:26:32.394099 [ 4 ] {c84c9dca-677d-4bca-ac32-21409572d497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13646 | 2024.12.21 08:26:32.394606 [ 4 ] {c84c9dca-677d-4bca-ac32-21409572d497} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13647 | 2024.12.21 08:26:32.394643 [ 4 ] {c84c9dca-677d-4bca-ac32-21409572d497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13648 | 2024.12.21 08:26:32.395011 [ 4 ] {c84c9dca-677d-4bca-ac32-21409572d497} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13649 | 2024.12.21 08:26:32.395252 [ 4 ] {c84c9dca-677d-4bca-ac32-21409572d497} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13650 | 2024.12.21 08:26:32.395469 [ 4 ] {c84c9dca-677d-4bca-ac32-21409572d497} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001468 sec., 55858.310626703 rows/sec., 3.55 MiB/sec. | ||
| 13651 | 2024.12.21 08:26:32.395519 [ 4 ] {c84c9dca-677d-4bca-ac32-21409572d497} <Debug> TCPHandler: Processed in 0.001805006 sec. | ||
| 13652 | 2024.12.21 08:26:33.580603 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13653 | 2024.12.21 08:26:33.603436 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13654 | 2024.12.21 08:26:33.603502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13655 | 2024.12.21 08:26:33.610763 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13656 | 2024.12.21 08:26:33.611579 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13657 | 2024.12.21 08:26:33.611988 [ 109 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13658 | 2024.12.21 08:26:33.612118 [ 109 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13659 | 2024.12.21 08:26:33.612182 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13660 | 2024.12.21 08:26:33.612556 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 13661 | 2024.12.21 08:26:33.629469 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13662 | 2024.12.21 08:26:33.630602 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13663 | 2024.12.21 08:26:33.632338 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 13664 | 2024.12.21 08:26:33.638106 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 13665 | 2024.12.21 08:26:33.643598 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 13666 | 2024.12.21 08:26:33.649156 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 13667 | 2024.12.21 08:26:33.655015 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 13668 | 2024.12.21 08:26:33.660680 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 13669 | 2024.12.21 08:26:33.720510 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.108196854 sec., 4602.72162811684 rows/sec., 23.80 MiB/sec. | ||
| 13670 | 2024.12.21 08:26:33.722815 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13671 | 2024.12.21 08:26:33.725417 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13672 | 2024.12.21 08:26:33.725537 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_66_13} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13673 | 2024.12.21 08:26:33.726909 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13674 | 2024.12.21 08:26:36.624535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1898 | ||
| 13675 | 2024.12.21 08:26:36.628147 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13676 | 2024.12.21 08:26:36.628207 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13677 | 2024.12.21 08:26:36.629704 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13678 | 2024.12.21 08:26:36.630029 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13679 | 2024.12.21 08:26:36.630691 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1898 | ||
| 13680 | 2024.12.21 08:26:37.357165 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13681 | 2024.12.21 08:26:37.357359 [ 4 ] {b27a940a-ef47-4d15-ade9-22daa64844ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13682 | 2024.12.21 08:26:37.357434 [ 4 ] {b27a940a-ef47-4d15-ade9-22daa64844ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13683 | 2024.12.21 08:26:37.358238 [ 4 ] {b27a940a-ef47-4d15-ade9-22daa64844ff} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13684 | 2024.12.21 08:26:37.358294 [ 4 ] {b27a940a-ef47-4d15-ade9-22daa64844ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13685 | 2024.12.21 08:26:37.358739 [ 4 ] {b27a940a-ef47-4d15-ade9-22daa64844ff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13686 | 2024.12.21 08:26:37.359008 [ 4 ] {b27a940a-ef47-4d15-ade9-22daa64844ff} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13687 | 2024.12.21 08:26:37.359299 [ 4 ] {b27a940a-ef47-4d15-ade9-22daa64844ff} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001989 sec., 5027.652086475616 rows/sec., 409.97 KiB/sec. | ||
| 13688 | 2024.12.21 08:26:37.359538 [ 4 ] {b27a940a-ef47-4d15-ade9-22daa64844ff} <Debug> TCPHandler: Processed in 0.002501602 sec. | ||
| 13689 | 2024.12.21 08:26:37.359850 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13690 | 2024.12.21 08:26:37.360039 [ 258 ] {9bfc2212-2e39-42ff-b453-65f295caa9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13691 | 2024.12.21 08:26:37.360111 [ 258 ] {9bfc2212-2e39-42ff-b453-65f295caa9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13692 | 2024.12.21 08:26:37.360947 [ 258 ] {9bfc2212-2e39-42ff-b453-65f295caa9d1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13693 | 2024.12.21 08:26:37.360988 [ 258 ] {9bfc2212-2e39-42ff-b453-65f295caa9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13694 | 2024.12.21 08:26:37.361447 [ 258 ] {9bfc2212-2e39-42ff-b453-65f295caa9d1} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13695 | 2024.12.21 08:26:37.361711 [ 258 ] {9bfc2212-2e39-42ff-b453-65f295caa9d1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13696 | 2024.12.21 08:26:37.361927 [ 258 ] {9bfc2212-2e39-42ff-b453-65f295caa9d1} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.001946 sec., 65262.07605344296 rows/sec., 5.51 MiB/sec. | ||
| 13697 | 2024.12.21 08:26:37.362034 [ 258 ] {9bfc2212-2e39-42ff-b453-65f295caa9d1} <Debug> TCPHandler: Processed in 0.002321791 sec. | ||
| 13698 | 2024.12.21 08:26:37.362236 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13699 | 2024.12.21 08:26:37.362547 [ 4 ] {2f55a235-3e37-403d-b562-4061c2583821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13700 | 2024.12.21 08:26:37.362628 [ 4 ] {2f55a235-3e37-403d-b562-4061c2583821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13701 | 2024.12.21 08:26:37.363309 [ 4 ] {2f55a235-3e37-403d-b562-4061c2583821} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13702 | 2024.12.21 08:26:37.363352 [ 4 ] {2f55a235-3e37-403d-b562-4061c2583821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13703 | 2024.12.21 08:26:37.363733 [ 4 ] {2f55a235-3e37-403d-b562-4061c2583821} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13704 | 2024.12.21 08:26:37.363977 [ 4 ] {2f55a235-3e37-403d-b562-4061c2583821} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13705 | 2024.12.21 08:26:37.364223 [ 4 ] {2f55a235-3e37-403d-b562-4061c2583821} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.001745 sec., 24641.833810888253 rows/sec., 1.78 MiB/sec. | ||
| 13706 | 2024.12.21 08:26:37.364297 [ 4 ] {2f55a235-3e37-403d-b562-4061c2583821} <Debug> TCPHandler: Processed in 0.002144849 sec. | ||
| 13707 | 2024.12.21 08:26:37.364481 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13708 | 2024.12.21 08:26:37.364661 [ 258 ] {d5fe0cc8-7069-4365-8c08-d90207b71f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13709 | 2024.12.21 08:26:37.364720 [ 258 ] {d5fe0cc8-7069-4365-8c08-d90207b71f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13710 | 2024.12.21 08:26:37.365506 [ 258 ] {d5fe0cc8-7069-4365-8c08-d90207b71f53} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13711 | 2024.12.21 08:26:37.365551 [ 258 ] {d5fe0cc8-7069-4365-8c08-d90207b71f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13712 | 2024.12.21 08:26:37.365948 [ 258 ] {d5fe0cc8-7069-4365-8c08-d90207b71f53} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13713 | 2024.12.21 08:26:37.366189 [ 258 ] {d5fe0cc8-7069-4365-8c08-d90207b71f53} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13714 | 2024.12.21 08:26:37.366364 [ 258 ] {d5fe0cc8-7069-4365-8c08-d90207b71f53} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001743 sec., 61388.41078600115 rows/sec., 4.80 MiB/sec. | ||
| 13715 | 2024.12.21 08:26:37.366416 [ 258 ] {d5fe0cc8-7069-4365-8c08-d90207b71f53} <Debug> TCPHandler: Processed in 0.002040447 sec. | ||
| 13716 | 2024.12.21 08:26:37.366559 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13717 | 2024.12.21 08:26:37.366684 [ 4 ] {855e61b1-43af-416d-826f-ba7088065d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13718 | 2024.12.21 08:26:37.366739 [ 4 ] {855e61b1-43af-416d-826f-ba7088065d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13719 | 2024.12.21 08:26:37.367335 [ 4 ] {855e61b1-43af-416d-826f-ba7088065d4c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13720 | 2024.12.21 08:26:37.367376 [ 4 ] {855e61b1-43af-416d-826f-ba7088065d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13721 | 2024.12.21 08:26:37.367780 [ 4 ] {855e61b1-43af-416d-826f-ba7088065d4c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13722 | 2024.12.21 08:26:37.368024 [ 4 ] {855e61b1-43af-416d-826f-ba7088065d4c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13723 | 2024.12.21 08:26:37.368234 [ 4 ] {855e61b1-43af-416d-826f-ba7088065d4c} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001577 sec., 104629.0424857324 rows/sec., 7.28 MiB/sec. | ||
| 13724 | 2024.12.21 08:26:37.368291 [ 4 ] {855e61b1-43af-416d-826f-ba7088065d4c} <Debug> TCPHandler: Processed in 0.001789256 sec. | ||
| 13725 | 2024.12.21 08:26:37.368430 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13726 | 2024.12.21 08:26:37.368552 [ 258 ] {20533617-f34c-495e-8672-febef4388cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13727 | 2024.12.21 08:26:37.368646 [ 258 ] {20533617-f34c-495e-8672-febef4388cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13728 | 2024.12.21 08:26:37.369957 [ 258 ] {20533617-f34c-495e-8672-febef4388cc9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13729 | 2024.12.21 08:26:37.369995 [ 258 ] {20533617-f34c-495e-8672-febef4388cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13730 | 2024.12.21 08:26:37.370668 [ 258 ] {20533617-f34c-495e-8672-febef4388cc9} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13731 | 2024.12.21 08:26:37.370936 [ 258 ] {20533617-f34c-495e-8672-febef4388cc9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13732 | 2024.12.21 08:26:37.371152 [ 104 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13733 | 2024.12.21 08:26:37.371188 [ 258 ] {20533617-f34c-495e-8672-febef4388cc9} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002665 sec., 12382.739212007506 rows/sec., 22.19 MiB/sec. | ||
| 13734 | 2024.12.21 08:26:37.371268 [ 104 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13735 | 2024.12.21 08:26:37.371381 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13736 | 2024.12.21 08:26:37.371465 [ 258 ] {20533617-f34c-495e-8672-febef4388cc9} <Debug> TCPHandler: Processed in 0.003090607 sec. | ||
| 13737 | 2024.12.21 08:26:37.371714 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 13738 | 2024.12.21 08:26:37.371727 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13739 | 2024.12.21 08:26:37.372010 [ 4 ] {274c0df4-bca3-4f50-b383-589f9b1c75e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13740 | 2024.12.21 08:26:37.372152 [ 4 ] {274c0df4-bca3-4f50-b383-589f9b1c75e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13741 | 2024.12.21 08:26:37.372665 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13742 | 2024.12.21 08:26:37.372890 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1746 rows starting from the beginning of the part | ||
| 13743 | 2024.12.21 08:26:37.373488 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 33 rows starting from the beginning of the part | ||
| 13744 | 2024.12.21 08:26:37.374188 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 13745 | 2024.12.21 08:26:37.374307 [ 4 ] {274c0df4-bca3-4f50-b383-589f9b1c75e3} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13746 | 2024.12.21 08:26:37.374414 [ 4 ] {274c0df4-bca3-4f50-b383-589f9b1c75e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13747 | 2024.12.21 08:26:37.374820 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 33 rows starting from the beginning of the part | ||
| 13748 | 2024.12.21 08:26:37.375693 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 13749 | 2024.12.21 08:26:37.376081 [ 4 ] {274c0df4-bca3-4f50-b383-589f9b1c75e3} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13750 | 2024.12.21 08:26:37.376372 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 33 rows starting from the beginning of the part | ||
| 13751 | 2024.12.21 08:26:37.376942 [ 4 ] {274c0df4-bca3-4f50-b383-589f9b1c75e3} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13752 | 2024.12.21 08:26:37.377687 [ 4 ] {274c0df4-bca3-4f50-b383-589f9b1c75e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005754 sec., 10427.52867570386 rows/sec., 719.61 KiB/sec. | ||
| 13753 | 2024.12.21 08:26:37.377813 [ 4 ] {274c0df4-bca3-4f50-b383-589f9b1c75e3} <Debug> TCPHandler: Processed in 0.006219105 sec. | ||
| 13754 | 2024.12.21 08:26:37.387078 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1861 rows, containing 19 columns (19 merged, 0 gathered) in 0.015532797 sec., 119811.003774787 rows/sec., 214.70 MiB/sec. | ||
| 13755 | 2024.12.21 08:26:37.389161 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13756 | 2024.12.21 08:26:37.389646 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13757 | 2024.12.21 08:26:37.389753 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13758 | 2024.12.21 08:26:37.389927 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.29 MiB. | ||
| 13759 | 2024.12.21 08:26:38.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.60 MiB, peak 274.85 MiB, free memory in arenas 0.00 B, will set to 262.21 MiB (RSS), difference: 4.62 MiB | ||
| 13760 | 2024.12.21 08:26:38.960728 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 13761 | 2024.12.21 08:26:38.961701 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13762 | 2024.12.21 08:26:38.961750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13763 | 2024.12.21 08:26:38.962277 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13764 | 2024.12.21 08:26:38.962534 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13765 | 2024.12.21 08:26:38.962789 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 13766 | 2024.12.21 08:26:41.129698 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 13767 | 2024.12.21 08:26:41.150578 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13768 | 2024.12.21 08:26:41.150648 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13769 | 2024.12.21 08:26:41.157690 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13770 | 2024.12.21 08:26:41.158485 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13771 | 2024.12.21 08:26:41.161374 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 13772 | 2024.12.21 08:26:42.360023 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13773 | 2024.12.21 08:26:42.360323 [ 4 ] {cc260050-8ab5-4aed-99ea-64b31ce56ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13774 | 2024.12.21 08:26:42.360437 [ 4 ] {cc260050-8ab5-4aed-99ea-64b31ce56ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13775 | 2024.12.21 08:26:42.361310 [ 4 ] {cc260050-8ab5-4aed-99ea-64b31ce56ad5} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13776 | 2024.12.21 08:26:42.361356 [ 4 ] {cc260050-8ab5-4aed-99ea-64b31ce56ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13777 | 2024.12.21 08:26:42.361786 [ 4 ] {cc260050-8ab5-4aed-99ea-64b31ce56ad5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13778 | 2024.12.21 08:26:42.362051 [ 4 ] {cc260050-8ab5-4aed-99ea-64b31ce56ad5} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13779 | 2024.12.21 08:26:42.362275 [ 4 ] {cc260050-8ab5-4aed-99ea-64b31ce56ad5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002031 sec., 6893.1560807484 rows/sec., 496.21 KiB/sec. | ||
| 13780 | 2024.12.21 08:26:42.362371 [ 4 ] {cc260050-8ab5-4aed-99ea-64b31ce56ad5} <Debug> TCPHandler: Processed in 0.002529882 sec. | ||
| 13781 | 2024.12.21 08:26:42.362664 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13782 | 2024.12.21 08:26:42.362858 [ 258 ] {5d3a2309-c2b2-4dec-af29-fc349a0e88ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13783 | 2024.12.21 08:26:42.362932 [ 258 ] {5d3a2309-c2b2-4dec-af29-fc349a0e88ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13784 | 2024.12.21 08:26:42.363784 [ 258 ] {5d3a2309-c2b2-4dec-af29-fc349a0e88ac} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13785 | 2024.12.21 08:26:42.363835 [ 258 ] {5d3a2309-c2b2-4dec-af29-fc349a0e88ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13786 | 2024.12.21 08:26:42.364290 [ 258 ] {5d3a2309-c2b2-4dec-af29-fc349a0e88ac} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13787 | 2024.12.21 08:26:42.364539 [ 258 ] {5d3a2309-c2b2-4dec-af29-fc349a0e88ac} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13788 | 2024.12.21 08:26:42.364773 [ 258 ] {5d3a2309-c2b2-4dec-af29-fc349a0e88ac} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001967 sec., 111337.06151499746 rows/sec., 9.72 MiB/sec. | ||
| 13789 | 2024.12.21 08:26:42.364838 [ 258 ] {5d3a2309-c2b2-4dec-af29-fc349a0e88ac} <Debug> TCPHandler: Processed in 0.002353171 sec. | ||
| 13790 | 2024.12.21 08:26:42.364987 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13791 | 2024.12.21 08:26:42.365115 [ 4 ] {34bb4f31-bff8-4007-aae1-aa0995b20f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13792 | 2024.12.21 08:26:42.365168 [ 4 ] {34bb4f31-bff8-4007-aae1-aa0995b20f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13793 | 2024.12.21 08:26:42.365785 [ 4 ] {34bb4f31-bff8-4007-aae1-aa0995b20f47} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13794 | 2024.12.21 08:26:42.365823 [ 4 ] {34bb4f31-bff8-4007-aae1-aa0995b20f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13795 | 2024.12.21 08:26:42.366212 [ 4 ] {34bb4f31-bff8-4007-aae1-aa0995b20f47} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13796 | 2024.12.21 08:26:42.366479 [ 4 ] {34bb4f31-bff8-4007-aae1-aa0995b20f47} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13797 | 2024.12.21 08:26:42.366671 [ 4 ] {34bb4f31-bff8-4007-aae1-aa0995b20f47} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001584 sec., 9469.69696969697 rows/sec., 667.69 KiB/sec. | ||
| 13798 | 2024.12.21 08:26:42.366732 [ 4 ] {34bb4f31-bff8-4007-aae1-aa0995b20f47} <Debug> TCPHandler: Processed in 0.001804996 sec. | ||
| 13799 | 2024.12.21 08:26:42.366901 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13800 | 2024.12.21 08:26:42.367028 [ 258 ] {7c3b7552-c4cc-4cb1-ba57-91b9b3baf7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13801 | 2024.12.21 08:26:42.367080 [ 258 ] {7c3b7552-c4cc-4cb1-ba57-91b9b3baf7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13802 | 2024.12.21 08:26:42.367681 [ 258 ] {7c3b7552-c4cc-4cb1-ba57-91b9b3baf7ad} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2024.12.21 08:26:42.367722 [ 258 ] {7c3b7552-c4cc-4cb1-ba57-91b9b3baf7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13804 | 2024.12.21 08:26:42.368144 [ 258 ] {7c3b7552-c4cc-4cb1-ba57-91b9b3baf7ad} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13805 | 2024.12.21 08:26:42.368390 [ 258 ] {7c3b7552-c4cc-4cb1-ba57-91b9b3baf7ad} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2024.12.21 08:26:42.368578 [ 101 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
| 13807 | 2024.12.21 08:26:42.368645 [ 101 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13808 | 2024.12.21 08:26:42.368656 [ 258 ] {7c3b7552-c4cc-4cb1-ba57-91b9b3baf7ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001646 sec., 8505.46780072904 rows/sec., 595.67 KiB/sec. | ||
| 13809 | 2024.12.21 08:26:42.368680 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13810 | 2024.12.21 08:26:42.368824 [ 258 ] {7c3b7552-c4cc-4cb1-ba57-91b9b3baf7ad} <Debug> TCPHandler: Processed in 0.001983768 sec. | ||
| 13811 | 2024.12.21 08:26:42.368974 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
| 13812 | 2024.12.21 08:26:42.369026 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13813 | 2024.12.21 08:26:42.369257 [ 4 ] {f9e92bd5-41c1-4714-b297-c5a0cbe0fbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13814 | 2024.12.21 08:26:42.369275 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13815 | 2024.12.21 08:26:42.369335 [ 4 ] {f9e92bd5-41c1-4714-b297-c5a0cbe0fbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13816 | 2024.12.21 08:26:42.369360 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 244 rows starting from the beginning of the part | ||
| 13817 | 2024.12.21 08:26:42.369733 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13818 | 2024.12.21 08:26:42.370098 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 13819 | 2024.12.21 08:26:42.370523 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 242 rows starting from the beginning of the part | ||
| 13820 | 2024.12.21 08:26:42.370832 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 13821 | 2024.12.21 08:26:42.371188 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 13822 | 2024.12.21 08:26:42.372090 [ 4 ] {f9e92bd5-41c1-4714-b297-c5a0cbe0fbda} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13823 | 2024.12.21 08:26:42.372160 [ 4 ] {f9e92bd5-41c1-4714-b297-c5a0cbe0fbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13824 | 2024.12.21 08:26:42.373129 [ 4 ] {f9e92bd5-41c1-4714-b297-c5a0cbe0fbda} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13825 | 2024.12.21 08:26:42.373609 [ 4 ] {f9e92bd5-41c1-4714-b297-c5a0cbe0fbda} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13826 | 2024.12.21 08:26:42.374181 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.005358927 sec., 101139.64978436915 rows/sec., 7.24 MiB/sec. | ||
| 13827 | 2024.12.21 08:26:42.374229 [ 4 ] {f9e92bd5-41c1-4714-b297-c5a0cbe0fbda} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005039 sec., 2579.876959714229 rows/sec., 160.85 KiB/sec. | ||
| 13828 | 2024.12.21 08:26:42.374558 [ 4 ] {f9e92bd5-41c1-4714-b297-c5a0cbe0fbda} <Debug> TCPHandler: Processed in 0.005621159 sec. | ||
| 13829 | 2024.12.21 08:26:42.374599 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
| 13830 | 2024.12.21 08:26:42.374874 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13831 | 2024.12.21 08:26:42.375149 [ 258 ] {e0025f69-1c53-4c06-a480-ed82c5ef46a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13832 | 2024.12.21 08:26:42.375232 [ 258 ] {e0025f69-1c53-4c06-a480-ed82c5ef46a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13833 | 2024.12.21 08:26:42.375431 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13834 | 2024.12.21 08:26:42.375654 [ 200 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_49_10} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
| 13835 | 2024.12.21 08:26:42.375863 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13836 | 2024.12.21 08:26:42.376408 [ 258 ] {e0025f69-1c53-4c06-a480-ed82c5ef46a8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13837 | 2024.12.21 08:26:42.376454 [ 258 ] {e0025f69-1c53-4c06-a480-ed82c5ef46a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13838 | 2024.12.21 08:26:42.376853 [ 258 ] {e0025f69-1c53-4c06-a480-ed82c5ef46a8} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13839 | 2024.12.21 08:26:42.377114 [ 258 ] {e0025f69-1c53-4c06-a480-ed82c5ef46a8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13840 | 2024.12.21 08:26:42.377340 [ 258 ] {e0025f69-1c53-4c06-a480-ed82c5ef46a8} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002243 sec., 173874.27552385197 rows/sec., 12.33 MiB/sec. | ||
| 13841 | 2024.12.21 08:26:42.377405 [ 258 ] {e0025f69-1c53-4c06-a480-ed82c5ef46a8} <Debug> TCPHandler: Processed in 0.002718924 sec. | ||
| 13842 | 2024.12.21 08:26:42.377564 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13843 | 2024.12.21 08:26:42.377707 [ 4 ] {a9da4c82-ab37-4086-8c07-27e312a7381e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13844 | 2024.12.21 08:26:42.377771 [ 4 ] {a9da4c82-ab37-4086-8c07-27e312a7381e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13845 | 2024.12.21 08:26:42.378354 [ 4 ] {a9da4c82-ab37-4086-8c07-27e312a7381e} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13846 | 2024.12.21 08:26:42.378399 [ 4 ] {a9da4c82-ab37-4086-8c07-27e312a7381e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13847 | 2024.12.21 08:26:42.378819 [ 4 ] {a9da4c82-ab37-4086-8c07-27e312a7381e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13848 | 2024.12.21 08:26:42.379061 [ 4 ] {a9da4c82-ab37-4086-8c07-27e312a7381e} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13849 | 2024.12.21 08:26:42.379239 [ 4 ] {a9da4c82-ab37-4086-8c07-27e312a7381e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001564 sec., 3836.317135549872 rows/sec., 200.43 KiB/sec. | ||
| 13850 | 2024.12.21 08:26:42.379292 [ 4 ] {a9da4c82-ab37-4086-8c07-27e312a7381e} <Debug> TCPHandler: Processed in 0.001796215 sec. | ||
| 13851 | 2024.12.21 08:26:42.379439 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13852 | 2024.12.21 08:26:42.379561 [ 258 ] {d5a04593-f342-4437-8c86-eea8f6d58a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13853 | 2024.12.21 08:26:42.379616 [ 258 ] {d5a04593-f342-4437-8c86-eea8f6d58a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13854 | 2024.12.21 08:26:42.380235 [ 258 ] {d5a04593-f342-4437-8c86-eea8f6d58a70} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13855 | 2024.12.21 08:26:42.380274 [ 258 ] {d5a04593-f342-4437-8c86-eea8f6d58a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13856 | 2024.12.21 08:26:42.380684 [ 258 ] {d5a04593-f342-4437-8c86-eea8f6d58a70} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13857 | 2024.12.21 08:26:42.380914 [ 258 ] {d5a04593-f342-4437-8c86-eea8f6d58a70} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13858 | 2024.12.21 08:26:42.381101 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0 | ||
| 13859 | 2024.12.21 08:26:42.381165 [ 258 ] {d5a04593-f342-4437-8c86-eea8f6d58a70} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001625 sec., 145846.15384615384 rows/sec., 9.78 MiB/sec. | ||
| 13860 | 2024.12.21 08:26:42.381172 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13861 | 2024.12.21 08:26:42.381249 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13862 | 2024.12.21 08:26:42.381304 [ 258 ] {d5a04593-f342-4437-8c86-eea8f6d58a70} <Debug> TCPHandler: Processed in 0.001923317 sec. | ||
| 13863 | 2024.12.21 08:26:42.381555 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full | ||
| 13864 | 2024.12.21 08:26:42.381575 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13865 | 2024.12.21 08:26:42.381859 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13866 | 2024.12.21 08:26:42.381861 [ 4 ] {2fe1da94-221a-4985-82f1-98059b8983f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13867 | 2024.12.21 08:26:42.381927 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 28768 rows starting from the beginning of the part | ||
| 13868 | 2024.12.21 08:26:42.381991 [ 4 ] {2fe1da94-221a-4985-82f1-98059b8983f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13869 | 2024.12.21 08:26:42.382229 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 32 rows starting from the beginning of the part | ||
| 13870 | 2024.12.21 08:26:42.382557 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
| 13871 | 2024.12.21 08:26:42.382839 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part | ||
| 13872 | 2024.12.21 08:26:42.383173 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 165 rows starting from the beginning of the part | ||
| 13873 | 2024.12.21 08:26:42.383536 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 237 rows starting from the beginning of the part | ||
| 13874 | 2024.12.21 08:26:42.384564 [ 4 ] {2fe1da94-221a-4985-82f1-98059b8983f3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13875 | 2024.12.21 08:26:42.384625 [ 4 ] {2fe1da94-221a-4985-82f1-98059b8983f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13876 | 2024.12.21 08:26:42.385173 [ 4 ] {2fe1da94-221a-4985-82f1-98059b8983f3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13877 | 2024.12.21 08:26:42.385462 [ 4 ] {2fe1da94-221a-4985-82f1-98059b8983f3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13878 | 2024.12.21 08:26:42.385684 [ 97 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
| 13879 | 2024.12.21 08:26:42.385798 [ 97 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13880 | 2024.12.21 08:26:42.385876 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13881 | 2024.12.21 08:26:42.386029 [ 4 ] {2fe1da94-221a-4985-82f1-98059b8983f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004203 sec., 237.92529145848204 rows/sec., 16.03 KiB/sec. | ||
| 13882 | 2024.12.21 08:26:42.386417 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
| 13883 | 2024.12.21 08:26:42.387562 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13884 | 2024.12.21 08:26:42.387639 [ 4 ] {2fe1da94-221a-4985-82f1-98059b8983f3} <Debug> TCPHandler: Processed in 0.006183905 sec. | ||
| 13885 | 2024.12.21 08:26:42.387760 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 44 rows starting from the beginning of the part | ||
| 13886 | 2024.12.21 08:26:42.387996 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13887 | 2024.12.21 08:26:42.388263 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13888 | 2024.12.21 08:26:42.388442 [ 258 ] {f3e7e46f-f7b5-409c-a1c6-89d0a24cde11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13889 | 2024.12.21 08:26:42.388623 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13890 | 2024.12.21 08:26:42.388937 [ 258 ] {f3e7e46f-f7b5-409c-a1c6-89d0a24cde11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13891 | 2024.12.21 08:26:42.388980 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 13892 | 2024.12.21 08:26:42.389429 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 13893 | 2024.12.21 08:26:42.389849 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 13894 | 2024.12.21 08:26:42.394393 [ 204 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49 rows, containing 4 columns (4 merged, 0 gathered) in 0.008364253 sec., 5858.263732577195 rows/sec., 393.81 KiB/sec. | ||
| 13895 | 2024.12.21 08:26:42.394687 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
| 13896 | 2024.12.21 08:26:42.395662 [ 258 ] {f3e7e46f-f7b5-409c-a1c6-89d0a24cde11} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13897 | 2024.12.21 08:26:42.395677 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13898 | 2024.12.21 08:26:42.395728 [ 258 ] {f3e7e46f-f7b5-409c-a1c6-89d0a24cde11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13899 | 2024.12.21 08:26:42.395862 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_49_10} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
| 13900 | 2024.12.21 08:26:42.396086 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13901 | 2024.12.21 08:26:42.397223 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29599 rows, containing 5 columns (5 merged, 0 gathered) in 0.015855749 sec., 1866767.6941656936 rows/sec., 125.95 MiB/sec. | ||
| 13902 | 2024.12.21 08:26:42.397299 [ 258 ] {f3e7e46f-f7b5-409c-a1c6-89d0a24cde11} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13903 | 2024.12.21 08:26:42.397649 [ 258 ] {f3e7e46f-f7b5-409c-a1c6-89d0a24cde11} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13904 | 2024.12.21 08:26:42.397936 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary) | ||
| 13905 | 2024.12.21 08:26:42.398023 [ 258 ] {f3e7e46f-f7b5-409c-a1c6-89d0a24cde11} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.009677 sec., 826.7024904412525 rows/sec., 1.48 MiB/sec. | ||
| 13906 | 2024.12.21 08:26:42.398368 [ 258 ] {f3e7e46f-f7b5-409c-a1c6-89d0a24cde11} <Debug> TCPHandler: Processed in 0.010547253 sec. | ||
| 13907 | 2024.12.21 08:26:42.398584 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13908 | 2024.12.21 08:26:42.398610 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13909 | 2024.12.21 08:26:42.398694 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21 | ||
| 13910 | 2024.12.21 08:26:42.398786 [ 4 ] {bbd9e42c-942e-46da-8c7b-602719a26b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13911 | 2024.12.21 08:26:42.398817 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13912 | 2024.12.21 08:26:42.398856 [ 4 ] {bbd9e42c-942e-46da-8c7b-602719a26b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13913 | 2024.12.21 08:26:42.399442 [ 4 ] {bbd9e42c-942e-46da-8c7b-602719a26b12} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13914 | 2024.12.21 08:26:42.399490 [ 4 ] {bbd9e42c-942e-46da-8c7b-602719a26b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 13915 | 2024.12.21 08:26:42.399917 [ 4 ] {bbd9e42c-942e-46da-8c7b-602719a26b12} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13916 | 2024.12.21 08:26:42.400170 [ 4 ] {bbd9e42c-942e-46da-8c7b-602719a26b12} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13917 | 2024.12.21 08:26:42.400350 [ 4 ] {bbd9e42c-942e-46da-8c7b-602719a26b12} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001619 sec., 50648.548486720196 rows/sec., 3.22 MiB/sec. | ||
| 13918 | 2024.12.21 08:26:42.400401 [ 4 ] {bbd9e42c-942e-46da-8c7b-602719a26b12} <Debug> TCPHandler: Processed in 0.001899337 sec. | ||
| 13919 | 2024.12.21 08:26:46.272350 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13920 | 2024.12.21 08:26:46.272426 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13921 | 2024.12.21 08:26:46.463036 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 13922 | 2024.12.21 08:26:46.463714 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13923 | 2024.12.21 08:26:46.463767 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13924 | 2024.12.21 08:26:46.464316 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13925 | 2024.12.21 08:26:46.464580 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13926 | 2024.12.21 08:26:46.464846 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 13927 | 2024.12.21 08:26:46.631063 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1934 | ||
| 13928 | 2024.12.21 08:26:46.634302 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13929 | 2024.12.21 08:26:46.634358 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13930 | 2024.12.21 08:26:46.635840 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13931 | 2024.12.21 08:26:46.636160 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13932 | 2024.12.21 08:26:46.636708 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1934 | ||
| 13933 | 2024.12.21 08:26:47.356940 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13934 | 2024.12.21 08:26:47.357152 [ 4 ] {84d51a53-cc4a-47dd-a890-a6635fc6161d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13935 | 2024.12.21 08:26:47.357232 [ 4 ] {84d51a53-cc4a-47dd-a890-a6635fc6161d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13936 | 2024.12.21 08:26:47.358125 [ 4 ] {84d51a53-cc4a-47dd-a890-a6635fc6161d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13937 | 2024.12.21 08:26:47.358177 [ 4 ] {84d51a53-cc4a-47dd-a890-a6635fc6161d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13938 | 2024.12.21 08:26:47.358632 [ 4 ] {84d51a53-cc4a-47dd-a890-a6635fc6161d} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13939 | 2024.12.21 08:26:47.358888 [ 4 ] {84d51a53-cc4a-47dd-a890-a6635fc6161d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13940 | 2024.12.21 08:26:47.359141 [ 4 ] {84d51a53-cc4a-47dd-a890-a6635fc6161d} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002047 sec., 59599.413776257934 rows/sec., 5.07 MiB/sec. | ||
| 13941 | 2024.12.21 08:26:47.359197 [ 4 ] {84d51a53-cc4a-47dd-a890-a6635fc6161d} <Debug> TCPHandler: Processed in 0.002395451 sec. | ||
| 13942 | 2024.12.21 08:26:47.359475 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13943 | 2024.12.21 08:26:47.359696 [ 258 ] {f62770a4-de6a-444c-b096-601a8f4f1a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13944 | 2024.12.21 08:26:47.359780 [ 258 ] {f62770a4-de6a-444c-b096-601a8f4f1a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13945 | 2024.12.21 08:26:47.360576 [ 258 ] {f62770a4-de6a-444c-b096-601a8f4f1a19} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13946 | 2024.12.21 08:26:47.360630 [ 258 ] {f62770a4-de6a-444c-b096-601a8f4f1a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13947 | 2024.12.21 08:26:47.361086 [ 258 ] {f62770a4-de6a-444c-b096-601a8f4f1a19} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13948 | 2024.12.21 08:26:47.361345 [ 258 ] {f62770a4-de6a-444c-b096-601a8f4f1a19} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13949 | 2024.12.21 08:26:47.361576 [ 94 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13950 | 2024.12.21 08:26:47.361614 [ 258 ] {f62770a4-de6a-444c-b096-601a8f4f1a19} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001976 sec., 16700.404858299597 rows/sec., 1.23 MiB/sec. | ||
| 13951 | 2024.12.21 08:26:47.361686 [ 94 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13952 | 2024.12.21 08:26:47.361768 [ 258 ] {f62770a4-de6a-444c-b096-601a8f4f1a19} <Debug> TCPHandler: Processed in 0.002431442 sec. | ||
| 13953 | 2024.12.21 08:26:47.361776 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13954 | 2024.12.21 08:26:47.362060 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13955 | 2024.12.21 08:26:47.362250 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 13956 | 2024.12.21 08:26:47.362764 [ 4 ] {a0f02c9b-26ca-4597-9885-bc15cf5bb052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13957 | 2024.12.21 08:26:47.363101 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13958 | 2024.12.21 08:26:47.363159 [ 4 ] {a0f02c9b-26ca-4597-9885-bc15cf5bb052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13959 | 2024.12.21 08:26:47.363237 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 66 rows starting from the beginning of the part | ||
| 13960 | 2024.12.21 08:26:47.363675 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 33 rows starting from the beginning of the part | ||
| 13961 | 2024.12.21 08:26:47.364049 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 15 rows starting from the beginning of the part | ||
| 13962 | 2024.12.21 08:26:47.364383 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 43 rows starting from the beginning of the part | ||
| 13963 | 2024.12.21 08:26:47.364878 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 15 rows starting from the beginning of the part | ||
| 13964 | 2024.12.21 08:26:47.365368 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 33 rows starting from the beginning of the part | ||
| 13965 | 2024.12.21 08:26:47.367162 [ 4 ] {a0f02c9b-26ca-4597-9885-bc15cf5bb052} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13966 | 2024.12.21 08:26:47.367249 [ 4 ] {a0f02c9b-26ca-4597-9885-bc15cf5bb052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13967 | 2024.12.21 08:26:47.368317 [ 4 ] {a0f02c9b-26ca-4597-9885-bc15cf5bb052} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13968 | 2024.12.21 08:26:47.368401 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.006465367 sec., 31707.403462170052 rows/sec., 2.39 MiB/sec. | ||
| 13969 | 2024.12.21 08:26:47.368640 [ 195 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13970 | 2024.12.21 08:26:47.368809 [ 4 ] {a0f02c9b-26ca-4597-9885-bc15cf5bb052} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13971 | 2024.12.21 08:26:47.369248 [ 4 ] {a0f02c9b-26ca-4597-9885-bc15cf5bb052} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.006773 sec., 14321.570943451941 rows/sec., 1.12 MiB/sec. | ||
| 13972 | 2024.12.21 08:26:47.369368 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13973 | 2024.12.21 08:26:47.369397 [ 4 ] {a0f02c9b-26ca-4597-9885-bc15cf5bb052} <Debug> TCPHandler: Processed in 0.007529766 sec. | ||
| 13974 | 2024.12.21 08:26:47.369569 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_96_19} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13975 | 2024.12.21 08:26:47.369603 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13976 | 2024.12.21 08:26:47.369712 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13977 | 2024.12.21 08:26:47.369813 [ 258 ] {d8927ba2-7b1a-4cee-b58e-40e2505389f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13978 | 2024.12.21 08:26:47.369884 [ 258 ] {d8927ba2-7b1a-4cee-b58e-40e2505389f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13979 | 2024.12.21 08:26:47.370493 [ 258 ] {d8927ba2-7b1a-4cee-b58e-40e2505389f1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13980 | 2024.12.21 08:26:47.370533 [ 258 ] {d8927ba2-7b1a-4cee-b58e-40e2505389f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13981 | 2024.12.21 08:26:47.370943 [ 258 ] {d8927ba2-7b1a-4cee-b58e-40e2505389f1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13982 | 2024.12.21 08:26:47.371198 [ 258 ] {d8927ba2-7b1a-4cee-b58e-40e2505389f1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13983 | 2024.12.21 08:26:47.371431 [ 258 ] {d8927ba2-7b1a-4cee-b58e-40e2505389f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
| 13984 | 2024.12.21 08:26:47.371530 [ 258 ] {d8927ba2-7b1a-4cee-b58e-40e2505389f1} <Debug> TCPHandler: Processed in 0.002010608 sec. | ||
| 13985 | 2024.12.21 08:26:47.371748 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13986 | 2024.12.21 08:26:47.372041 [ 4 ] {c156d893-67e7-473f-94bb-0a877e62c58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13987 | 2024.12.21 08:26:47.372152 [ 4 ] {c156d893-67e7-473f-94bb-0a877e62c58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13988 | 2024.12.21 08:26:47.373475 [ 4 ] {c156d893-67e7-473f-94bb-0a877e62c58a} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13989 | 2024.12.21 08:26:47.373515 [ 4 ] {c156d893-67e7-473f-94bb-0a877e62c58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13990 | 2024.12.21 08:26:47.374209 [ 4 ] {c156d893-67e7-473f-94bb-0a877e62c58a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13991 | 2024.12.21 08:26:47.374475 [ 4 ] {c156d893-67e7-473f-94bb-0a877e62c58a} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13992 | 2024.12.21 08:26:47.374753 [ 4 ] {c156d893-67e7-473f-94bb-0a877e62c58a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002811 sec., 11739.594450373532 rows/sec., 21.04 MiB/sec. | ||
| 13993 | 2024.12.21 08:26:47.374877 [ 4 ] {c156d893-67e7-473f-94bb-0a877e62c58a} <Debug> TCPHandler: Processed in 0.003256128 sec. | ||
| 13994 | 2024.12.21 08:26:47.375144 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13995 | 2024.12.21 08:26:47.375328 [ 258 ] {2811062e-667d-4e3f-b7c5-22c63a1a0b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13996 | 2024.12.21 08:26:47.375390 [ 258 ] {2811062e-667d-4e3f-b7c5-22c63a1a0b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13997 | 2024.12.21 08:26:47.375976 [ 258 ] {2811062e-667d-4e3f-b7c5-22c63a1a0b76} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13998 | 2024.12.21 08:26:47.376015 [ 258 ] {2811062e-667d-4e3f-b7c5-22c63a1a0b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 13999 | 2024.12.21 08:26:47.376401 [ 258 ] {2811062e-667d-4e3f-b7c5-22c63a1a0b76} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14000 | 2024.12.21 08:26:47.376655 [ 258 ] {2811062e-667d-4e3f-b7c5-22c63a1a0b76} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14001 | 2024.12.21 08:26:47.376892 [ 258 ] {2811062e-667d-4e3f-b7c5-22c63a1a0b76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001596 sec., 37593.984962406015 rows/sec., 2.53 MiB/sec. | ||
| 14002 | 2024.12.21 08:26:47.377011 [ 258 ] {2811062e-667d-4e3f-b7c5-22c63a1a0b76} <Debug> TCPHandler: Processed in 0.002015178 sec. | ||
| 14003 | 2024.12.21 08:26:48.661589 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 14004 | 2024.12.21 08:26:48.682204 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14005 | 2024.12.21 08:26:48.682262 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14006 | 2024.12.21 08:26:48.689599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14007 | 2024.12.21 08:26:48.690360 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14008 | 2024.12.21 08:26:48.693103 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 14009 | 2024.12.21 08:26:50.544773 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14010 | 2024.12.21 08:26:50.545001 [ 4 ] {b5aa401e-c3a6-4ecc-abe4-f5501cfdab57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14011 | 2024.12.21 08:26:50.545080 [ 4 ] {b5aa401e-c3a6-4ecc-abe4-f5501cfdab57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14012 | 2024.12.21 08:26:50.545828 [ 4 ] {b5aa401e-c3a6-4ecc-abe4-f5501cfdab57} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14013 | 2024.12.21 08:26:50.545874 [ 4 ] {b5aa401e-c3a6-4ecc-abe4-f5501cfdab57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14014 | 2024.12.21 08:26:50.546308 [ 4 ] {b5aa401e-c3a6-4ecc-abe4-f5501cfdab57} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14015 | 2024.12.21 08:26:50.546567 [ 4 ] {b5aa401e-c3a6-4ecc-abe4-f5501cfdab57} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14016 | 2024.12.21 08:26:50.546814 [ 4 ] {b5aa401e-c3a6-4ecc-abe4-f5501cfdab57} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec. | ||
| 14017 | 2024.12.21 08:26:50.546881 [ 4 ] {b5aa401e-c3a6-4ecc-abe4-f5501cfdab57} <Debug> TCPHandler: Processed in 0.00224428 sec. | ||
| 14018 | 2024.12.21 08:26:50.547143 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14019 | 2024.12.21 08:26:50.547336 [ 258 ] {9d58696f-c610-4e2d-9c74-0cecaaf8ce10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14020 | 2024.12.21 08:26:50.547410 [ 258 ] {9d58696f-c610-4e2d-9c74-0cecaaf8ce10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14021 | 2024.12.21 08:26:50.548162 [ 258 ] {9d58696f-c610-4e2d-9c74-0cecaaf8ce10} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14022 | 2024.12.21 08:26:50.548214 [ 258 ] {9d58696f-c610-4e2d-9c74-0cecaaf8ce10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14023 | 2024.12.21 08:26:50.548615 [ 258 ] {9d58696f-c610-4e2d-9c74-0cecaaf8ce10} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14024 | 2024.12.21 08:26:50.548859 [ 258 ] {9d58696f-c610-4e2d-9c74-0cecaaf8ce10} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14025 | 2024.12.21 08:26:50.549128 [ 258 ] {9d58696f-c610-4e2d-9c74-0cecaaf8ce10} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001834 sec., 2181.0250817884407 rows/sec., 177.85 KiB/sec. | ||
| 14026 | 2024.12.21 08:26:50.549348 [ 258 ] {9d58696f-c610-4e2d-9c74-0cecaaf8ce10} <Debug> TCPHandler: Processed in 0.002342771 sec. | ||
| 14027 | 2024.12.21 08:26:50.549564 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14028 | 2024.12.21 08:26:50.549707 [ 4 ] {215fb220-ca2c-4d42-b197-14c65f2e99fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14029 | 2024.12.21 08:26:50.549768 [ 4 ] {215fb220-ca2c-4d42-b197-14c65f2e99fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14030 | 2024.12.21 08:26:50.551316 [ 4 ] {215fb220-ca2c-4d42-b197-14c65f2e99fa} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14031 | 2024.12.21 08:26:50.551358 [ 4 ] {215fb220-ca2c-4d42-b197-14c65f2e99fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14032 | 2024.12.21 08:26:50.551813 [ 4 ] {215fb220-ca2c-4d42-b197-14c65f2e99fa} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14033 | 2024.12.21 08:26:50.552058 [ 4 ] {215fb220-ca2c-4d42-b197-14c65f2e99fa} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14034 | 2024.12.21 08:26:50.552286 [ 4 ] {215fb220-ca2c-4d42-b197-14c65f2e99fa} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002612 sec., 521056.6615620214 rows/sec., 43.48 MiB/sec. | ||
| 14035 | 2024.12.21 08:26:50.552344 [ 4 ] {215fb220-ca2c-4d42-b197-14c65f2e99fa} <Debug> TCPHandler: Processed in 0.002851965 sec. | ||
| 14036 | 2024.12.21 08:26:50.552502 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14037 | 2024.12.21 08:26:50.552619 [ 258 ] {bc664dce-d9ff-4689-82ad-6f444ad124e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14038 | 2024.12.21 08:26:50.552668 [ 258 ] {bc664dce-d9ff-4689-82ad-6f444ad124e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14039 | 2024.12.21 08:26:50.553268 [ 258 ] {bc664dce-d9ff-4689-82ad-6f444ad124e7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14040 | 2024.12.21 08:26:50.553308 [ 258 ] {bc664dce-d9ff-4689-82ad-6f444ad124e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14041 | 2024.12.21 08:26:50.553660 [ 258 ] {bc664dce-d9ff-4689-82ad-6f444ad124e7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14042 | 2024.12.21 08:26:50.553889 [ 258 ] {bc664dce-d9ff-4689-82ad-6f444ad124e7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14043 | 2024.12.21 08:26:50.554111 [ 258 ] {bc664dce-d9ff-4689-82ad-6f444ad124e7} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001512 sec., 12566.137566137566 rows/sec., 884.20 KiB/sec. | ||
| 14044 | 2024.12.21 08:26:50.554210 [ 258 ] {bc664dce-d9ff-4689-82ad-6f444ad124e7} <Debug> TCPHandler: Processed in 0.001761956 sec. | ||
| 14045 | 2024.12.21 08:26:50.554395 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14046 | 2024.12.21 08:26:50.554759 [ 4 ] {2bc1e33a-a205-42a0-b4c5-56de550fd027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14047 | 2024.12.21 08:26:50.554912 [ 4 ] {2bc1e33a-a205-42a0-b4c5-56de550fd027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14048 | 2024.12.21 08:26:50.555955 [ 4 ] {2bc1e33a-a205-42a0-b4c5-56de550fd027} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14049 | 2024.12.21 08:26:50.555996 [ 4 ] {2bc1e33a-a205-42a0-b4c5-56de550fd027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14050 | 2024.12.21 08:26:50.556376 [ 4 ] {2bc1e33a-a205-42a0-b4c5-56de550fd027} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14051 | 2024.12.21 08:26:50.556615 [ 4 ] {2bc1e33a-a205-42a0-b4c5-56de550fd027} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14052 | 2024.12.21 08:26:50.556824 [ 4 ] {2bc1e33a-a205-42a0-b4c5-56de550fd027} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002191 sec., 110451.84847101782 rows/sec., 7.48 MiB/sec. | ||
| 14053 | 2024.12.21 08:26:50.556881 [ 4 ] {2bc1e33a-a205-42a0-b4c5-56de550fd027} <Debug> TCPHandler: Processed in 0.002585113 sec. | ||
| 14054 | 2024.12.21 08:26:50.557031 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14055 | 2024.12.21 08:26:50.557160 [ 258 ] {701712e0-5431-46f6-9a18-594872932b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14056 | 2024.12.21 08:26:50.557207 [ 258 ] {701712e0-5431-46f6-9a18-594872932b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14057 | 2024.12.21 08:26:50.557796 [ 258 ] {701712e0-5431-46f6-9a18-594872932b59} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14058 | 2024.12.21 08:26:50.557836 [ 258 ] {701712e0-5431-46f6-9a18-594872932b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14059 | 2024.12.21 08:26:50.558189 [ 258 ] {701712e0-5431-46f6-9a18-594872932b59} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14060 | 2024.12.21 08:26:50.558417 [ 258 ] {701712e0-5431-46f6-9a18-594872932b59} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14061 | 2024.12.21 08:26:50.558624 [ 258 ] {701712e0-5431-46f6-9a18-594872932b59} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001488 sec., 8736.559139784946 rows/sec., 544.72 KiB/sec. | ||
| 14062 | 2024.12.21 08:26:50.558676 [ 258 ] {701712e0-5431-46f6-9a18-594872932b59} <Debug> TCPHandler: Processed in 0.001703305 sec. | ||
| 14063 | 2024.12.21 08:26:50.558829 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14064 | 2024.12.21 08:26:50.558945 [ 4 ] {af33453d-9274-4098-8f5a-464b72e724ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14065 | 2024.12.21 08:26:50.558995 [ 4 ] {af33453d-9274-4098-8f5a-464b72e724ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14066 | 2024.12.21 08:26:50.559969 [ 4 ] {af33453d-9274-4098-8f5a-464b72e724ca} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14067 | 2024.12.21 08:26:50.560073 [ 4 ] {af33453d-9274-4098-8f5a-464b72e724ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14068 | 2024.12.21 08:26:50.560473 [ 4 ] {af33453d-9274-4098-8f5a-464b72e724ca} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14069 | 2024.12.21 08:26:50.560713 [ 4 ] {af33453d-9274-4098-8f5a-464b72e724ca} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14070 | 2024.12.21 08:26:50.560930 [ 4 ] {af33453d-9274-4098-8f5a-464b72e724ca} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002006 sec., 423728.81355932204 rows/sec., 30.64 MiB/sec. | ||
| 14071 | 2024.12.21 08:26:50.560985 [ 4 ] {af33453d-9274-4098-8f5a-464b72e724ca} <Debug> TCPHandler: Processed in 0.00221489 sec. | ||
| 14072 | 2024.12.21 08:26:50.561142 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14073 | 2024.12.21 08:26:50.561257 [ 258 ] {ed1af910-b375-4c78-a0f3-572dbbc2d75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14074 | 2024.12.21 08:26:50.561306 [ 258 ] {ed1af910-b375-4c78-a0f3-572dbbc2d75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14075 | 2024.12.21 08:26:50.561806 [ 258 ] {ed1af910-b375-4c78-a0f3-572dbbc2d75e} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14076 | 2024.12.21 08:26:50.561845 [ 258 ] {ed1af910-b375-4c78-a0f3-572dbbc2d75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14077 | 2024.12.21 08:26:50.562217 [ 258 ] {ed1af910-b375-4c78-a0f3-572dbbc2d75e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14078 | 2024.12.21 08:26:50.562445 [ 258 ] {ed1af910-b375-4c78-a0f3-572dbbc2d75e} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14079 | 2024.12.21 08:26:50.562684 [ 258 ] {ed1af910-b375-4c78-a0f3-572dbbc2d75e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 14080 | 2024.12.21 08:26:50.562794 [ 258 ] {ed1af910-b375-4c78-a0f3-572dbbc2d75e} <Debug> TCPHandler: Processed in 0.001700475 sec. | ||
| 14081 | 2024.12.21 08:26:50.563028 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14082 | 2024.12.21 08:26:50.563190 [ 4 ] {33b89d2b-8428-4953-965f-ce3ab78656ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14083 | 2024.12.21 08:26:50.563253 [ 4 ] {33b89d2b-8428-4953-965f-ce3ab78656ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14084 | 2024.12.21 08:26:50.564214 [ 4 ] {33b89d2b-8428-4953-965f-ce3ab78656ba} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14085 | 2024.12.21 08:26:50.564254 [ 4 ] {33b89d2b-8428-4953-965f-ce3ab78656ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14086 | 2024.12.21 08:26:50.564692 [ 4 ] {33b89d2b-8428-4953-965f-ce3ab78656ba} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14087 | 2024.12.21 08:26:50.564931 [ 4 ] {33b89d2b-8428-4953-965f-ce3ab78656ba} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14088 | 2024.12.21 08:26:50.565163 [ 4 ] {33b89d2b-8428-4953-965f-ce3ab78656ba} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002003 sec., 462805.79131303047 rows/sec., 30.88 MiB/sec. | ||
| 14089 | 2024.12.21 08:26:50.565219 [ 4 ] {33b89d2b-8428-4953-965f-ce3ab78656ba} <Debug> TCPHandler: Processed in 0.002321471 sec. | ||
| 14090 | 2024.12.21 08:26:50.565362 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14091 | 2024.12.21 08:26:50.565477 [ 258 ] {837f7249-e9e8-4c4a-b388-38d9a8f20c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14092 | 2024.12.21 08:26:50.565528 [ 258 ] {837f7249-e9e8-4c4a-b388-38d9a8f20c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14093 | 2024.12.21 08:26:50.565997 [ 258 ] {837f7249-e9e8-4c4a-b388-38d9a8f20c5d} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14094 | 2024.12.21 08:26:50.566037 [ 258 ] {837f7249-e9e8-4c4a-b388-38d9a8f20c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14095 | 2024.12.21 08:26:50.566402 [ 258 ] {837f7249-e9e8-4c4a-b388-38d9a8f20c5d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14096 | 2024.12.21 08:26:50.566632 [ 258 ] {837f7249-e9e8-4c4a-b388-38d9a8f20c5d} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14097 | 2024.12.21 08:26:50.566866 [ 258 ] {837f7249-e9e8-4c4a-b388-38d9a8f20c5d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec. | ||
| 14098 | 2024.12.21 08:26:50.567011 [ 258 ] {837f7249-e9e8-4c4a-b388-38d9a8f20c5d} <Debug> TCPHandler: Processed in 0.001702844 sec. | ||
| 14099 | 2024.12.21 08:26:50.567257 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14100 | 2024.12.21 08:26:50.567393 [ 4 ] {af0f841e-c32d-4024-a9c2-070f91868134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14101 | 2024.12.21 08:26:50.567485 [ 4 ] {af0f841e-c32d-4024-a9c2-070f91868134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14102 | 2024.12.21 08:26:50.568644 [ 4 ] {af0f841e-c32d-4024-a9c2-070f91868134} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14103 | 2024.12.21 08:26:50.568684 [ 4 ] {af0f841e-c32d-4024-a9c2-070f91868134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14104 | 2024.12.21 08:26:50.569280 [ 4 ] {af0f841e-c32d-4024-a9c2-070f91868134} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14105 | 2024.12.21 08:26:50.569540 [ 4 ] {af0f841e-c32d-4024-a9c2-070f91868134} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14106 | 2024.12.21 08:26:50.569786 [ 4 ] {af0f841e-c32d-4024-a9c2-070f91868134} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002422 sec., 3303.055326176713 rows/sec., 5.92 MiB/sec. | ||
| 14107 | 2024.12.21 08:26:50.569895 [ 4 ] {af0f841e-c32d-4024-a9c2-070f91868134} <Debug> TCPHandler: Processed in 0.002775715 sec. | ||
| 14108 | 2024.12.21 08:26:50.570037 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14109 | 2024.12.21 08:26:50.570162 [ 258 ] {e674761e-bb5a-49fa-a958-63728cf8b678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14110 | 2024.12.21 08:26:50.570212 [ 258 ] {e674761e-bb5a-49fa-a958-63728cf8b678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14111 | 2024.12.21 08:26:50.570707 [ 258 ] {e674761e-bb5a-49fa-a958-63728cf8b678} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14112 | 2024.12.21 08:26:50.570745 [ 258 ] {e674761e-bb5a-49fa-a958-63728cf8b678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14113 | 2024.12.21 08:26:50.571119 [ 258 ] {e674761e-bb5a-49fa-a958-63728cf8b678} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14114 | 2024.12.21 08:26:50.571357 [ 258 ] {e674761e-bb5a-49fa-a958-63728cf8b678} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14115 | 2024.12.21 08:26:50.571520 [ 88 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14116 | 2024.12.21 08:26:50.571586 [ 258 ] {e674761e-bb5a-49fa-a958-63728cf8b678} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001446 sec., 48409.405255878286 rows/sec., 3.04 MiB/sec. | ||
| 14117 | 2024.12.21 08:26:50.571611 [ 88 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14118 | 2024.12.21 08:26:50.571677 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14119 | 2024.12.21 08:26:50.571692 [ 258 ] {e674761e-bb5a-49fa-a958-63728cf8b678} <Debug> TCPHandler: Processed in 0.001705865 sec. | ||
| 14120 | 2024.12.21 08:26:50.571869 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 14121 | 2024.12.21 08:26:50.572028 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14122 | 2024.12.21 08:26:50.572066 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5964 rows starting from the beginning of the part | ||
| 14123 | 2024.12.21 08:26:50.572145 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part | ||
| 14124 | 2024.12.21 08:26:50.572373 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 14125 | 2024.12.21 08:26:50.572601 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part | ||
| 14126 | 2024.12.21 08:26:50.572736 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 14127 | 2024.12.21 08:26:50.572929 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 70 rows starting from the beginning of the part | ||
| 14128 | 2024.12.21 08:26:50.574957 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6318 rows, containing 4 columns (4 merged, 0 gathered) in 0.003181239 sec., 1986018.654995742 rows/sec., 128.99 MiB/sec. | ||
| 14129 | 2024.12.21 08:26:50.575353 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 14130 | 2024.12.21 08:26:50.575661 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14131 | 2024.12.21 08:26:50.575742 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_106_21} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 14132 | 2024.12.21 08:26:50.575835 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 14133 | 2024.12.21 08:26:52.348513 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14134 | 2024.12.21 08:26:52.348702 [ 4 ] {3fa8451f-0a57-416e-a94d-5c96d84a6148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14135 | 2024.12.21 08:26:52.348774 [ 4 ] {3fa8451f-0a57-416e-a94d-5c96d84a6148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14136 | 2024.12.21 08:26:52.349593 [ 4 ] {3fa8451f-0a57-416e-a94d-5c96d84a6148} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14137 | 2024.12.21 08:26:52.349645 [ 4 ] {3fa8451f-0a57-416e-a94d-5c96d84a6148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14138 | 2024.12.21 08:26:52.350076 [ 4 ] {3fa8451f-0a57-416e-a94d-5c96d84a6148} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14139 | 2024.12.21 08:26:52.350326 [ 4 ] {3fa8451f-0a57-416e-a94d-5c96d84a6148} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14140 | 2024.12.21 08:26:52.350550 [ 79 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14141 | 2024.12.21 08:26:52.350563 [ 4 ] {3fa8451f-0a57-416e-a94d-5c96d84a6148} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec. | ||
| 14142 | 2024.12.21 08:26:52.350639 [ 79 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14143 | 2024.12.21 08:26:52.350710 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14144 | 2024.12.21 08:26:52.350727 [ 4 ] {3fa8451f-0a57-416e-a94d-5c96d84a6148} <Debug> TCPHandler: Processed in 0.002341481 sec. | ||
| 14145 | 2024.12.21 08:26:52.350910 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14146 | 2024.12.21 08:26:52.350991 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14147 | 2024.12.21 08:26:52.351053 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14148 | 2024.12.21 08:26:52.351094 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1437 rows starting from the beginning of the part | ||
| 14149 | 2024.12.21 08:26:52.351205 [ 258 ] {b768f8d1-3a2a-4a26-888e-b00618d26b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14150 | 2024.12.21 08:26:52.351245 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 127 rows starting from the beginning of the part | ||
| 14151 | 2024.12.21 08:26:52.351392 [ 258 ] {b768f8d1-3a2a-4a26-888e-b00618d26b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14152 | 2024.12.21 08:26:52.351656 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 219 rows starting from the beginning of the part | ||
| 14153 | 2024.12.21 08:26:52.352066 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 122 rows starting from the beginning of the part | ||
| 14154 | 2024.12.21 08:26:52.352388 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1361 rows starting from the beginning of the part | ||
| 14155 | 2024.12.21 08:26:52.352751 [ 191 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 14156 | 2024.12.21 08:26:52.353839 [ 258 ] {b768f8d1-3a2a-4a26-888e-b00618d26b6f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14157 | 2024.12.21 08:26:52.353890 [ 258 ] {b768f8d1-3a2a-4a26-888e-b00618d26b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14158 | 2024.12.21 08:26:52.354502 [ 258 ] {b768f8d1-3a2a-4a26-888e-b00618d26b6f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14159 | 2024.12.21 08:26:52.354777 [ 258 ] {b768f8d1-3a2a-4a26-888e-b00618d26b6f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14160 | 2024.12.21 08:26:52.354951 [ 79 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14161 | 2024.12.21 08:26:52.355008 [ 79 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14162 | 2024.12.21 08:26:52.355064 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14163 | 2024.12.21 08:26:52.355085 [ 258 ] {b768f8d1-3a2a-4a26-888e-b00618d26b6f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003946 sec., 16218.955904713635 rows/sec., 1.27 MiB/sec. | ||
| 14164 | 2024.12.21 08:26:52.355440 [ 258 ] {b768f8d1-3a2a-4a26-888e-b00618d26b6f} <Debug> TCPHandler: Processed in 0.00457195 sec. | ||
| 14165 | 2024.12.21 08:26:52.355514 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14166 | 2024.12.21 08:26:52.355531 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.004720782 sec., 703696.9722389214 rows/sec., 61.67 MiB/sec. | ||
| 14167 | 2024.12.21 08:26:52.355671 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14168 | 2024.12.21 08:26:52.355889 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14169 | 2024.12.21 08:26:52.356013 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part | ||
| 14170 | 2024.12.21 08:26:52.356032 [ 4 ] {21aaf0fd-1cbb-4583-b914-febc58fc4791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14171 | 2024.12.21 08:26:52.356068 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14172 | 2024.12.21 08:26:52.356380 [ 4 ] {21aaf0fd-1cbb-4583-b914-febc58fc4791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14173 | 2024.12.21 08:26:52.356536 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 107 rows starting from the beginning of the part | ||
| 14174 | 2024.12.21 08:26:52.356949 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 390 rows starting from the beginning of the part | ||
| 14175 | 2024.12.21 08:26:52.357009 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14176 | 2024.12.21 08:26:52.357337 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 97 rows starting from the beginning of the part | ||
| 14177 | 2024.12.21 08:26:52.357403 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_111_22} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14178 | 2024.12.21 08:26:52.357725 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 14179 | 2024.12.21 08:26:52.357754 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 850 rows starting from the beginning of the part | ||
| 14180 | 2024.12.21 08:26:52.358093 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 14181 | 2024.12.21 08:26:52.359540 [ 4 ] {21aaf0fd-1cbb-4583-b914-febc58fc4791} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14182 | 2024.12.21 08:26:52.359629 [ 4 ] {21aaf0fd-1cbb-4583-b914-febc58fc4791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14183 | 2024.12.21 08:26:52.360722 [ 4 ] {21aaf0fd-1cbb-4583-b914-febc58fc4791} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14184 | 2024.12.21 08:26:52.361068 [ 4 ] {21aaf0fd-1cbb-4583-b914-febc58fc4791} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14185 | 2024.12.21 08:26:52.361523 [ 4 ] {21aaf0fd-1cbb-4583-b914-febc58fc4791} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005586 sec., 5728.607232366631 rows/sec., 408.56 KiB/sec. | ||
| 14186 | 2024.12.21 08:26:52.361653 [ 198 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.006483817 sec., 373699.62785809656 rows/sec., 28.67 MiB/sec. | ||
| 14187 | 2024.12.21 08:26:52.361674 [ 4 ] {21aaf0fd-1cbb-4583-b914-febc58fc4791} <Debug> TCPHandler: Processed in 0.006114324 sec. | ||
| 14188 | 2024.12.21 08:26:52.361864 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14189 | 2024.12.21 08:26:52.361904 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14190 | 2024.12.21 08:26:52.362081 [ 258 ] {2677c3c2-b12c-470b-90ca-1a6237a8b9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14191 | 2024.12.21 08:26:52.362185 [ 258 ] {2677c3c2-b12c-470b-90ca-1a6237a8b9ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14192 | 2024.12.21 08:26:52.362531 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2024.12.21 08:26:52.362731 [ 193 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_111_22} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14194 | 2024.12.21 08:26:52.362889 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 14195 | 2024.12.21 08:26:52.363118 [ 258 ] {2677c3c2-b12c-470b-90ca-1a6237a8b9ff} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14196 | 2024.12.21 08:26:52.363162 [ 258 ] {2677c3c2-b12c-470b-90ca-1a6237a8b9ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14197 | 2024.12.21 08:26:52.363533 [ 258 ] {2677c3c2-b12c-470b-90ca-1a6237a8b9ff} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14198 | 2024.12.21 08:26:52.363769 [ 258 ] {2677c3c2-b12c-470b-90ca-1a6237a8b9ff} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14199 | 2024.12.21 08:26:52.363951 [ 258 ] {2677c3c2-b12c-470b-90ca-1a6237a8b9ff} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001932 sec., 6211.180124223602 rows/sec., 428.64 KiB/sec. | ||
| 14200 | 2024.12.21 08:26:52.364014 [ 258 ] {2677c3c2-b12c-470b-90ca-1a6237a8b9ff} <Debug> TCPHandler: Processed in 0.00222668 sec. | ||
| 14201 | 2024.12.21 08:26:53.965105 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 14202 | 2024.12.21 08:26:53.965852 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14203 | 2024.12.21 08:26:53.965912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14204 | 2024.12.21 08:26:53.966489 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14205 | 2024.12.21 08:26:53.966756 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14206 | 2024.12.21 08:26:53.967056 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 14207 | 2024.12.21 08:26:56.193311 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 14208 | 2024.12.21 08:26:56.214556 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14209 | 2024.12.21 08:26:56.214612 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14210 | 2024.12.21 08:26:56.221952 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14211 | 2024.12.21 08:26:56.222743 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14212 | 2024.12.21 08:26:56.225418 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 14213 | 2024.12.21 08:26:56.637160 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1978 | ||
| 14214 | 2024.12.21 08:26:56.640889 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14215 | 2024.12.21 08:26:56.640943 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14216 | 2024.12.21 08:26:56.642506 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14217 | 2024.12.21 08:26:56.642821 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14218 | 2024.12.21 08:26:56.643370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1978 | ||
| 14219 | 2024.12.21 08:26:57.357875 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14220 | 2024.12.21 08:26:57.358088 [ 4 ] {bb115674-ffb7-4344-b184-ffd27e4ad0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14221 | 2024.12.21 08:26:57.358168 [ 4 ] {bb115674-ffb7-4344-b184-ffd27e4ad0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14222 | 2024.12.21 08:26:57.359036 [ 4 ] {bb115674-ffb7-4344-b184-ffd27e4ad0d0} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14223 | 2024.12.21 08:26:57.359091 [ 4 ] {bb115674-ffb7-4344-b184-ffd27e4ad0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14224 | 2024.12.21 08:26:57.359540 [ 4 ] {bb115674-ffb7-4344-b184-ffd27e4ad0d0} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14225 | 2024.12.21 08:26:57.359812 [ 4 ] {bb115674-ffb7-4344-b184-ffd27e4ad0d0} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14226 | 2024.12.21 08:26:57.360073 [ 4 ] {bb115674-ffb7-4344-b184-ffd27e4ad0d0} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002043 sec., 59716.1037689672 rows/sec., 5.08 MiB/sec. | ||
| 14227 | 2024.12.21 08:26:57.360146 [ 4 ] {bb115674-ffb7-4344-b184-ffd27e4ad0d0} <Debug> TCPHandler: Processed in 0.002411911 sec. | ||
| 14228 | 2024.12.21 08:26:57.360411 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14229 | 2024.12.21 08:26:57.360595 [ 258 ] {9804b01a-1dee-46c0-9859-dcf3d057ecfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14230 | 2024.12.21 08:26:57.360666 [ 258 ] {9804b01a-1dee-46c0-9859-dcf3d057ecfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14231 | 2024.12.21 08:26:57.361427 [ 258 ] {9804b01a-1dee-46c0-9859-dcf3d057ecfa} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14232 | 2024.12.21 08:26:57.361474 [ 258 ] {9804b01a-1dee-46c0-9859-dcf3d057ecfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14233 | 2024.12.21 08:26:57.361899 [ 258 ] {9804b01a-1dee-46c0-9859-dcf3d057ecfa} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14234 | 2024.12.21 08:26:57.362144 [ 258 ] {9804b01a-1dee-46c0-9859-dcf3d057ecfa} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14235 | 2024.12.21 08:26:57.362362 [ 258 ] {9804b01a-1dee-46c0-9859-dcf3d057ecfa} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00182 sec., 18131.86813186813 rows/sec., 1.33 MiB/sec. | ||
| 14236 | 2024.12.21 08:26:57.362428 [ 258 ] {9804b01a-1dee-46c0-9859-dcf3d057ecfa} <Debug> TCPHandler: Processed in 0.002140889 sec. | ||
| 14237 | 2024.12.21 08:26:57.362596 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14238 | 2024.12.21 08:26:57.362749 [ 4 ] {eadafeb4-3bc5-476b-add1-c7eb4e41715d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14239 | 2024.12.21 08:26:57.362811 [ 4 ] {eadafeb4-3bc5-476b-add1-c7eb4e41715d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14240 | 2024.12.21 08:26:57.363531 [ 4 ] {eadafeb4-3bc5-476b-add1-c7eb4e41715d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14241 | 2024.12.21 08:26:57.363574 [ 4 ] {eadafeb4-3bc5-476b-add1-c7eb4e41715d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14242 | 2024.12.21 08:26:57.363955 [ 4 ] {eadafeb4-3bc5-476b-add1-c7eb4e41715d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14243 | 2024.12.21 08:26:57.364200 [ 4 ] {eadafeb4-3bc5-476b-add1-c7eb4e41715d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14244 | 2024.12.21 08:26:57.364420 [ 4 ] {eadafeb4-3bc5-476b-add1-c7eb4e41715d} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001708 sec., 56791.56908665105 rows/sec., 4.44 MiB/sec. | ||
| 14245 | 2024.12.21 08:26:57.364484 [ 4 ] {eadafeb4-3bc5-476b-add1-c7eb4e41715d} <Debug> TCPHandler: Processed in 0.001957027 sec. | ||
| 14246 | 2024.12.21 08:26:57.364628 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14247 | 2024.12.21 08:26:57.364754 [ 258 ] {71be0811-a5d4-43ce-b91a-ebf51f758902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14248 | 2024.12.21 08:26:57.364810 [ 258 ] {71be0811-a5d4-43ce-b91a-ebf51f758902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14249 | 2024.12.21 08:26:57.365433 [ 258 ] {71be0811-a5d4-43ce-b91a-ebf51f758902} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14250 | 2024.12.21 08:26:57.365472 [ 258 ] {71be0811-a5d4-43ce-b91a-ebf51f758902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14251 | 2024.12.21 08:26:57.365873 [ 258 ] {71be0811-a5d4-43ce-b91a-ebf51f758902} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14252 | 2024.12.21 08:26:57.366125 [ 258 ] {71be0811-a5d4-43ce-b91a-ebf51f758902} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14253 | 2024.12.21 08:26:57.366322 [ 258 ] {71be0811-a5d4-43ce-b91a-ebf51f758902} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 14254 | 2024.12.21 08:26:57.366379 [ 258 ] {71be0811-a5d4-43ce-b91a-ebf51f758902} <Debug> TCPHandler: Processed in 0.001808066 sec. | ||
| 14255 | 2024.12.21 08:26:57.366563 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14256 | 2024.12.21 08:26:57.366708 [ 4 ] {76981bb0-6f0a-4dd5-8594-8f8b650d97a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14257 | 2024.12.21 08:26:57.366809 [ 4 ] {76981bb0-6f0a-4dd5-8594-8f8b650d97a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14258 | 2024.12.21 08:26:57.368133 [ 4 ] {76981bb0-6f0a-4dd5-8594-8f8b650d97a9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14259 | 2024.12.21 08:26:57.368175 [ 4 ] {76981bb0-6f0a-4dd5-8594-8f8b650d97a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14260 | 2024.12.21 08:26:57.368839 [ 4 ] {76981bb0-6f0a-4dd5-8594-8f8b650d97a9} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14261 | 2024.12.21 08:26:57.369106 [ 4 ] {76981bb0-6f0a-4dd5-8594-8f8b650d97a9} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14262 | 2024.12.21 08:26:57.369366 [ 4 ] {76981bb0-6f0a-4dd5-8594-8f8b650d97a9} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002693 sec., 12253.991830672112 rows/sec., 21.96 MiB/sec. | ||
| 14263 | 2024.12.21 08:26:57.369519 [ 4 ] {76981bb0-6f0a-4dd5-8594-8f8b650d97a9} <Debug> TCPHandler: Processed in 0.003025067 sec. | ||
| 14264 | 2024.12.21 08:26:57.369686 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14265 | 2024.12.21 08:26:57.369807 [ 258 ] {6b02f699-488b-4fac-b51e-c401841b1912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14266 | 2024.12.21 08:26:57.369857 [ 258 ] {6b02f699-488b-4fac-b51e-c401841b1912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14267 | 2024.12.21 08:26:57.370374 [ 258 ] {6b02f699-488b-4fac-b51e-c401841b1912} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14268 | 2024.12.21 08:26:57.370412 [ 258 ] {6b02f699-488b-4fac-b51e-c401841b1912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14269 | 2024.12.21 08:26:57.370782 [ 258 ] {6b02f699-488b-4fac-b51e-c401841b1912} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14270 | 2024.12.21 08:26:57.371021 [ 258 ] {6b02f699-488b-4fac-b51e-c401841b1912} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14271 | 2024.12.21 08:26:57.371241 [ 258 ] {6b02f699-488b-4fac-b51e-c401841b1912} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. | ||
| 14272 | 2024.12.21 08:26:57.371298 [ 258 ] {6b02f699-488b-4fac-b51e-c401841b1912} <Debug> TCPHandler: Processed in 0.001666994 sec. | ||
| 14273 | 2024.12.21 08:27:01.272492 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14274 | 2024.12.21 08:27:01.272585 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14275 | 2024.12.21 08:27:01.287220 [ 218 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14276 | 2024.12.21 08:27:01.287279 [ 218 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14277 | 2024.12.21 08:27:01.293995 [ 218 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14278 | 2024.12.21 08:27:01.317016 [ 222 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14279 | 2024.12.21 08:27:01.317056 [ 222 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14280 | 2024.12.21 08:27:01.319667 [ 222 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14281 | 2024.12.21 08:27:01.467310 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 14282 | 2024.12.21 08:27:01.468004 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14283 | 2024.12.21 08:27:01.468055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14284 | 2024.12.21 08:27:01.468611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14285 | 2024.12.21 08:27:01.468880 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14286 | 2024.12.21 08:27:01.469135 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 14287 | 2024.12.21 08:27:02.360354 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14288 | 2024.12.21 08:27:02.360550 [ 4 ] {b902aabe-91b9-4734-8d87-04681bf57320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14289 | 2024.12.21 08:27:02.360627 [ 4 ] {b902aabe-91b9-4734-8d87-04681bf57320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14290 | 2024.12.21 08:27:02.361407 [ 4 ] {b902aabe-91b9-4734-8d87-04681bf57320} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14291 | 2024.12.21 08:27:02.361463 [ 4 ] {b902aabe-91b9-4734-8d87-04681bf57320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14292 | 2024.12.21 08:27:02.361911 [ 4 ] {b902aabe-91b9-4734-8d87-04681bf57320} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14293 | 2024.12.21 08:27:02.362181 [ 4 ] {b902aabe-91b9-4734-8d87-04681bf57320} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14294 | 2024.12.21 08:27:02.362399 [ 70 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14295 | 2024.12.21 08:27:02.362453 [ 4 ] {b902aabe-91b9-4734-8d87-04681bf57320} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec. | ||
| 14296 | 2024.12.21 08:27:02.362481 [ 70 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14297 | 2024.12.21 08:27:02.362563 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14298 | 2024.12.21 08:27:02.362591 [ 4 ] {b902aabe-91b9-4734-8d87-04681bf57320} <Debug> TCPHandler: Processed in 0.002377631 sec. | ||
| 14299 | 2024.12.21 08:27:02.362907 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14300 | 2024.12.21 08:27:02.362939 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14301 | 2024.12.21 08:27:02.363416 [ 258 ] {442d7b5e-322c-4d6a-88ee-5f6c4425283d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14302 | 2024.12.21 08:27:02.363548 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14303 | 2024.12.21 08:27:02.363618 [ 258 ] {442d7b5e-322c-4d6a-88ee-5f6c4425283d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14304 | 2024.12.21 08:27:02.363694 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 14305 | 2024.12.21 08:27:02.364167 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14306 | 2024.12.21 08:27:02.364513 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14307 | 2024.12.21 08:27:02.364926 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14308 | 2024.12.21 08:27:02.365429 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14309 | 2024.12.21 08:27:02.366792 [ 258 ] {442d7b5e-322c-4d6a-88ee-5f6c4425283d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14310 | 2024.12.21 08:27:02.366839 [ 258 ] {442d7b5e-322c-4d6a-88ee-5f6c4425283d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14311 | 2024.12.21 08:27:02.367246 [ 191 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004554211 sec., 15370.390172963002 rows/sec., 1.14 MiB/sec. | ||
| 14312 | 2024.12.21 08:27:02.367528 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14313 | 2024.12.21 08:27:02.367567 [ 258 ] {442d7b5e-322c-4d6a-88ee-5f6c4425283d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14314 | 2024.12.21 08:27:02.368055 [ 258 ] {442d7b5e-322c-4d6a-88ee-5f6c4425283d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14315 | 2024.12.21 08:27:02.368195 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14316 | 2024.12.21 08:27:02.368488 [ 190 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_49_12} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14317 | 2024.12.21 08:27:02.368565 [ 258 ] {442d7b5e-322c-4d6a-88ee-5f6c4425283d} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.005316 sec., 41196.38826185101 rows/sec., 3.60 MiB/sec. | ||
| 14318 | 2024.12.21 08:27:02.368788 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14319 | 2024.12.21 08:27:02.368869 [ 258 ] {442d7b5e-322c-4d6a-88ee-5f6c4425283d} <Debug> TCPHandler: Processed in 0.006131164 sec. | ||
| 14320 | 2024.12.21 08:27:02.369108 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14321 | 2024.12.21 08:27:02.369277 [ 4 ] {9f560f89-5792-433e-8604-4ca719e41f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14322 | 2024.12.21 08:27:02.369346 [ 4 ] {9f560f89-5792-433e-8604-4ca719e41f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14323 | 2024.12.21 08:27:02.369956 [ 4 ] {9f560f89-5792-433e-8604-4ca719e41f02} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14324 | 2024.12.21 08:27:02.369998 [ 4 ] {9f560f89-5792-433e-8604-4ca719e41f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14325 | 2024.12.21 08:27:02.370386 [ 4 ] {9f560f89-5792-433e-8604-4ca719e41f02} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14326 | 2024.12.21 08:27:02.370632 [ 4 ] {9f560f89-5792-433e-8604-4ca719e41f02} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14327 | 2024.12.21 08:27:02.370878 [ 4 ] {9f560f89-5792-433e-8604-4ca719e41f02} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001632 sec., 9191.176470588236 rows/sec., 648.05 KiB/sec. | ||
| 14328 | 2024.12.21 08:27:02.370960 [ 4 ] {9f560f89-5792-433e-8604-4ca719e41f02} <Debug> TCPHandler: Processed in 0.001967668 sec. | ||
| 14329 | 2024.12.21 08:27:02.371165 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14330 | 2024.12.21 08:27:02.371372 [ 258 ] {7a8c849a-992c-468f-92a9-0a0f84a8da52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14331 | 2024.12.21 08:27:02.371425 [ 258 ] {7a8c849a-992c-468f-92a9-0a0f84a8da52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14332 | 2024.12.21 08:27:02.372054 [ 258 ] {7a8c849a-992c-468f-92a9-0a0f84a8da52} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14333 | 2024.12.21 08:27:02.372093 [ 258 ] {7a8c849a-992c-468f-92a9-0a0f84a8da52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14334 | 2024.12.21 08:27:02.372478 [ 258 ] {7a8c849a-992c-468f-92a9-0a0f84a8da52} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14335 | 2024.12.21 08:27:02.372735 [ 258 ] {7a8c849a-992c-468f-92a9-0a0f84a8da52} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14336 | 2024.12.21 08:27:02.372997 [ 258 ] {7a8c849a-992c-468f-92a9-0a0f84a8da52} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 591.00 KiB/sec. | ||
| 14337 | 2024.12.21 08:27:02.373166 [ 258 ] {7a8c849a-992c-468f-92a9-0a0f84a8da52} <Debug> TCPHandler: Processed in 0.002103369 sec. | ||
| 14338 | 2024.12.21 08:27:02.373374 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14339 | 2024.12.21 08:27:02.373497 [ 4 ] {2caab561-2eff-4f9f-9b6a-b88e3adc0fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14340 | 2024.12.21 08:27:02.373546 [ 4 ] {2caab561-2eff-4f9f-9b6a-b88e3adc0fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14341 | 2024.12.21 08:27:02.374119 [ 4 ] {2caab561-2eff-4f9f-9b6a-b88e3adc0fa1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14342 | 2024.12.21 08:27:02.374159 [ 4 ] {2caab561-2eff-4f9f-9b6a-b88e3adc0fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14343 | 2024.12.21 08:27:02.374539 [ 4 ] {2caab561-2eff-4f9f-9b6a-b88e3adc0fa1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14344 | 2024.12.21 08:27:02.374788 [ 4 ] {2caab561-2eff-4f9f-9b6a-b88e3adc0fa1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14345 | 2024.12.21 08:27:02.374961 [ 70 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14346 | 2024.12.21 08:27:02.375020 [ 70 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14347 | 2024.12.21 08:27:02.375033 [ 4 ] {2caab561-2eff-4f9f-9b6a-b88e3adc0fa1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 14348 | 2024.12.21 08:27:02.375058 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14349 | 2024.12.21 08:27:02.375189 [ 4 ] {2caab561-2eff-4f9f-9b6a-b88e3adc0fa1} <Debug> TCPHandler: Processed in 0.001896657 sec. | ||
| 14350 | 2024.12.21 08:27:02.375277 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14351 | 2024.12.21 08:27:02.375382 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14352 | 2024.12.21 08:27:02.375434 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14353 | 2024.12.21 08:27:02.375480 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 14354 | 2024.12.21 08:27:02.375527 [ 258 ] {4a0a9fc3-8736-44fd-a815-ee485e62f5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14355 | 2024.12.21 08:27:02.375654 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 14356 | 2024.12.21 08:27:02.375668 [ 258 ] {4a0a9fc3-8736-44fd-a815-ee485e62f5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14357 | 2024.12.21 08:27:02.375990 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 14358 | 2024.12.21 08:27:02.376331 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 14359 | 2024.12.21 08:27:02.376605 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 14360 | 2024.12.21 08:27:02.377785 [ 258 ] {4a0a9fc3-8736-44fd-a815-ee485e62f5c5} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14361 | 2024.12.21 08:27:02.377832 [ 258 ] {4a0a9fc3-8736-44fd-a815-ee485e62f5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14362 | 2024.12.21 08:27:02.378115 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002933846 sec., 22155.218781081217 rows/sec., 1.43 MiB/sec. | ||
| 14363 | 2024.12.21 08:27:02.378265 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14364 | 2024.12.21 08:27:02.378449 [ 258 ] {4a0a9fc3-8736-44fd-a815-ee485e62f5c5} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14365 | 2024.12.21 08:27:02.378648 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14366 | 2024.12.21 08:27:02.378767 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_49_12} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14367 | 2024.12.21 08:27:02.378793 [ 258 ] {4a0a9fc3-8736-44fd-a815-ee485e62f5c5} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14368 | 2024.12.21 08:27:02.378875 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14369 | 2024.12.21 08:27:02.379095 [ 258 ] {4a0a9fc3-8736-44fd-a815-ee485e62f5c5} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003601 sec., 108303.24909747293 rows/sec., 7.68 MiB/sec. | ||
| 14370 | 2024.12.21 08:27:02.379208 [ 258 ] {4a0a9fc3-8736-44fd-a815-ee485e62f5c5} <Debug> TCPHandler: Processed in 0.003909484 sec. | ||
| 14371 | 2024.12.21 08:27:02.379405 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14372 | 2024.12.21 08:27:02.379567 [ 4 ] {3f5d3410-1e50-475b-bc32-d209ef52eeb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14373 | 2024.12.21 08:27:02.379628 [ 4 ] {3f5d3410-1e50-475b-bc32-d209ef52eeb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14374 | 2024.12.21 08:27:02.380199 [ 4 ] {3f5d3410-1e50-475b-bc32-d209ef52eeb8} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14375 | 2024.12.21 08:27:02.380246 [ 4 ] {3f5d3410-1e50-475b-bc32-d209ef52eeb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14376 | 2024.12.21 08:27:02.380655 [ 4 ] {3f5d3410-1e50-475b-bc32-d209ef52eeb8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14377 | 2024.12.21 08:27:02.380906 [ 4 ] {3f5d3410-1e50-475b-bc32-d209ef52eeb8} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14378 | 2024.12.21 08:27:02.381122 [ 4 ] {3f5d3410-1e50-475b-bc32-d209ef52eeb8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 14379 | 2024.12.21 08:27:02.381175 [ 4 ] {3f5d3410-1e50-475b-bc32-d209ef52eeb8} <Debug> TCPHandler: Processed in 0.001859057 sec. | ||
| 14380 | 2024.12.21 08:27:02.381332 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14381 | 2024.12.21 08:27:02.381454 [ 258 ] {78ee8596-a563-45d8-a82c-ea7f29c2cfd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14382 | 2024.12.21 08:27:02.381509 [ 258 ] {78ee8596-a563-45d8-a82c-ea7f29c2cfd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14383 | 2024.12.21 08:27:02.382112 [ 258 ] {78ee8596-a563-45d8-a82c-ea7f29c2cfd0} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14384 | 2024.12.21 08:27:02.382151 [ 258 ] {78ee8596-a563-45d8-a82c-ea7f29c2cfd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14385 | 2024.12.21 08:27:02.382561 [ 258 ] {78ee8596-a563-45d8-a82c-ea7f29c2cfd0} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14386 | 2024.12.21 08:27:02.382801 [ 258 ] {78ee8596-a563-45d8-a82c-ea7f29c2cfd0} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14387 | 2024.12.21 08:27:02.382990 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_104_21 to all_109_109_0 | ||
| 14388 | 2024.12.21 08:27:02.383049 [ 258 ] {78ee8596-a563-45d8-a82c-ea7f29c2cfd0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001617 sec., 146567.71799628943 rows/sec., 9.82 MiB/sec. | ||
| 14389 | 2024.12.21 08:27:02.383055 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14390 | 2024.12.21 08:27:02.383131 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14391 | 2024.12.21 08:27:02.383184 [ 258 ] {78ee8596-a563-45d8-a82c-ea7f29c2cfd0} <Debug> TCPHandler: Processed in 0.001921297 sec. | ||
| 14392 | 2024.12.21 08:27:02.383331 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_104_21 to all_109_109_0 into Compact with storage Full | ||
| 14393 | 2024.12.21 08:27:02.383390 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14394 | 2024.12.21 08:27:02.383490 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14395 | 2024.12.21 08:27:02.383571 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 29599 rows starting from the beginning of the part | ||
| 14396 | 2024.12.21 08:27:02.383601 [ 4 ] {c091308a-44bf-4267-ac00-06d0d54e94b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14397 | 2024.12.21 08:27:02.383862 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 14398 | 2024.12.21 08:27:02.383882 [ 4 ] {c091308a-44bf-4267-ac00-06d0d54e94b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14399 | 2024.12.21 08:27:02.384236 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 927 rows starting from the beginning of the part | ||
| 14400 | 2024.12.21 08:27:02.384567 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 32 rows starting from the beginning of the part | ||
| 14401 | 2024.12.21 08:27:02.384882 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 14402 | 2024.12.21 08:27:02.385183 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 14403 | 2024.12.21 08:27:02.386318 [ 4 ] {c091308a-44bf-4267-ac00-06d0d54e94b7} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14404 | 2024.12.21 08:27:02.386375 [ 4 ] {c091308a-44bf-4267-ac00-06d0d54e94b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14405 | 2024.12.21 08:27:02.386895 [ 4 ] {c091308a-44bf-4267-ac00-06d0d54e94b7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14406 | 2024.12.21 08:27:02.387261 [ 4 ] {c091308a-44bf-4267-ac00-06d0d54e94b7} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14407 | 2024.12.21 08:27:02.387823 [ 4 ] {c091308a-44bf-4267-ac00-06d0d54e94b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004279 sec., 233.6994624912363 rows/sec., 15.75 KiB/sec. | ||
| 14408 | 2024.12.21 08:27:02.388007 [ 4 ] {c091308a-44bf-4267-ac00-06d0d54e94b7} <Debug> TCPHandler: Processed in 0.004698172 sec. | ||
| 14409 | 2024.12.21 08:27:02.388220 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14410 | 2024.12.21 08:27:02.388374 [ 258 ] {420fac70-3590-467e-b215-dee953186692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14411 | 2024.12.21 08:27:02.388471 [ 258 ] {420fac70-3590-467e-b215-dee953186692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14412 | 2024.12.21 08:27:02.390126 [ 258 ] {420fac70-3590-467e-b215-dee953186692} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14413 | 2024.12.21 08:27:02.390169 [ 258 ] {420fac70-3590-467e-b215-dee953186692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14414 | 2024.12.21 08:27:02.390892 [ 258 ] {420fac70-3590-467e-b215-dee953186692} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14415 | 2024.12.21 08:27:02.391199 [ 258 ] {420fac70-3590-467e-b215-dee953186692} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14416 | 2024.12.21 08:27:02.391443 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14417 | 2024.12.21 08:27:02.391604 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14418 | 2024.12.21 08:27:02.391652 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14419 | 2024.12.21 08:27:02.391693 [ 258 ] {420fac70-3590-467e-b215-dee953186692} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003344 sec., 2392.3444976076553 rows/sec., 4.29 MiB/sec. | ||
| 14420 | 2024.12.21 08:27:02.391889 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 14421 | 2024.12.21 08:27:02.391969 [ 258 ] {420fac70-3590-467e-b215-dee953186692} <Debug> TCPHandler: Processed in 0.003822294 sec. | ||
| 14422 | 2024.12.21 08:27:02.392216 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14423 | 2024.12.21 08:27:02.392388 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14424 | 2024.12.21 08:27:02.392492 [ 4 ] {08cf26b2-bf1c-4bb8-b2dc-2f318c7c80c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14425 | 2024.12.21 08:27:02.392524 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1861 rows starting from the beginning of the part | ||
| 14426 | 2024.12.21 08:27:02.392648 [ 4 ] {08cf26b2-bf1c-4bb8-b2dc-2f318c7c80c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14427 | 2024.12.21 08:27:02.393662 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 14428 | 2024.12.21 08:27:02.394838 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 33 rows starting from the beginning of the part | ||
| 14429 | 2024.12.21 08:27:02.395026 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31115 rows, containing 5 columns (5 merged, 0 gathered) in 0.011778664 sec., 2641640.851627995 rows/sec., 178.23 MiB/sec. | ||
| 14430 | 2024.12.21 08:27:02.395742 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Trace> MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) | ||
| 14431 | 2024.12.21 08:27:02.396211 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 14432 | 2024.12.21 08:27:02.396537 [ 4 ] {08cf26b2-bf1c-4bb8-b2dc-2f318c7c80c7} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14433 | 2024.12.21 08:27:02.396692 [ 4 ] {08cf26b2-bf1c-4bb8-b2dc-2f318c7c80c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14434 | 2024.12.21 08:27:02.396881 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14435 | 2024.12.21 08:27:02.397327 [ 191 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_109_22} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_104_21, all_109_109_0] -> all_1_109_22 | ||
| 14436 | 2024.12.21 08:27:02.397395 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 33 rows starting from the beginning of the part | ||
| 14437 | 2024.12.21 08:27:02.397543 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 14438 | 2024.12.21 08:27:02.398201 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 14439 | 2024.12.21 08:27:02.398494 [ 4 ] {08cf26b2-bf1c-4bb8-b2dc-2f318c7c80c7} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14440 | 2024.12.21 08:27:02.399236 [ 4 ] {08cf26b2-bf1c-4bb8-b2dc-2f318c7c80c7} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14441 | 2024.12.21 08:27:02.399702 [ 4 ] {08cf26b2-bf1c-4bb8-b2dc-2f318c7c80c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007277 sec., 11268.379826851726 rows/sec., 732.86 KiB/sec. | ||
| 14442 | 2024.12.21 08:27:02.400049 [ 4 ] {08cf26b2-bf1c-4bb8-b2dc-2f318c7c80c7} <Debug> TCPHandler: Processed in 0.00794949 sec. | ||
| 14443 | 2024.12.21 08:27:02.408846 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 19 columns (19 merged, 0 gathered) in 0.017093271 sec., 114138.4817452435 rows/sec., 204.53 MiB/sec. | ||
| 14444 | 2024.12.21 08:27:02.410881 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14445 | 2024.12.21 08:27:02.411313 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14446 | 2024.12.21 08:27:02.411400 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14447 | 2024.12.21 08:27:02.411563 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.34 MiB. | ||
| 14448 | 2024.12.21 08:27:03.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.39 MiB, peak 280.70 MiB, free memory in arenas 0.00 B, will set to 266.47 MiB (RSS), difference: 3.08 MiB | ||
| 14449 | 2024.12.21 08:27:03.725621 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14450 | 2024.12.21 08:27:03.747621 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14451 | 2024.12.21 08:27:03.747691 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14452 | 2024.12.21 08:27:03.755003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14453 | 2024.12.21 08:27:03.755858 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14454 | 2024.12.21 08:27:03.759522 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14455 | 2024.12.21 08:27:06.643827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2012 | ||
| 14456 | 2024.12.21 08:27:06.647317 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14457 | 2024.12.21 08:27:06.647374 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14458 | 2024.12.21 08:27:06.648881 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14459 | 2024.12.21 08:27:06.649196 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14460 | 2024.12.21 08:27:06.649469 [ 64 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14461 | 2024.12.21 08:27:06.649680 [ 64 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14462 | 2024.12.21 08:27:06.649765 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14463 | 2024.12.21 08:27:06.650098 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 14464 | 2024.12.21 08:27:06.650345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2012 | ||
| 14465 | 2024.12.21 08:27:06.650845 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14466 | 2024.12.21 08:27:06.650969 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1820 rows starting from the beginning of the part | ||
| 14467 | 2024.12.21 08:27:06.651645 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 44 rows starting from the beginning of the part | ||
| 14468 | 2024.12.21 08:27:06.652158 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part | ||
| 14469 | 2024.12.21 08:27:06.652684 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
| 14470 | 2024.12.21 08:27:06.653249 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 44 rows starting from the beginning of the part | ||
| 14471 | 2024.12.21 08:27:06.653849 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 14472 | 2024.12.21 08:27:06.662530 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2012 rows, containing 72 columns (72 merged, 0 gathered) in 0.012617742 sec., 159458.00762133193 rows/sec., 121.30 MiB/sec. | ||
| 14473 | 2024.12.21 08:27:06.664474 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14474 | 2024.12.21 08:27:06.665326 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14475 | 2024.12.21 08:27:06.665435 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_51_10} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14476 | 2024.12.21 08:27:06.665837 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB. | ||
| 14477 | 2024.12.21 08:27:07.357455 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14478 | 2024.12.21 08:27:07.357647 [ 4 ] {52e93ac7-43c6-470c-8bd3-e2cadd364310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14479 | 2024.12.21 08:27:07.357722 [ 4 ] {52e93ac7-43c6-470c-8bd3-e2cadd364310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14480 | 2024.12.21 08:27:07.358545 [ 4 ] {52e93ac7-43c6-470c-8bd3-e2cadd364310} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14481 | 2024.12.21 08:27:07.358601 [ 4 ] {52e93ac7-43c6-470c-8bd3-e2cadd364310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14482 | 2024.12.21 08:27:07.359058 [ 4 ] {52e93ac7-43c6-470c-8bd3-e2cadd364310} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14483 | 2024.12.21 08:27:07.359323 [ 4 ] {52e93ac7-43c6-470c-8bd3-e2cadd364310} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14484 | 2024.12.21 08:27:07.359578 [ 4 ] {52e93ac7-43c6-470c-8bd3-e2cadd364310} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001982 sec., 61553.98587285571 rows/sec., 5.23 MiB/sec. | ||
| 14485 | 2024.12.21 08:27:07.359644 [ 4 ] {52e93ac7-43c6-470c-8bd3-e2cadd364310} <Debug> TCPHandler: Processed in 0.002322671 sec. | ||
| 14486 | 2024.12.21 08:27:07.359913 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14487 | 2024.12.21 08:27:07.360126 [ 258 ] {3dddea5c-2f89-4a5b-b232-87aec6b8910e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14488 | 2024.12.21 08:27:07.360203 [ 258 ] {3dddea5c-2f89-4a5b-b232-87aec6b8910e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14489 | 2024.12.21 08:27:07.361016 [ 258 ] {3dddea5c-2f89-4a5b-b232-87aec6b8910e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14490 | 2024.12.21 08:27:07.361059 [ 258 ] {3dddea5c-2f89-4a5b-b232-87aec6b8910e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14491 | 2024.12.21 08:27:07.361492 [ 258 ] {3dddea5c-2f89-4a5b-b232-87aec6b8910e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14492 | 2024.12.21 08:27:07.361747 [ 258 ] {3dddea5c-2f89-4a5b-b232-87aec6b8910e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14493 | 2024.12.21 08:27:07.361952 [ 258 ] {3dddea5c-2f89-4a5b-b232-87aec6b8910e} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001885 sec., 17506.63129973475 rows/sec., 1.29 MiB/sec. | ||
| 14494 | 2024.12.21 08:27:07.362017 [ 258 ] {3dddea5c-2f89-4a5b-b232-87aec6b8910e} <Debug> TCPHandler: Processed in 0.00223984 sec. | ||
| 14495 | 2024.12.21 08:27:07.362171 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14496 | 2024.12.21 08:27:07.362316 [ 4 ] {f9781c77-d146-419a-8a18-005664db466d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14497 | 2024.12.21 08:27:07.362377 [ 4 ] {f9781c77-d146-419a-8a18-005664db466d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14498 | 2024.12.21 08:27:07.363054 [ 4 ] {f9781c77-d146-419a-8a18-005664db466d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14499 | 2024.12.21 08:27:07.363097 [ 4 ] {f9781c77-d146-419a-8a18-005664db466d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14500 | 2024.12.21 08:27:07.363491 [ 4 ] {f9781c77-d146-419a-8a18-005664db466d} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14501 | 2024.12.21 08:27:07.363737 [ 4 ] {f9781c77-d146-419a-8a18-005664db466d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14502 | 2024.12.21 08:27:07.363981 [ 4 ] {f9781c77-d146-419a-8a18-005664db466d} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001691 sec., 57362.50739207569 rows/sec., 4.48 MiB/sec. | ||
| 14503 | 2024.12.21 08:27:07.364053 [ 4 ] {f9781c77-d146-419a-8a18-005664db466d} <Debug> TCPHandler: Processed in 0.001949997 sec. | ||
| 14504 | 2024.12.21 08:27:07.364218 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14505 | 2024.12.21 08:27:07.364563 [ 258 ] {9246a5f2-cc3a-451c-8ead-f77e27cd6b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14506 | 2024.12.21 08:27:07.364751 [ 258 ] {9246a5f2-cc3a-451c-8ead-f77e27cd6b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14507 | 2024.12.21 08:27:07.366328 [ 258 ] {9246a5f2-cc3a-451c-8ead-f77e27cd6b60} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14508 | 2024.12.21 08:27:07.366369 [ 258 ] {9246a5f2-cc3a-451c-8ead-f77e27cd6b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14509 | 2024.12.21 08:27:07.366783 [ 258 ] {9246a5f2-cc3a-451c-8ead-f77e27cd6b60} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14510 | 2024.12.21 08:27:07.367014 [ 258 ] {9246a5f2-cc3a-451c-8ead-f77e27cd6b60} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2024.12.21 08:27:07.367207 [ 258 ] {9246a5f2-cc3a-451c-8ead-f77e27cd6b60} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002791 sec., 57327.122895019704 rows/sec., 3.99 MiB/sec. | ||
| 14512 | 2024.12.21 08:27:07.367271 [ 258 ] {9246a5f2-cc3a-451c-8ead-f77e27cd6b60} <Debug> TCPHandler: Processed in 0.003135678 sec. | ||
| 14513 | 2024.12.21 08:27:07.367539 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14514 | 2024.12.21 08:27:07.367765 [ 4 ] {bff899cf-d937-452b-94e8-9d0c8415e8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14515 | 2024.12.21 08:27:07.367848 [ 4 ] {bff899cf-d937-452b-94e8-9d0c8415e8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14516 | 2024.12.21 08:27:07.369102 [ 4 ] {bff899cf-d937-452b-94e8-9d0c8415e8ad} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14517 | 2024.12.21 08:27:07.369143 [ 4 ] {bff899cf-d937-452b-94e8-9d0c8415e8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14518 | 2024.12.21 08:27:07.369815 [ 4 ] {bff899cf-d937-452b-94e8-9d0c8415e8ad} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14519 | 2024.12.21 08:27:07.370078 [ 4 ] {bff899cf-d937-452b-94e8-9d0c8415e8ad} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14520 | 2024.12.21 08:27:07.370330 [ 4 ] {bff899cf-d937-452b-94e8-9d0c8415e8ad} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002591 sec., 12736.39521420301 rows/sec., 22.82 MiB/sec. | ||
| 14521 | 2024.12.21 08:27:07.370444 [ 4 ] {bff899cf-d937-452b-94e8-9d0c8415e8ad} <Debug> TCPHandler: Processed in 0.003074437 sec. | ||
| 14522 | 2024.12.21 08:27:07.370651 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14523 | 2024.12.21 08:27:07.370778 [ 258 ] {b29d00c6-73de-4e1d-9ac5-34b0a3959a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14524 | 2024.12.21 08:27:07.370830 [ 258 ] {b29d00c6-73de-4e1d-9ac5-34b0a3959a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14525 | 2024.12.21 08:27:07.371324 [ 258 ] {b29d00c6-73de-4e1d-9ac5-34b0a3959a7f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14526 | 2024.12.21 08:27:07.371362 [ 258 ] {b29d00c6-73de-4e1d-9ac5-34b0a3959a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14527 | 2024.12.21 08:27:07.371729 [ 258 ] {b29d00c6-73de-4e1d-9ac5-34b0a3959a7f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14528 | 2024.12.21 08:27:07.371964 [ 258 ] {b29d00c6-73de-4e1d-9ac5-34b0a3959a7f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14529 | 2024.12.21 08:27:07.372140 [ 258 ] {b29d00c6-73de-4e1d-9ac5-34b0a3959a7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
| 14530 | 2024.12.21 08:27:07.372192 [ 258 ] {b29d00c6-73de-4e1d-9ac5-34b0a3959a7f} <Debug> TCPHandler: Processed in 0.001610735 sec. | ||
| 14531 | 2024.12.21 08:27:08.969340 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 14532 | 2024.12.21 08:27:08.970040 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14533 | 2024.12.21 08:27:08.970086 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14534 | 2024.12.21 08:27:08.970619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14535 | 2024.12.21 08:27:08.970895 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14536 | 2024.12.21 08:27:08.971116 [ 57 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14537 | 2024.12.21 08:27:08.971152 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 14538 | 2024.12.21 08:27:08.971198 [ 57 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14539 | 2024.12.21 08:27:08.971227 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 14540 | 2024.12.21 08:27:08.971375 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 14541 | 2024.12.21 08:27:08.971540 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14542 | 2024.12.21 08:27:08.971583 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 14543 | 2024.12.21 08:27:08.971664 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 14544 | 2024.12.21 08:27:08.971766 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 14545 | 2024.12.21 08:27:08.971998 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 14546 | 2024.12.21 08:27:08.972192 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 14547 | 2024.12.21 08:27:08.972396 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 14548 | 2024.12.21 08:27:08.975219 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.003917374 sec., 8299692.600195947 rows/sec., 118.73 MiB/sec. | ||
| 14549 | 2024.12.21 08:27:08.975471 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14550 | 2024.12.21 08:27:08.975753 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14551 | 2024.12.21 08:27:08.975839 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_71_14} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14552 | 2024.12.21 08:27:08.975936 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 14553 | 2024.12.21 08:27:11.259732 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 14554 | 2024.12.21 08:27:11.281383 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14555 | 2024.12.21 08:27:11.281440 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14556 | 2024.12.21 08:27:11.288657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14557 | 2024.12.21 08:27:11.289453 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14558 | 2024.12.21 08:27:11.289761 [ 60 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14559 | 2024.12.21 08:27:11.289830 [ 60 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14560 | 2024.12.21 08:27:11.289870 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14561 | 2024.12.21 08:27:11.290097 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 14562 | 2024.12.21 08:27:11.298631 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 14563 | 2024.12.21 08:27:11.299898 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14564 | 2024.12.21 08:27:11.300791 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 14565 | 2024.12.21 08:27:11.305251 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 14566 | 2024.12.21 08:27:11.309861 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 14567 | 2024.12.21 08:27:11.314792 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 14568 | 2024.12.21 08:27:11.320051 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 14569 | 2024.12.21 08:27:11.325399 [ 192 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 14570 | 2024.12.21 08:27:11.385689 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.095727154 sec., 5588.800853726415 rows/sec., 28.90 MiB/sec. | ||
| 14571 | 2024.12.21 08:27:11.389457 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14572 | 2024.12.21 08:27:11.392534 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14573 | 2024.12.21 08:27:11.392657 [ 197 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_71_14} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14574 | 2024.12.21 08:27:11.395370 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14575 | 2024.12.21 08:27:12.360617 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14576 | 2024.12.21 08:27:12.360808 [ 4 ] {9bf6de2b-8d0f-450c-a9a9-a86ff5b2200f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14577 | 2024.12.21 08:27:12.360884 [ 4 ] {9bf6de2b-8d0f-450c-a9a9-a86ff5b2200f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14578 | 2024.12.21 08:27:12.361651 [ 4 ] {9bf6de2b-8d0f-450c-a9a9-a86ff5b2200f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14579 | 2024.12.21 08:27:12.361703 [ 4 ] {9bf6de2b-8d0f-450c-a9a9-a86ff5b2200f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14580 | 2024.12.21 08:27:12.362147 [ 4 ] {9bf6de2b-8d0f-450c-a9a9-a86ff5b2200f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14581 | 2024.12.21 08:27:12.362407 [ 4 ] {9bf6de2b-8d0f-450c-a9a9-a86ff5b2200f} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14582 | 2024.12.21 08:27:12.362658 [ 4 ] {9bf6de2b-8d0f-450c-a9a9-a86ff5b2200f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001903 sec., 7356.8050446663165 rows/sec., 529.59 KiB/sec. | ||
| 14583 | 2024.12.21 08:27:12.362725 [ 4 ] {9bf6de2b-8d0f-450c-a9a9-a86ff5b2200f} <Debug> TCPHandler: Processed in 0.00224648 sec. | ||
| 14584 | 2024.12.21 08:27:12.362996 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14585 | 2024.12.21 08:27:12.363211 [ 258 ] {5da71c68-236a-4ddf-9016-7f686e5fbac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14586 | 2024.12.21 08:27:12.363292 [ 258 ] {5da71c68-236a-4ddf-9016-7f686e5fbac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14587 | 2024.12.21 08:27:12.364226 [ 258 ] {5da71c68-236a-4ddf-9016-7f686e5fbac0} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2024.12.21 08:27:12.364275 [ 258 ] {5da71c68-236a-4ddf-9016-7f686e5fbac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14589 | 2024.12.21 08:27:12.364731 [ 258 ] {5da71c68-236a-4ddf-9016-7f686e5fbac0} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14590 | 2024.12.21 08:27:12.365007 [ 258 ] {5da71c68-236a-4ddf-9016-7f686e5fbac0} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14591 | 2024.12.21 08:27:12.365464 [ 258 ] {5da71c68-236a-4ddf-9016-7f686e5fbac0} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002309 sec., 94846.25378951928 rows/sec., 8.28 MiB/sec. | ||
| 14592 | 2024.12.21 08:27:12.365531 [ 258 ] {5da71c68-236a-4ddf-9016-7f686e5fbac0} <Debug> TCPHandler: Processed in 0.002674914 sec. | ||
| 14593 | 2024.12.21 08:27:12.365703 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14594 | 2024.12.21 08:27:12.365849 [ 4 ] {f9919bb9-7276-4cd3-8ee3-7c6fe4ca7a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14595 | 2024.12.21 08:27:12.365910 [ 4 ] {f9919bb9-7276-4cd3-8ee3-7c6fe4ca7a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14596 | 2024.12.21 08:27:12.366495 [ 4 ] {f9919bb9-7276-4cd3-8ee3-7c6fe4ca7a66} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14597 | 2024.12.21 08:27:12.366542 [ 4 ] {f9919bb9-7276-4cd3-8ee3-7c6fe4ca7a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14598 | 2024.12.21 08:27:12.366916 [ 4 ] {f9919bb9-7276-4cd3-8ee3-7c6fe4ca7a66} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14599 | 2024.12.21 08:27:12.367170 [ 4 ] {f9919bb9-7276-4cd3-8ee3-7c6fe4ca7a66} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14600 | 2024.12.21 08:27:12.367353 [ 56 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14601 | 2024.12.21 08:27:12.367419 [ 4 ] {f9919bb9-7276-4cd3-8ee3-7c6fe4ca7a66} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001593 sec., 9416.195856873823 rows/sec., 663.92 KiB/sec. | ||
| 14602 | 2024.12.21 08:27:12.367453 [ 56 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14603 | 2024.12.21 08:27:12.367531 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14604 | 2024.12.21 08:27:12.367539 [ 4 ] {f9919bb9-7276-4cd3-8ee3-7c6fe4ca7a66} <Debug> TCPHandler: Processed in 0.001903576 sec. | ||
| 14605 | 2024.12.21 08:27:12.367759 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14606 | 2024.12.21 08:27:12.367772 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 14607 | 2024.12.21 08:27:12.368001 [ 258 ] {b20fae3a-8840-48f6-af7b-4fea2899d954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14608 | 2024.12.21 08:27:12.368027 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14609 | 2024.12.21 08:27:12.368107 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 66 rows starting from the beginning of the part | ||
| 14610 | 2024.12.21 08:27:12.368118 [ 258 ] {b20fae3a-8840-48f6-af7b-4fea2899d954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14611 | 2024.12.21 08:27:12.368505 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 19 rows starting from the beginning of the part | ||
| 14612 | 2024.12.21 08:27:12.368792 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 33 rows starting from the beginning of the part | ||
| 14613 | 2024.12.21 08:27:12.369256 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 15 rows starting from the beginning of the part | ||
| 14614 | 2024.12.21 08:27:12.369690 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 33 rows starting from the beginning of the part | ||
| 14615 | 2024.12.21 08:27:12.370002 [ 193 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 15 rows starting from the beginning of the part | ||
| 14616 | 2024.12.21 08:27:12.371019 [ 258 ] {b20fae3a-8840-48f6-af7b-4fea2899d954} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14617 | 2024.12.21 08:27:12.371099 [ 258 ] {b20fae3a-8840-48f6-af7b-4fea2899d954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14618 | 2024.12.21 08:27:12.372205 [ 258 ] {b20fae3a-8840-48f6-af7b-4fea2899d954} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14619 | 2024.12.21 08:27:12.372624 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004990274 sec., 36270.55348063052 rows/sec., 2.72 MiB/sec. | ||
| 14620 | 2024.12.21 08:27:12.372745 [ 258 ] {b20fae3a-8840-48f6-af7b-4fea2899d954} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14621 | 2024.12.21 08:27:12.372855 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14622 | 2024.12.21 08:27:12.373170 [ 258 ] {b20fae3a-8840-48f6-af7b-4fea2899d954} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00527 sec., 2656.5464895635673 rows/sec., 186.05 KiB/sec. | ||
| 14623 | 2024.12.21 08:27:12.373342 [ 258 ] {b20fae3a-8840-48f6-af7b-4fea2899d954} <Debug> TCPHandler: Processed in 0.005700281 sec. | ||
| 14624 | 2024.12.21 08:27:12.373505 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14625 | 2024.12.21 08:27:12.373572 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14626 | 2024.12.21 08:27:12.373602 [ 197 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_101_20} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14627 | 2024.12.21 08:27:12.373695 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14628 | 2024.12.21 08:27:12.373747 [ 4 ] {04d87c8f-d95b-45ac-8024-ac2b67155593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14629 | 2024.12.21 08:27:12.373807 [ 4 ] {04d87c8f-d95b-45ac-8024-ac2b67155593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14630 | 2024.12.21 08:27:12.374374 [ 4 ] {04d87c8f-d95b-45ac-8024-ac2b67155593} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14631 | 2024.12.21 08:27:12.374414 [ 4 ] {04d87c8f-d95b-45ac-8024-ac2b67155593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14632 | 2024.12.21 08:27:12.374761 [ 4 ] {04d87c8f-d95b-45ac-8024-ac2b67155593} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14633 | 2024.12.21 08:27:12.374999 [ 4 ] {04d87c8f-d95b-45ac-8024-ac2b67155593} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14634 | 2024.12.21 08:27:12.375295 [ 4 ] {04d87c8f-d95b-45ac-8024-ac2b67155593} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec. | ||
| 14635 | 2024.12.21 08:27:12.375430 [ 4 ] {04d87c8f-d95b-45ac-8024-ac2b67155593} <Debug> TCPHandler: Processed in 0.001959937 sec. | ||
| 14636 | 2024.12.21 08:27:12.375614 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14637 | 2024.12.21 08:27:12.375739 [ 258 ] {3879e037-88c2-4b12-92e1-ca7ca4d831c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14638 | 2024.12.21 08:27:12.375791 [ 258 ] {3879e037-88c2-4b12-92e1-ca7ca4d831c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14639 | 2024.12.21 08:27:12.376661 [ 258 ] {3879e037-88c2-4b12-92e1-ca7ca4d831c2} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14640 | 2024.12.21 08:27:12.376709 [ 258 ] {3879e037-88c2-4b12-92e1-ca7ca4d831c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14641 | 2024.12.21 08:27:12.377115 [ 258 ] {3879e037-88c2-4b12-92e1-ca7ca4d831c2} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14642 | 2024.12.21 08:27:12.377353 [ 258 ] {3879e037-88c2-4b12-92e1-ca7ca4d831c2} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14643 | 2024.12.21 08:27:12.377588 [ 258 ] {3879e037-88c2-4b12-92e1-ca7ca4d831c2} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001874 sec., 208110.992529349 rows/sec., 14.76 MiB/sec. | ||
| 14644 | 2024.12.21 08:27:12.377643 [ 258 ] {3879e037-88c2-4b12-92e1-ca7ca4d831c2} <Debug> TCPHandler: Processed in 0.002087509 sec. | ||
| 14645 | 2024.12.21 08:27:12.377792 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14646 | 2024.12.21 08:27:12.377952 [ 4 ] {6feb9620-5209-4c26-8ae2-82004b10ab93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14647 | 2024.12.21 08:27:12.378050 [ 4 ] {6feb9620-5209-4c26-8ae2-82004b10ab93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14648 | 2024.12.21 08:27:12.378918 [ 4 ] {6feb9620-5209-4c26-8ae2-82004b10ab93} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14649 | 2024.12.21 08:27:12.378958 [ 4 ] {6feb9620-5209-4c26-8ae2-82004b10ab93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14650 | 2024.12.21 08:27:12.379323 [ 4 ] {6feb9620-5209-4c26-8ae2-82004b10ab93} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14651 | 2024.12.21 08:27:12.379564 [ 4 ] {6feb9620-5209-4c26-8ae2-82004b10ab93} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14652 | 2024.12.21 08:27:12.379730 [ 56 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 14653 | 2024.12.21 08:27:12.379786 [ 56 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14654 | 2024.12.21 08:27:12.379812 [ 4 ] {6feb9620-5209-4c26-8ae2-82004b10ab93} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0019 sec., 3157.8947368421054 rows/sec., 164.99 KiB/sec. | ||
| 14655 | 2024.12.21 08:27:12.379823 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14656 | 2024.12.21 08:27:12.379956 [ 4 ] {6feb9620-5209-4c26-8ae2-82004b10ab93} <Debug> TCPHandler: Processed in 0.00222094 sec. | ||
| 14657 | 2024.12.21 08:27:12.380261 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14658 | 2024.12.21 08:27:12.380768 [ 258 ] {1187c516-f1ef-4de2-8bca-c2c7243993cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14659 | 2024.12.21 08:27:12.380808 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 14660 | 2024.12.21 08:27:12.381030 [ 258 ] {1187c516-f1ef-4de2-8bca-c2c7243993cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14661 | 2024.12.21 08:27:12.381438 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14662 | 2024.12.21 08:27:12.381531 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 270 rows starting from the beginning of the part | ||
| 14663 | 2024.12.21 08:27:12.381906 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 14664 | 2024.12.21 08:27:12.382214 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 14665 | 2024.12.21 08:27:12.382344 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 14666 | 2024.12.21 08:27:12.382663 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 14667 | 2024.12.21 08:27:12.383034 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 14668 | 2024.12.21 08:27:12.383771 [ 258 ] {1187c516-f1ef-4de2-8bca-c2c7243993cf} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14669 | 2024.12.21 08:27:12.383836 [ 258 ] {1187c516-f1ef-4de2-8bca-c2c7243993cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14670 | 2024.12.21 08:27:12.384927 [ 258 ] {1187c516-f1ef-4de2-8bca-c2c7243993cf} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14671 | 2024.12.21 08:27:12.385569 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.00555152 sec., 54039.254114188545 rows/sec., 2.76 MiB/sec. | ||
| 14672 | 2024.12.21 08:27:12.385570 [ 258 ] {1187c516-f1ef-4de2-8bca-c2c7243993cf} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14673 | 2024.12.21 08:27:12.385753 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 14674 | 2024.12.21 08:27:12.386125 [ 258 ] {1187c516-f1ef-4de2-8bca-c2c7243993cf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005549 sec., 42710.39826995855 rows/sec., 2.86 MiB/sec. | ||
| 14675 | 2024.12.21 08:27:12.386565 [ 258 ] {1187c516-f1ef-4de2-8bca-c2c7243993cf} <Debug> TCPHandler: Processed in 0.006465297 sec. | ||
| 14676 | 2024.12.21 08:27:12.386585 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14677 | 2024.12.21 08:27:12.386877 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14678 | 2024.12.21 08:27:12.386920 [ 197 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_50_10} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 14679 | 2024.12.21 08:27:12.387125 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14680 | 2024.12.21 08:27:12.387181 [ 4 ] {95a7fb4e-3249-4261-8125-7e0001323d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14681 | 2024.12.21 08:27:12.387264 [ 4 ] {95a7fb4e-3249-4261-8125-7e0001323d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14682 | 2024.12.21 08:27:12.387726 [ 4 ] {95a7fb4e-3249-4261-8125-7e0001323d98} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14683 | 2024.12.21 08:27:12.387764 [ 4 ] {95a7fb4e-3249-4261-8125-7e0001323d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14684 | 2024.12.21 08:27:12.388122 [ 4 ] {95a7fb4e-3249-4261-8125-7e0001323d98} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14685 | 2024.12.21 08:27:12.388371 [ 4 ] {95a7fb4e-3249-4261-8125-7e0001323d98} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14686 | 2024.12.21 08:27:12.388639 [ 4 ] {95a7fb4e-3249-4261-8125-7e0001323d98} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 44.07 KiB/sec. | ||
| 14687 | 2024.12.21 08:27:12.388788 [ 4 ] {95a7fb4e-3249-4261-8125-7e0001323d98} <Debug> TCPHandler: Processed in 0.002071228 sec. | ||
| 14688 | 2024.12.21 08:27:12.389029 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14689 | 2024.12.21 08:27:12.389187 [ 258 ] {c9c848e2-2694-46ef-bb0e-278b72c88f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14690 | 2024.12.21 08:27:12.389280 [ 258 ] {c9c848e2-2694-46ef-bb0e-278b72c88f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14691 | 2024.12.21 08:27:12.390475 [ 258 ] {c9c848e2-2694-46ef-bb0e-278b72c88f33} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14692 | 2024.12.21 08:27:12.390514 [ 258 ] {c9c848e2-2694-46ef-bb0e-278b72c88f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14693 | 2024.12.21 08:27:12.391133 [ 258 ] {c9c848e2-2694-46ef-bb0e-278b72c88f33} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14694 | 2024.12.21 08:27:12.391395 [ 258 ] {c9c848e2-2694-46ef-bb0e-278b72c88f33} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14695 | 2024.12.21 08:27:12.391652 [ 258 ] {c9c848e2-2694-46ef-bb0e-278b72c88f33} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002498 sec., 3202.562049639712 rows/sec., 5.74 MiB/sec. | ||
| 14696 | 2024.12.21 08:27:12.391750 [ 258 ] {c9c848e2-2694-46ef-bb0e-278b72c88f33} <Debug> TCPHandler: Processed in 0.002849915 sec. | ||
| 14697 | 2024.12.21 08:27:12.391914 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14698 | 2024.12.21 08:27:12.392035 [ 4 ] {fa7e639f-62ee-4526-bbb4-0efa6b4ae839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14699 | 2024.12.21 08:27:12.392087 [ 4 ] {fa7e639f-62ee-4526-bbb4-0efa6b4ae839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14700 | 2024.12.21 08:27:12.392579 [ 4 ] {fa7e639f-62ee-4526-bbb4-0efa6b4ae839} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14701 | 2024.12.21 08:27:12.392618 [ 4 ] {fa7e639f-62ee-4526-bbb4-0efa6b4ae839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14702 | 2024.12.21 08:27:12.392995 [ 4 ] {fa7e639f-62ee-4526-bbb4-0efa6b4ae839} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14703 | 2024.12.21 08:27:12.393233 [ 4 ] {fa7e639f-62ee-4526-bbb4-0efa6b4ae839} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14704 | 2024.12.21 08:27:12.393416 [ 55 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14705 | 2024.12.21 08:27:12.393438 [ 4 ] {fa7e639f-62ee-4526-bbb4-0efa6b4ae839} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec. | ||
| 14706 | 2024.12.21 08:27:12.393474 [ 55 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14707 | 2024.12.21 08:27:12.393543 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14708 | 2024.12.21 08:27:12.393555 [ 4 ] {fa7e639f-62ee-4526-bbb4-0efa6b4ae839} <Debug> TCPHandler: Processed in 0.001700355 sec. | ||
| 14709 | 2024.12.21 08:27:12.393758 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 14710 | 2024.12.21 08:27:12.393927 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14711 | 2024.12.21 08:27:12.393968 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6318 rows starting from the beginning of the part | ||
| 14712 | 2024.12.21 08:27:12.394082 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 12 rows starting from the beginning of the part | ||
| 14713 | 2024.12.21 08:27:12.394269 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 14714 | 2024.12.21 08:27:12.394492 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 14715 | 2024.12.21 08:27:12.394626 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 14716 | 2024.12.21 08:27:12.394805 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part | ||
| 14717 | 2024.12.21 08:27:12.397033 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6614 rows, containing 4 columns (4 merged, 0 gathered) in 0.00338595 sec., 1953366.115861132 rows/sec., 126.89 MiB/sec. | ||
| 14718 | 2024.12.21 08:27:12.397449 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14719 | 2024.12.21 08:27:12.397773 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14720 | 2024.12.21 08:27:12.397869 [ 200 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_111_22} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14721 | 2024.12.21 08:27:12.397969 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 14722 | 2024.12.21 08:27:16.272653 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14723 | 2024.12.21 08:27:16.272750 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14724 | 2024.12.21 08:27:16.471410 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 14725 | 2024.12.21 08:27:16.472075 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14726 | 2024.12.21 08:27:16.472120 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14727 | 2024.12.21 08:27:16.472646 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14728 | 2024.12.21 08:27:16.472903 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14729 | 2024.12.21 08:27:16.473098 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 14730 | 2024.12.21 08:27:16.650791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2046 | ||
| 14731 | 2024.12.21 08:27:16.654243 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14732 | 2024.12.21 08:27:16.654308 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14733 | 2024.12.21 08:27:16.655803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14734 | 2024.12.21 08:27:16.656118 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14735 | 2024.12.21 08:27:16.657509 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2046 | ||
| 14736 | 2024.12.21 08:27:17.004173 [ 225 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14737 | 2024.12.21 08:27:17.004258 [ 225 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14738 | 2024.12.21 08:27:17.006865 [ 225 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14739 | 2024.12.21 08:27:17.356941 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14740 | 2024.12.21 08:27:17.357126 [ 4 ] {29f279ab-3d7f-41a6-92c5-0863ffe912e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14741 | 2024.12.21 08:27:17.357197 [ 4 ] {29f279ab-3d7f-41a6-92c5-0863ffe912e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14742 | 2024.12.21 08:27:17.358033 [ 4 ] {29f279ab-3d7f-41a6-92c5-0863ffe912e6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14743 | 2024.12.21 08:27:17.358079 [ 4 ] {29f279ab-3d7f-41a6-92c5-0863ffe912e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14744 | 2024.12.21 08:27:17.358538 [ 4 ] {29f279ab-3d7f-41a6-92c5-0863ffe912e6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14745 | 2024.12.21 08:27:17.358799 [ 4 ] {29f279ab-3d7f-41a6-92c5-0863ffe912e6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14746 | 2024.12.21 08:27:17.358958 [ 49 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14747 | 2024.12.21 08:27:17.359013 [ 49 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14748 | 2024.12.21 08:27:17.359014 [ 4 ] {29f279ab-3d7f-41a6-92c5-0863ffe912e6} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001937 sec., 62983.99586990191 rows/sec., 5.35 MiB/sec. | ||
| 14749 | 2024.12.21 08:27:17.359041 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14750 | 2024.12.21 08:27:17.359142 [ 4 ] {29f279ab-3d7f-41a6-92c5-0863ffe912e6} <Debug> TCPHandler: Processed in 0.002323871 sec. | ||
| 14751 | 2024.12.21 08:27:17.359403 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14752 | 2024.12.21 08:27:17.359444 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14753 | 2024.12.21 08:27:17.359793 [ 258 ] {11cc8e60-32ff-486d-ae09-0eee7cad5850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14754 | 2024.12.21 08:27:17.359812 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14755 | 2024.12.21 08:27:17.359926 [ 258 ] {11cc8e60-32ff-486d-ae09-0eee7cad5850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14756 | 2024.12.21 08:27:17.359926 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1437 rows starting from the beginning of the part | ||
| 14757 | 2024.12.21 08:27:17.360306 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 122 rows starting from the beginning of the part | ||
| 14758 | 2024.12.21 08:27:17.360617 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 219 rows starting from the beginning of the part | ||
| 14759 | 2024.12.21 08:27:17.360960 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 122 rows starting from the beginning of the part | ||
| 14760 | 2024.12.21 08:27:17.361256 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 219 rows starting from the beginning of the part | ||
| 14761 | 2024.12.21 08:27:17.361693 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 122 rows starting from the beginning of the part | ||
| 14762 | 2024.12.21 08:27:17.363237 [ 258 ] {11cc8e60-32ff-486d-ae09-0eee7cad5850} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14763 | 2024.12.21 08:27:17.363315 [ 258 ] {11cc8e60-32ff-486d-ae09-0eee7cad5850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14764 | 2024.12.21 08:27:17.364373 [ 258 ] {11cc8e60-32ff-486d-ae09-0eee7cad5850} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14765 | 2024.12.21 08:27:17.364734 [ 258 ] {11cc8e60-32ff-486d-ae09-0eee7cad5850} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14766 | 2024.12.21 08:27:17.365303 [ 258 ] {11cc8e60-32ff-486d-ae09-0eee7cad5850} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005626 sec., 5865.623889086385 rows/sec., 441.07 KiB/sec. | ||
| 14767 | 2024.12.21 08:27:17.365325 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2241 rows, containing 5 columns (5 merged, 0 gathered) in 0.006158364 sec., 363895.34623156406 rows/sec., 32.20 MiB/sec. | ||
| 14768 | 2024.12.21 08:27:17.365432 [ 258 ] {11cc8e60-32ff-486d-ae09-0eee7cad5850} <Debug> TCPHandler: Processed in 0.006159704 sec. | ||
| 14769 | 2024.12.21 08:27:17.365608 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14770 | 2024.12.21 08:27:17.365664 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14771 | 2024.12.21 08:27:17.365906 [ 4 ] {da70053d-0751-456f-9ca5-f4b0f010ddaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14772 | 2024.12.21 08:27:17.365997 [ 4 ] {da70053d-0751-456f-9ca5-f4b0f010ddaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14773 | 2024.12.21 08:27:17.366059 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14774 | 2024.12.21 08:27:17.366289 [ 196 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_116_23} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14775 | 2024.12.21 08:27:17.366487 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14776 | 2024.12.21 08:27:17.366995 [ 4 ] {da70053d-0751-456f-9ca5-f4b0f010ddaa} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14777 | 2024.12.21 08:27:17.367039 [ 4 ] {da70053d-0751-456f-9ca5-f4b0f010ddaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14778 | 2024.12.21 08:27:17.367422 [ 4 ] {da70053d-0751-456f-9ca5-f4b0f010ddaa} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14779 | 2024.12.21 08:27:17.367685 [ 4 ] {da70053d-0751-456f-9ca5-f4b0f010ddaa} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14780 | 2024.12.21 08:27:17.367824 [ 49 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14781 | 2024.12.21 08:27:17.367859 [ 49 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14782 | 2024.12.21 08:27:17.367872 [ 4 ] {da70053d-0751-456f-9ca5-f4b0f010ddaa} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002047 sec., 47386.41914997557 rows/sec., 3.70 MiB/sec. | ||
| 14783 | 2024.12.21 08:27:17.367882 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14784 | 2024.12.21 08:27:17.367969 [ 4 ] {da70053d-0751-456f-9ca5-f4b0f010ddaa} <Debug> TCPHandler: Processed in 0.002408811 sec. | ||
| 14785 | 2024.12.21 08:27:17.368021 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14786 | 2024.12.21 08:27:17.368180 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14787 | 2024.12.21 08:27:17.368188 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14788 | 2024.12.21 08:27:17.368260 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part | ||
| 14789 | 2024.12.21 08:27:17.368458 [ 258 ] {b8ada561-912b-4d07-943b-9fd1be416a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14790 | 2024.12.21 08:27:17.368619 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 97 rows starting from the beginning of the part | ||
| 14791 | 2024.12.21 08:27:17.368656 [ 258 ] {b8ada561-912b-4d07-943b-9fd1be416a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14792 | 2024.12.21 08:27:17.369088 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 390 rows starting from the beginning of the part | ||
| 14793 | 2024.12.21 08:27:17.369528 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 97 rows starting from the beginning of the part | ||
| 14794 | 2024.12.21 08:27:17.369855 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 390 rows starting from the beginning of the part | ||
| 14795 | 2024.12.21 08:27:17.370125 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 97 rows starting from the beginning of the part | ||
| 14796 | 2024.12.21 08:27:17.371080 [ 258 ] {b8ada561-912b-4d07-943b-9fd1be416a26} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14797 | 2024.12.21 08:27:17.371156 [ 258 ] {b8ada561-912b-4d07-943b-9fd1be416a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14798 | 2024.12.21 08:27:17.372239 [ 258 ] {b8ada561-912b-4d07-943b-9fd1be416a26} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14799 | 2024.12.21 08:27:17.372679 [ 258 ] {b8ada561-912b-4d07-943b-9fd1be416a26} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14800 | 2024.12.21 08:27:17.373154 [ 258 ] {b8ada561-912b-4d07-943b-9fd1be416a26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004803 sec., 33312.513012700394 rows/sec., 2.32 MiB/sec. | ||
| 14801 | 2024.12.21 08:27:17.373509 [ 258 ] {b8ada561-912b-4d07-943b-9fd1be416a26} <Debug> TCPHandler: Processed in 0.005420068 sec. | ||
| 14802 | 2024.12.21 08:27:17.373741 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 5 columns (5 merged, 0 gathered) in 0.005784351 sec., 343340.1603740852 rows/sec., 26.31 MiB/sec. | ||
| 14803 | 2024.12.21 08:27:17.373798 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14804 | 2024.12.21 08:27:17.374173 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14805 | 2024.12.21 08:27:17.374201 [ 4 ] {12db479d-732b-439e-a1df-bf507073dcae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14806 | 2024.12.21 08:27:17.374592 [ 4 ] {12db479d-732b-439e-a1df-bf507073dcae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14807 | 2024.12.21 08:27:17.375220 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14808 | 2024.12.21 08:27:17.375543 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_116_23} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14809 | 2024.12.21 08:27:17.375652 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14810 | 2024.12.21 08:27:17.376657 [ 4 ] {12db479d-732b-439e-a1df-bf507073dcae} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14811 | 2024.12.21 08:27:17.376695 [ 4 ] {12db479d-732b-439e-a1df-bf507073dcae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14812 | 2024.12.21 08:27:17.377350 [ 4 ] {12db479d-732b-439e-a1df-bf507073dcae} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14813 | 2024.12.21 08:27:17.377610 [ 4 ] {12db479d-732b-439e-a1df-bf507073dcae} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14814 | 2024.12.21 08:27:17.377818 [ 4 ] {12db479d-732b-439e-a1df-bf507073dcae} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003754 sec., 8790.623335109218 rows/sec., 15.75 MiB/sec. | ||
| 14815 | 2024.12.21 08:27:17.377928 [ 4 ] {12db479d-732b-439e-a1df-bf507073dcae} <Debug> TCPHandler: Processed in 0.004305868 sec. | ||
| 14816 | 2024.12.21 08:27:17.378087 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14817 | 2024.12.21 08:27:17.378211 [ 258 ] {7bc584e5-a197-4a39-b66b-86b7554fa1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14818 | 2024.12.21 08:27:17.378264 [ 258 ] {7bc584e5-a197-4a39-b66b-86b7554fa1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14819 | 2024.12.21 08:27:17.378764 [ 258 ] {7bc584e5-a197-4a39-b66b-86b7554fa1e9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14820 | 2024.12.21 08:27:17.378802 [ 258 ] {7bc584e5-a197-4a39-b66b-86b7554fa1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14821 | 2024.12.21 08:27:17.379185 [ 258 ] {7bc584e5-a197-4a39-b66b-86b7554fa1e9} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14822 | 2024.12.21 08:27:17.379433 [ 258 ] {7bc584e5-a197-4a39-b66b-86b7554fa1e9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14823 | 2024.12.21 08:27:17.379656 [ 258 ] {7bc584e5-a197-4a39-b66b-86b7554fa1e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
| 14824 | 2024.12.21 08:27:17.379720 [ 258 ] {7bc584e5-a197-4a39-b66b-86b7554fa1e9} <Debug> TCPHandler: Processed in 0.001690915 sec. | ||
| 14825 | 2024.12.21 08:27:18.071289 [ 219 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14826 | 2024.12.21 08:27:18.071341 [ 219 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14827 | 2024.12.21 08:27:18.074118 [ 219 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14828 | 2024.12.21 08:27:18.120383 [ 221 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14829 | 2024.12.21 08:27:18.120480 [ 221 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14830 | 2024.12.21 08:27:18.122420 [ 221 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14831 | 2024.12.21 08:27:18.798841 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 14832 | 2024.12.21 08:27:18.821943 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14833 | 2024.12.21 08:27:18.821999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14834 | 2024.12.21 08:27:18.829475 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14835 | 2024.12.21 08:27:18.830340 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14836 | 2024.12.21 08:27:18.833190 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 14837 | 2024.12.21 08:27:20.545259 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14838 | 2024.12.21 08:27:20.545494 [ 4 ] {863bb439-52c2-4711-bb44-bd1b2841f864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14839 | 2024.12.21 08:27:20.545579 [ 4 ] {863bb439-52c2-4711-bb44-bd1b2841f864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14840 | 2024.12.21 08:27:20.546418 [ 4 ] {863bb439-52c2-4711-bb44-bd1b2841f864} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14841 | 2024.12.21 08:27:20.546474 [ 4 ] {863bb439-52c2-4711-bb44-bd1b2841f864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14842 | 2024.12.21 08:27:20.546915 [ 4 ] {863bb439-52c2-4711-bb44-bd1b2841f864} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14843 | 2024.12.21 08:27:20.547176 [ 4 ] {863bb439-52c2-4711-bb44-bd1b2841f864} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14844 | 2024.12.21 08:27:20.547414 [ 4 ] {863bb439-52c2-4711-bb44-bd1b2841f864} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 14845 | 2024.12.21 08:27:20.547547 [ 4 ] {863bb439-52c2-4711-bb44-bd1b2841f864} <Debug> TCPHandler: Processed in 0.002428661 sec. | ||
| 14846 | 2024.12.21 08:27:20.547818 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14847 | 2024.12.21 08:27:20.548009 [ 258 ] {32410a2e-f4db-4127-83a1-4560b729083c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14848 | 2024.12.21 08:27:20.548080 [ 258 ] {32410a2e-f4db-4127-83a1-4560b729083c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14849 | 2024.12.21 08:27:20.548807 [ 258 ] {32410a2e-f4db-4127-83a1-4560b729083c} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14850 | 2024.12.21 08:27:20.548854 [ 258 ] {32410a2e-f4db-4127-83a1-4560b729083c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14851 | 2024.12.21 08:27:20.549277 [ 258 ] {32410a2e-f4db-4127-83a1-4560b729083c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14852 | 2024.12.21 08:27:20.549549 [ 258 ] {32410a2e-f4db-4127-83a1-4560b729083c} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14853 | 2024.12.21 08:27:20.549847 [ 258 ] {32410a2e-f4db-4127-83a1-4560b729083c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001886 sec., 2120.8907741251323 rows/sec., 172.94 KiB/sec. | ||
| 14854 | 2024.12.21 08:27:20.550042 [ 258 ] {32410a2e-f4db-4127-83a1-4560b729083c} <Debug> TCPHandler: Processed in 0.002371211 sec. | ||
| 14855 | 2024.12.21 08:27:20.550263 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14856 | 2024.12.21 08:27:20.550388 [ 4 ] {0702a305-8fb5-4601-b887-d78f6f1ae213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14857 | 2024.12.21 08:27:20.550446 [ 4 ] {0702a305-8fb5-4601-b887-d78f6f1ae213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14858 | 2024.12.21 08:27:20.551810 [ 4 ] {0702a305-8fb5-4601-b887-d78f6f1ae213} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14859 | 2024.12.21 08:27:20.551852 [ 4 ] {0702a305-8fb5-4601-b887-d78f6f1ae213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14860 | 2024.12.21 08:27:20.552305 [ 4 ] {0702a305-8fb5-4601-b887-d78f6f1ae213} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14861 | 2024.12.21 08:27:20.552545 [ 4 ] {0702a305-8fb5-4601-b887-d78f6f1ae213} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14862 | 2024.12.21 08:27:20.552780 [ 4 ] {0702a305-8fb5-4601-b887-d78f6f1ae213} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002427 sec., 560774.6188710342 rows/sec., 46.79 MiB/sec. | ||
| 14863 | 2024.12.21 08:27:20.552881 [ 4 ] {0702a305-8fb5-4601-b887-d78f6f1ae213} <Debug> TCPHandler: Processed in 0.002751034 sec. | ||
| 14864 | 2024.12.21 08:27:20.553062 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14865 | 2024.12.21 08:27:20.553229 [ 258 ] {42e93fd1-c0ad-47a1-8ce6-a23a7f6e0277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14866 | 2024.12.21 08:27:20.553287 [ 258 ] {42e93fd1-c0ad-47a1-8ce6-a23a7f6e0277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14867 | 2024.12.21 08:27:20.554103 [ 258 ] {42e93fd1-c0ad-47a1-8ce6-a23a7f6e0277} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14868 | 2024.12.21 08:27:20.554161 [ 258 ] {42e93fd1-c0ad-47a1-8ce6-a23a7f6e0277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14869 | 2024.12.21 08:27:20.555136 [ 258 ] {42e93fd1-c0ad-47a1-8ce6-a23a7f6e0277} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14870 | 2024.12.21 08:27:20.555379 [ 258 ] {42e93fd1-c0ad-47a1-8ce6-a23a7f6e0277} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14871 | 2024.12.21 08:27:20.555595 [ 258 ] {42e93fd1-c0ad-47a1-8ce6-a23a7f6e0277} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.002366 sec., 8030.431107354184 rows/sec., 565.05 KiB/sec. | ||
| 14872 | 2024.12.21 08:27:20.555652 [ 258 ] {42e93fd1-c0ad-47a1-8ce6-a23a7f6e0277} <Debug> TCPHandler: Processed in 0.002653883 sec. | ||
| 14873 | 2024.12.21 08:27:20.555797 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14874 | 2024.12.21 08:27:20.555940 [ 4 ] {f726f5e0-7654-4a65-a637-40ec8335140e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14875 | 2024.12.21 08:27:20.555998 [ 4 ] {f726f5e0-7654-4a65-a637-40ec8335140e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14876 | 2024.12.21 08:27:20.556709 [ 4 ] {f726f5e0-7654-4a65-a637-40ec8335140e} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14877 | 2024.12.21 08:27:20.556750 [ 4 ] {f726f5e0-7654-4a65-a637-40ec8335140e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14878 | 2024.12.21 08:27:20.557119 [ 4 ] {f726f5e0-7654-4a65-a637-40ec8335140e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14879 | 2024.12.21 08:27:20.557360 [ 4 ] {f726f5e0-7654-4a65-a637-40ec8335140e} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14880 | 2024.12.21 08:27:20.557578 [ 4 ] {f726f5e0-7654-4a65-a637-40ec8335140e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00167 sec., 144910.17964071856 rows/sec., 9.82 MiB/sec. | ||
| 14881 | 2024.12.21 08:27:20.557634 [ 4 ] {f726f5e0-7654-4a65-a637-40ec8335140e} <Debug> TCPHandler: Processed in 0.001906137 sec. | ||
| 14882 | 2024.12.21 08:27:20.557787 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14883 | 2024.12.21 08:27:20.557931 [ 258 ] {6faecdb5-e665-4a51-962e-f473fe1e6e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14884 | 2024.12.21 08:27:20.557991 [ 258 ] {6faecdb5-e665-4a51-962e-f473fe1e6e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14885 | 2024.12.21 08:27:20.558601 [ 258 ] {6faecdb5-e665-4a51-962e-f473fe1e6e7b} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14886 | 2024.12.21 08:27:20.558640 [ 258 ] {6faecdb5-e665-4a51-962e-f473fe1e6e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14887 | 2024.12.21 08:27:20.559014 [ 258 ] {6faecdb5-e665-4a51-962e-f473fe1e6e7b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14888 | 2024.12.21 08:27:20.559249 [ 258 ] {6faecdb5-e665-4a51-962e-f473fe1e6e7b} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14889 | 2024.12.21 08:27:20.559478 [ 258 ] {6faecdb5-e665-4a51-962e-f473fe1e6e7b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec. | ||
| 14890 | 2024.12.21 08:27:20.559534 [ 258 ] {6faecdb5-e665-4a51-962e-f473fe1e6e7b} <Debug> TCPHandler: Processed in 0.001814027 sec. | ||
| 14891 | 2024.12.21 08:27:20.559678 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14892 | 2024.12.21 08:27:20.559817 [ 4 ] {e49031f4-a8f8-44db-81b3-d929b572a096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14893 | 2024.12.21 08:27:20.559875 [ 4 ] {e49031f4-a8f8-44db-81b3-d929b572a096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14894 | 2024.12.21 08:27:20.560781 [ 4 ] {e49031f4-a8f8-44db-81b3-d929b572a096} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14895 | 2024.12.21 08:27:20.560821 [ 4 ] {e49031f4-a8f8-44db-81b3-d929b572a096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14896 | 2024.12.21 08:27:20.561219 [ 4 ] {e49031f4-a8f8-44db-81b3-d929b572a096} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14897 | 2024.12.21 08:27:20.561470 [ 4 ] {e49031f4-a8f8-44db-81b3-d929b572a096} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14898 | 2024.12.21 08:27:20.561698 [ 4 ] {e49031f4-a8f8-44db-81b3-d929b572a096} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.001911 sec., 444793.3019361591 rows/sec., 32.16 MiB/sec. | ||
| 14899 | 2024.12.21 08:27:20.561757 [ 4 ] {e49031f4-a8f8-44db-81b3-d929b572a096} <Debug> TCPHandler: Processed in 0.002146959 sec. | ||
| 14900 | 2024.12.21 08:27:20.561919 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14901 | 2024.12.21 08:27:20.562059 [ 258 ] {86d67958-e9e6-4412-984e-8a2a65f56346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14902 | 2024.12.21 08:27:20.562121 [ 258 ] {86d67958-e9e6-4412-984e-8a2a65f56346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14903 | 2024.12.21 08:27:20.562626 [ 258 ] {86d67958-e9e6-4412-984e-8a2a65f56346} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14904 | 2024.12.21 08:27:20.562666 [ 258 ] {86d67958-e9e6-4412-984e-8a2a65f56346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14905 | 2024.12.21 08:27:20.563032 [ 258 ] {86d67958-e9e6-4412-984e-8a2a65f56346} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14906 | 2024.12.21 08:27:20.563266 [ 258 ] {86d67958-e9e6-4412-984e-8a2a65f56346} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14907 | 2024.12.21 08:27:20.563501 [ 258 ] {86d67958-e9e6-4412-984e-8a2a65f56346} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 212.53 KiB/sec. | ||
| 14908 | 2024.12.21 08:27:20.563554 [ 258 ] {86d67958-e9e6-4412-984e-8a2a65f56346} <Debug> TCPHandler: Processed in 0.001700795 sec. | ||
| 14909 | 2024.12.21 08:27:20.563699 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14910 | 2024.12.21 08:27:20.563838 [ 4 ] {8df78f8e-3484-4416-8a7e-5376e773d662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14911 | 2024.12.21 08:27:20.563900 [ 4 ] {8df78f8e-3484-4416-8a7e-5376e773d662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14912 | 2024.12.21 08:27:20.564729 [ 4 ] {8df78f8e-3484-4416-8a7e-5376e773d662} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14913 | 2024.12.21 08:27:20.564767 [ 4 ] {8df78f8e-3484-4416-8a7e-5376e773d662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14914 | 2024.12.21 08:27:20.565207 [ 4 ] {8df78f8e-3484-4416-8a7e-5376e773d662} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14915 | 2024.12.21 08:27:20.565447 [ 4 ] {8df78f8e-3484-4416-8a7e-5376e773d662} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14916 | 2024.12.21 08:27:20.565695 [ 4 ] {8df78f8e-3484-4416-8a7e-5376e773d662} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.001887 sec., 491255.9618441971 rows/sec., 32.78 MiB/sec. | ||
| 14917 | 2024.12.21 08:27:20.565750 [ 4 ] {8df78f8e-3484-4416-8a7e-5376e773d662} <Debug> TCPHandler: Processed in 0.002117448 sec. | ||
| 14918 | 2024.12.21 08:27:20.565897 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14919 | 2024.12.21 08:27:20.566037 [ 258 ] {48223111-145c-4bd6-9154-62f1cbaaaabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14920 | 2024.12.21 08:27:20.566099 [ 258 ] {48223111-145c-4bd6-9154-62f1cbaaaabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14921 | 2024.12.21 08:27:20.566585 [ 258 ] {48223111-145c-4bd6-9154-62f1cbaaaabd} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14922 | 2024.12.21 08:27:20.566624 [ 258 ] {48223111-145c-4bd6-9154-62f1cbaaaabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14923 | 2024.12.21 08:27:20.566982 [ 258 ] {48223111-145c-4bd6-9154-62f1cbaaaabd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14924 | 2024.12.21 08:27:20.567212 [ 258 ] {48223111-145c-4bd6-9154-62f1cbaaaabd} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14925 | 2024.12.21 08:27:20.567464 [ 258 ] {48223111-145c-4bd6-9154-62f1cbaaaabd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec. | ||
| 14926 | 2024.12.21 08:27:20.567515 [ 258 ] {48223111-145c-4bd6-9154-62f1cbaaaabd} <Debug> TCPHandler: Processed in 0.001684405 sec. | ||
| 14927 | 2024.12.21 08:27:20.567707 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14928 | 2024.12.21 08:27:20.567931 [ 4 ] {2ad20438-6ca4-40f3-a45f-393430fa46d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14929 | 2024.12.21 08:27:20.568072 [ 4 ] {2ad20438-6ca4-40f3-a45f-393430fa46d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14930 | 2024.12.21 08:27:20.569256 [ 4 ] {2ad20438-6ca4-40f3-a45f-393430fa46d8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14931 | 2024.12.21 08:27:20.569297 [ 4 ] {2ad20438-6ca4-40f3-a45f-393430fa46d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14932 | 2024.12.21 08:27:20.569914 [ 4 ] {2ad20438-6ca4-40f3-a45f-393430fa46d8} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14933 | 2024.12.21 08:27:20.570168 [ 4 ] {2ad20438-6ca4-40f3-a45f-393430fa46d8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14934 | 2024.12.21 08:27:20.570440 [ 4 ] {2ad20438-6ca4-40f3-a45f-393430fa46d8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002564 sec., 3120.1248049921996 rows/sec., 5.59 MiB/sec. | ||
| 14935 | 2024.12.21 08:27:20.570547 [ 4 ] {2ad20438-6ca4-40f3-a45f-393430fa46d8} <Debug> TCPHandler: Processed in 0.002950396 sec. | ||
| 14936 | 2024.12.21 08:27:20.570698 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14937 | 2024.12.21 08:27:20.570836 [ 258 ] {872cb70f-ff81-4b7b-b335-57eaba7b0ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14938 | 2024.12.21 08:27:20.570926 [ 258 ] {872cb70f-ff81-4b7b-b335-57eaba7b0ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14939 | 2024.12.21 08:27:20.571456 [ 258 ] {872cb70f-ff81-4b7b-b335-57eaba7b0ce1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14940 | 2024.12.21 08:27:20.571495 [ 258 ] {872cb70f-ff81-4b7b-b335-57eaba7b0ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14941 | 2024.12.21 08:27:20.571862 [ 258 ] {872cb70f-ff81-4b7b-b335-57eaba7b0ce1} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14942 | 2024.12.21 08:27:20.572103 [ 258 ] {872cb70f-ff81-4b7b-b335-57eaba7b0ce1} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14943 | 2024.12.21 08:27:20.572331 [ 258 ] {872cb70f-ff81-4b7b-b335-57eaba7b0ce1} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001525 sec., 45901.639344262294 rows/sec., 2.88 MiB/sec. | ||
| 14944 | 2024.12.21 08:27:20.572385 [ 258 ] {872cb70f-ff81-4b7b-b335-57eaba7b0ce1} <Debug> TCPHandler: Processed in 0.001755045 sec. | ||
| 14945 | 2024.12.21 08:27:22.349572 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14946 | 2024.12.21 08:27:22.349831 [ 4 ] {cae9e25b-f953-46a8-b142-1bfe7bcbc2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14947 | 2024.12.21 08:27:22.349921 [ 4 ] {cae9e25b-f953-46a8-b142-1bfe7bcbc2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14948 | 2024.12.21 08:27:22.350754 [ 4 ] {cae9e25b-f953-46a8-b142-1bfe7bcbc2b9} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14949 | 2024.12.21 08:27:22.350803 [ 4 ] {cae9e25b-f953-46a8-b142-1bfe7bcbc2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14950 | 2024.12.21 08:27:22.351270 [ 4 ] {cae9e25b-f953-46a8-b142-1bfe7bcbc2b9} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14951 | 2024.12.21 08:27:22.351536 [ 4 ] {cae9e25b-f953-46a8-b142-1bfe7bcbc2b9} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14952 | 2024.12.21 08:27:22.351764 [ 4 ] {cae9e25b-f953-46a8-b142-1bfe7bcbc2b9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.16 MiB/sec. | ||
| 14953 | 2024.12.21 08:27:22.351840 [ 4 ] {cae9e25b-f953-46a8-b142-1bfe7bcbc2b9} <Debug> TCPHandler: Processed in 0.002407691 sec. | ||
| 14954 | 2024.12.21 08:27:22.352188 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14955 | 2024.12.21 08:27:22.352440 [ 258 ] {1f907f30-b7a6-4076-87e5-9ba0f854b3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14956 | 2024.12.21 08:27:22.352542 [ 258 ] {1f907f30-b7a6-4076-87e5-9ba0f854b3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14957 | 2024.12.21 08:27:22.353535 [ 258 ] {1f907f30-b7a6-4076-87e5-9ba0f854b3ac} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14958 | 2024.12.21 08:27:22.353596 [ 258 ] {1f907f30-b7a6-4076-87e5-9ba0f854b3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14959 | 2024.12.21 08:27:22.354207 [ 258 ] {1f907f30-b7a6-4076-87e5-9ba0f854b3ac} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14960 | 2024.12.21 08:27:22.354607 [ 258 ] {1f907f30-b7a6-4076-87e5-9ba0f854b3ac} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14961 | 2024.12.21 08:27:22.354961 [ 258 ] {1f907f30-b7a6-4076-87e5-9ba0f854b3ac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002595 sec., 24662.81310211946 rows/sec., 1.92 MiB/sec. | ||
| 14962 | 2024.12.21 08:27:22.355099 [ 258 ] {1f907f30-b7a6-4076-87e5-9ba0f854b3ac} <Debug> TCPHandler: Processed in 0.003096377 sec. | ||
| 14963 | 2024.12.21 08:27:22.355331 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14964 | 2024.12.21 08:27:22.355604 [ 4 ] {8aaaca17-5c96-415b-9067-0bbf0e41e786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14965 | 2024.12.21 08:27:22.355680 [ 4 ] {8aaaca17-5c96-415b-9067-0bbf0e41e786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14966 | 2024.12.21 08:27:22.356284 [ 4 ] {8aaaca17-5c96-415b-9067-0bbf0e41e786} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14967 | 2024.12.21 08:27:22.356328 [ 4 ] {8aaaca17-5c96-415b-9067-0bbf0e41e786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14968 | 2024.12.21 08:27:22.356738 [ 4 ] {8aaaca17-5c96-415b-9067-0bbf0e41e786} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14969 | 2024.12.21 08:27:22.356984 [ 4 ] {8aaaca17-5c96-415b-9067-0bbf0e41e786} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14970 | 2024.12.21 08:27:22.357145 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 5 parts from all_1_109_22 to all_113_113_0 | ||
| 14971 | 2024.12.21 08:27:22.357187 [ 4 ] {8aaaca17-5c96-415b-9067-0bbf0e41e786} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001672 sec., 19138.755980861242 rows/sec., 1.33 MiB/sec. | ||
| 14972 | 2024.12.21 08:27:22.357192 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14973 | 2024.12.21 08:27:22.357234 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14974 | 2024.12.21 08:27:22.357275 [ 4 ] {8aaaca17-5c96-415b-9067-0bbf0e41e786} <Debug> TCPHandler: Processed in 0.002061008 sec. | ||
| 14975 | 2024.12.21 08:27:22.357551 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14976 | 2024.12.21 08:27:22.357610 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_109_22 to all_113_113_0 into Compact with storage Full | ||
| 14977 | 2024.12.21 08:27:22.357857 [ 258 ] {a672d388-0ed4-48e4-81b3-a94a2d074b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14978 | 2024.12.21 08:27:22.358088 [ 258 ] {a672d388-0ed4-48e4-81b3-a94a2d074b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14979 | 2024.12.21 08:27:22.358134 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14980 | 2024.12.21 08:27:22.358280 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_109_22, total 31115 rows starting from the beginning of the part | ||
| 14981 | 2024.12.21 08:27:22.358740 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 14982 | 2024.12.21 08:27:22.359266 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part | ||
| 14983 | 2024.12.21 08:27:22.359789 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part | ||
| 14984 | 2024.12.21 08:27:22.360315 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 927 rows starting from the beginning of the part | ||
| 14985 | 2024.12.21 08:27:22.362567 [ 258 ] {a672d388-0ed4-48e4-81b3-a94a2d074b5e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14986 | 2024.12.21 08:27:22.362625 [ 258 ] {a672d388-0ed4-48e4-81b3-a94a2d074b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14987 | 2024.12.21 08:27:22.363262 [ 258 ] {a672d388-0ed4-48e4-81b3-a94a2d074b5e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14988 | 2024.12.21 08:27:22.363744 [ 258 ] {a672d388-0ed4-48e4-81b3-a94a2d074b5e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14989 | 2024.12.21 08:27:22.364907 [ 258 ] {a672d388-0ed4-48e4-81b3-a94a2d074b5e} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.007186 sec., 1669.9137211244085 rows/sec., 115.24 KiB/sec. | ||
| 14990 | 2024.12.21 08:27:22.365112 [ 258 ] {a672d388-0ed4-48e4-81b3-a94a2d074b5e} <Debug> TCPHandler: Processed in 0.007697548 sec. | ||
| 14991 | 2024.12.21 08:27:22.370293 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32599 rows, containing 5 columns (5 merged, 0 gathered) in 0.012963224 sec., 2514729.36053562 rows/sec., 169.66 MiB/sec. | ||
| 14992 | 2024.12.21 08:27:22.370933 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) | ||
| 14993 | 2024.12.21 08:27:22.371321 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14994 | 2024.12.21 08:27:22.371422 [ 186 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 5 parts: [all_1_109_22, all_113_113_0] -> all_1_113_23 | ||
| 14995 | 2024.12.21 08:27:22.371587 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14996 | 2024.12.21 08:27:23.973367 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 14997 | 2024.12.21 08:27:23.974015 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14998 | 2024.12.21 08:27:23.974068 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 14999 | 2024.12.21 08:27:23.974605 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15000 | 2024.12.21 08:27:23.974872 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15001 | 2024.12.21 08:27:23.975197 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 15002 | 2024.12.21 08:27:26.333406 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 15003 | 2024.12.21 08:27:26.355860 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15004 | 2024.12.21 08:27:26.355908 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15005 | 2024.12.21 08:27:26.363306 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15006 | 2024.12.21 08:27:26.364125 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15007 | 2024.12.21 08:27:26.366892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 15008 | 2024.12.21 08:27:26.657898 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2090 | ||
| 15009 | 2024.12.21 08:27:26.661462 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15010 | 2024.12.21 08:27:26.661507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15011 | 2024.12.21 08:27:26.663076 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15012 | 2024.12.21 08:27:26.663382 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15013 | 2024.12.21 08:27:26.664852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2090 | ||
| 15014 | 2024.12.21 08:27:27.357692 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15015 | 2024.12.21 08:27:27.357883 [ 4 ] {643c1de8-218a-4d26-89a5-0cc57783f817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15016 | 2024.12.21 08:27:27.357956 [ 4 ] {643c1de8-218a-4d26-89a5-0cc57783f817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15017 | 2024.12.21 08:27:27.358788 [ 4 ] {643c1de8-218a-4d26-89a5-0cc57783f817} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15018 | 2024.12.21 08:27:27.358845 [ 4 ] {643c1de8-218a-4d26-89a5-0cc57783f817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15019 | 2024.12.21 08:27:27.359296 [ 4 ] {643c1de8-218a-4d26-89a5-0cc57783f817} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15020 | 2024.12.21 08:27:27.359560 [ 4 ] {643c1de8-218a-4d26-89a5-0cc57783f817} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15021 | 2024.12.21 08:27:27.359812 [ 4 ] {643c1de8-218a-4d26-89a5-0cc57783f817} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.00198 sec., 61616.16161616162 rows/sec., 5.24 MiB/sec. | ||
| 15022 | 2024.12.21 08:27:27.359882 [ 4 ] {643c1de8-218a-4d26-89a5-0cc57783f817} <Debug> TCPHandler: Processed in 0.00232124 sec. | ||
| 15023 | 2024.12.21 08:27:27.360133 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15024 | 2024.12.21 08:27:27.360331 [ 258 ] {c76322f1-e6f6-4bd1-b0fc-1927af3f7ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15025 | 2024.12.21 08:27:27.360403 [ 258 ] {c76322f1-e6f6-4bd1-b0fc-1927af3f7ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15026 | 2024.12.21 08:27:27.361164 [ 258 ] {c76322f1-e6f6-4bd1-b0fc-1927af3f7ec7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15027 | 2024.12.21 08:27:27.361212 [ 258 ] {c76322f1-e6f6-4bd1-b0fc-1927af3f7ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15028 | 2024.12.21 08:27:27.361636 [ 258 ] {c76322f1-e6f6-4bd1-b0fc-1927af3f7ec7} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15029 | 2024.12.21 08:27:27.361959 [ 258 ] {c76322f1-e6f6-4bd1-b0fc-1927af3f7ec7} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15030 | 2024.12.21 08:27:27.362224 [ 258 ] {c76322f1-e6f6-4bd1-b0fc-1927af3f7ec7} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001944 sec., 16975.30864197531 rows/sec., 1.25 MiB/sec. | ||
| 15031 | 2024.12.21 08:27:27.362337 [ 258 ] {c76322f1-e6f6-4bd1-b0fc-1927af3f7ec7} <Debug> TCPHandler: Processed in 0.002329481 sec. | ||
| 15032 | 2024.12.21 08:27:27.362541 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15033 | 2024.12.21 08:27:27.362698 [ 4 ] {6b371a2c-a385-4ec1-9177-8fb3d3c2fc92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15034 | 2024.12.21 08:27:27.362758 [ 4 ] {6b371a2c-a385-4ec1-9177-8fb3d3c2fc92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15035 | 2024.12.21 08:27:27.363497 [ 4 ] {6b371a2c-a385-4ec1-9177-8fb3d3c2fc92} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15036 | 2024.12.21 08:27:27.363538 [ 4 ] {6b371a2c-a385-4ec1-9177-8fb3d3c2fc92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15037 | 2024.12.21 08:27:27.363927 [ 4 ] {6b371a2c-a385-4ec1-9177-8fb3d3c2fc92} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15038 | 2024.12.21 08:27:27.364169 [ 4 ] {6b371a2c-a385-4ec1-9177-8fb3d3c2fc92} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15039 | 2024.12.21 08:27:27.364388 [ 4 ] {6b371a2c-a385-4ec1-9177-8fb3d3c2fc92} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001722 sec., 56329.84901277584 rows/sec., 4.40 MiB/sec. | ||
| 15040 | 2024.12.21 08:27:27.364443 [ 4 ] {6b371a2c-a385-4ec1-9177-8fb3d3c2fc92} <Debug> TCPHandler: Processed in 0.001995367 sec. | ||
| 15041 | 2024.12.21 08:27:27.364606 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15042 | 2024.12.21 08:27:27.364752 [ 258 ] {9f6e5396-6a91-47b3-8e02-5894ddb577b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15043 | 2024.12.21 08:27:27.364819 [ 258 ] {9f6e5396-6a91-47b3-8e02-5894ddb577b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15044 | 2024.12.21 08:27:27.365516 [ 258 ] {9f6e5396-6a91-47b3-8e02-5894ddb577b2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15045 | 2024.12.21 08:27:27.365558 [ 258 ] {9f6e5396-6a91-47b3-8e02-5894ddb577b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15046 | 2024.12.21 08:27:27.365963 [ 258 ] {9f6e5396-6a91-47b3-8e02-5894ddb577b2} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15047 | 2024.12.21 08:27:27.366210 [ 258 ] {9f6e5396-6a91-47b3-8e02-5894ddb577b2} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15048 | 2024.12.21 08:27:27.366428 [ 258 ] {9f6e5396-6a91-47b3-8e02-5894ddb577b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec. | ||
| 15049 | 2024.12.21 08:27:27.366486 [ 258 ] {9f6e5396-6a91-47b3-8e02-5894ddb577b2} <Debug> TCPHandler: Processed in 0.001948537 sec. | ||
| 15050 | 2024.12.21 08:27:27.366649 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15051 | 2024.12.21 08:27:27.366790 [ 4 ] {d3b7cb71-c84c-474f-9212-51a37e360d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15052 | 2024.12.21 08:27:27.366889 [ 4 ] {d3b7cb71-c84c-474f-9212-51a37e360d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15053 | 2024.12.21 08:27:27.368202 [ 4 ] {d3b7cb71-c84c-474f-9212-51a37e360d7f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15054 | 2024.12.21 08:27:27.368243 [ 4 ] {d3b7cb71-c84c-474f-9212-51a37e360d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15055 | 2024.12.21 08:27:27.368904 [ 4 ] {d3b7cb71-c84c-474f-9212-51a37e360d7f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15056 | 2024.12.21 08:27:27.369163 [ 4 ] {d3b7cb71-c84c-474f-9212-51a37e360d7f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15057 | 2024.12.21 08:27:27.369372 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15058 | 2024.12.21 08:27:27.369446 [ 4 ] {d3b7cb71-c84c-474f-9212-51a37e360d7f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002685 sec., 12290.50279329609 rows/sec., 22.02 MiB/sec. | ||
| 15059 | 2024.12.21 08:27:27.369474 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15060 | 2024.12.21 08:27:27.369584 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15061 | 2024.12.21 08:27:27.369814 [ 4 ] {d3b7cb71-c84c-474f-9212-51a37e360d7f} <Debug> TCPHandler: Processed in 0.003231239 sec. | ||
| 15062 | 2024.12.21 08:27:27.370146 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15063 | 2024.12.21 08:27:27.370307 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 15064 | 2024.12.21 08:27:27.370407 [ 258 ] {23ca9c5a-916a-40d7-8b89-51f06c88925e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15065 | 2024.12.21 08:27:27.370628 [ 258 ] {23ca9c5a-916a-40d7-8b89-51f06c88925e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15066 | 2024.12.21 08:27:27.372088 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15067 | 2024.12.21 08:27:27.372434 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1951 rows starting from the beginning of the part | ||
| 15068 | 2024.12.21 08:27:27.373555 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 33 rows starting from the beginning of the part | ||
| 15069 | 2024.12.21 08:27:27.373694 [ 258 ] {23ca9c5a-916a-40d7-8b89-51f06c88925e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15070 | 2024.12.21 08:27:27.373815 [ 258 ] {23ca9c5a-916a-40d7-8b89-51f06c88925e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15071 | 2024.12.21 08:27:27.374644 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part | ||
| 15072 | 2024.12.21 08:27:27.375467 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 33 rows starting from the beginning of the part | ||
| 15073 | 2024.12.21 08:27:27.375682 [ 258 ] {23ca9c5a-916a-40d7-8b89-51f06c88925e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15074 | 2024.12.21 08:27:27.376118 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part | ||
| 15075 | 2024.12.21 08:27:27.376693 [ 258 ] {23ca9c5a-916a-40d7-8b89-51f06c88925e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2024.12.21 08:27:27.376737 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 33 rows starting from the beginning of the part | ||
| 15077 | 2024.12.21 08:27:27.377619 [ 258 ] {23ca9c5a-916a-40d7-8b89-51f06c88925e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007267 sec., 8256.501995321316 rows/sec., 569.78 KiB/sec. | ||
| 15078 | 2024.12.21 08:27:27.377821 [ 258 ] {23ca9c5a-916a-40d7-8b89-51f06c88925e} <Debug> TCPHandler: Processed in 0.007823679 sec. | ||
| 15079 | 2024.12.21 08:27:27.385418 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2066 rows, containing 19 columns (19 merged, 0 gathered) in 0.015608658 sec., 132362.43628375995 rows/sec., 237.19 MiB/sec. | ||
| 15080 | 2024.12.21 08:27:27.387246 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15081 | 2024.12.21 08:27:27.387673 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15082 | 2024.12.21 08:27:27.387756 [ 201 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15083 | 2024.12.21 08:27:27.387910 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.86 MiB. | ||
| 15084 | 2024.12.21 08:27:28.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.47 MiB, peak 285.29 MiB, free memory in arenas 0.00 B, will set to 268.61 MiB (RSS), difference: 1.14 MiB | ||
| 15085 | 2024.12.21 08:27:31.272822 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15086 | 2024.12.21 08:27:31.272929 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15087 | 2024.12.21 08:27:31.467239 [ 30 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 5 parts from all_1_49_10 to all_53_53_0 | ||
| 15088 | 2024.12.21 08:27:31.467314 [ 30 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15089 | 2024.12.21 08:27:31.467340 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15090 | 2024.12.21 08:27:31.467498 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_10 to all_53_53_0 into Compact with storage Full | ||
| 15091 | 2024.12.21 08:27:31.467899 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15092 | 2024.12.21 08:27:31.468014 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 244 rows starting from the beginning of the part | ||
| 15093 | 2024.12.21 08:27:31.468260 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 242 rows starting from the beginning of the part | ||
| 15094 | 2024.12.21 08:27:31.468466 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15095 | 2024.12.21 08:27:31.468699 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 15096 | 2024.12.21 08:27:31.468862 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 242 rows starting from the beginning of the part | ||
| 15097 | 2024.12.21 08:27:31.470114 [ 195 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.002705214 sec., 279460.3310495953 rows/sec., 20.00 MiB/sec. | ||
| 15098 | 2024.12.21 08:27:31.470336 [ 195 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Trace> MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) | ||
| 15099 | 2024.12.21 08:27:31.470713 [ 195 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15100 | 2024.12.21 08:27:31.470814 [ 195 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_53_11} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 5 parts: [all_1_49_10, all_53_53_0] -> all_1_53_11 | ||
| 15101 | 2024.12.21 08:27:31.470937 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 15102 | 2024.12.21 08:27:31.475447 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 15103 | 2024.12.21 08:27:31.476175 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15104 | 2024.12.21 08:27:31.476224 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15105 | 2024.12.21 08:27:31.476777 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15106 | 2024.12.21 08:27:31.477051 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15107 | 2024.12.21 08:27:31.477296 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 15108 | 2024.12.21 08:27:32.011632 [ 30 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 5 parts from all_1_49_10 to all_53_53_0 | ||
| 15109 | 2024.12.21 08:27:32.011703 [ 30 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15110 | 2024.12.21 08:27:32.011727 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15111 | 2024.12.21 08:27:32.011892 [ 194 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_10 to all_53_53_0 into Compact with storage Full | ||
| 15112 | 2024.12.21 08:27:32.012301 [ 194 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15113 | 2024.12.21 08:27:32.012399 [ 194 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 49 rows starting from the beginning of the part | ||
| 15114 | 2024.12.21 08:27:32.012512 [ 194 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 15115 | 2024.12.21 08:27:32.012735 [ 194 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 15116 | 2024.12.21 08:27:32.012901 [ 194 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 15117 | 2024.12.21 08:27:32.013113 [ 194 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 15118 | 2024.12.21 08:27:32.014276 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 53 rows, containing 4 columns (4 merged, 0 gathered) in 0.002484322 sec., 21333.788454153688 rows/sec., 1.40 MiB/sec. | ||
| 15119 | 2024.12.21 08:27:32.014468 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Trace> MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) | ||
| 15120 | 2024.12.21 08:27:32.014874 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15121 | 2024.12.21 08:27:32.015000 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_53_11} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 5 parts: [all_1_49_10, all_53_53_0] -> all_1_53_11 | ||
| 15122 | 2024.12.21 08:27:32.015193 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15123 | 2024.12.21 08:27:32.360472 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15124 | 2024.12.21 08:27:32.360683 [ 4 ] {45fd6e7e-9118-4cb8-902e-4d63df322f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15125 | 2024.12.21 08:27:32.360757 [ 4 ] {45fd6e7e-9118-4cb8-902e-4d63df322f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15126 | 2024.12.21 08:27:32.361538 [ 4 ] {45fd6e7e-9118-4cb8-902e-4d63df322f7d} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15127 | 2024.12.21 08:27:32.361593 [ 4 ] {45fd6e7e-9118-4cb8-902e-4d63df322f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15128 | 2024.12.21 08:27:32.362077 [ 4 ] {45fd6e7e-9118-4cb8-902e-4d63df322f7d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15129 | 2024.12.21 08:27:32.362338 [ 4 ] {45fd6e7e-9118-4cb8-902e-4d63df322f7d} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15130 | 2024.12.21 08:27:32.362606 [ 4 ] {45fd6e7e-9118-4cb8-902e-4d63df322f7d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec. | ||
| 15131 | 2024.12.21 08:27:32.362705 [ 4 ] {45fd6e7e-9118-4cb8-902e-4d63df322f7d} <Debug> TCPHandler: Processed in 0.002369831 sec. | ||
| 15132 | 2024.12.21 08:27:32.363026 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15133 | 2024.12.21 08:27:32.363223 [ 258 ] {8dd88b60-4994-4f6d-8c15-ec3b7bcca886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15134 | 2024.12.21 08:27:32.363299 [ 258 ] {8dd88b60-4994-4f6d-8c15-ec3b7bcca886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15135 | 2024.12.21 08:27:32.364146 [ 258 ] {8dd88b60-4994-4f6d-8c15-ec3b7bcca886} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15136 | 2024.12.21 08:27:32.364201 [ 258 ] {8dd88b60-4994-4f6d-8c15-ec3b7bcca886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15137 | 2024.12.21 08:27:32.364653 [ 258 ] {8dd88b60-4994-4f6d-8c15-ec3b7bcca886} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15138 | 2024.12.21 08:27:32.364907 [ 258 ] {8dd88b60-4994-4f6d-8c15-ec3b7bcca886} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15139 | 2024.12.21 08:27:32.365155 [ 258 ] {8dd88b60-4994-4f6d-8c15-ec3b7bcca886} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001986 sec., 110271.90332326284 rows/sec., 9.63 MiB/sec. | ||
| 15140 | 2024.12.21 08:27:32.365227 [ 258 ] {8dd88b60-4994-4f6d-8c15-ec3b7bcca886} <Debug> TCPHandler: Processed in 0.002361361 sec. | ||
| 15141 | 2024.12.21 08:27:32.365399 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15142 | 2024.12.21 08:27:32.365544 [ 4 ] {3bde9711-396e-4a93-be1b-71c891a850ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15143 | 2024.12.21 08:27:32.365606 [ 4 ] {3bde9711-396e-4a93-be1b-71c891a850ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15144 | 2024.12.21 08:27:32.366225 [ 4 ] {3bde9711-396e-4a93-be1b-71c891a850ee} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15145 | 2024.12.21 08:27:32.366267 [ 4 ] {3bde9711-396e-4a93-be1b-71c891a850ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15146 | 2024.12.21 08:27:32.366634 [ 4 ] {3bde9711-396e-4a93-be1b-71c891a850ee} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15147 | 2024.12.21 08:27:32.366883 [ 4 ] {3bde9711-396e-4a93-be1b-71c891a850ee} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15148 | 2024.12.21 08:27:32.367134 [ 4 ] {3bde9711-396e-4a93-be1b-71c891a850ee} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001623 sec., 9242.144177449167 rows/sec., 651.64 KiB/sec. | ||
| 15149 | 2024.12.21 08:27:32.367189 [ 4 ] {3bde9711-396e-4a93-be1b-71c891a850ee} <Debug> TCPHandler: Processed in 0.001861066 sec. | ||
| 15150 | 2024.12.21 08:27:32.367333 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15151 | 2024.12.21 08:27:32.367461 [ 258 ] {4fa720cc-6cbf-4544-830e-9035758e425b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15152 | 2024.12.21 08:27:32.367514 [ 258 ] {4fa720cc-6cbf-4544-830e-9035758e425b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15153 | 2024.12.21 08:27:32.368114 [ 258 ] {4fa720cc-6cbf-4544-830e-9035758e425b} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15154 | 2024.12.21 08:27:32.368157 [ 258 ] {4fa720cc-6cbf-4544-830e-9035758e425b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15155 | 2024.12.21 08:27:32.368518 [ 258 ] {4fa720cc-6cbf-4544-830e-9035758e425b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15156 | 2024.12.21 08:27:32.368758 [ 258 ] {4fa720cc-6cbf-4544-830e-9035758e425b} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15157 | 2024.12.21 08:27:32.368964 [ 258 ] {4fa720cc-6cbf-4544-830e-9035758e425b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
| 15158 | 2024.12.21 08:27:32.369023 [ 258 ] {4fa720cc-6cbf-4544-830e-9035758e425b} <Debug> TCPHandler: Processed in 0.001748505 sec. | ||
| 15159 | 2024.12.21 08:27:32.369169 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15160 | 2024.12.21 08:27:32.369309 [ 4 ] {745730cc-e21e-48bd-8739-d379172cf8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15161 | 2024.12.21 08:27:32.369366 [ 4 ] {745730cc-e21e-48bd-8739-d379172cf8b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15162 | 2024.12.21 08:27:32.369994 [ 4 ] {745730cc-e21e-48bd-8739-d379172cf8b3} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15163 | 2024.12.21 08:27:32.370035 [ 4 ] {745730cc-e21e-48bd-8739-d379172cf8b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15164 | 2024.12.21 08:27:32.370395 [ 4 ] {745730cc-e21e-48bd-8739-d379172cf8b3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15165 | 2024.12.21 08:27:32.370632 [ 4 ] {745730cc-e21e-48bd-8739-d379172cf8b3} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15166 | 2024.12.21 08:27:32.370847 [ 4 ] {745730cc-e21e-48bd-8739-d379172cf8b3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec. | ||
| 15167 | 2024.12.21 08:27:32.370902 [ 4 ] {745730cc-e21e-48bd-8739-d379172cf8b3} <Debug> TCPHandler: Processed in 0.001800826 sec. | ||
| 15168 | 2024.12.21 08:27:32.371092 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15169 | 2024.12.21 08:27:32.371233 [ 258 ] {0b054cd2-11b1-49ee-b605-4a8c8faeb680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15170 | 2024.12.21 08:27:32.371292 [ 258 ] {0b054cd2-11b1-49ee-b605-4a8c8faeb680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15171 | 2024.12.21 08:27:32.372074 [ 258 ] {0b054cd2-11b1-49ee-b605-4a8c8faeb680} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15172 | 2024.12.21 08:27:32.372116 [ 258 ] {0b054cd2-11b1-49ee-b605-4a8c8faeb680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15173 | 2024.12.21 08:27:32.372504 [ 258 ] {0b054cd2-11b1-49ee-b605-4a8c8faeb680} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15174 | 2024.12.21 08:27:32.372755 [ 258 ] {0b054cd2-11b1-49ee-b605-4a8c8faeb680} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15175 | 2024.12.21 08:27:32.372992 [ 258 ] {0b054cd2-11b1-49ee-b605-4a8c8faeb680} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001789 sec., 217998.8820570151 rows/sec., 15.46 MiB/sec. | ||
| 15176 | 2024.12.21 08:27:32.373048 [ 258 ] {0b054cd2-11b1-49ee-b605-4a8c8faeb680} <Debug> TCPHandler: Processed in 0.002021448 sec. | ||
| 15177 | 2024.12.21 08:27:32.373202 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15178 | 2024.12.21 08:27:32.373339 [ 4 ] {5832a968-7e1d-4780-94c3-c3d4cc43ad3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15179 | 2024.12.21 08:27:32.373399 [ 4 ] {5832a968-7e1d-4780-94c3-c3d4cc43ad3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15180 | 2024.12.21 08:27:32.373935 [ 4 ] {5832a968-7e1d-4780-94c3-c3d4cc43ad3a} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15181 | 2024.12.21 08:27:32.373974 [ 4 ] {5832a968-7e1d-4780-94c3-c3d4cc43ad3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15182 | 2024.12.21 08:27:32.374346 [ 4 ] {5832a968-7e1d-4780-94c3-c3d4cc43ad3a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15183 | 2024.12.21 08:27:32.374584 [ 4 ] {5832a968-7e1d-4780-94c3-c3d4cc43ad3a} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15184 | 2024.12.21 08:27:32.374802 [ 4 ] {5832a968-7e1d-4780-94c3-c3d4cc43ad3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 15185 | 2024.12.21 08:27:32.374856 [ 4 ] {5832a968-7e1d-4780-94c3-c3d4cc43ad3a} <Debug> TCPHandler: Processed in 0.001722096 sec. | ||
| 15186 | 2024.12.21 08:27:32.375002 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15187 | 2024.12.21 08:27:32.375145 [ 258 ] {76966c83-05f5-42b3-a7d6-071f4cc1b5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15188 | 2024.12.21 08:27:32.375208 [ 258 ] {76966c83-05f5-42b3-a7d6-071f4cc1b5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15189 | 2024.12.21 08:27:32.375857 [ 258 ] {76966c83-05f5-42b3-a7d6-071f4cc1b5fd} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15190 | 2024.12.21 08:27:32.375897 [ 258 ] {76966c83-05f5-42b3-a7d6-071f4cc1b5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15191 | 2024.12.21 08:27:32.376296 [ 258 ] {76966c83-05f5-42b3-a7d6-071f4cc1b5fd} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15192 | 2024.12.21 08:27:32.376530 [ 258 ] {76966c83-05f5-42b3-a7d6-071f4cc1b5fd} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15193 | 2024.12.21 08:27:32.376747 [ 258 ] {76966c83-05f5-42b3-a7d6-071f4cc1b5fd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001633 sec., 145131.65952235152 rows/sec., 9.73 MiB/sec. | ||
| 15194 | 2024.12.21 08:27:32.376804 [ 258 ] {76966c83-05f5-42b3-a7d6-071f4cc1b5fd} <Debug> TCPHandler: Processed in 0.001868707 sec. | ||
| 15195 | 2024.12.21 08:27:32.376951 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15196 | 2024.12.21 08:27:32.377089 [ 4 ] {954a6d25-909a-421a-a268-ee26c3a44e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15197 | 2024.12.21 08:27:32.377152 [ 4 ] {954a6d25-909a-421a-a268-ee26c3a44e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15198 | 2024.12.21 08:27:32.377703 [ 4 ] {954a6d25-909a-421a-a268-ee26c3a44e95} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15199 | 2024.12.21 08:27:32.377743 [ 4 ] {954a6d25-909a-421a-a268-ee26c3a44e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15200 | 2024.12.21 08:27:32.378100 [ 4 ] {954a6d25-909a-421a-a268-ee26c3a44e95} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15201 | 2024.12.21 08:27:32.378356 [ 4 ] {954a6d25-909a-421a-a268-ee26c3a44e95} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15202 | 2024.12.21 08:27:32.378568 [ 4 ] {954a6d25-909a-421a-a268-ee26c3a44e95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 15203 | 2024.12.21 08:27:32.378623 [ 4 ] {954a6d25-909a-421a-a268-ee26c3a44e95} <Debug> TCPHandler: Processed in 0.001739595 sec. | ||
| 15204 | 2024.12.21 08:27:32.378762 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15205 | 2024.12.21 08:27:32.378883 [ 258 ] {5361971a-732c-48b5-8765-81d3b9c3eb13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15206 | 2024.12.21 08:27:32.378970 [ 258 ] {5361971a-732c-48b5-8765-81d3b9c3eb13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15207 | 2024.12.21 08:27:32.380089 [ 258 ] {5361971a-732c-48b5-8765-81d3b9c3eb13} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15208 | 2024.12.21 08:27:32.380131 [ 258 ] {5361971a-732c-48b5-8765-81d3b9c3eb13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15209 | 2024.12.21 08:27:32.380738 [ 258 ] {5361971a-732c-48b5-8765-81d3b9c3eb13} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15210 | 2024.12.21 08:27:32.380993 [ 258 ] {5361971a-732c-48b5-8765-81d3b9c3eb13} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15211 | 2024.12.21 08:27:32.381247 [ 258 ] {5361971a-732c-48b5-8765-81d3b9c3eb13} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002388 sec., 3350.0837520938026 rows/sec., 6.00 MiB/sec. | ||
| 15212 | 2024.12.21 08:27:32.381284 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15213 | 2024.12.21 08:27:32.381328 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15214 | 2024.12.21 08:27:32.381424 [ 258 ] {5361971a-732c-48b5-8765-81d3b9c3eb13} <Debug> TCPHandler: Processed in 0.002720593 sec. | ||
| 15215 | 2024.12.21 08:27:32.381629 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15216 | 2024.12.21 08:27:32.381805 [ 4 ] {bc4e9435-15e5-45f3-9071-22a18df78caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15217 | 2024.12.21 08:27:32.381901 [ 4 ] {bc4e9435-15e5-45f3-9071-22a18df78caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15218 | 2024.12.21 08:27:32.383050 [ 4 ] {bc4e9435-15e5-45f3-9071-22a18df78caa} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15219 | 2024.12.21 08:27:32.383092 [ 4 ] {bc4e9435-15e5-45f3-9071-22a18df78caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15220 | 2024.12.21 08:27:32.383861 [ 4 ] {bc4e9435-15e5-45f3-9071-22a18df78caa} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15221 | 2024.12.21 08:27:32.384241 [ 4 ] {bc4e9435-15e5-45f3-9071-22a18df78caa} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15222 | 2024.12.21 08:27:32.384533 [ 26 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15223 | 2024.12.21 08:27:32.384688 [ 26 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15224 | 2024.12.21 08:27:32.384785 [ 4 ] {bc4e9435-15e5-45f3-9071-22a18df78caa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00298 sec., 27516.77852348993 rows/sec., 1.75 MiB/sec. | ||
| 15225 | 2024.12.21 08:27:32.384795 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15226 | 2024.12.21 08:27:32.384972 [ 4 ] {bc4e9435-15e5-45f3-9071-22a18df78caa} <Debug> TCPHandler: Processed in 0.003468871 sec. | ||
| 15227 | 2024.12.21 08:27:32.385287 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 15228 | 2024.12.21 08:27:32.385610 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15229 | 2024.12.21 08:27:32.385810 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15230 | 2024.12.21 08:27:32.385933 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6614 rows starting from the beginning of the part | ||
| 15231 | 2024.12.21 08:27:32.386399 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
| 15232 | 2024.12.21 08:27:32.386796 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 70 rows starting from the beginning of the part | ||
| 15233 | 2024.12.21 08:27:32.387309 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 12 rows starting from the beginning of the part | ||
| 15234 | 2024.12.21 08:27:32.387802 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 15235 | 2024.12.21 08:27:32.388180 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part | ||
| 15236 | 2024.12.21 08:27:32.391582 [ 193 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6898 rows, containing 4 columns (4 merged, 0 gathered) in 0.006610168 sec., 1043543.8252098889 rows/sec., 67.80 MiB/sec. | ||
| 15237 | 2024.12.21 08:27:32.392322 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15238 | 2024.12.21 08:27:32.392842 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15239 | 2024.12.21 08:27:32.392936 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_116_23} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15240 | 2024.12.21 08:27:32.393038 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 15241 | 2024.12.21 08:27:33.867105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 15242 | 2024.12.21 08:27:33.889045 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15243 | 2024.12.21 08:27:33.889094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 15244 | 2024.12.21 08:27:33.896303 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15245 | 2024.12.21 08:27:33.897091 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15246 | 2024.12.21 08:27:33.901045 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 15247 | 2024.12.21 08:27:36.665322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2124 | ||
| 15248 | 2024.12.21 08:27:36.668875 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15249 | 2024.12.21 08:27:36.668922 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15250 | 2024.12.21 08:27:36.670404 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15251 | 2024.12.21 08:27:36.670707 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15252 | 2024.12.21 08:27:36.671139 [ 221 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15253 | 2024.12.21 08:27:36.671279 [ 221 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15254 | 2024.12.21 08:27:36.671954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2124 | ||
| 15255 | 2024.12.21 08:27:36.673741 [ 221 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15256 | 2024.12.21 08:27:37.317337 [ 218 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15257 | 2024.12.21 08:27:37.317392 [ 218 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15258 | 2024.12.21 08:27:37.319299 [ 218 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15259 | 2024.12.21 08:27:37.358340 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15260 | 2024.12.21 08:27:37.358533 [ 4 ] {14d8736f-8eac-4fa9-8d58-a1bba8092bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15261 | 2024.12.21 08:27:37.358608 [ 4 ] {14d8736f-8eac-4fa9-8d58-a1bba8092bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15262 | 2024.12.21 08:27:37.359363 [ 4 ] {14d8736f-8eac-4fa9-8d58-a1bba8092bf6} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15263 | 2024.12.21 08:27:37.359407 [ 4 ] {14d8736f-8eac-4fa9-8d58-a1bba8092bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15264 | 2024.12.21 08:27:37.359832 [ 4 ] {14d8736f-8eac-4fa9-8d58-a1bba8092bf6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 15265 | 2024.12.21 08:27:37.360087 [ 4 ] {14d8736f-8eac-4fa9-8d58-a1bba8092bf6} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15266 | 2024.12.21 08:27:37.360282 [ 4 ] {14d8736f-8eac-4fa9-8d58-a1bba8092bf6} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001806 sec., 5537.098560354374 rows/sec., 451.51 KiB/sec. | ||
| 15267 | 2024.12.21 08:27:37.360346 [ 4 ] {14d8736f-8eac-4fa9-8d58-a1bba8092bf6} <Debug> TCPHandler: Processed in 0.002135878 sec. | ||
| 15268 | 2024.12.21 08:27:37.360615 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15269 | 2024.12.21 08:27:37.360838 [ 258 ] {7df7082a-d091-4a88-bef8-b5066eef3044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15270 | 2024.12.21 08:27:37.360916 [ 258 ] {7df7082a-d091-4a88-bef8-b5066eef3044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15271 | 2024.12.21 08:27:37.361770 [ 258 ] {7df7082a-d091-4a88-bef8-b5066eef3044} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15272 | 2024.12.21 08:27:37.361825 [ 258 ] {7df7082a-d091-4a88-bef8-b5066eef3044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15273 | 2024.12.21 08:27:37.362287 [ 258 ] {7df7082a-d091-4a88-bef8-b5066eef3044} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15274 | 2024.12.21 08:27:37.362548 [ 258 ] {7df7082a-d091-4a88-bef8-b5066eef3044} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15275 | 2024.12.21 08:27:37.362745 [ 85 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15276 | 2024.12.21 08:27:37.362801 [ 85 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15277 | 2024.12.21 08:27:37.362823 [ 258 ] {7df7082a-d091-4a88-bef8-b5066eef3044} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.002032 sec., 62500 rows/sec., 5.28 MiB/sec. | ||
| 15278 | 2024.12.21 08:27:37.362838 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15279 | 2024.12.21 08:27:37.363017 [ 258 ] {7df7082a-d091-4a88-bef8-b5066eef3044} <Debug> TCPHandler: Processed in 0.002542432 sec. | ||
| 15280 | 2024.12.21 08:27:37.363263 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15281 | 2024.12.21 08:27:37.363291 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15282 | 2024.12.21 08:27:37.363697 [ 4 ] {3bfcf4ac-173a-4947-8a97-7d466363ed00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15283 | 2024.12.21 08:27:37.363822 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15284 | 2024.12.21 08:27:37.363861 [ 4 ] {3bfcf4ac-173a-4947-8a97-7d466363ed00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15285 | 2024.12.21 08:27:37.364003 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1437 rows starting from the beginning of the part | ||
| 15286 | 2024.12.21 08:27:37.364560 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 1361 rows starting from the beginning of the part | ||
| 15287 | 2024.12.21 08:27:37.365080 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part | ||
| 15288 | 2024.12.21 08:27:37.365780 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 122 rows starting from the beginning of the part | ||
| 15289 | 2024.12.21 08:27:37.366351 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 219 rows starting from the beginning of the part | ||
| 15290 | 2024.12.21 08:27:37.366940 [ 198 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 127 rows starting from the beginning of the part | ||
| 15291 | 2024.12.21 08:27:37.368119 [ 4 ] {3bfcf4ac-173a-4947-8a97-7d466363ed00} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15292 | 2024.12.21 08:27:37.368190 [ 4 ] {3bfcf4ac-173a-4947-8a97-7d466363ed00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15293 | 2024.12.21 08:27:37.369212 [ 4 ] {3bfcf4ac-173a-4947-8a97-7d466363ed00} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15294 | 2024.12.21 08:27:37.369657 [ 4 ] {3bfcf4ac-173a-4947-8a97-7d466363ed00} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15295 | 2024.12.21 08:27:37.369834 [ 85 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15296 | 2024.12.21 08:27:37.369889 [ 85 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15297 | 2024.12.21 08:27:37.369903 [ 4 ] {3bfcf4ac-173a-4947-8a97-7d466363ed00} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.006351 sec., 6770.587309085184 rows/sec., 500.66 KiB/sec. | ||
| 15298 | 2024.12.21 08:27:37.369923 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15299 | 2024.12.21 08:27:37.370118 [ 4 ] {3bfcf4ac-173a-4947-8a97-7d466363ed00} <Debug> TCPHandler: Processed in 0.006950092 sec. | ||
| 15300 | 2024.12.21 08:27:37.370343 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 15301 | 2024.12.21 08:27:37.370448 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15302 | 2024.12.21 08:27:37.370901 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15303 | 2024.12.21 08:27:37.370992 [ 258 ] {46ae81a8-f1a6-461b-a93e-24a12a6ef408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15304 | 2024.12.21 08:27:37.371011 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 66 rows starting from the beginning of the part | ||
| 15305 | 2024.12.21 08:27:37.371024 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.008050101 sec., 412665.6299094881 rows/sec., 36.17 MiB/sec. | ||
| 15306 | 2024.12.21 08:27:37.371198 [ 258 ] {46ae81a8-f1a6-461b-a93e-24a12a6ef408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15307 | 2024.12.21 08:27:37.371340 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 33 rows starting from the beginning of the part | ||
| 15308 | 2024.12.21 08:27:37.371482 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15309 | 2024.12.21 08:27:37.371923 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 19 rows starting from the beginning of the part | ||
| 15310 | 2024.12.21 08:27:37.372462 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 33 rows starting from the beginning of the part | ||
| 15311 | 2024.12.21 08:27:37.372985 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 15 rows starting from the beginning of the part | ||
| 15312 | 2024.12.21 08:27:37.373401 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15313 | 2024.12.21 08:27:37.373651 [ 198 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 43 rows starting from the beginning of the part | ||
| 15314 | 2024.12.21 08:27:37.373784 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_121_24} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15315 | 2024.12.21 08:27:37.374227 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 15316 | 2024.12.21 08:27:37.375418 [ 258 ] {46ae81a8-f1a6-461b-a93e-24a12a6ef408} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15317 | 2024.12.21 08:27:37.375507 [ 258 ] {46ae81a8-f1a6-461b-a93e-24a12a6ef408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15318 | 2024.12.21 08:27:37.376662 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.006632518 sec., 31511.410900053346 rows/sec., 2.38 MiB/sec. | ||
| 15319 | 2024.12.21 08:27:37.376690 [ 258 ] {46ae81a8-f1a6-461b-a93e-24a12a6ef408} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15320 | 2024.12.21 08:27:37.376848 [ 186 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15321 | 2024.12.21 08:27:37.377205 [ 258 ] {46ae81a8-f1a6-461b-a93e-24a12a6ef408} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15322 | 2024.12.21 08:27:37.377342 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15323 | 2024.12.21 08:27:37.377599 [ 85 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15324 | 2024.12.21 08:27:37.377707 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_106_21} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15325 | 2024.12.21 08:27:37.377726 [ 85 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15326 | 2024.12.21 08:27:37.377771 [ 258 ] {46ae81a8-f1a6-461b-a93e-24a12a6ef408} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.006966 sec., 15360.32156187195 rows/sec., 1.20 MiB/sec. | ||
| 15327 | 2024.12.21 08:27:37.377879 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15328 | 2024.12.21 08:27:37.377953 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15329 | 2024.12.21 08:27:37.378062 [ 258 ] {46ae81a8-f1a6-461b-a93e-24a12a6ef408} <Debug> TCPHandler: Processed in 0.007792439 sec. | ||
| 15330 | 2024.12.21 08:27:37.378289 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15331 | 2024.12.21 08:27:37.378347 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15332 | 2024.12.21 08:27:37.378429 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15333 | 2024.12.21 08:27:37.378503 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part | ||
| 15334 | 2024.12.21 08:27:37.378589 [ 4 ] {d67c4f0c-8752-4292-b47f-b9f71b02d183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15335 | 2024.12.21 08:27:37.378772 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 850 rows starting from the beginning of the part | ||
| 15336 | 2024.12.21 08:27:37.378877 [ 4 ] {d67c4f0c-8752-4292-b47f-b9f71b02d183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15337 | 2024.12.21 08:27:37.379133 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part | ||
| 15338 | 2024.12.21 08:27:37.379452 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 97 rows starting from the beginning of the part | ||
| 15339 | 2024.12.21 08:27:37.379846 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 390 rows starting from the beginning of the part | ||
| 15340 | 2024.12.21 08:27:37.380167 [ 186 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 107 rows starting from the beginning of the part | ||
| 15341 | 2024.12.21 08:27:37.381710 [ 4 ] {d67c4f0c-8752-4292-b47f-b9f71b02d183} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15342 | 2024.12.21 08:27:37.381779 [ 4 ] {d67c4f0c-8752-4292-b47f-b9f71b02d183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15343 | 2024.12.21 08:27:37.382745 [ 4 ] {d67c4f0c-8752-4292-b47f-b9f71b02d183} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15344 | 2024.12.21 08:27:37.383271 [ 4 ] {d67c4f0c-8752-4292-b47f-b9f71b02d183} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15345 | 2024.12.21 08:27:37.383368 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005240447 sec., 462365.13793575246 rows/sec., 35.47 MiB/sec. | ||
| 15346 | 2024.12.21 08:27:37.383583 [ 4 ] {d67c4f0c-8752-4292-b47f-b9f71b02d183} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.005084 sec., 32454.760031471284 rows/sec., 2.26 MiB/sec. | ||
| 15347 | 2024.12.21 08:27:37.383703 [ 4 ] {d67c4f0c-8752-4292-b47f-b9f71b02d183} <Debug> TCPHandler: Processed in 0.005517678 sec. | ||
| 15348 | 2024.12.21 08:27:37.383881 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15349 | 2024.12.21 08:27:37.383947 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15350 | 2024.12.21 08:27:37.384183 [ 258 ] {65d02b2a-45a5-49f9-8727-2877050580fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15351 | 2024.12.21 08:27:37.384366 [ 258 ] {65d02b2a-45a5-49f9-8727-2877050580fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15352 | 2024.12.21 08:27:37.384472 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15353 | 2024.12.21 08:27:37.384757 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_121_24} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15354 | 2024.12.21 08:27:37.384960 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15355 | 2024.12.21 08:27:37.386068 [ 258 ] {65d02b2a-45a5-49f9-8727-2877050580fc} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15356 | 2024.12.21 08:27:37.386114 [ 258 ] {65d02b2a-45a5-49f9-8727-2877050580fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15357 | 2024.12.21 08:27:37.386820 [ 258 ] {65d02b2a-45a5-49f9-8727-2877050580fc} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15358 | 2024.12.21 08:27:37.387092 [ 258 ] {65d02b2a-45a5-49f9-8727-2877050580fc} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15359 | 2024.12.21 08:27:37.387342 [ 258 ] {65d02b2a-45a5-49f9-8727-2877050580fc} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003231 sec., 10213.55617455896 rows/sec., 18.30 MiB/sec. | ||
| 15360 | 2024.12.21 08:27:37.387456 [ 258 ] {65d02b2a-45a5-49f9-8727-2877050580fc} <Debug> TCPHandler: Processed in 0.003597052 sec. | ||
| 15361 | 2024.12.21 08:27:37.387606 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15362 | 2024.12.21 08:27:37.387748 [ 4 ] {9c47897a-1559-4c4c-84cd-83dcc3fc55a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15363 | 2024.12.21 08:27:37.387808 [ 4 ] {9c47897a-1559-4c4c-84cd-83dcc3fc55a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15364 | 2024.12.21 08:27:37.388385 [ 4 ] {9c47897a-1559-4c4c-84cd-83dcc3fc55a8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15365 | 2024.12.21 08:27:37.388431 [ 4 ] {9c47897a-1559-4c4c-84cd-83dcc3fc55a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15366 | 2024.12.21 08:27:37.388863 [ 4 ] {9c47897a-1559-4c4c-84cd-83dcc3fc55a8} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15367 | 2024.12.21 08:27:37.389100 [ 4 ] {9c47897a-1559-4c4c-84cd-83dcc3fc55a8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15368 | 2024.12.21 08:27:37.389286 [ 4 ] {9c47897a-1559-4c4c-84cd-83dcc3fc55a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec. | ||
| 15369 | 2024.12.21 08:27:37.389339 [ 4 ] {9c47897a-1559-4c4c-84cd-83dcc3fc55a8} <Debug> TCPHandler: Processed in 0.001799056 sec. | ||
| 15370 | 2024.12.21 08:27:38.200898 [ 218 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15371 | 2024.12.21 08:27:38.200960 [ 218 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15372 | 2024.12.21 08:27:38.203362 [ 218 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15373 | 2024.12.21 08:27:38.445731 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15374 | 2024.12.21 08:27:38.445807 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15375 | 2024.12.21 08:27:38.448481 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15376 | 2024.12.21 08:27:38.977551 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 15377 | 2024.12.21 08:27:38.978219 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15378 | 2024.12.21 08:27:38.978263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15379 | 2024.12.21 08:27:38.978781 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15380 | 2024.12.21 08:27:38.979043 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15381 | 2024.12.21 08:27:38.979321 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 15382 | 2024.12.21 08:27:40.336322 [ 219 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15383 | 2024.12.21 08:27:40.336388 [ 219 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15384 | 2024.12.21 08:27:40.338321 [ 219 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15385 | 2024.12.21 08:27:41.000255 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.61 MiB, peak 285.29 MiB, free memory in arenas 0.00 B, will set to 268.61 MiB (RSS), difference: 4.00 MiB | ||
| 15386 | 2024.12.21 08:27:41.401264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 15387 | 2024.12.21 08:27:41.423540 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15388 | 2024.12.21 08:27:41.423609 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15389 | 2024.12.21 08:27:41.431134 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15390 | 2024.12.21 08:27:41.431940 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15391 | 2024.12.21 08:27:41.435919 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 15392 | 2024.12.21 08:27:42.041526 [ 225 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15393 | 2024.12.21 08:27:42.041580 [ 225 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15394 | 2024.12.21 08:27:42.043122 [ 225 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15395 | 2024.12.21 08:27:42.091995 [ 223 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15396 | 2024.12.21 08:27:42.092051 [ 223 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15397 | 2024.12.21 08:27:42.093908 [ 223 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15398 | 2024.12.21 08:27:42.291759 [ 222 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15399 | 2024.12.21 08:27:42.291824 [ 222 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15400 | 2024.12.21 08:27:42.294034 [ 222 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15401 | 2024.12.21 08:27:42.355790 [ 223 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15402 | 2024.12.21 08:27:42.355837 [ 223 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15403 | 2024.12.21 08:27:42.357780 [ 223 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15404 | 2024.12.21 08:27:42.360549 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15405 | 2024.12.21 08:27:42.360845 [ 4 ] {e2b085dd-9b69-4117-a7ad-aa78c4af6c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15406 | 2024.12.21 08:27:42.360960 [ 4 ] {e2b085dd-9b69-4117-a7ad-aa78c4af6c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15407 | 2024.12.21 08:27:42.361765 [ 4 ] {e2b085dd-9b69-4117-a7ad-aa78c4af6c38} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15408 | 2024.12.21 08:27:42.361810 [ 4 ] {e2b085dd-9b69-4117-a7ad-aa78c4af6c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15409 | 2024.12.21 08:27:42.362265 [ 4 ] {e2b085dd-9b69-4117-a7ad-aa78c4af6c38} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15410 | 2024.12.21 08:27:42.362515 [ 4 ] {e2b085dd-9b69-4117-a7ad-aa78c4af6c38} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15411 | 2024.12.21 08:27:42.362685 [ 99 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15412 | 2024.12.21 08:27:42.362742 [ 99 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15413 | 2024.12.21 08:27:42.362753 [ 4 ] {e2b085dd-9b69-4117-a7ad-aa78c4af6c38} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002028 sec., 6903.353057199211 rows/sec., 496.95 KiB/sec. | ||
| 15414 | 2024.12.21 08:27:42.362774 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15415 | 2024.12.21 08:27:42.362915 [ 4 ] {e2b085dd-9b69-4117-a7ad-aa78c4af6c38} <Debug> TCPHandler: Processed in 0.002604103 sec. | ||
| 15416 | 2024.12.21 08:27:42.362993 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15417 | 2024.12.21 08:27:42.363215 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15418 | 2024.12.21 08:27:42.363226 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15419 | 2024.12.21 08:27:42.363263 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 15420 | 2024.12.21 08:27:42.363442 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15421 | 2024.12.21 08:27:42.363512 [ 258 ] {84382ad5-3e5f-4b76-9335-db47282ea163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15422 | 2024.12.21 08:27:42.363740 [ 258 ] {84382ad5-3e5f-4b76-9335-db47282ea163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15423 | 2024.12.21 08:27:42.363875 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15424 | 2024.12.21 08:27:42.364256 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 15425 | 2024.12.21 08:27:42.364579 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 15426 | 2024.12.21 08:27:42.365990 [ 258 ] {84382ad5-3e5f-4b76-9335-db47282ea163} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15427 | 2024.12.21 08:27:42.366045 [ 258 ] {84382ad5-3e5f-4b76-9335-db47282ea163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15428 | 2024.12.21 08:27:42.366349 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00340403 sec., 20563.861070554605 rows/sec., 1.52 MiB/sec. | ||
| 15429 | 2024.12.21 08:27:42.366498 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15430 | 2024.12.21 08:27:42.366628 [ 258 ] {84382ad5-3e5f-4b76-9335-db47282ea163} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15431 | 2024.12.21 08:27:42.366815 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15432 | 2024.12.21 08:27:42.366916 [ 258 ] {84382ad5-3e5f-4b76-9335-db47282ea163} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15433 | 2024.12.21 08:27:42.366917 [ 199 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_53_13} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15434 | 2024.12.21 08:27:42.367017 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15435 | 2024.12.21 08:27:42.367141 [ 258 ] {84382ad5-3e5f-4b76-9335-db47282ea163} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.003776 sec., 57997.88135593221 rows/sec., 5.06 MiB/sec. | ||
| 15436 | 2024.12.21 08:27:42.367196 [ 258 ] {84382ad5-3e5f-4b76-9335-db47282ea163} <Debug> TCPHandler: Processed in 0.004100316 sec. | ||
| 15437 | 2024.12.21 08:27:42.367341 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15438 | 2024.12.21 08:27:42.367466 [ 4 ] {00446373-c965-492c-bb22-54e3baf795b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15439 | 2024.12.21 08:27:42.367519 [ 4 ] {00446373-c965-492c-bb22-54e3baf795b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15440 | 2024.12.21 08:27:42.368140 [ 4 ] {00446373-c965-492c-bb22-54e3baf795b8} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15441 | 2024.12.21 08:27:42.368181 [ 4 ] {00446373-c965-492c-bb22-54e3baf795b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15442 | 2024.12.21 08:27:42.368560 [ 4 ] {00446373-c965-492c-bb22-54e3baf795b8} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15443 | 2024.12.21 08:27:42.368797 [ 4 ] {00446373-c965-492c-bb22-54e3baf795b8} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15444 | 2024.12.21 08:27:42.369006 [ 4 ] {00446373-c965-492c-bb22-54e3baf795b8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001568 sec., 9566.326530612245 rows/sec., 674.50 KiB/sec. | ||
| 15445 | 2024.12.21 08:27:42.369063 [ 4 ] {00446373-c965-492c-bb22-54e3baf795b8} <Debug> TCPHandler: Processed in 0.001780605 sec. | ||
| 15446 | 2024.12.21 08:27:42.369235 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15447 | 2024.12.21 08:27:42.369377 [ 258 ] {72fcf9ee-4dd2-44b5-a972-3a63cb42d020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15448 | 2024.12.21 08:27:42.369433 [ 258 ] {72fcf9ee-4dd2-44b5-a972-3a63cb42d020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15449 | 2024.12.21 08:27:42.370093 [ 258 ] {72fcf9ee-4dd2-44b5-a972-3a63cb42d020} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15450 | 2024.12.21 08:27:42.370131 [ 258 ] {72fcf9ee-4dd2-44b5-a972-3a63cb42d020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15451 | 2024.12.21 08:27:42.370490 [ 258 ] {72fcf9ee-4dd2-44b5-a972-3a63cb42d020} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15452 | 2024.12.21 08:27:42.370719 [ 258 ] {72fcf9ee-4dd2-44b5-a972-3a63cb42d020} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15453 | 2024.12.21 08:27:42.370916 [ 258 ] {72fcf9ee-4dd2-44b5-a972-3a63cb42d020} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 626.50 KiB/sec. | ||
| 15454 | 2024.12.21 08:27:42.370932 [ 222 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15455 | 2024.12.21 08:27:42.371003 [ 222 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15456 | 2024.12.21 08:27:42.371016 [ 258 ] {72fcf9ee-4dd2-44b5-a972-3a63cb42d020} <Debug> TCPHandler: Processed in 0.001844906 sec. | ||
| 15457 | 2024.12.21 08:27:42.371228 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15458 | 2024.12.21 08:27:42.371403 [ 4 ] {3e36932c-48a7-48e3-a262-222e4c15bbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15459 | 2024.12.21 08:27:42.371492 [ 4 ] {3e36932c-48a7-48e3-a262-222e4c15bbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15460 | 2024.12.21 08:27:42.372829 [ 4 ] {3e36932c-48a7-48e3-a262-222e4c15bbf1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15461 | 2024.12.21 08:27:42.372886 [ 4 ] {3e36932c-48a7-48e3-a262-222e4c15bbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15462 | 2024.12.21 08:27:42.373461 [ 4 ] {3e36932c-48a7-48e3-a262-222e4c15bbf1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15463 | 2024.12.21 08:27:42.373894 [ 4 ] {3e36932c-48a7-48e3-a262-222e4c15bbf1} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15464 | 2024.12.21 08:27:42.374186 [ 99 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15465 | 2024.12.21 08:27:42.374290 [ 99 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15466 | 2024.12.21 08:27:42.374358 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15467 | 2024.12.21 08:27:42.374539 [ 4 ] {3e36932c-48a7-48e3-a262-222e4c15bbf1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003126 sec., 4158.669225847729 rows/sec., 259.29 KiB/sec. | ||
| 15468 | 2024.12.21 08:27:42.374604 [ 221 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15469 | 2024.12.21 08:27:42.374717 [ 221 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15470 | 2024.12.21 08:27:42.374826 [ 196 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15471 | 2024.12.21 08:27:42.375058 [ 4 ] {3e36932c-48a7-48e3-a262-222e4c15bbf1} <Debug> TCPHandler: Processed in 0.003928925 sec. | ||
| 15472 | 2024.12.21 08:27:42.375137 [ 222 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15473 | 2024.12.21 08:27:42.375426 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15474 | 2024.12.21 08:27:42.375529 [ 196 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15475 | 2024.12.21 08:27:42.375692 [ 196 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 15476 | 2024.12.21 08:27:42.375985 [ 258 ] {ccebdc59-c0ba-4d91-819d-b70b536e5d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15477 | 2024.12.21 08:27:42.376285 [ 196 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 15478 | 2024.12.21 08:27:42.376306 [ 258 ] {ccebdc59-c0ba-4d91-819d-b70b536e5d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15479 | 2024.12.21 08:27:42.376748 [ 196 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 15480 | 2024.12.21 08:27:42.377160 [ 196 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 15481 | 2024.12.21 08:27:42.377600 [ 196 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 15482 | 2024.12.21 08:27:42.380882 [ 258 ] {ccebdc59-c0ba-4d91-819d-b70b536e5d69} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15483 | 2024.12.21 08:27:42.380976 [ 258 ] {ccebdc59-c0ba-4d91-819d-b70b536e5d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15484 | 2024.12.21 08:27:42.382090 [ 196 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007644407 sec., 8502.948626361731 rows/sec., 563.37 KiB/sec. | ||
| 15485 | 2024.12.21 08:27:42.382344 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15486 | 2024.12.21 08:27:42.382478 [ 258 ] {ccebdc59-c0ba-4d91-819d-b70b536e5d69} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15487 | 2024.12.21 08:27:42.383021 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15488 | 2024.12.21 08:27:42.383050 [ 258 ] {ccebdc59-c0ba-4d91-819d-b70b536e5d69} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15489 | 2024.12.21 08:27:42.383165 [ 187 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_53_13} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15490 | 2024.12.21 08:27:42.383458 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 15491 | 2024.12.21 08:27:42.383575 [ 258 ] {ccebdc59-c0ba-4d91-819d-b70b536e5d69} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.007831 sec., 49802.068701315286 rows/sec., 3.53 MiB/sec. | ||
| 15492 | 2024.12.21 08:27:42.383726 [ 258 ] {ccebdc59-c0ba-4d91-819d-b70b536e5d69} <Debug> TCPHandler: Processed in 0.008518275 sec. | ||
| 15493 | 2024.12.21 08:27:42.383921 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15494 | 2024.12.21 08:27:42.384077 [ 4 ] {2b78fd0c-9dd0-4cc6-bde8-c62c8dc57e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15495 | 2024.12.21 08:27:42.384100 [ 221 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15496 | 2024.12.21 08:27:42.384176 [ 4 ] {2b78fd0c-9dd0-4cc6-bde8-c62c8dc57e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15497 | 2024.12.21 08:27:42.385083 [ 4 ] {2b78fd0c-9dd0-4cc6-bde8-c62c8dc57e22} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15498 | 2024.12.21 08:27:42.385124 [ 4 ] {2b78fd0c-9dd0-4cc6-bde8-c62c8dc57e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15499 | 2024.12.21 08:27:42.385508 [ 4 ] {2b78fd0c-9dd0-4cc6-bde8-c62c8dc57e22} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15500 | 2024.12.21 08:27:42.385741 [ 4 ] {2b78fd0c-9dd0-4cc6-bde8-c62c8dc57e22} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15501 | 2024.12.21 08:27:42.385938 [ 4 ] {2b78fd0c-9dd0-4cc6-bde8-c62c8dc57e22} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001899 sec., 3159.55766192733 rows/sec., 165.07 KiB/sec. | ||
| 15502 | 2024.12.21 08:27:42.385991 [ 4 ] {2b78fd0c-9dd0-4cc6-bde8-c62c8dc57e22} <Debug> TCPHandler: Processed in 0.002143249 sec. | ||
| 15503 | 2024.12.21 08:27:42.386137 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15504 | 2024.12.21 08:27:42.386259 [ 258 ] {bfde2b7c-b64d-40e1-9055-e97408885c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15505 | 2024.12.21 08:27:42.386311 [ 258 ] {bfde2b7c-b64d-40e1-9055-e97408885c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15506 | 2024.12.21 08:27:42.386894 [ 258 ] {bfde2b7c-b64d-40e1-9055-e97408885c1d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15507 | 2024.12.21 08:27:42.386932 [ 258 ] {bfde2b7c-b64d-40e1-9055-e97408885c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15508 | 2024.12.21 08:27:42.387328 [ 258 ] {bfde2b7c-b64d-40e1-9055-e97408885c1d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15509 | 2024.12.21 08:27:42.387560 [ 258 ] {bfde2b7c-b64d-40e1-9055-e97408885c1d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15510 | 2024.12.21 08:27:42.387692 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_113_23 to all_118_118_0 | ||
| 15511 | 2024.12.21 08:27:42.387729 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15512 | 2024.12.21 08:27:42.387739 [ 258 ] {bfde2b7c-b64d-40e1-9055-e97408885c1d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001506 sec., 157370.51792828686 rows/sec., 10.55 MiB/sec. | ||
| 15513 | 2024.12.21 08:27:42.387751 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15514 | 2024.12.21 08:27:42.387897 [ 258 ] {bfde2b7c-b64d-40e1-9055-e97408885c1d} <Debug> TCPHandler: Processed in 0.001807546 sec. | ||
| 15515 | 2024.12.21 08:27:42.388113 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_113_23 to all_118_118_0 into Compact with storage Full | ||
| 15516 | 2024.12.21 08:27:42.388151 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15517 | 2024.12.21 08:27:42.388574 [ 4 ] {e8c42bd6-f5f7-4dd0-90fa-a2171b95f8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15518 | 2024.12.21 08:27:42.388749 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15519 | 2024.12.21 08:27:42.388816 [ 4 ] {e8c42bd6-f5f7-4dd0-90fa-a2171b95f8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15520 | 2024.12.21 08:27:42.388921 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_113_23, total 32599 rows starting from the beginning of the part | ||
| 15521 | 2024.12.21 08:27:42.389530 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 32 rows starting from the beginning of the part | ||
| 15522 | 2024.12.21 08:27:42.390085 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part | ||
| 15523 | 2024.12.21 08:27:42.390643 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 237 rows starting from the beginning of the part | ||
| 15524 | 2024.12.21 08:27:42.391348 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 165 rows starting from the beginning of the part | ||
| 15525 | 2024.12.21 08:27:42.391919 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 15526 | 2024.12.21 08:27:42.392625 [ 4 ] {e8c42bd6-f5f7-4dd0-90fa-a2171b95f8c3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15527 | 2024.12.21 08:27:42.392669 [ 4 ] {e8c42bd6-f5f7-4dd0-90fa-a2171b95f8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15528 | 2024.12.21 08:27:42.393174 [ 4 ] {e8c42bd6-f5f7-4dd0-90fa-a2171b95f8c3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15529 | 2024.12.21 08:27:42.393447 [ 4 ] {e8c42bd6-f5f7-4dd0-90fa-a2171b95f8c3} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15530 | 2024.12.21 08:27:42.393742 [ 4 ] {e8c42bd6-f5f7-4dd0-90fa-a2171b95f8c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005322 sec., 187.89928598271325 rows/sec., 12.66 KiB/sec. | ||
| 15531 | 2024.12.21 08:27:42.393840 [ 4 ] {e8c42bd6-f5f7-4dd0-90fa-a2171b95f8c3} <Debug> TCPHandler: Processed in 0.005840481 sec. | ||
| 15532 | 2024.12.21 08:27:42.394052 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15533 | 2024.12.21 08:27:42.394338 [ 258 ] {b88b132a-fb30-4468-a53a-bae9872a4f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15534 | 2024.12.21 08:27:42.394498 [ 258 ] {b88b132a-fb30-4468-a53a-bae9872a4f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15535 | 2024.12.21 08:27:42.396142 [ 258 ] {b88b132a-fb30-4468-a53a-bae9872a4f4b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15536 | 2024.12.21 08:27:42.396182 [ 258 ] {b88b132a-fb30-4468-a53a-bae9872a4f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15537 | 2024.12.21 08:27:42.396965 [ 258 ] {b88b132a-fb30-4468-a53a-bae9872a4f4b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15538 | 2024.12.21 08:27:42.397348 [ 258 ] {b88b132a-fb30-4468-a53a-bae9872a4f4b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15539 | 2024.12.21 08:27:42.397707 [ 258 ] {b88b132a-fb30-4468-a53a-bae9872a4f4b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003474 sec., 2302.8209556706965 rows/sec., 4.13 MiB/sec. | ||
| 15540 | 2024.12.21 08:27:42.397868 [ 258 ] {b88b132a-fb30-4468-a53a-bae9872a4f4b} <Debug> TCPHandler: Processed in 0.003929375 sec. | ||
| 15541 | 2024.12.21 08:27:42.398229 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15542 | 2024.12.21 08:27:42.398620 [ 4 ] {1b8b0146-1575-4d23-b1fa-1516e373b836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15543 | 2024.12.21 08:27:42.398684 [ 4 ] {1b8b0146-1575-4d23-b1fa-1516e373b836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15544 | 2024.12.21 08:27:42.399541 [ 4 ] {1b8b0146-1575-4d23-b1fa-1516e373b836} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15545 | 2024.12.21 08:27:42.399594 [ 4 ] {1b8b0146-1575-4d23-b1fa-1516e373b836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15546 | 2024.12.21 08:27:42.400121 [ 4 ] {1b8b0146-1575-4d23-b1fa-1516e373b836} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15547 | 2024.12.21 08:27:42.400366 [ 4 ] {1b8b0146-1575-4d23-b1fa-1516e373b836} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15548 | 2024.12.21 08:27:42.400723 [ 4 ] {1b8b0146-1575-4d23-b1fa-1516e373b836} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002173 sec., 37735.84905660377 rows/sec., 2.40 MiB/sec. | ||
| 15549 | 2024.12.21 08:27:42.400803 [ 4 ] {1b8b0146-1575-4d23-b1fa-1516e373b836} <Debug> TCPHandler: Processed in 0.002826034 sec. | ||
| 15550 | 2024.12.21 08:27:42.401205 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33430 rows, containing 5 columns (5 merged, 0 gathered) in 0.013361848 sec., 2501899.4378621876 rows/sec., 168.84 MiB/sec. | ||
| 15551 | 2024.12.21 08:27:42.401438 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Trace> MergedBlockOutputStream: filled checksums all_1_118_24 (state Temporary) | ||
| 15552 | 2024.12.21 08:27:42.401730 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_118_24 to all_1_118_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15553 | 2024.12.21 08:27:42.401805 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_113_23, all_118_118_0] -> all_1_118_24 | ||
| 15554 | 2024.12.21 08:27:42.401889 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 15555 | 2024.12.21 08:27:43.265128 [ 224 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15556 | 2024.12.21 08:27:43.265180 [ 224 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15557 | 2024.12.21 08:27:43.267219 [ 224 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15558 | 2024.12.21 08:27:46.272980 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15559 | 2024.12.21 08:27:46.273048 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15560 | 2024.12.21 08:27:46.479586 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 15561 | 2024.12.21 08:27:46.480617 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15562 | 2024.12.21 08:27:46.480658 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15563 | 2024.12.21 08:27:46.481192 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15564 | 2024.12.21 08:27:46.481448 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15565 | 2024.12.21 08:27:46.481609 [ 87 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15566 | 2024.12.21 08:27:46.481666 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 15567 | 2024.12.21 08:27:46.481669 [ 87 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15568 | 2024.12.21 08:27:46.481707 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15569 | 2024.12.21 08:27:46.481949 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 15570 | 2024.12.21 08:27:46.482332 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15571 | 2024.12.21 08:27:46.482389 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 15572 | 2024.12.21 08:27:46.482472 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 15573 | 2024.12.21 08:27:46.482715 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 15574 | 2024.12.21 08:27:46.482911 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 15575 | 2024.12.21 08:27:46.483111 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 15576 | 2024.12.21 08:27:46.483257 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 15577 | 2024.12.21 08:27:46.486139 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004330948 sec., 8042350.081321687 rows/sec., 115.05 MiB/sec. | ||
| 15578 | 2024.12.21 08:27:46.486671 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15579 | 2024.12.21 08:27:46.487252 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15580 | 2024.12.21 08:27:46.487346 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_76_15} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15581 | 2024.12.21 08:27:46.487468 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 15582 | 2024.12.21 08:27:46.672351 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2160 | ||
| 15583 | 2024.12.21 08:27:46.675751 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15584 | 2024.12.21 08:27:46.675814 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15585 | 2024.12.21 08:27:46.677390 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15586 | 2024.12.21 08:27:46.677723 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15587 | 2024.12.21 08:27:46.678409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2160 | ||
| 15588 | 2024.12.21 08:27:47.358323 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15589 | 2024.12.21 08:27:47.358682 [ 4 ] {80d7ba60-2b43-489f-bb5b-c590f52906eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15590 | 2024.12.21 08:27:47.358817 [ 4 ] {80d7ba60-2b43-489f-bb5b-c590f52906eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15591 | 2024.12.21 08:27:47.359839 [ 4 ] {80d7ba60-2b43-489f-bb5b-c590f52906eb} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15592 | 2024.12.21 08:27:47.359881 [ 4 ] {80d7ba60-2b43-489f-bb5b-c590f52906eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15593 | 2024.12.21 08:27:47.360323 [ 4 ] {80d7ba60-2b43-489f-bb5b-c590f52906eb} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15594 | 2024.12.21 08:27:47.360575 [ 4 ] {80d7ba60-2b43-489f-bb5b-c590f52906eb} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15595 | 2024.12.21 08:27:47.360765 [ 4 ] {80d7ba60-2b43-489f-bb5b-c590f52906eb} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002164 sec., 56377.07948243992 rows/sec., 4.79 MiB/sec. | ||
| 15596 | 2024.12.21 08:27:47.360824 [ 4 ] {80d7ba60-2b43-489f-bb5b-c590f52906eb} <Debug> TCPHandler: Processed in 0.002679293 sec. | ||
| 15597 | 2024.12.21 08:27:47.361077 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15598 | 2024.12.21 08:27:47.361275 [ 258 ] {2fbe9b6b-3195-4e5f-9048-8c8ae30eb180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15599 | 2024.12.21 08:27:47.361349 [ 258 ] {2fbe9b6b-3195-4e5f-9048-8c8ae30eb180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15600 | 2024.12.21 08:27:47.362122 [ 258 ] {2fbe9b6b-3195-4e5f-9048-8c8ae30eb180} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15601 | 2024.12.21 08:27:47.362171 [ 258 ] {2fbe9b6b-3195-4e5f-9048-8c8ae30eb180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15602 | 2024.12.21 08:27:47.362618 [ 258 ] {2fbe9b6b-3195-4e5f-9048-8c8ae30eb180} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15603 | 2024.12.21 08:27:47.362869 [ 258 ] {2fbe9b6b-3195-4e5f-9048-8c8ae30eb180} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15604 | 2024.12.21 08:27:47.363102 [ 258 ] {2fbe9b6b-3195-4e5f-9048-8c8ae30eb180} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00188 sec., 17553.191489361703 rows/sec., 1.29 MiB/sec. | ||
| 15605 | 2024.12.21 08:27:47.363172 [ 258 ] {2fbe9b6b-3195-4e5f-9048-8c8ae30eb180} <Debug> TCPHandler: Processed in 0.002224 sec. | ||
| 15606 | 2024.12.21 08:27:47.363339 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15607 | 2024.12.21 08:27:47.363479 [ 4 ] {a9fdb4c3-e937-48df-9609-56032e896264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15608 | 2024.12.21 08:27:47.363537 [ 4 ] {a9fdb4c3-e937-48df-9609-56032e896264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15609 | 2024.12.21 08:27:47.364290 [ 4 ] {a9fdb4c3-e937-48df-9609-56032e896264} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15610 | 2024.12.21 08:27:47.364328 [ 4 ] {a9fdb4c3-e937-48df-9609-56032e896264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15611 | 2024.12.21 08:27:47.364704 [ 4 ] {a9fdb4c3-e937-48df-9609-56032e896264} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15612 | 2024.12.21 08:27:47.364976 [ 4 ] {a9fdb4c3-e937-48df-9609-56032e896264} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15613 | 2024.12.21 08:27:47.365167 [ 4 ] {a9fdb4c3-e937-48df-9609-56032e896264} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001714 sec., 56592.76546091015 rows/sec., 4.42 MiB/sec. | ||
| 15614 | 2024.12.21 08:27:47.365243 [ 4 ] {a9fdb4c3-e937-48df-9609-56032e896264} <Debug> TCPHandler: Processed in 0.001969317 sec. | ||
| 15615 | 2024.12.21 08:27:47.365474 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15616 | 2024.12.21 08:27:47.365832 [ 258 ] {f5ad5f9e-d498-4f60-b57a-c5120f54ca0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15617 | 2024.12.21 08:27:47.365920 [ 258 ] {f5ad5f9e-d498-4f60-b57a-c5120f54ca0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15618 | 2024.12.21 08:27:47.366556 [ 258 ] {f5ad5f9e-d498-4f60-b57a-c5120f54ca0f} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15619 | 2024.12.21 08:27:47.366598 [ 258 ] {f5ad5f9e-d498-4f60-b57a-c5120f54ca0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15620 | 2024.12.21 08:27:47.367046 [ 258 ] {f5ad5f9e-d498-4f60-b57a-c5120f54ca0f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15621 | 2024.12.21 08:27:47.367290 [ 258 ] {f5ad5f9e-d498-4f60-b57a-c5120f54ca0f} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15622 | 2024.12.21 08:27:47.367513 [ 258 ] {f5ad5f9e-d498-4f60-b57a-c5120f54ca0f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001808 sec., 88495.57522123893 rows/sec., 6.16 MiB/sec. | ||
| 15623 | 2024.12.21 08:27:47.367574 [ 258 ] {f5ad5f9e-d498-4f60-b57a-c5120f54ca0f} <Debug> TCPHandler: Processed in 0.0022244 sec. | ||
| 15624 | 2024.12.21 08:27:47.367712 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15625 | 2024.12.21 08:27:47.367830 [ 4 ] {c5d811c2-f7d3-471e-aa8b-7a34af03829b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15626 | 2024.12.21 08:27:47.367911 [ 4 ] {c5d811c2-f7d3-471e-aa8b-7a34af03829b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15627 | 2024.12.21 08:27:47.369090 [ 4 ] {c5d811c2-f7d3-471e-aa8b-7a34af03829b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15628 | 2024.12.21 08:27:47.369128 [ 4 ] {c5d811c2-f7d3-471e-aa8b-7a34af03829b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15629 | 2024.12.21 08:27:47.369813 [ 4 ] {c5d811c2-f7d3-471e-aa8b-7a34af03829b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15630 | 2024.12.21 08:27:47.370077 [ 4 ] {c5d811c2-f7d3-471e-aa8b-7a34af03829b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15631 | 2024.12.21 08:27:47.370323 [ 4 ] {c5d811c2-f7d3-471e-aa8b-7a34af03829b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002515 sec., 13121.27236580517 rows/sec., 23.51 MiB/sec. | ||
| 15632 | 2024.12.21 08:27:47.370549 [ 4 ] {c5d811c2-f7d3-471e-aa8b-7a34af03829b} <Debug> TCPHandler: Processed in 0.002889566 sec. | ||
| 15633 | 2024.12.21 08:27:47.370835 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15634 | 2024.12.21 08:27:47.371034 [ 258 ] {5ca0044c-2f03-48fd-85e6-e0d3a8ddbf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15635 | 2024.12.21 08:27:47.371096 [ 258 ] {5ca0044c-2f03-48fd-85e6-e0d3a8ddbf19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15636 | 2024.12.21 08:27:47.371604 [ 258 ] {5ca0044c-2f03-48fd-85e6-e0d3a8ddbf19} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15637 | 2024.12.21 08:27:47.371644 [ 258 ] {5ca0044c-2f03-48fd-85e6-e0d3a8ddbf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15638 | 2024.12.21 08:27:47.372027 [ 258 ] {5ca0044c-2f03-48fd-85e6-e0d3a8ddbf19} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15639 | 2024.12.21 08:27:47.372283 [ 258 ] {5ca0044c-2f03-48fd-85e6-e0d3a8ddbf19} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15640 | 2024.12.21 08:27:47.372520 [ 258 ] {5ca0044c-2f03-48fd-85e6-e0d3a8ddbf19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec. | ||
| 15641 | 2024.12.21 08:27:47.372572 [ 258 ] {5ca0044c-2f03-48fd-85e6-e0d3a8ddbf19} <Debug> TCPHandler: Processed in 0.001882157 sec. | ||
| 15642 | 2024.12.21 08:27:48.936074 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 15643 | 2024.12.21 08:27:48.958421 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15644 | 2024.12.21 08:27:48.958475 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15645 | 2024.12.21 08:27:48.966019 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15646 | 2024.12.21 08:27:48.966818 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15647 | 2024.12.21 08:27:48.967135 [ 40 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15648 | 2024.12.21 08:27:48.967226 [ 40 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15649 | 2024.12.21 08:27:48.967273 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15650 | 2024.12.21 08:27:48.967543 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 15651 | 2024.12.21 08:27:48.975420 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 15652 | 2024.12.21 08:27:48.976778 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15653 | 2024.12.21 08:27:48.977717 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 15654 | 2024.12.21 08:27:48.983621 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 15655 | 2024.12.21 08:27:48.988484 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 15656 | 2024.12.21 08:27:48.993664 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 15657 | 2024.12.21 08:27:48.999437 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 15658 | 2024.12.21 08:27:49.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.14 MiB, peak 285.29 MiB, free memory in arenas 0.00 B, will set to 268.62 MiB (RSS), difference: -4.52 MiB | ||
| 15659 | 2024.12.21 08:27:49.005568 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 15660 | 2024.12.21 08:27:49.067870 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.100492526 sec., 5701.9165783533 rows/sec., 29.48 MiB/sec. | ||
| 15661 | 2024.12.21 08:27:49.071813 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15662 | 2024.12.21 08:27:49.075258 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15663 | 2024.12.21 08:27:49.075400 [ 194 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_76_15} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15664 | 2024.12.21 08:27:49.078177 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 15665 | 2024.12.21 08:27:50.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.18 MiB, peak 285.29 MiB, free memory in arenas 0.00 B, will set to 268.62 MiB (RSS), difference: 3.44 MiB | ||
| 15666 | 2024.12.21 08:27:50.107064 [ 168 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 15667 | 2024.12.21 08:27:50.107134 [ 168 ] {} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15668 | 2024.12.21 08:27:50.107161 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15669 | 2024.12.21 08:27:50.107374 [ 192 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 15670 | 2024.12.21 08:27:50.107680 [ 192 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15671 | 2024.12.21 08:27:50.107746 [ 192 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 15672 | 2024.12.21 08:27:50.107923 [ 192 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
| 15673 | 2024.12.21 08:27:50.108203 [ 192 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 15674 | 2024.12.21 08:27:50.108409 [ 192 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 15675 | 2024.12.21 08:27:50.108544 [ 192 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
| 15676 | 2024.12.21 08:27:50.109726 [ 190 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002488262 sec., 18486.799219696317 rows/sec., 1.54 MiB/sec. | ||
| 15677 | 2024.12.21 08:27:50.109938 [ 190 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 15678 | 2024.12.21 08:27:50.110323 [ 190 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15679 | 2024.12.21 08:27:50.110423 [ 190 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_25_6} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 15680 | 2024.12.21 08:27:50.110533 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15681 | 2024.12.21 08:27:50.546324 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15682 | 2024.12.21 08:27:50.546659 [ 4 ] {52b5ffcc-1400-4b50-8960-f4674ed7aae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15683 | 2024.12.21 08:27:50.546778 [ 4 ] {52b5ffcc-1400-4b50-8960-f4674ed7aae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15684 | 2024.12.21 08:27:50.547817 [ 4 ] {52b5ffcc-1400-4b50-8960-f4674ed7aae9} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15685 | 2024.12.21 08:27:50.547866 [ 4 ] {52b5ffcc-1400-4b50-8960-f4674ed7aae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15686 | 2024.12.21 08:27:50.548309 [ 4 ] {52b5ffcc-1400-4b50-8960-f4674ed7aae9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15687 | 2024.12.21 08:27:50.548577 [ 4 ] {52b5ffcc-1400-4b50-8960-f4674ed7aae9} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15688 | 2024.12.21 08:27:50.548863 [ 4 ] {52b5ffcc-1400-4b50-8960-f4674ed7aae9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002279 sec., 6143.045195261079 rows/sec., 442.22 KiB/sec. | ||
| 15689 | 2024.12.21 08:27:50.549008 [ 4 ] {52b5ffcc-1400-4b50-8960-f4674ed7aae9} <Debug> TCPHandler: Processed in 0.002877756 sec. | ||
| 15690 | 2024.12.21 08:27:50.549312 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15691 | 2024.12.21 08:27:50.549520 [ 258 ] {bb7322ed-e23e-4de1-b6b9-37b39d4792bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15692 | 2024.12.21 08:27:50.549601 [ 258 ] {bb7322ed-e23e-4de1-b6b9-37b39d4792bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15693 | 2024.12.21 08:27:50.550409 [ 258 ] {bb7322ed-e23e-4de1-b6b9-37b39d4792bb} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15694 | 2024.12.21 08:27:50.550453 [ 258 ] {bb7322ed-e23e-4de1-b6b9-37b39d4792bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15695 | 2024.12.21 08:27:50.550867 [ 258 ] {bb7322ed-e23e-4de1-b6b9-37b39d4792bb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 15696 | 2024.12.21 08:27:50.551120 [ 258 ] {bb7322ed-e23e-4de1-b6b9-37b39d4792bb} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15697 | 2024.12.21 08:27:50.551322 [ 258 ] {bb7322ed-e23e-4de1-b6b9-37b39d4792bb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001859 sec., 2151.694459386767 rows/sec., 175.46 KiB/sec. | ||
| 15698 | 2024.12.21 08:27:50.551383 [ 258 ] {bb7322ed-e23e-4de1-b6b9-37b39d4792bb} <Debug> TCPHandler: Processed in 0.00222761 sec. | ||
| 15699 | 2024.12.21 08:27:50.551540 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15700 | 2024.12.21 08:27:50.551687 [ 4 ] {a46df67f-0ab7-4b9f-b6c3-fffbce324623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15701 | 2024.12.21 08:27:50.551748 [ 4 ] {a46df67f-0ab7-4b9f-b6c3-fffbce324623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15702 | 2024.12.21 08:27:50.553455 [ 4 ] {a46df67f-0ab7-4b9f-b6c3-fffbce324623} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15703 | 2024.12.21 08:27:50.553497 [ 4 ] {a46df67f-0ab7-4b9f-b6c3-fffbce324623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15704 | 2024.12.21 08:27:50.553965 [ 4 ] {a46df67f-0ab7-4b9f-b6c3-fffbce324623} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15705 | 2024.12.21 08:27:50.554213 [ 4 ] {a46df67f-0ab7-4b9f-b6c3-fffbce324623} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15706 | 2024.12.21 08:27:50.554444 [ 4 ] {a46df67f-0ab7-4b9f-b6c3-fffbce324623} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002792 sec., 487464.1833810888 rows/sec., 40.67 MiB/sec. | ||
| 15707 | 2024.12.21 08:27:50.554503 [ 4 ] {a46df67f-0ab7-4b9f-b6c3-fffbce324623} <Debug> TCPHandler: Processed in 0.003032437 sec. | ||
| 15708 | 2024.12.21 08:27:50.554707 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15709 | 2024.12.21 08:27:50.554854 [ 258 ] {83df067f-f3e6-465c-8109-b1e1209faa6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15710 | 2024.12.21 08:27:50.554916 [ 258 ] {83df067f-f3e6-465c-8109-b1e1209faa6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15711 | 2024.12.21 08:27:50.555589 [ 258 ] {83df067f-f3e6-465c-8109-b1e1209faa6e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15712 | 2024.12.21 08:27:50.555626 [ 258 ] {83df067f-f3e6-465c-8109-b1e1209faa6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15713 | 2024.12.21 08:27:50.555996 [ 258 ] {83df067f-f3e6-465c-8109-b1e1209faa6e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15714 | 2024.12.21 08:27:50.556236 [ 258 ] {83df067f-f3e6-465c-8109-b1e1209faa6e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15715 | 2024.12.21 08:27:50.556415 [ 258 ] {83df067f-f3e6-465c-8109-b1e1209faa6e} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001597 sec., 11897.30745147151 rows/sec., 837.14 KiB/sec. | ||
| 15716 | 2024.12.21 08:27:50.556473 [ 258 ] {83df067f-f3e6-465c-8109-b1e1209faa6e} <Debug> TCPHandler: Processed in 0.001836466 sec. | ||
| 15717 | 2024.12.21 08:27:50.556608 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15718 | 2024.12.21 08:27:50.556729 [ 4 ] {d53afbca-ced9-42d7-aae5-48a7cd91e5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15719 | 2024.12.21 08:27:50.556779 [ 4 ] {d53afbca-ced9-42d7-aae5-48a7cd91e5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15720 | 2024.12.21 08:27:50.557497 [ 4 ] {d53afbca-ced9-42d7-aae5-48a7cd91e5a0} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15721 | 2024.12.21 08:27:50.557537 [ 4 ] {d53afbca-ced9-42d7-aae5-48a7cd91e5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15722 | 2024.12.21 08:27:50.557923 [ 4 ] {d53afbca-ced9-42d7-aae5-48a7cd91e5a0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15723 | 2024.12.21 08:27:50.558164 [ 4 ] {d53afbca-ced9-42d7-aae5-48a7cd91e5a0} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15724 | 2024.12.21 08:27:50.558378 [ 4 ] {d53afbca-ced9-42d7-aae5-48a7cd91e5a0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001674 sec., 144563.91875746715 rows/sec., 9.79 MiB/sec. | ||
| 15725 | 2024.12.21 08:27:50.558433 [ 4 ] {d53afbca-ced9-42d7-aae5-48a7cd91e5a0} <Debug> TCPHandler: Processed in 0.001883497 sec. | ||
| 15726 | 2024.12.21 08:27:50.558568 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15727 | 2024.12.21 08:27:50.558691 [ 258 ] {829744e2-7259-4b36-b068-f0e466fda12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15728 | 2024.12.21 08:27:50.558740 [ 258 ] {829744e2-7259-4b36-b068-f0e466fda12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15729 | 2024.12.21 08:27:50.559313 [ 258 ] {829744e2-7259-4b36-b068-f0e466fda12c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15730 | 2024.12.21 08:27:50.559351 [ 258 ] {829744e2-7259-4b36-b068-f0e466fda12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15731 | 2024.12.21 08:27:50.559703 [ 258 ] {829744e2-7259-4b36-b068-f0e466fda12c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15732 | 2024.12.21 08:27:50.559949 [ 258 ] {829744e2-7259-4b36-b068-f0e466fda12c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15733 | 2024.12.21 08:27:50.560171 [ 258 ] {829744e2-7259-4b36-b068-f0e466fda12c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001499 sec., 8672.448298865911 rows/sec., 540.73 KiB/sec. | ||
| 15734 | 2024.12.21 08:27:50.560255 [ 258 ] {829744e2-7259-4b36-b068-f0e466fda12c} <Debug> TCPHandler: Processed in 0.001736966 sec. | ||
| 15735 | 2024.12.21 08:27:50.560449 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15736 | 2024.12.21 08:27:50.560579 [ 4 ] {1782b4e8-da73-4a65-aa96-89e038a05475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15737 | 2024.12.21 08:27:50.560626 [ 4 ] {1782b4e8-da73-4a65-aa96-89e038a05475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15738 | 2024.12.21 08:27:50.561736 [ 4 ] {1782b4e8-da73-4a65-aa96-89e038a05475} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15739 | 2024.12.21 08:27:50.561775 [ 4 ] {1782b4e8-da73-4a65-aa96-89e038a05475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15740 | 2024.12.21 08:27:50.562176 [ 4 ] {1782b4e8-da73-4a65-aa96-89e038a05475} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15741 | 2024.12.21 08:27:50.562425 [ 4 ] {1782b4e8-da73-4a65-aa96-89e038a05475} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15742 | 2024.12.21 08:27:50.562657 [ 4 ] {1782b4e8-da73-4a65-aa96-89e038a05475} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002095 sec., 405727.92362768494 rows/sec., 29.34 MiB/sec. | ||
| 15743 | 2024.12.21 08:27:50.562756 [ 4 ] {1782b4e8-da73-4a65-aa96-89e038a05475} <Debug> TCPHandler: Processed in 0.002402451 sec. | ||
| 15744 | 2024.12.21 08:27:50.562930 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15745 | 2024.12.21 08:27:50.563135 [ 258 ] {e7fe4d72-d52e-414d-bebb-bfc40586d875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15746 | 2024.12.21 08:27:50.563197 [ 258 ] {e7fe4d72-d52e-414d-bebb-bfc40586d875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15747 | 2024.12.21 08:27:50.563706 [ 258 ] {e7fe4d72-d52e-414d-bebb-bfc40586d875} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15748 | 2024.12.21 08:27:50.563742 [ 258 ] {e7fe4d72-d52e-414d-bebb-bfc40586d875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15749 | 2024.12.21 08:27:50.564101 [ 258 ] {e7fe4d72-d52e-414d-bebb-bfc40586d875} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15750 | 2024.12.21 08:27:50.564339 [ 258 ] {e7fe4d72-d52e-414d-bebb-bfc40586d875} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15751 | 2024.12.21 08:27:50.564519 [ 258 ] {e7fe4d72-d52e-414d-bebb-bfc40586d875} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
| 15752 | 2024.12.21 08:27:50.564571 [ 258 ] {e7fe4d72-d52e-414d-bebb-bfc40586d875} <Debug> TCPHandler: Processed in 0.001735805 sec. | ||
| 15753 | 2024.12.21 08:27:50.564716 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15754 | 2024.12.21 08:27:50.564856 [ 4 ] {5b2037cc-40c8-4444-b327-773a044c86aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15755 | 2024.12.21 08:27:50.564917 [ 4 ] {5b2037cc-40c8-4444-b327-773a044c86aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15756 | 2024.12.21 08:27:50.565820 [ 4 ] {5b2037cc-40c8-4444-b327-773a044c86aa} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15757 | 2024.12.21 08:27:50.565858 [ 4 ] {5b2037cc-40c8-4444-b327-773a044c86aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15758 | 2024.12.21 08:27:50.566353 [ 4 ] {5b2037cc-40c8-4444-b327-773a044c86aa} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15759 | 2024.12.21 08:27:50.566597 [ 4 ] {5b2037cc-40c8-4444-b327-773a044c86aa} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15760 | 2024.12.21 08:27:50.566830 [ 4 ] {5b2037cc-40c8-4444-b327-773a044c86aa} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002003 sec., 462805.79131303047 rows/sec., 30.88 MiB/sec. | ||
| 15761 | 2024.12.21 08:27:50.566899 [ 4 ] {5b2037cc-40c8-4444-b327-773a044c86aa} <Debug> TCPHandler: Processed in 0.00224973 sec. | ||
| 15762 | 2024.12.21 08:27:50.567096 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15763 | 2024.12.21 08:27:50.567436 [ 258 ] {0b483b5b-d4d0-4509-a471-b7fc2e041c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15764 | 2024.12.21 08:27:50.567532 [ 258 ] {0b483b5b-d4d0-4509-a471-b7fc2e041c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15765 | 2024.12.21 08:27:50.568004 [ 258 ] {0b483b5b-d4d0-4509-a471-b7fc2e041c9f} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15766 | 2024.12.21 08:27:50.568042 [ 258 ] {0b483b5b-d4d0-4509-a471-b7fc2e041c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15767 | 2024.12.21 08:27:50.568401 [ 258 ] {0b483b5b-d4d0-4509-a471-b7fc2e041c9f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15768 | 2024.12.21 08:27:50.568633 [ 258 ] {0b483b5b-d4d0-4509-a471-b7fc2e041c9f} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15769 | 2024.12.21 08:27:50.568813 [ 258 ] {0b483b5b-d4d0-4509-a471-b7fc2e041c9f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec. | ||
| 15770 | 2024.12.21 08:27:50.568864 [ 258 ] {0b483b5b-d4d0-4509-a471-b7fc2e041c9f} <Debug> TCPHandler: Processed in 0.001888297 sec. | ||
| 15771 | 2024.12.21 08:27:50.569005 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15772 | 2024.12.21 08:27:50.569123 [ 4 ] {6ea801bc-cd20-40b1-8463-03e8198c25f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15773 | 2024.12.21 08:27:50.569205 [ 4 ] {6ea801bc-cd20-40b1-8463-03e8198c25f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15774 | 2024.12.21 08:27:50.570331 [ 4 ] {6ea801bc-cd20-40b1-8463-03e8198c25f8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15775 | 2024.12.21 08:27:50.570372 [ 4 ] {6ea801bc-cd20-40b1-8463-03e8198c25f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15776 | 2024.12.21 08:27:50.571002 [ 4 ] {6ea801bc-cd20-40b1-8463-03e8198c25f8} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15777 | 2024.12.21 08:27:50.571261 [ 4 ] {6ea801bc-cd20-40b1-8463-03e8198c25f8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15778 | 2024.12.21 08:27:50.571451 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15779 | 2024.12.21 08:27:50.571519 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15780 | 2024.12.21 08:27:50.571549 [ 4 ] {6ea801bc-cd20-40b1-8463-03e8198c25f8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002439 sec., 3280.032800328003 rows/sec., 5.88 MiB/sec. | ||
| 15781 | 2024.12.21 08:27:50.571565 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15782 | 2024.12.21 08:27:50.572202 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 15783 | 2024.12.21 08:27:50.572250 [ 4 ] {6ea801bc-cd20-40b1-8463-03e8198c25f8} <Debug> TCPHandler: Processed in 0.003304239 sec. | ||
| 15784 | 2024.12.21 08:27:50.572559 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15785 | 2024.12.21 08:27:50.573087 [ 258 ] {e650a4af-9d27-4d1a-b55a-af6e272fcb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15786 | 2024.12.21 08:27:50.573333 [ 258 ] {e650a4af-9d27-4d1a-b55a-af6e272fcb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15787 | 2024.12.21 08:27:50.574663 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15788 | 2024.12.21 08:27:50.574854 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2066 rows starting from the beginning of the part | ||
| 15789 | 2024.12.21 08:27:50.575481 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 8 rows starting from the beginning of the part | ||
| 15790 | 2024.12.21 08:27:50.576299 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 33 rows starting from the beginning of the part | ||
| 15791 | 2024.12.21 08:27:50.576337 [ 258 ] {e650a4af-9d27-4d1a-b55a-af6e272fcb12} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15792 | 2024.12.21 08:27:50.576418 [ 258 ] {e650a4af-9d27-4d1a-b55a-af6e272fcb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15793 | 2024.12.21 08:27:50.576918 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 8 rows starting from the beginning of the part | ||
| 15794 | 2024.12.21 08:27:50.577588 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 33 rows starting from the beginning of the part | ||
| 15795 | 2024.12.21 08:27:50.577790 [ 258 ] {e650a4af-9d27-4d1a-b55a-af6e272fcb12} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15796 | 2024.12.21 08:27:50.578191 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part | ||
| 15797 | 2024.12.21 08:27:50.578620 [ 258 ] {e650a4af-9d27-4d1a-b55a-af6e272fcb12} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15798 | 2024.12.21 08:27:50.579587 [ 258 ] {e650a4af-9d27-4d1a-b55a-af6e272fcb12} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.006659 sec., 10512.088902237574 rows/sec., 676.51 KiB/sec. | ||
| 15799 | 2024.12.21 08:27:50.579790 [ 258 ] {e650a4af-9d27-4d1a-b55a-af6e272fcb12} <Debug> TCPHandler: Processed in 0.007421155 sec. | ||
| 15800 | 2024.12.21 08:27:50.587227 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2156 rows, containing 19 columns (19 merged, 0 gathered) in 0.015458557 sec., 139469.68012602988 rows/sec., 249.92 MiB/sec. | ||
| 15801 | 2024.12.21 08:27:50.589188 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15802 | 2024.12.21 08:27:50.589664 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15803 | 2024.12.21 08:27:50.589758 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15804 | 2024.12.21 08:27:50.589942 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.23 MiB. | ||
| 15805 | 2024.12.21 08:27:52.350510 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15806 | 2024.12.21 08:27:52.350711 [ 4 ] {4a7a2cb1-1107-4fcf-8383-c8cc1a101023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15807 | 2024.12.21 08:27:52.350790 [ 4 ] {4a7a2cb1-1107-4fcf-8383-c8cc1a101023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15808 | 2024.12.21 08:27:52.351610 [ 4 ] {4a7a2cb1-1107-4fcf-8383-c8cc1a101023} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15809 | 2024.12.21 08:27:52.351667 [ 4 ] {4a7a2cb1-1107-4fcf-8383-c8cc1a101023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15810 | 2024.12.21 08:27:52.352119 [ 4 ] {4a7a2cb1-1107-4fcf-8383-c8cc1a101023} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15811 | 2024.12.21 08:27:52.352383 [ 4 ] {4a7a2cb1-1107-4fcf-8383-c8cc1a101023} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15812 | 2024.12.21 08:27:52.352623 [ 4 ] {4a7a2cb1-1107-4fcf-8383-c8cc1a101023} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00198 sec., 28282.828282828283 rows/sec., 2.17 MiB/sec. | ||
| 15813 | 2024.12.21 08:27:52.352725 [ 4 ] {4a7a2cb1-1107-4fcf-8383-c8cc1a101023} <Debug> TCPHandler: Processed in 0.002386711 sec. | ||
| 15814 | 2024.12.21 08:27:52.352979 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15815 | 2024.12.21 08:27:52.353351 [ 258 ] {2c6c0c03-cca3-4a07-8c70-3807aeddf1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15816 | 2024.12.21 08:27:52.353433 [ 258 ] {2c6c0c03-cca3-4a07-8c70-3807aeddf1c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15817 | 2024.12.21 08:27:52.354241 [ 258 ] {2c6c0c03-cca3-4a07-8c70-3807aeddf1c9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15818 | 2024.12.21 08:27:52.354295 [ 258 ] {2c6c0c03-cca3-4a07-8c70-3807aeddf1c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15819 | 2024.12.21 08:27:52.354787 [ 258 ] {2c6c0c03-cca3-4a07-8c70-3807aeddf1c9} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15820 | 2024.12.21 08:27:52.355057 [ 258 ] {2c6c0c03-cca3-4a07-8c70-3807aeddf1c9} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15821 | 2024.12.21 08:27:52.355275 [ 258 ] {2c6c0c03-cca3-4a07-8c70-3807aeddf1c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00202 sec., 31683.16831683168 rows/sec., 2.47 MiB/sec. | ||
| 15822 | 2024.12.21 08:27:52.355351 [ 258 ] {2c6c0c03-cca3-4a07-8c70-3807aeddf1c9} <Debug> TCPHandler: Processed in 0.002479652 sec. | ||
| 15823 | 2024.12.21 08:27:52.355507 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15824 | 2024.12.21 08:27:52.355661 [ 4 ] {bdb97a31-5131-4cc2-838d-f07e6ccf7973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15825 | 2024.12.21 08:27:52.355729 [ 4 ] {bdb97a31-5131-4cc2-838d-f07e6ccf7973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15826 | 2024.12.21 08:27:52.356414 [ 4 ] {bdb97a31-5131-4cc2-838d-f07e6ccf7973} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15827 | 2024.12.21 08:27:52.356458 [ 4 ] {bdb97a31-5131-4cc2-838d-f07e6ccf7973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15828 | 2024.12.21 08:27:52.356913 [ 4 ] {bdb97a31-5131-4cc2-838d-f07e6ccf7973} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15829 | 2024.12.21 08:27:52.357172 [ 4 ] {bdb97a31-5131-4cc2-838d-f07e6ccf7973} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15830 | 2024.12.21 08:27:52.357394 [ 4 ] {bdb97a31-5131-4cc2-838d-f07e6ccf7973} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001771 sec., 18068.887634105024 rows/sec., 1.26 MiB/sec. | ||
| 15831 | 2024.12.21 08:27:52.357459 [ 4 ] {bdb97a31-5131-4cc2-838d-f07e6ccf7973} <Debug> TCPHandler: Processed in 0.002020758 sec. | ||
| 15832 | 2024.12.21 08:27:52.357608 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15833 | 2024.12.21 08:27:52.357743 [ 258 ] {7a08faa3-d344-4218-8317-14aaabdc1ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15834 | 2024.12.21 08:27:52.357801 [ 258 ] {7a08faa3-d344-4218-8317-14aaabdc1ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15835 | 2024.12.21 08:27:52.358333 [ 258 ] {7a08faa3-d344-4218-8317-14aaabdc1ba5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15836 | 2024.12.21 08:27:52.358374 [ 258 ] {7a08faa3-d344-4218-8317-14aaabdc1ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15837 | 2024.12.21 08:27:52.358774 [ 258 ] {7a08faa3-d344-4218-8317-14aaabdc1ba5} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15838 | 2024.12.21 08:27:52.359020 [ 258 ] {7a08faa3-d344-4218-8317-14aaabdc1ba5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15839 | 2024.12.21 08:27:52.359168 [ 155 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15840 | 2024.12.21 08:27:52.359213 [ 155 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15841 | 2024.12.21 08:27:52.359219 [ 258 ] {7a08faa3-d344-4218-8317-14aaabdc1ba5} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001507 sec., 7962.8400796284 rows/sec., 549.52 KiB/sec. | ||
| 15842 | 2024.12.21 08:27:52.359240 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15843 | 2024.12.21 08:27:52.359364 [ 258 ] {7a08faa3-d344-4218-8317-14aaabdc1ba5} <Debug> TCPHandler: Processed in 0.001812365 sec. | ||
| 15844 | 2024.12.21 08:27:52.359543 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15845 | 2024.12.21 08:27:52.359785 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15846 | 2024.12.21 08:27:52.359846 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6898 rows starting from the beginning of the part | ||
| 15847 | 2024.12.21 08:27:52.360092 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 15848 | 2024.12.21 08:27:52.360462 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 15849 | 2024.12.21 08:27:52.360631 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 15850 | 2024.12.21 08:27:52.360773 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 70 rows starting from the beginning of the part | ||
| 15851 | 2024.12.21 08:27:52.360927 [ 197 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 12 rows starting from the beginning of the part | ||
| 15852 | 2024.12.21 08:27:52.363063 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7182 rows, containing 4 columns (4 merged, 0 gathered) in 0.003709063 sec., 1936338.0994067774 rows/sec., 125.82 MiB/sec. | ||
| 15853 | 2024.12.21 08:27:52.363575 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15854 | 2024.12.21 08:27:52.363942 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15855 | 2024.12.21 08:27:52.364044 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_121_24} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15856 | 2024.12.21 08:27:52.364154 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 15857 | 2024.12.21 08:27:53.705761 [ 220 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15858 | 2024.12.21 08:27:53.705815 [ 220 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15859 | 2024.12.21 08:27:53.707883 [ 220 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15860 | 2024.12.21 08:27:53.981882 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 15861 | 2024.12.21 08:27:53.982594 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15862 | 2024.12.21 08:27:53.982651 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15863 | 2024.12.21 08:27:53.983224 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15864 | 2024.12.21 08:27:53.983516 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15865 | 2024.12.21 08:27:53.983727 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 15866 | 2024.12.21 08:27:56.475622 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 15867 | 2024.12.21 08:27:56.498974 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15868 | 2024.12.21 08:27:56.499049 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15869 | 2024.12.21 08:27:56.506587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15870 | 2024.12.21 08:27:56.507445 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15871 | 2024.12.21 08:27:56.511473 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 15872 | 2024.12.21 08:27:56.678797 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2204 | ||
| 15873 | 2024.12.21 08:27:56.682322 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15874 | 2024.12.21 08:27:56.682369 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15875 | 2024.12.21 08:27:56.683944 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15876 | 2024.12.21 08:27:56.684262 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15877 | 2024.12.21 08:27:56.684496 [ 103 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15878 | 2024.12.21 08:27:56.684648 [ 103 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15879 | 2024.12.21 08:27:56.684770 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15880 | 2024.12.21 08:27:56.685338 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 15881 | 2024.12.21 08:27:56.685744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2204 | ||
| 15882 | 2024.12.21 08:27:56.686348 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15883 | 2024.12.21 08:27:56.686545 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2012 rows starting from the beginning of the part | ||
| 15884 | 2024.12.21 08:27:56.687208 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 15885 | 2024.12.21 08:27:56.687852 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 44 rows starting from the beginning of the part | ||
| 15886 | 2024.12.21 08:27:56.688462 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part | ||
| 15887 | 2024.12.21 08:27:56.689123 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 15888 | 2024.12.21 08:27:56.689767 [ 195 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 44 rows starting from the beginning of the part | ||
| 15889 | 2024.12.21 08:27:56.699410 [ 196 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2204 rows, containing 72 columns (72 merged, 0 gathered) in 0.014444217 sec., 152587.01804327642 rows/sec., 115.36 MiB/sec. | ||
| 15890 | 2024.12.21 08:27:56.701595 [ 196 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15891 | 2024.12.21 08:27:56.702404 [ 196 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15892 | 2024.12.21 08:27:56.702500 [ 196 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_56_11} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15893 | 2024.12.21 08:27:56.702843 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 15894 | 2024.12.21 08:27:57.358380 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15895 | 2024.12.21 08:27:57.358585 [ 4 ] {510c7166-39d3-46ae-873f-e07479e84e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15896 | 2024.12.21 08:27:57.358662 [ 4 ] {510c7166-39d3-46ae-873f-e07479e84e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15897 | 2024.12.21 08:27:57.359543 [ 4 ] {510c7166-39d3-46ae-873f-e07479e84e5a} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15898 | 2024.12.21 08:27:57.359593 [ 4 ] {510c7166-39d3-46ae-873f-e07479e84e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15899 | 2024.12.21 08:27:57.360043 [ 4 ] {510c7166-39d3-46ae-873f-e07479e84e5a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15900 | 2024.12.21 08:27:57.360316 [ 4 ] {510c7166-39d3-46ae-873f-e07479e84e5a} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15901 | 2024.12.21 08:27:57.360536 [ 134 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15902 | 2024.12.21 08:27:57.360562 [ 4 ] {510c7166-39d3-46ae-873f-e07479e84e5a} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002031 sec., 60068.93156080749 rows/sec., 5.11 MiB/sec. | ||
| 15903 | 2024.12.21 08:27:57.360621 [ 134 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15904 | 2024.12.21 08:27:57.360699 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15905 | 2024.12.21 08:27:57.360711 [ 4 ] {510c7166-39d3-46ae-873f-e07479e84e5a} <Debug> TCPHandler: Processed in 0.002461881 sec. | ||
| 15906 | 2024.12.21 08:27:57.360918 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15907 | 2024.12.21 08:27:57.360981 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15908 | 2024.12.21 08:27:57.361115 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15909 | 2024.12.21 08:27:57.361155 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1437 rows starting from the beginning of the part | ||
| 15910 | 2024.12.21 08:27:57.361182 [ 258 ] {88c762d8-fa60-4809-9d16-e9c9c5aecb18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15911 | 2024.12.21 08:27:57.361290 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 219 rows starting from the beginning of the part | ||
| 15912 | 2024.12.21 08:27:57.361311 [ 258 ] {88c762d8-fa60-4809-9d16-e9c9c5aecb18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15913 | 2024.12.21 08:27:57.361647 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 122 rows starting from the beginning of the part | ||
| 15914 | 2024.12.21 08:27:57.362078 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 1361 rows starting from the beginning of the part | ||
| 15915 | 2024.12.21 08:27:57.362485 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part | ||
| 15916 | 2024.12.21 08:27:57.362821 [ 199 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 122 rows starting from the beginning of the part | ||
| 15917 | 2024.12.21 08:27:57.364110 [ 258 ] {88c762d8-fa60-4809-9d16-e9c9c5aecb18} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15918 | 2024.12.21 08:27:57.364160 [ 258 ] {88c762d8-fa60-4809-9d16-e9c9c5aecb18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15919 | 2024.12.21 08:27:57.364758 [ 258 ] {88c762d8-fa60-4809-9d16-e9c9c5aecb18} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15920 | 2024.12.21 08:27:57.365033 [ 258 ] {88c762d8-fa60-4809-9d16-e9c9c5aecb18} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15921 | 2024.12.21 08:27:57.365363 [ 258 ] {88c762d8-fa60-4809-9d16-e9c9c5aecb18} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.004239 sec., 7784.854918612881 rows/sec., 585.38 KiB/sec. | ||
| 15922 | 2024.12.21 08:27:57.365571 [ 258 ] {88c762d8-fa60-4809-9d16-e9c9c5aecb18} <Debug> TCPHandler: Processed in 0.004722612 sec. | ||
| 15923 | 2024.12.21 08:27:57.365640 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.004826793 sec., 687205.7699594741 rows/sec., 60.24 MiB/sec. | ||
| 15924 | 2024.12.21 08:27:57.365751 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15925 | 2024.12.21 08:27:57.365902 [ 4 ] {4d4fcb4a-1ac4-4241-b904-5c8f65b0237c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15926 | 2024.12.21 08:27:57.365940 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15927 | 2024.12.21 08:27:57.365983 [ 4 ] {4d4fcb4a-1ac4-4241-b904-5c8f65b0237c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15928 | 2024.12.21 08:27:57.366397 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15929 | 2024.12.21 08:27:57.366546 [ 201 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_126_25} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15930 | 2024.12.21 08:27:57.366659 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 15931 | 2024.12.21 08:27:57.366927 [ 4 ] {4d4fcb4a-1ac4-4241-b904-5c8f65b0237c} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15932 | 2024.12.21 08:27:57.366967 [ 4 ] {4d4fcb4a-1ac4-4241-b904-5c8f65b0237c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15933 | 2024.12.21 08:27:57.367342 [ 4 ] {4d4fcb4a-1ac4-4241-b904-5c8f65b0237c} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15934 | 2024.12.21 08:27:57.367592 [ 4 ] {4d4fcb4a-1ac4-4241-b904-5c8f65b0237c} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15935 | 2024.12.21 08:27:57.367778 [ 134 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15936 | 2024.12.21 08:27:57.367848 [ 134 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15937 | 2024.12.21 08:27:57.367847 [ 4 ] {4d4fcb4a-1ac4-4241-b904-5c8f65b0237c} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001971 sec., 49213.59715880264 rows/sec., 3.84 MiB/sec. | ||
| 15938 | 2024.12.21 08:27:57.367881 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15939 | 2024.12.21 08:27:57.368064 [ 4 ] {4d4fcb4a-1ac4-4241-b904-5c8f65b0237c} <Debug> TCPHandler: Processed in 0.002380231 sec. | ||
| 15940 | 2024.12.21 08:27:57.368181 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15941 | 2024.12.21 08:27:57.368295 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15942 | 2024.12.21 08:27:57.368675 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15943 | 2024.12.21 08:27:57.368764 [ 258 ] {bb1d8c27-1ff5-4c1d-920d-86babbc3403c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15944 | 2024.12.21 08:27:57.368815 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part | ||
| 15945 | 2024.12.21 08:27:57.368987 [ 258 ] {bb1d8c27-1ff5-4c1d-920d-86babbc3403c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15946 | 2024.12.21 08:27:57.369253 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 390 rows starting from the beginning of the part | ||
| 15947 | 2024.12.21 08:27:57.369667 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 97 rows starting from the beginning of the part | ||
| 15948 | 2024.12.21 08:27:57.370220 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 850 rows starting from the beginning of the part | ||
| 15949 | 2024.12.21 08:27:57.370750 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part | ||
| 15950 | 2024.12.21 08:27:57.371323 [ 187 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 97 rows starting from the beginning of the part | ||
| 15951 | 2024.12.21 08:27:57.373024 [ 258 ] {bb1d8c27-1ff5-4c1d-920d-86babbc3403c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15952 | 2024.12.21 08:27:57.373075 [ 258 ] {bb1d8c27-1ff5-4c1d-920d-86babbc3403c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15953 | 2024.12.21 08:27:57.373669 [ 258 ] {bb1d8c27-1ff5-4c1d-920d-86babbc3403c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15954 | 2024.12.21 08:27:57.373935 [ 258 ] {bb1d8c27-1ff5-4c1d-920d-86babbc3403c} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15955 | 2024.12.21 08:27:57.374336 [ 258 ] {bb1d8c27-1ff5-4c1d-920d-86babbc3403c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005703 sec., 28055.409433631423 rows/sec., 1.95 MiB/sec. | ||
| 15956 | 2024.12.21 08:27:57.374639 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006636168 sec., 363613.45885155414 rows/sec., 27.88 MiB/sec. | ||
| 15957 | 2024.12.21 08:27:57.374666 [ 258 ] {bb1d8c27-1ff5-4c1d-920d-86babbc3403c} <Debug> TCPHandler: Processed in 0.006460977 sec. | ||
| 15958 | 2024.12.21 08:27:57.374948 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15959 | 2024.12.21 08:27:57.374988 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15960 | 2024.12.21 08:27:57.375235 [ 4 ] {128c7cf1-fc7c-4f13-9285-d4a93cb5e37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15961 | 2024.12.21 08:27:57.375479 [ 4 ] {128c7cf1-fc7c-4f13-9285-d4a93cb5e37b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15962 | 2024.12.21 08:27:57.375702 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15963 | 2024.12.21 08:27:57.375892 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_126_25} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15964 | 2024.12.21 08:27:57.376022 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15965 | 2024.12.21 08:27:57.377138 [ 4 ] {128c7cf1-fc7c-4f13-9285-d4a93cb5e37b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15966 | 2024.12.21 08:27:57.377179 [ 4 ] {128c7cf1-fc7c-4f13-9285-d4a93cb5e37b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15967 | 2024.12.21 08:27:57.377873 [ 4 ] {128c7cf1-fc7c-4f13-9285-d4a93cb5e37b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15968 | 2024.12.21 08:27:57.378135 [ 4 ] {128c7cf1-fc7c-4f13-9285-d4a93cb5e37b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15969 | 2024.12.21 08:27:57.378382 [ 4 ] {128c7cf1-fc7c-4f13-9285-d4a93cb5e37b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003225 sec., 10232.558139534884 rows/sec., 18.34 MiB/sec. | ||
| 15970 | 2024.12.21 08:27:57.378498 [ 4 ] {128c7cf1-fc7c-4f13-9285-d4a93cb5e37b} <Debug> TCPHandler: Processed in 0.003701652 sec. | ||
| 15971 | 2024.12.21 08:27:57.378700 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15972 | 2024.12.21 08:27:57.378830 [ 258 ] {ac2e4eef-dd3a-4de1-8eae-8b8c3661ddcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15973 | 2024.12.21 08:27:57.378886 [ 258 ] {ac2e4eef-dd3a-4de1-8eae-8b8c3661ddcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15974 | 2024.12.21 08:27:57.379400 [ 258 ] {ac2e4eef-dd3a-4de1-8eae-8b8c3661ddcd} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15975 | 2024.12.21 08:27:57.379443 [ 258 ] {ac2e4eef-dd3a-4de1-8eae-8b8c3661ddcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15976 | 2024.12.21 08:27:57.379844 [ 258 ] {ac2e4eef-dd3a-4de1-8eae-8b8c3661ddcd} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15977 | 2024.12.21 08:27:57.380087 [ 258 ] {ac2e4eef-dd3a-4de1-8eae-8b8c3661ddcd} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15978 | 2024.12.21 08:27:57.380305 [ 258 ] {ac2e4eef-dd3a-4de1-8eae-8b8c3661ddcd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 15979 | 2024.12.21 08:27:57.380365 [ 258 ] {ac2e4eef-dd3a-4de1-8eae-8b8c3661ddcd} <Debug> TCPHandler: Processed in 0.001725706 sec. | ||
| 15980 | 2024.12.21 08:27:58.421851 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15981 | 2024.12.21 08:27:58.421955 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15982 | 2024.12.21 08:27:58.424652 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15983 | 2024.12.21 08:28:01.273219 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15984 | 2024.12.21 08:28:01.273322 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15985 | 2024.12.21 08:28:01.483986 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 15986 | 2024.12.21 08:28:01.484778 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15987 | 2024.12.21 08:28:01.484834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15988 | 2024.12.21 08:28:01.485384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15989 | 2024.12.21 08:28:01.485650 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15990 | 2024.12.21 08:28:01.485896 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 15991 | 2024.12.21 08:28:02.270532 [ 146 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 5 parts from all_1_50_10 to all_54_54_0 | ||
| 15992 | 2024.12.21 08:28:02.270634 [ 146 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15993 | 2024.12.21 08:28:02.270676 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 15994 | 2024.12.21 08:28:02.271018 [ 188 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_10 to all_54_54_0 into Compact with storage Full | ||
| 15995 | 2024.12.21 08:28:02.271362 [ 188 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15996 | 2024.12.21 08:28:02.271431 [ 188 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 300 rows starting from the beginning of the part | ||
| 15997 | 2024.12.21 08:28:02.271567 [ 188 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 15998 | 2024.12.21 08:28:02.271929 [ 188 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 15999 | 2024.12.21 08:28:02.272161 [ 188 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 16000 | 2024.12.21 08:28:02.272350 [ 188 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 16001 | 2024.12.21 08:28:02.273487 [ 201 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 4 columns (4 merged, 0 gathered) in 0.002686124 sec., 120619.89692210784 rows/sec., 6.15 MiB/sec. | ||
| 16002 | 2024.12.21 08:28:02.273706 [ 201 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary) | ||
| 16003 | 2024.12.21 08:28:02.274071 [ 201 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16004 | 2024.12.21 08:28:02.274166 [ 201 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_54_11} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 5 parts: [all_1_50_10, all_54_54_0] -> all_1_54_11 | ||
| 16005 | 2024.12.21 08:28:02.274277 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16006 | 2024.12.21 08:28:02.360945 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16007 | 2024.12.21 08:28:02.361108 [ 4 ] {b6bddc41-c051-431d-976d-a0a1539a2655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16008 | 2024.12.21 08:28:02.361176 [ 4 ] {b6bddc41-c051-431d-976d-a0a1539a2655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16009 | 2024.12.21 08:28:02.361952 [ 4 ] {b6bddc41-c051-431d-976d-a0a1539a2655} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16010 | 2024.12.21 08:28:02.361997 [ 4 ] {b6bddc41-c051-431d-976d-a0a1539a2655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16011 | 2024.12.21 08:28:02.362390 [ 4 ] {b6bddc41-c051-431d-976d-a0a1539a2655} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16012 | 2024.12.21 08:28:02.362637 [ 4 ] {b6bddc41-c051-431d-976d-a0a1539a2655} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16013 | 2024.12.21 08:28:02.362890 [ 4 ] {b6bddc41-c051-431d-976d-a0a1539a2655} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 551.62 KiB/sec. | ||
| 16014 | 2024.12.21 08:28:02.362975 [ 4 ] {b6bddc41-c051-431d-976d-a0a1539a2655} <Debug> TCPHandler: Processed in 0.002149959 sec. | ||
| 16015 | 2024.12.21 08:28:02.363295 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16016 | 2024.12.21 08:28:02.363500 [ 258 ] {4ce5d433-370b-4580-9976-21e688c210b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16017 | 2024.12.21 08:28:02.363574 [ 258 ] {4ce5d433-370b-4580-9976-21e688c210b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16018 | 2024.12.21 08:28:02.364498 [ 258 ] {4ce5d433-370b-4580-9976-21e688c210b3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16019 | 2024.12.21 08:28:02.364556 [ 258 ] {4ce5d433-370b-4580-9976-21e688c210b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16020 | 2024.12.21 08:28:02.365021 [ 258 ] {4ce5d433-370b-4580-9976-21e688c210b3} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16021 | 2024.12.21 08:28:02.365282 [ 258 ] {4ce5d433-370b-4580-9976-21e688c210b3} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16022 | 2024.12.21 08:28:02.365542 [ 258 ] {4ce5d433-370b-4580-9976-21e688c210b3} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002091 sec., 104734.57675753228 rows/sec., 9.14 MiB/sec. | ||
| 16023 | 2024.12.21 08:28:02.365655 [ 258 ] {4ce5d433-370b-4580-9976-21e688c210b3} <Debug> TCPHandler: Processed in 0.002542602 sec. | ||
| 16024 | 2024.12.21 08:28:02.365866 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16025 | 2024.12.21 08:28:02.366068 [ 4 ] {17b59b6f-185b-4bcc-90f8-5e796fa671b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16026 | 2024.12.21 08:28:02.366130 [ 4 ] {17b59b6f-185b-4bcc-90f8-5e796fa671b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16027 | 2024.12.21 08:28:02.366827 [ 4 ] {17b59b6f-185b-4bcc-90f8-5e796fa671b1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16028 | 2024.12.21 08:28:02.366867 [ 4 ] {17b59b6f-185b-4bcc-90f8-5e796fa671b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16029 | 2024.12.21 08:28:02.367231 [ 4 ] {17b59b6f-185b-4bcc-90f8-5e796fa671b1} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16030 | 2024.12.21 08:28:02.367477 [ 4 ] {17b59b6f-185b-4bcc-90f8-5e796fa671b1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16031 | 2024.12.21 08:28:02.367664 [ 146 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16032 | 2024.12.21 08:28:02.367720 [ 4 ] {17b59b6f-185b-4bcc-90f8-5e796fa671b1} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001685 sec., 8902.077151335312 rows/sec., 627.67 KiB/sec. | ||
| 16033 | 2024.12.21 08:28:02.367728 [ 146 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16034 | 2024.12.21 08:28:02.367801 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16035 | 2024.12.21 08:28:02.367854 [ 4 ] {17b59b6f-185b-4bcc-90f8-5e796fa671b1} <Debug> TCPHandler: Processed in 0.002100838 sec. | ||
| 16036 | 2024.12.21 08:28:02.368137 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16037 | 2024.12.21 08:28:02.368195 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 16038 | 2024.12.21 08:28:02.368573 [ 258 ] {b1bd8eb0-2f05-4ac0-b09e-085dd8f16ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16039 | 2024.12.21 08:28:02.368776 [ 258 ] {b1bd8eb0-2f05-4ac0-b09e-085dd8f16ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16040 | 2024.12.21 08:28:02.368855 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16041 | 2024.12.21 08:28:02.369007 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 66 rows starting from the beginning of the part | ||
| 16042 | 2024.12.21 08:28:02.369494 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 15 rows starting from the beginning of the part | ||
| 16043 | 2024.12.21 08:28:02.370333 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 33 rows starting from the beginning of the part | ||
| 16044 | 2024.12.21 08:28:02.370873 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 19 rows starting from the beginning of the part | ||
| 16045 | 2024.12.21 08:28:02.371244 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 33 rows starting from the beginning of the part | ||
| 16046 | 2024.12.21 08:28:02.371626 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 15 rows starting from the beginning of the part | ||
| 16047 | 2024.12.21 08:28:02.373149 [ 258 ] {b1bd8eb0-2f05-4ac0-b09e-085dd8f16ff2} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16048 | 2024.12.21 08:28:02.373222 [ 258 ] {b1bd8eb0-2f05-4ac0-b09e-085dd8f16ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16049 | 2024.12.21 08:28:02.374238 [ 258 ] {b1bd8eb0-2f05-4ac0-b09e-085dd8f16ff2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16050 | 2024.12.21 08:28:02.374592 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.006681609 sec., 27089.283434573917 rows/sec., 2.03 MiB/sec. | ||
| 16051 | 2024.12.21 08:28:02.374741 [ 258 ] {b1bd8eb0-2f05-4ac0-b09e-085dd8f16ff2} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16052 | 2024.12.21 08:28:02.374803 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16053 | 2024.12.21 08:28:02.375170 [ 258 ] {b1bd8eb0-2f05-4ac0-b09e-085dd8f16ff2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006744 sec., 2075.9193357058125 rows/sec., 145.38 KiB/sec. | ||
| 16054 | 2024.12.21 08:28:02.375299 [ 258 ] {b1bd8eb0-2f05-4ac0-b09e-085dd8f16ff2} <Debug> TCPHandler: Processed in 0.007311294 sec. | ||
| 16055 | 2024.12.21 08:28:02.375364 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16056 | 2024.12.21 08:28:02.375515 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_111_22} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16057 | 2024.12.21 08:28:02.375523 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16058 | 2024.12.21 08:28:02.375649 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16059 | 2024.12.21 08:28:02.375732 [ 4 ] {4130e633-ccac-4bc2-9fe7-b1cef7ad8eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16060 | 2024.12.21 08:28:02.375792 [ 4 ] {4130e633-ccac-4bc2-9fe7-b1cef7ad8eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16061 | 2024.12.21 08:28:02.376376 [ 4 ] {4130e633-ccac-4bc2-9fe7-b1cef7ad8eef} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16062 | 2024.12.21 08:28:02.376415 [ 4 ] {4130e633-ccac-4bc2-9fe7-b1cef7ad8eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16063 | 2024.12.21 08:28:02.376771 [ 4 ] {4130e633-ccac-4bc2-9fe7-b1cef7ad8eef} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16064 | 2024.12.21 08:28:02.377007 [ 4 ] {4130e633-ccac-4bc2-9fe7-b1cef7ad8eef} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16065 | 2024.12.21 08:28:02.377250 [ 4 ] {4130e633-ccac-4bc2-9fe7-b1cef7ad8eef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 16066 | 2024.12.21 08:28:02.377333 [ 4 ] {4130e633-ccac-4bc2-9fe7-b1cef7ad8eef} <Debug> TCPHandler: Processed in 0.001912187 sec. | ||
| 16067 | 2024.12.21 08:28:02.377568 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16068 | 2024.12.21 08:28:02.377718 [ 258 ] {1e8e14b1-942c-4372-9ba4-ef544b314974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16069 | 2024.12.21 08:28:02.377770 [ 258 ] {1e8e14b1-942c-4372-9ba4-ef544b314974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16070 | 2024.12.21 08:28:02.378558 [ 258 ] {1e8e14b1-942c-4372-9ba4-ef544b314974} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16071 | 2024.12.21 08:28:02.378597 [ 258 ] {1e8e14b1-942c-4372-9ba4-ef544b314974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16072 | 2024.12.21 08:28:02.379005 [ 258 ] {1e8e14b1-942c-4372-9ba4-ef544b314974} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16073 | 2024.12.21 08:28:02.379258 [ 258 ] {1e8e14b1-942c-4372-9ba4-ef544b314974} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16074 | 2024.12.21 08:28:02.379490 [ 258 ] {1e8e14b1-942c-4372-9ba4-ef544b314974} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001793 sec., 217512.54880089234 rows/sec., 15.43 MiB/sec. | ||
| 16075 | 2024.12.21 08:28:02.379589 [ 258 ] {1e8e14b1-942c-4372-9ba4-ef544b314974} <Debug> TCPHandler: Processed in 0.002143469 sec. | ||
| 16076 | 2024.12.21 08:28:02.379790 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16077 | 2024.12.21 08:28:02.380047 [ 4 ] {f1fabbb7-989c-4b74-a726-6969e5fd7621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16078 | 2024.12.21 08:28:02.380107 [ 4 ] {f1fabbb7-989c-4b74-a726-6969e5fd7621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16079 | 2024.12.21 08:28:02.380685 [ 4 ] {f1fabbb7-989c-4b74-a726-6969e5fd7621} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16080 | 2024.12.21 08:28:02.380731 [ 4 ] {f1fabbb7-989c-4b74-a726-6969e5fd7621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16081 | 2024.12.21 08:28:02.381106 [ 4 ] {f1fabbb7-989c-4b74-a726-6969e5fd7621} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16082 | 2024.12.21 08:28:02.381350 [ 4 ] {f1fabbb7-989c-4b74-a726-6969e5fd7621} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16083 | 2024.12.21 08:28:02.381560 [ 4 ] {f1fabbb7-989c-4b74-a726-6969e5fd7621} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001573 sec., 3814.367450731087 rows/sec., 199.29 KiB/sec. | ||
| 16084 | 2024.12.21 08:28:02.381610 [ 4 ] {f1fabbb7-989c-4b74-a726-6969e5fd7621} <Debug> TCPHandler: Processed in 0.001928037 sec. | ||
| 16085 | 2024.12.21 08:28:02.381766 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16086 | 2024.12.21 08:28:02.381888 [ 258 ] {d9f44ad2-a7c2-4d58-b52a-4a6f4ce73208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16087 | 2024.12.21 08:28:02.381942 [ 258 ] {d9f44ad2-a7c2-4d58-b52a-4a6f4ce73208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16088 | 2024.12.21 08:28:02.382551 [ 258 ] {d9f44ad2-a7c2-4d58-b52a-4a6f4ce73208} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16089 | 2024.12.21 08:28:02.382590 [ 258 ] {d9f44ad2-a7c2-4d58-b52a-4a6f4ce73208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16090 | 2024.12.21 08:28:02.382995 [ 258 ] {d9f44ad2-a7c2-4d58-b52a-4a6f4ce73208} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16091 | 2024.12.21 08:28:02.383235 [ 258 ] {d9f44ad2-a7c2-4d58-b52a-4a6f4ce73208} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16092 | 2024.12.21 08:28:02.383424 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_118_24 to all_123_123_0 | ||
| 16093 | 2024.12.21 08:28:02.383490 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16094 | 2024.12.21 08:28:02.383503 [ 258 ] {d9f44ad2-a7c2-4d58-b52a-4a6f4ce73208} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001629 sec., 145488.02946593 rows/sec., 9.75 MiB/sec. | ||
| 16095 | 2024.12.21 08:28:02.383522 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16096 | 2024.12.21 08:28:02.383676 [ 258 ] {d9f44ad2-a7c2-4d58-b52a-4a6f4ce73208} <Debug> TCPHandler: Processed in 0.001964447 sec. | ||
| 16097 | 2024.12.21 08:28:02.383780 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_118_24 to all_123_123_0 into Compact with storage Full | ||
| 16098 | 2024.12.21 08:28:02.383872 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16099 | 2024.12.21 08:28:02.383954 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16100 | 2024.12.21 08:28:02.384008 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_118_24, total 33430 rows starting from the beginning of the part | ||
| 16101 | 2024.12.21 08:28:02.384030 [ 4 ] {9d5f0919-566f-493c-8e9c-63b5c7752359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16102 | 2024.12.21 08:28:02.384161 [ 4 ] {9d5f0919-566f-493c-8e9c-63b5c7752359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16103 | 2024.12.21 08:28:02.384225 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part | ||
| 16104 | 2024.12.21 08:28:02.384596 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 927 rows starting from the beginning of the part | ||
| 16105 | 2024.12.21 08:28:02.384836 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 32 rows starting from the beginning of the part | ||
| 16106 | 2024.12.21 08:28:02.385066 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part | ||
| 16107 | 2024.12.21 08:28:02.385265 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 237 rows starting from the beginning of the part | ||
| 16108 | 2024.12.21 08:28:02.385808 [ 4 ] {9d5f0919-566f-493c-8e9c-63b5c7752359} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16109 | 2024.12.21 08:28:02.385848 [ 4 ] {9d5f0919-566f-493c-8e9c-63b5c7752359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16110 | 2024.12.21 08:28:02.386336 [ 4 ] {9d5f0919-566f-493c-8e9c-63b5c7752359} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16111 | 2024.12.21 08:28:02.386608 [ 4 ] {9d5f0919-566f-493c-8e9c-63b5c7752359} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16112 | 2024.12.21 08:28:02.386903 [ 4 ] {9d5f0919-566f-493c-8e9c-63b5c7752359} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002908 sec., 343.878954607978 rows/sec., 23.17 KiB/sec. | ||
| 16113 | 2024.12.21 08:28:02.387001 [ 4 ] {9d5f0919-566f-493c-8e9c-63b5c7752359} <Debug> TCPHandler: Processed in 0.003208419 sec. | ||
| 16114 | 2024.12.21 08:28:02.387210 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16115 | 2024.12.21 08:28:02.387524 [ 258 ] {1399d455-bc03-47b5-ac27-121b2aa53880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16116 | 2024.12.21 08:28:02.387672 [ 258 ] {1399d455-bc03-47b5-ac27-121b2aa53880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16117 | 2024.12.21 08:28:02.389317 [ 258 ] {1399d455-bc03-47b5-ac27-121b2aa53880} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16118 | 2024.12.21 08:28:02.389358 [ 258 ] {1399d455-bc03-47b5-ac27-121b2aa53880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16119 | 2024.12.21 08:28:02.390142 [ 258 ] {1399d455-bc03-47b5-ac27-121b2aa53880} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 16120 | 2024.12.21 08:28:02.390515 [ 258 ] {1399d455-bc03-47b5-ac27-121b2aa53880} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16121 | 2024.12.21 08:28:02.390858 [ 258 ] {1399d455-bc03-47b5-ac27-121b2aa53880} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003462 sec., 2310.8030040439053 rows/sec., 4.14 MiB/sec. | ||
| 16122 | 2024.12.21 08:28:02.390986 [ 258 ] {1399d455-bc03-47b5-ac27-121b2aa53880} <Debug> TCPHandler: Processed in 0.003891205 sec. | ||
| 16123 | 2024.12.21 08:28:02.391166 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16124 | 2024.12.21 08:28:02.391309 [ 4 ] {0efd42c8-b1f2-4bef-bf08-0434ed1bdd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16125 | 2024.12.21 08:28:02.391382 [ 4 ] {0efd42c8-b1f2-4bef-bf08-0434ed1bdd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16126 | 2024.12.21 08:28:02.392022 [ 4 ] {0efd42c8-b1f2-4bef-bf08-0434ed1bdd50} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16127 | 2024.12.21 08:28:02.392061 [ 4 ] {0efd42c8-b1f2-4bef-bf08-0434ed1bdd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16128 | 2024.12.21 08:28:02.392475 [ 4 ] {0efd42c8-b1f2-4bef-bf08-0434ed1bdd50} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16129 | 2024.12.21 08:28:02.392705 [ 4 ] {0efd42c8-b1f2-4bef-bf08-0434ed1bdd50} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16130 | 2024.12.21 08:28:02.392996 [ 4 ] {0efd42c8-b1f2-4bef-bf08-0434ed1bdd50} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001754 sec., 46750.285062713796 rows/sec., 2.97 MiB/sec. | ||
| 16131 | 2024.12.21 08:28:02.393045 [ 4 ] {0efd42c8-b1f2-4bef-bf08-0434ed1bdd50} <Debug> TCPHandler: Processed in 0.002003697 sec. | ||
| 16132 | 2024.12.21 08:28:02.393539 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34946 rows, containing 5 columns (5 merged, 0 gathered) in 0.009883037 sec., 3535957.621123952 rows/sec., 238.62 MiB/sec. | ||
| 16133 | 2024.12.21 08:28:02.393911 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Trace> MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary) | ||
| 16134 | 2024.12.21 08:28:02.394281 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16135 | 2024.12.21 08:28:02.394383 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_118_24, all_123_123_0] -> all_1_123_25 | ||
| 16136 | 2024.12.21 08:28:02.394495 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 16137 | 2024.12.21 08:28:02.587900 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16138 | 2024.12.21 08:28:02.587986 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16139 | 2024.12.21 08:28:02.590089 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16140 | 2024.12.21 08:28:03.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.00 MiB, peak 287.73 MiB, free memory in arenas 0.00 B, will set to 270.13 MiB (RSS), difference: 3.13 MiB | ||
| 16141 | 2024.12.21 08:28:03.775651 [ 218 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16142 | 2024.12.21 08:28:03.775703 [ 218 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16143 | 2024.12.21 08:28:03.777807 [ 218 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16144 | 2024.12.21 08:28:04.011673 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 16145 | 2024.12.21 08:28:04.037626 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16146 | 2024.12.21 08:28:04.037684 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 16147 | 2024.12.21 08:28:04.047990 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16148 | 2024.12.21 08:28:04.048981 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16149 | 2024.12.21 08:28:04.053640 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 16150 | 2024.12.21 08:28:06.686162 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2238 | ||
| 16151 | 2024.12.21 08:28:06.689379 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16152 | 2024.12.21 08:28:06.689440 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16153 | 2024.12.21 08:28:06.690974 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16154 | 2024.12.21 08:28:06.691280 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16155 | 2024.12.21 08:28:06.691842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2238 | ||
| 16156 | 2024.12.21 08:28:07.358495 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16157 | 2024.12.21 08:28:07.358682 [ 4 ] {2e98442e-543f-40cf-ae41-22de916813d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16158 | 2024.12.21 08:28:07.358753 [ 4 ] {2e98442e-543f-40cf-ae41-22de916813d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16159 | 2024.12.21 08:28:07.359655 [ 4 ] {2e98442e-543f-40cf-ae41-22de916813d6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16160 | 2024.12.21 08:28:07.359704 [ 4 ] {2e98442e-543f-40cf-ae41-22de916813d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16161 | 2024.12.21 08:28:07.360163 [ 4 ] {2e98442e-543f-40cf-ae41-22de916813d6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16162 | 2024.12.21 08:28:07.360427 [ 4 ] {2e98442e-543f-40cf-ae41-22de916813d6} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16163 | 2024.12.21 08:28:07.360662 [ 4 ] {2e98442e-543f-40cf-ae41-22de916813d6} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002034 sec., 59980.33431661751 rows/sec., 5.10 MiB/sec. | ||
| 16164 | 2024.12.21 08:28:07.360738 [ 4 ] {2e98442e-543f-40cf-ae41-22de916813d6} <Debug> TCPHandler: Processed in 0.002374491 sec. | ||
| 16165 | 2024.12.21 08:28:07.361008 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16166 | 2024.12.21 08:28:07.361217 [ 258 ] {3f7936f3-15b0-4330-a942-434c781979ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16167 | 2024.12.21 08:28:07.361293 [ 258 ] {3f7936f3-15b0-4330-a942-434c781979ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16168 | 2024.12.21 08:28:07.362129 [ 258 ] {3f7936f3-15b0-4330-a942-434c781979ac} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16169 | 2024.12.21 08:28:07.362176 [ 258 ] {3f7936f3-15b0-4330-a942-434c781979ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16170 | 2024.12.21 08:28:07.362640 [ 258 ] {3f7936f3-15b0-4330-a942-434c781979ac} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16171 | 2024.12.21 08:28:07.362895 [ 258 ] {3f7936f3-15b0-4330-a942-434c781979ac} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16172 | 2024.12.21 08:28:07.363124 [ 258 ] {3f7936f3-15b0-4330-a942-434c781979ac} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001964 sec., 16802.44399185336 rows/sec., 1.23 MiB/sec. | ||
| 16173 | 2024.12.21 08:28:07.363191 [ 258 ] {3f7936f3-15b0-4330-a942-434c781979ac} <Debug> TCPHandler: Processed in 0.002312341 sec. | ||
| 16174 | 2024.12.21 08:28:07.363349 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16175 | 2024.12.21 08:28:07.363479 [ 4 ] {6c8802ff-c656-4382-8413-1b9ba875f5e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16176 | 2024.12.21 08:28:07.363535 [ 4 ] {6c8802ff-c656-4382-8413-1b9ba875f5e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16177 | 2024.12.21 08:28:07.364220 [ 4 ] {6c8802ff-c656-4382-8413-1b9ba875f5e5} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16178 | 2024.12.21 08:28:07.364258 [ 4 ] {6c8802ff-c656-4382-8413-1b9ba875f5e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16179 | 2024.12.21 08:28:07.364665 [ 4 ] {6c8802ff-c656-4382-8413-1b9ba875f5e5} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16180 | 2024.12.21 08:28:07.364928 [ 4 ] {6c8802ff-c656-4382-8413-1b9ba875f5e5} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16181 | 2024.12.21 08:28:07.365133 [ 4 ] {6c8802ff-c656-4382-8413-1b9ba875f5e5} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001674 sec., 57945.04181600956 rows/sec., 4.53 MiB/sec. | ||
| 16182 | 2024.12.21 08:28:07.365208 [ 4 ] {6c8802ff-c656-4382-8413-1b9ba875f5e5} <Debug> TCPHandler: Processed in 0.001921886 sec. | ||
| 16183 | 2024.12.21 08:28:07.365242 [ 218 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16184 | 2024.12.21 08:28:07.365312 [ 218 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16185 | 2024.12.21 08:28:07.365399 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16186 | 2024.12.21 08:28:07.365559 [ 258 ] {3795fa6d-d975-4dea-966d-e19e756ee2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16187 | 2024.12.21 08:28:07.365668 [ 258 ] {3795fa6d-d975-4dea-966d-e19e756ee2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16188 | 2024.12.21 08:28:07.367043 [ 258 ] {3795fa6d-d975-4dea-966d-e19e756ee2ca} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16189 | 2024.12.21 08:28:07.367110 [ 258 ] {3795fa6d-d975-4dea-966d-e19e756ee2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16190 | 2024.12.21 08:28:07.368110 [ 258 ] {3795fa6d-d975-4dea-966d-e19e756ee2ca} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16191 | 2024.12.21 08:28:07.368594 [ 258 ] {3795fa6d-d975-4dea-966d-e19e756ee2ca} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16192 | 2024.12.21 08:28:07.368936 [ 258 ] {3795fa6d-d975-4dea-966d-e19e756ee2ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003402 sec., 47031.158142269254 rows/sec., 3.28 MiB/sec. | ||
| 16193 | 2024.12.21 08:28:07.369103 [ 258 ] {3795fa6d-d975-4dea-966d-e19e756ee2ca} <Debug> TCPHandler: Processed in 0.003781914 sec. | ||
| 16194 | 2024.12.21 08:28:07.369132 [ 218 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16195 | 2024.12.21 08:28:07.369343 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16196 | 2024.12.21 08:28:07.369497 [ 4 ] {7584cffb-df58-4723-ad2a-cab85d81e34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16197 | 2024.12.21 08:28:07.369626 [ 4 ] {7584cffb-df58-4723-ad2a-cab85d81e34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16198 | 2024.12.21 08:28:07.372467 [ 4 ] {7584cffb-df58-4723-ad2a-cab85d81e34f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16199 | 2024.12.21 08:28:07.372506 [ 4 ] {7584cffb-df58-4723-ad2a-cab85d81e34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16200 | 2024.12.21 08:28:07.373176 [ 4 ] {7584cffb-df58-4723-ad2a-cab85d81e34f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16201 | 2024.12.21 08:28:07.373434 [ 4 ] {7584cffb-df58-4723-ad2a-cab85d81e34f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16202 | 2024.12.21 08:28:07.373626 [ 4 ] {7584cffb-df58-4723-ad2a-cab85d81e34f} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.004156 sec., 7940.327237728585 rows/sec., 14.23 MiB/sec. | ||
| 16203 | 2024.12.21 08:28:07.373721 [ 4 ] {7584cffb-df58-4723-ad2a-cab85d81e34f} <Debug> TCPHandler: Processed in 0.0045091 sec. | ||
| 16204 | 2024.12.21 08:28:07.373902 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16205 | 2024.12.21 08:28:07.374036 [ 258 ] {d50e8676-f6d4-42ec-8a4b-fe54723a7f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16206 | 2024.12.21 08:28:07.374094 [ 258 ] {d50e8676-f6d4-42ec-8a4b-fe54723a7f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16207 | 2024.12.21 08:28:07.374652 [ 258 ] {d50e8676-f6d4-42ec-8a4b-fe54723a7f33} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16208 | 2024.12.21 08:28:07.374695 [ 258 ] {d50e8676-f6d4-42ec-8a4b-fe54723a7f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16209 | 2024.12.21 08:28:07.375092 [ 258 ] {d50e8676-f6d4-42ec-8a4b-fe54723a7f33} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16210 | 2024.12.21 08:28:07.375389 [ 258 ] {d50e8676-f6d4-42ec-8a4b-fe54723a7f33} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16211 | 2024.12.21 08:28:07.375619 [ 258 ] {d50e8676-f6d4-42ec-8a4b-fe54723a7f33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec. | ||
| 16212 | 2024.12.21 08:28:07.375683 [ 258 ] {d50e8676-f6d4-42ec-8a4b-fe54723a7f33} <Debug> TCPHandler: Processed in 0.001848467 sec. | ||
| 16213 | 2024.12.21 08:28:07.935827 [ 225 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16214 | 2024.12.21 08:28:07.935874 [ 225 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16215 | 2024.12.21 08:28:07.937816 [ 225 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16216 | 2024.12.21 08:28:08.024451 [ 225 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16217 | 2024.12.21 08:28:08.024493 [ 225 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16218 | 2024.12.21 08:28:08.026473 [ 225 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16219 | 2024.12.21 08:28:08.986155 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
| 16220 | 2024.12.21 08:28:08.986798 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16221 | 2024.12.21 08:28:08.986847 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16222 | 2024.12.21 08:28:08.987383 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16223 | 2024.12.21 08:28:08.987650 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16224 | 2024.12.21 08:28:08.987903 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
| 16225 | 2024.12.21 08:28:11.553841 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 16226 | 2024.12.21 08:28:11.577223 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16227 | 2024.12.21 08:28:11.577287 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16228 | 2024.12.21 08:28:11.584754 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16229 | 2024.12.21 08:28:11.585596 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16230 | 2024.12.21 08:28:11.588469 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 16231 | 2024.12.21 08:28:12.361809 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16232 | 2024.12.21 08:28:12.361994 [ 4 ] {3aa0633c-efb1-4c14-a033-394e21200076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16233 | 2024.12.21 08:28:12.362066 [ 4 ] {3aa0633c-efb1-4c14-a033-394e21200076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16234 | 2024.12.21 08:28:12.362813 [ 4 ] {3aa0633c-efb1-4c14-a033-394e21200076} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16235 | 2024.12.21 08:28:12.362857 [ 4 ] {3aa0633c-efb1-4c14-a033-394e21200076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16236 | 2024.12.21 08:28:12.363308 [ 4 ] {3aa0633c-efb1-4c14-a033-394e21200076} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16237 | 2024.12.21 08:28:12.363593 [ 4 ] {3aa0633c-efb1-4c14-a033-394e21200076} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16238 | 2024.12.21 08:28:12.363819 [ 4 ] {3aa0633c-efb1-4c14-a033-394e21200076} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec. | ||
| 16239 | 2024.12.21 08:28:12.363886 [ 4 ] {3aa0633c-efb1-4c14-a033-394e21200076} <Debug> TCPHandler: Processed in 0.002209349 sec. | ||
| 16240 | 2024.12.21 08:28:12.364117 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16241 | 2024.12.21 08:28:12.364317 [ 258 ] {ca9c65a2-5df6-48c2-8899-ea287521babd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16242 | 2024.12.21 08:28:12.364390 [ 258 ] {ca9c65a2-5df6-48c2-8899-ea287521babd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16243 | 2024.12.21 08:28:12.365246 [ 258 ] {ca9c65a2-5df6-48c2-8899-ea287521babd} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16244 | 2024.12.21 08:28:12.365294 [ 258 ] {ca9c65a2-5df6-48c2-8899-ea287521babd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16245 | 2024.12.21 08:28:12.365758 [ 258 ] {ca9c65a2-5df6-48c2-8899-ea287521babd} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16246 | 2024.12.21 08:28:12.366009 [ 258 ] {ca9c65a2-5df6-48c2-8899-ea287521babd} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16247 | 2024.12.21 08:28:12.366245 [ 258 ] {ca9c65a2-5df6-48c2-8899-ea287521babd} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001986 sec., 110271.90332326284 rows/sec., 9.63 MiB/sec. | ||
| 16248 | 2024.12.21 08:28:12.366316 [ 258 ] {ca9c65a2-5df6-48c2-8899-ea287521babd} <Debug> TCPHandler: Processed in 0.002329221 sec. | ||
| 16249 | 2024.12.21 08:28:12.366471 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16250 | 2024.12.21 08:28:12.366615 [ 4 ] {7f238503-28e1-4570-9d5b-9861e3c498d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16251 | 2024.12.21 08:28:12.366675 [ 4 ] {7f238503-28e1-4570-9d5b-9861e3c498d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16252 | 2024.12.21 08:28:12.367358 [ 4 ] {7f238503-28e1-4570-9d5b-9861e3c498d0} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16253 | 2024.12.21 08:28:12.367396 [ 4 ] {7f238503-28e1-4570-9d5b-9861e3c498d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16254 | 2024.12.21 08:28:12.367759 [ 4 ] {7f238503-28e1-4570-9d5b-9861e3c498d0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16255 | 2024.12.21 08:28:12.367994 [ 4 ] {7f238503-28e1-4570-9d5b-9861e3c498d0} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16256 | 2024.12.21 08:28:12.368192 [ 4 ] {7f238503-28e1-4570-9d5b-9861e3c498d0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00161 sec., 9316.770186335403 rows/sec., 656.91 KiB/sec. | ||
| 16257 | 2024.12.21 08:28:12.368300 [ 4 ] {7f238503-28e1-4570-9d5b-9861e3c498d0} <Debug> TCPHandler: Processed in 0.001891447 sec. | ||
| 16258 | 2024.12.21 08:28:12.368499 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16259 | 2024.12.21 08:28:12.368639 [ 258 ] {6efdb271-beec-4b3e-b4f5-1a7f47959b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16260 | 2024.12.21 08:28:12.368700 [ 258 ] {6efdb271-beec-4b3e-b4f5-1a7f47959b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16261 | 2024.12.21 08:28:12.369301 [ 258 ] {6efdb271-beec-4b3e-b4f5-1a7f47959b38} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16262 | 2024.12.21 08:28:12.369340 [ 258 ] {6efdb271-beec-4b3e-b4f5-1a7f47959b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16263 | 2024.12.21 08:28:12.369708 [ 258 ] {6efdb271-beec-4b3e-b4f5-1a7f47959b38} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16264 | 2024.12.21 08:28:12.369940 [ 258 ] {6efdb271-beec-4b3e-b4f5-1a7f47959b38} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16265 | 2024.12.21 08:28:12.370103 [ 133 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_53_11 to all_58_58_0 | ||
| 16266 | 2024.12.21 08:28:12.370169 [ 133 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16267 | 2024.12.21 08:28:12.370202 [ 258 ] {6efdb271-beec-4b3e-b4f5-1a7f47959b38} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 618.59 KiB/sec. | ||
| 16268 | 2024.12.21 08:28:12.370211 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16269 | 2024.12.21 08:28:12.370356 [ 258 ] {6efdb271-beec-4b3e-b4f5-1a7f47959b38} <Debug> TCPHandler: Processed in 0.001935527 sec. | ||
| 16270 | 2024.12.21 08:28:12.370524 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_53_11 to all_58_58_0 into Compact with storage Full | ||
| 16271 | 2024.12.21 08:28:12.370574 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16272 | 2024.12.21 08:28:12.370796 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16273 | 2024.12.21 08:28:12.370821 [ 4 ] {366dbe00-8c55-449c-957f-b645f32663f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16274 | 2024.12.21 08:28:12.370868 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_11, total 244 rows starting from the beginning of the part | ||
| 16275 | 2024.12.21 08:28:12.370921 [ 4 ] {366dbe00-8c55-449c-957f-b645f32663f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16276 | 2024.12.21 08:28:12.371187 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16277 | 2024.12.21 08:28:12.371588 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16278 | 2024.12.21 08:28:12.371891 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 242 rows starting from the beginning of the part | ||
| 16279 | 2024.12.21 08:28:12.372283 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 16280 | 2024.12.21 08:28:12.372668 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 16281 | 2024.12.21 08:28:12.375146 [ 4 ] {366dbe00-8c55-449c-957f-b645f32663f8} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16282 | 2024.12.21 08:28:12.375242 [ 4 ] {366dbe00-8c55-449c-957f-b645f32663f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16283 | 2024.12.21 08:28:12.376312 [ 4 ] {366dbe00-8c55-449c-957f-b645f32663f8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16284 | 2024.12.21 08:28:12.376888 [ 4 ] {366dbe00-8c55-449c-957f-b645f32663f8} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16285 | 2024.12.21 08:28:12.377001 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.006629339 sec., 81757.77404051897 rows/sec., 5.86 MiB/sec. | ||
| 16286 | 2024.12.21 08:28:12.377280 [ 4 ] {366dbe00-8c55-449c-957f-b645f32663f8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006534 sec., 1989.5928986838078 rows/sec., 124.05 KiB/sec. | ||
| 16287 | 2024.12.21 08:28:12.377281 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Trace> MergedBlockOutputStream: filled checksums all_1_58_12 (state Temporary) | ||
| 16288 | 2024.12.21 08:28:12.377472 [ 4 ] {366dbe00-8c55-449c-957f-b645f32663f8} <Debug> TCPHandler: Processed in 0.006989332 sec. | ||
| 16289 | 2024.12.21 08:28:12.377711 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16290 | 2024.12.21 08:28:12.377832 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_58_12 to all_1_58_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16291 | 2024.12.21 08:28:12.377946 [ 258 ] {bb16d880-e08e-4440-8d99-64ebe94a47c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16292 | 2024.12.21 08:28:12.378009 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_58_12} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_53_11, all_58_58_0] -> all_1_58_12 | ||
| 16293 | 2024.12.21 08:28:12.378028 [ 258 ] {bb16d880-e08e-4440-8d99-64ebe94a47c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16294 | 2024.12.21 08:28:12.378284 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 16295 | 2024.12.21 08:28:12.379059 [ 258 ] {bb16d880-e08e-4440-8d99-64ebe94a47c7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16296 | 2024.12.21 08:28:12.379105 [ 258 ] {bb16d880-e08e-4440-8d99-64ebe94a47c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16297 | 2024.12.21 08:28:12.379496 [ 258 ] {bb16d880-e08e-4440-8d99-64ebe94a47c7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16298 | 2024.12.21 08:28:12.379774 [ 258 ] {bb16d880-e08e-4440-8d99-64ebe94a47c7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16299 | 2024.12.21 08:28:12.379996 [ 258 ] {bb16d880-e08e-4440-8d99-64ebe94a47c7} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002128 sec., 183270.6766917293 rows/sec., 13.00 MiB/sec. | ||
| 16300 | 2024.12.21 08:28:12.380057 [ 258 ] {bb16d880-e08e-4440-8d99-64ebe94a47c7} <Debug> TCPHandler: Processed in 0.002449212 sec. | ||
| 16301 | 2024.12.21 08:28:12.380230 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16302 | 2024.12.21 08:28:12.380373 [ 4 ] {3a5b825b-9b6b-4a63-8df9-fe18006bf54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16303 | 2024.12.21 08:28:12.380434 [ 4 ] {3a5b825b-9b6b-4a63-8df9-fe18006bf54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16304 | 2024.12.21 08:28:12.381008 [ 4 ] {3a5b825b-9b6b-4a63-8df9-fe18006bf54b} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16305 | 2024.12.21 08:28:12.381053 [ 4 ] {3a5b825b-9b6b-4a63-8df9-fe18006bf54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16306 | 2024.12.21 08:28:12.381462 [ 4 ] {3a5b825b-9b6b-4a63-8df9-fe18006bf54b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16307 | 2024.12.21 08:28:12.381703 [ 4 ] {3a5b825b-9b6b-4a63-8df9-fe18006bf54b} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16308 | 2024.12.21 08:28:12.381896 [ 4 ] {3a5b825b-9b6b-4a63-8df9-fe18006bf54b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec. | ||
| 16309 | 2024.12.21 08:28:12.381968 [ 4 ] {3a5b825b-9b6b-4a63-8df9-fe18006bf54b} <Debug> TCPHandler: Processed in 0.001806275 sec. | ||
| 16310 | 2024.12.21 08:28:12.382162 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16311 | 2024.12.21 08:28:12.382297 [ 258 ] {a18aa507-34fb-40d4-885d-085852ad8b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16312 | 2024.12.21 08:28:12.382351 [ 258 ] {a18aa507-34fb-40d4-885d-085852ad8b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16313 | 2024.12.21 08:28:12.382952 [ 258 ] {a18aa507-34fb-40d4-885d-085852ad8b39} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16314 | 2024.12.21 08:28:12.382991 [ 258 ] {a18aa507-34fb-40d4-885d-085852ad8b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16315 | 2024.12.21 08:28:12.383395 [ 258 ] {a18aa507-34fb-40d4-885d-085852ad8b39} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16316 | 2024.12.21 08:28:12.383633 [ 258 ] {a18aa507-34fb-40d4-885d-085852ad8b39} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16317 | 2024.12.21 08:28:12.383857 [ 258 ] {a18aa507-34fb-40d4-885d-085852ad8b39} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001586 sec., 149432.53467843632 rows/sec., 10.02 MiB/sec. | ||
| 16318 | 2024.12.21 08:28:12.383915 [ 258 ] {a18aa507-34fb-40d4-885d-085852ad8b39} <Debug> TCPHandler: Processed in 0.001851316 sec. | ||
| 16319 | 2024.12.21 08:28:12.384066 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16320 | 2024.12.21 08:28:12.384191 [ 4 ] {1acbf8e7-b52c-473f-9f28-acd7cb689caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16321 | 2024.12.21 08:28:12.384251 [ 4 ] {1acbf8e7-b52c-473f-9f28-acd7cb689caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16322 | 2024.12.21 08:28:12.384813 [ 4 ] {1acbf8e7-b52c-473f-9f28-acd7cb689caf} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16323 | 2024.12.21 08:28:12.384857 [ 4 ] {1acbf8e7-b52c-473f-9f28-acd7cb689caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16324 | 2024.12.21 08:28:12.385262 [ 4 ] {1acbf8e7-b52c-473f-9f28-acd7cb689caf} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16325 | 2024.12.21 08:28:12.385503 [ 4 ] {1acbf8e7-b52c-473f-9f28-acd7cb689caf} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16326 | 2024.12.21 08:28:12.385691 [ 132 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_53_11 to all_58_58_0 | ||
| 16327 | 2024.12.21 08:28:12.385714 [ 4 ] {1acbf8e7-b52c-473f-9f28-acd7cb689caf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001558 sec., 641.8485237483955 rows/sec., 43.25 KiB/sec. | ||
| 16328 | 2024.12.21 08:28:12.385762 [ 132 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16329 | 2024.12.21 08:28:12.385832 [ 4 ] {1acbf8e7-b52c-473f-9f28-acd7cb689caf} <Debug> TCPHandler: Processed in 0.001835406 sec. | ||
| 16330 | 2024.12.21 08:28:12.385832 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16331 | 2024.12.21 08:28:12.386032 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16332 | 2024.12.21 08:28:12.386045 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_53_11 to all_58_58_0 into Compact with storage Full | ||
| 16333 | 2024.12.21 08:28:12.386220 [ 258 ] {f7b45d13-5300-42f7-a4ee-d9f7f3fd481e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16334 | 2024.12.21 08:28:12.386294 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16335 | 2024.12.21 08:28:12.386365 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_11, total 53 rows starting from the beginning of the part | ||
| 16336 | 2024.12.21 08:28:12.386420 [ 258 ] {f7b45d13-5300-42f7-a4ee-d9f7f3fd481e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16337 | 2024.12.21 08:28:12.386902 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 16338 | 2024.12.21 08:28:12.387318 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 16339 | 2024.12.21 08:28:12.387685 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 16340 | 2024.12.21 08:28:12.387972 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 16341 | 2024.12.21 08:28:12.388457 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 16342 | 2024.12.21 08:28:12.392418 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 4 columns (4 merged, 0 gathered) in 0.006415417 sec., 9040.721748874625 rows/sec., 607.97 KiB/sec. | ||
| 16343 | 2024.12.21 08:28:12.392483 [ 258 ] {f7b45d13-5300-42f7-a4ee-d9f7f3fd481e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16344 | 2024.12.21 08:28:12.392541 [ 258 ] {f7b45d13-5300-42f7-a4ee-d9f7f3fd481e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16345 | 2024.12.21 08:28:12.392621 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Trace> MergedBlockOutputStream: filled checksums all_1_58_12 (state Temporary) | ||
| 16346 | 2024.12.21 08:28:12.393281 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_58_12 to all_1_58_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16347 | 2024.12.21 08:28:12.393476 [ 186 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_58_12} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_53_11, all_58_58_0] -> all_1_58_12 | ||
| 16348 | 2024.12.21 08:28:12.393660 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16349 | 2024.12.21 08:28:12.393926 [ 258 ] {f7b45d13-5300-42f7-a4ee-d9f7f3fd481e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16350 | 2024.12.21 08:28:12.394202 [ 258 ] {f7b45d13-5300-42f7-a4ee-d9f7f3fd481e} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16351 | 2024.12.21 08:28:12.394461 [ 258 ] {f7b45d13-5300-42f7-a4ee-d9f7f3fd481e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008289 sec., 965.134515623115 rows/sec., 1.73 MiB/sec. | ||
| 16352 | 2024.12.21 08:28:12.394598 [ 258 ] {f7b45d13-5300-42f7-a4ee-d9f7f3fd481e} <Debug> TCPHandler: Processed in 0.008647976 sec. | ||
| 16353 | 2024.12.21 08:28:12.394760 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16354 | 2024.12.21 08:28:12.394880 [ 4 ] {bb487ae7-1289-424d-b2a7-420e20531c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16355 | 2024.12.21 08:28:12.394930 [ 4 ] {bb487ae7-1289-424d-b2a7-420e20531c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16356 | 2024.12.21 08:28:12.395429 [ 4 ] {bb487ae7-1289-424d-b2a7-420e20531c05} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16357 | 2024.12.21 08:28:12.395468 [ 4 ] {bb487ae7-1289-424d-b2a7-420e20531c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 16358 | 2024.12.21 08:28:12.395853 [ 4 ] {bb487ae7-1289-424d-b2a7-420e20531c05} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 16359 | 2024.12.21 08:28:12.396099 [ 4 ] {bb487ae7-1289-424d-b2a7-420e20531c05} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16360 | 2024.12.21 08:28:12.396333 [ 4 ] {bb487ae7-1289-424d-b2a7-420e20531c05} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001478 sec., 55480.37889039242 rows/sec., 3.52 MiB/sec. | ||
| 16361 | 2024.12.21 08:28:12.396401 [ 4 ] {bb487ae7-1289-424d-b2a7-420e20531c05} <Debug> TCPHandler: Processed in 0.001701525 sec. | ||
| 16362 | 2024.12.21 08:28:16.273389 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16363 | 2024.12.21 08:28:16.273502 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16364 | 2024.12.21 08:28:16.446958 [ 221 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16365 | 2024.12.21 08:28:16.446997 [ 221 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16366 | 2024.12.21 08:28:16.448966 [ 221 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16367 | 2024.12.21 08:28:16.488176 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
| 16368 | 2024.12.21 08:28:16.488879 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16369 | 2024.12.21 08:28:16.488935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16370 | 2024.12.21 08:28:16.489483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16371 | 2024.12.21 08:28:16.489750 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16372 | 2024.12.21 08:28:16.490013 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 16373 | 2024.12.21 08:28:16.490152 [ 218 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16374 | 2024.12.21 08:28:16.490218 [ 218 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16375 | 2024.12.21 08:28:16.492297 [ 218 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16376 | 2024.12.21 08:28:16.692250 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2272 | ||
| 16377 | 2024.12.21 08:28:16.695547 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16378 | 2024.12.21 08:28:16.695601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16379 | 2024.12.21 08:28:16.697130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16380 | 2024.12.21 08:28:16.697445 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16381 | 2024.12.21 08:28:16.698148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2272 | ||
| 16382 | 2024.12.21 08:28:17.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.14 MiB, peak 287.73 MiB, free memory in arenas 0.00 B, will set to 270.13 MiB (RSS), difference: 3.99 MiB | ||
| 16383 | 2024.12.21 08:28:17.001718 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001217191 sec. | ||
| 16384 | 2024.12.21 08:28:17.359004 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16385 | 2024.12.21 08:28:17.359217 [ 4 ] {e41feb22-3652-435b-a70c-dada714fdb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16386 | 2024.12.21 08:28:17.359297 [ 4 ] {e41feb22-3652-435b-a70c-dada714fdb1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16387 | 2024.12.21 08:28:17.360163 [ 4 ] {e41feb22-3652-435b-a70c-dada714fdb1d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16388 | 2024.12.21 08:28:17.360218 [ 4 ] {e41feb22-3652-435b-a70c-dada714fdb1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16389 | 2024.12.21 08:28:17.360663 [ 4 ] {e41feb22-3652-435b-a70c-dada714fdb1d} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16390 | 2024.12.21 08:28:17.360935 [ 4 ] {e41feb22-3652-435b-a70c-dada714fdb1d} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16391 | 2024.12.21 08:28:17.361197 [ 4 ] {e41feb22-3652-435b-a70c-dada714fdb1d} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002039 sec., 59833.25159391859 rows/sec., 5.09 MiB/sec. | ||
| 16392 | 2024.12.21 08:28:17.361269 [ 4 ] {e41feb22-3652-435b-a70c-dada714fdb1d} <Debug> TCPHandler: Processed in 0.002401651 sec. | ||
| 16393 | 2024.12.21 08:28:17.361537 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16394 | 2024.12.21 08:28:17.361727 [ 258 ] {3f562a36-6a5d-4d21-ba84-a117b6386c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16395 | 2024.12.21 08:28:17.361811 [ 258 ] {3f562a36-6a5d-4d21-ba84-a117b6386c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16396 | 2024.12.21 08:28:17.362564 [ 258 ] {3f562a36-6a5d-4d21-ba84-a117b6386c7e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16397 | 2024.12.21 08:28:17.362615 [ 258 ] {3f562a36-6a5d-4d21-ba84-a117b6386c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16398 | 2024.12.21 08:28:17.363055 [ 258 ] {3f562a36-6a5d-4d21-ba84-a117b6386c7e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16399 | 2024.12.21 08:28:17.363305 [ 258 ] {3f562a36-6a5d-4d21-ba84-a117b6386c7e} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16400 | 2024.12.21 08:28:17.363542 [ 258 ] {3f562a36-6a5d-4d21-ba84-a117b6386c7e} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001869 sec., 17656.50080256822 rows/sec., 1.30 MiB/sec. | ||
| 16401 | 2024.12.21 08:28:17.363609 [ 258 ] {3f562a36-6a5d-4d21-ba84-a117b6386c7e} <Debug> TCPHandler: Processed in 0.00219851 sec. | ||
| 16402 | 2024.12.21 08:28:17.363819 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16403 | 2024.12.21 08:28:17.364048 [ 4 ] {1e7d3c50-ac8a-4815-9473-315edf08ceb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16404 | 2024.12.21 08:28:17.364142 [ 4 ] {1e7d3c50-ac8a-4815-9473-315edf08ceb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16405 | 2024.12.21 08:28:17.364894 [ 4 ] {1e7d3c50-ac8a-4815-9473-315edf08ceb0} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16406 | 2024.12.21 08:28:17.364936 [ 4 ] {1e7d3c50-ac8a-4815-9473-315edf08ceb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16407 | 2024.12.21 08:28:17.365318 [ 4 ] {1e7d3c50-ac8a-4815-9473-315edf08ceb0} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16408 | 2024.12.21 08:28:17.365563 [ 4 ] {1e7d3c50-ac8a-4815-9473-315edf08ceb0} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16409 | 2024.12.21 08:28:17.365792 [ 4 ] {1e7d3c50-ac8a-4815-9473-315edf08ceb0} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001803 sec., 53799.22351636162 rows/sec., 4.20 MiB/sec. | ||
| 16410 | 2024.12.21 08:28:17.365849 [ 4 ] {1e7d3c50-ac8a-4815-9473-315edf08ceb0} <Debug> TCPHandler: Processed in 0.002140579 sec. | ||
| 16411 | 2024.12.21 08:28:17.365997 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16412 | 2024.12.21 08:28:17.366121 [ 258 ] {185ef79e-9e2a-4c7e-8f98-b3f918685f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16413 | 2024.12.21 08:28:17.366176 [ 258 ] {185ef79e-9e2a-4c7e-8f98-b3f918685f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16414 | 2024.12.21 08:28:17.366778 [ 258 ] {185ef79e-9e2a-4c7e-8f98-b3f918685f6a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16415 | 2024.12.21 08:28:17.366818 [ 258 ] {185ef79e-9e2a-4c7e-8f98-b3f918685f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16416 | 2024.12.21 08:28:17.367244 [ 258 ] {185ef79e-9e2a-4c7e-8f98-b3f918685f6a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16417 | 2024.12.21 08:28:17.367488 [ 258 ] {185ef79e-9e2a-4c7e-8f98-b3f918685f6a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16418 | 2024.12.21 08:28:17.367705 [ 258 ] {185ef79e-9e2a-4c7e-8f98-b3f918685f6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. | ||
| 16419 | 2024.12.21 08:28:17.367768 [ 258 ] {185ef79e-9e2a-4c7e-8f98-b3f918685f6a} <Debug> TCPHandler: Processed in 0.001826506 sec. | ||
| 16420 | 2024.12.21 08:28:17.367935 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16421 | 2024.12.21 08:28:17.368077 [ 4 ] {6743e64e-1497-41a9-8308-92383e6f21a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16422 | 2024.12.21 08:28:17.368171 [ 4 ] {6743e64e-1497-41a9-8308-92383e6f21a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16423 | 2024.12.21 08:28:17.369407 [ 4 ] {6743e64e-1497-41a9-8308-92383e6f21a5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16424 | 2024.12.21 08:28:17.369448 [ 4 ] {6743e64e-1497-41a9-8308-92383e6f21a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16425 | 2024.12.21 08:28:17.370123 [ 4 ] {6743e64e-1497-41a9-8308-92383e6f21a5} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16426 | 2024.12.21 08:28:17.370388 [ 4 ] {6743e64e-1497-41a9-8308-92383e6f21a5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16427 | 2024.12.21 08:28:17.370618 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16428 | 2024.12.21 08:28:17.370686 [ 4 ] {6743e64e-1497-41a9-8308-92383e6f21a5} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002634 sec., 12528.473804100227 rows/sec., 22.45 MiB/sec. | ||
| 16429 | 2024.12.21 08:28:17.370747 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16430 | 2024.12.21 08:28:17.370852 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16431 | 2024.12.21 08:28:17.371045 [ 4 ] {6743e64e-1497-41a9-8308-92383e6f21a5} <Debug> TCPHandler: Processed in 0.003174688 sec. | ||
| 16432 | 2024.12.21 08:28:17.371125 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 16433 | 2024.12.21 08:28:17.371224 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16434 | 2024.12.21 08:28:17.371489 [ 258 ] {d0aed031-c251-477e-bbce-76ed13ea4b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16435 | 2024.12.21 08:28:17.371622 [ 258 ] {d0aed031-c251-477e-bbce-76ed13ea4b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16436 | 2024.12.21 08:28:17.371766 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16437 | 2024.12.21 08:28:17.371996 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2156 rows starting from the beginning of the part | ||
| 16438 | 2024.12.21 08:28:17.372923 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 33 rows starting from the beginning of the part | ||
| 16439 | 2024.12.21 08:28:17.373717 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 8 rows starting from the beginning of the part | ||
| 16440 | 2024.12.21 08:28:17.373846 [ 258 ] {d0aed031-c251-477e-bbce-76ed13ea4b02} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16441 | 2024.12.21 08:28:17.373979 [ 258 ] {d0aed031-c251-477e-bbce-76ed13ea4b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16442 | 2024.12.21 08:28:17.374395 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 33 rows starting from the beginning of the part | ||
| 16443 | 2024.12.21 08:28:17.375007 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 8 rows starting from the beginning of the part | ||
| 16444 | 2024.12.21 08:28:17.375571 [ 258 ] {d0aed031-c251-477e-bbce-76ed13ea4b02} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16445 | 2024.12.21 08:28:17.375659 [ 197 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 33 rows starting from the beginning of the part | ||
| 16446 | 2024.12.21 08:28:17.376461 [ 258 ] {d0aed031-c251-477e-bbce-76ed13ea4b02} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16447 | 2024.12.21 08:28:17.376857 [ 124 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16448 | 2024.12.21 08:28:17.376974 [ 124 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16449 | 2024.12.21 08:28:17.377036 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16450 | 2024.12.21 08:28:17.377045 [ 258 ] {d0aed031-c251-477e-bbce-76ed13ea4b02} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005641 sec., 10636.411983690834 rows/sec., 734.02 KiB/sec. | ||
| 16451 | 2024.12.21 08:28:17.377351 [ 258 ] {d0aed031-c251-477e-bbce-76ed13ea4b02} <Debug> TCPHandler: Processed in 0.006199575 sec. | ||
| 16452 | 2024.12.21 08:28:17.377751 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 16453 | 2024.12.21 08:28:17.378107 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16454 | 2024.12.21 08:28:17.378170 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7182 rows starting from the beginning of the part | ||
| 16455 | 2024.12.21 08:28:17.378320 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
| 16456 | 2024.12.21 08:28:17.378492 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 82 rows starting from the beginning of the part | ||
| 16457 | 2024.12.21 08:28:17.378593 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part | ||
| 16458 | 2024.12.21 08:28:17.378845 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 82 rows starting from the beginning of the part | ||
| 16459 | 2024.12.21 08:28:17.379095 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 16460 | 2024.12.21 08:28:17.383095 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7526 rows, containing 4 columns (4 merged, 0 gathered) in 0.005712011 sec., 1317574.4934664867 rows/sec., 85.64 MiB/sec. | ||
| 16461 | 2024.12.21 08:28:17.383840 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16462 | 2024.12.21 08:28:17.384185 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16463 | 2024.12.21 08:28:17.384268 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_126_25} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16464 | 2024.12.21 08:28:17.384365 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 16465 | 2024.12.21 08:28:17.387996 [ 199 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 19 columns (19 merged, 0 gathered) in 0.0169648 sec., 133865.415448458 rows/sec., 239.88 MiB/sec. | ||
| 16466 | 2024.12.21 08:28:17.390068 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16467 | 2024.12.21 08:28:17.390467 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16468 | 2024.12.21 08:28:17.390547 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16469 | 2024.12.21 08:28:17.390770 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.45 MiB. | ||
| 16470 | 2024.12.21 08:28:19.088687 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 16471 | 2024.12.21 08:28:19.111668 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16472 | 2024.12.21 08:28:19.111730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16473 | 2024.12.21 08:28:19.119268 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16474 | 2024.12.21 08:28:19.120090 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16475 | 2024.12.21 08:28:19.123087 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 16476 | 2024.12.21 08:28:20.547171 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16477 | 2024.12.21 08:28:20.547410 [ 4 ] {3a71d521-6e02-4d18-973a-b184f04026cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16478 | 2024.12.21 08:28:20.547492 [ 4 ] {3a71d521-6e02-4d18-973a-b184f04026cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16479 | 2024.12.21 08:28:20.548262 [ 4 ] {3a71d521-6e02-4d18-973a-b184f04026cf} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16480 | 2024.12.21 08:28:20.548314 [ 4 ] {3a71d521-6e02-4d18-973a-b184f04026cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16481 | 2024.12.21 08:28:20.548769 [ 4 ] {3a71d521-6e02-4d18-973a-b184f04026cf} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16482 | 2024.12.21 08:28:20.549060 [ 4 ] {3a71d521-6e02-4d18-973a-b184f04026cf} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16483 | 2024.12.21 08:28:20.549254 [ 122 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16484 | 2024.12.21 08:28:20.549329 [ 4 ] {3a71d521-6e02-4d18-973a-b184f04026cf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001972 sec., 7099.3914807302235 rows/sec., 511.06 KiB/sec. | ||
| 16485 | 2024.12.21 08:28:20.549341 [ 122 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16486 | 2024.12.21 08:28:20.549422 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16487 | 2024.12.21 08:28:20.549476 [ 4 ] {3a71d521-6e02-4d18-973a-b184f04026cf} <Debug> TCPHandler: Processed in 0.002444462 sec. | ||
| 16488 | 2024.12.21 08:28:20.549674 [ 225 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16489 | 2024.12.21 08:28:20.549775 [ 225 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16490 | 2024.12.21 08:28:20.549880 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16491 | 2024.12.21 08:28:20.549965 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16492 | 2024.12.21 08:28:20.550305 [ 258 ] {2ff2a7e9-42af-463c-b394-3c7c04bfb1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16493 | 2024.12.21 08:28:20.550453 [ 258 ] {2ff2a7e9-42af-463c-b394-3c7c04bfb1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16494 | 2024.12.21 08:28:20.550712 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16495 | 2024.12.21 08:28:20.550839 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 16496 | 2024.12.21 08:28:20.551134 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16497 | 2024.12.21 08:28:20.551427 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16498 | 2024.12.21 08:28:20.551747 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 16499 | 2024.12.21 08:28:20.552154 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 16500 | 2024.12.21 08:28:20.554357 [ 258 ] {2ff2a7e9-42af-463c-b394-3c7c04bfb1b2} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16501 | 2024.12.21 08:28:20.554492 [ 258 ] {2ff2a7e9-42af-463c-b394-3c7c04bfb1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16502 | 2024.12.21 08:28:20.556321 [ 258 ] {2ff2a7e9-42af-463c-b394-3c7c04bfb1b2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 16503 | 2024.12.21 08:28:20.556393 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00680815 sec., 10281.79461380845 rows/sec., 780.31 KiB/sec. | ||
| 16504 | 2024.12.21 08:28:20.556609 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16505 | 2024.12.21 08:28:20.556988 [ 258 ] {2ff2a7e9-42af-463c-b394-3c7c04bfb1b2} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16506 | 2024.12.21 08:28:20.557526 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16507 | 2024.12.21 08:28:20.557676 [ 258 ] {2ff2a7e9-42af-463c-b394-3c7c04bfb1b2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.007507 sec., 532.8360197149327 rows/sec., 43.45 KiB/sec. | ||
| 16508 | 2024.12.21 08:28:20.557835 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_57_14} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16509 | 2024.12.21 08:28:20.557997 [ 258 ] {2ff2a7e9-42af-463c-b394-3c7c04bfb1b2} <Debug> TCPHandler: Processed in 0.008346994 sec. | ||
| 16510 | 2024.12.21 08:28:20.558068 [ 225 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16511 | 2024.12.21 08:28:20.558115 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16512 | 2024.12.21 08:28:20.558306 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16513 | 2024.12.21 08:28:20.558507 [ 4 ] {01f5f98c-684e-4273-abab-cc14d45ade66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16514 | 2024.12.21 08:28:20.558573 [ 4 ] {01f5f98c-684e-4273-abab-cc14d45ade66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16515 | 2024.12.21 08:28:20.560041 [ 4 ] {01f5f98c-684e-4273-abab-cc14d45ade66} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16516 | 2024.12.21 08:28:20.560082 [ 4 ] {01f5f98c-684e-4273-abab-cc14d45ade66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16517 | 2024.12.21 08:28:20.560558 [ 4 ] {01f5f98c-684e-4273-abab-cc14d45ade66} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16518 | 2024.12.21 08:28:20.560805 [ 4 ] {01f5f98c-684e-4273-abab-cc14d45ade66} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16519 | 2024.12.21 08:28:20.561017 [ 122 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16520 | 2024.12.21 08:28:20.561091 [ 4 ] {01f5f98c-684e-4273-abab-cc14d45ade66} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002636 sec., 516312.5948406677 rows/sec., 43.08 MiB/sec. | ||
| 16521 | 2024.12.21 08:28:20.561112 [ 122 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16522 | 2024.12.21 08:28:20.561200 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16523 | 2024.12.21 08:28:20.561221 [ 4 ] {01f5f98c-684e-4273-abab-cc14d45ade66} <Debug> TCPHandler: Processed in 0.003068497 sec. | ||
| 16524 | 2024.12.21 08:28:20.561467 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16525 | 2024.12.21 08:28:20.561483 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16526 | 2024.12.21 08:28:20.561647 [ 258 ] {c538e24f-f1df-486f-a3a8-4a3b2a1cd497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16527 | 2024.12.21 08:28:20.561665 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16528 | 2024.12.21 08:28:20.561718 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1437 rows starting from the beginning of the part | ||
| 16529 | 2024.12.21 08:28:20.561725 [ 258 ] {c538e24f-f1df-486f-a3a8-4a3b2a1cd497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16530 | 2024.12.21 08:28:20.562019 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 219 rows starting from the beginning of the part | ||
| 16531 | 2024.12.21 08:28:20.562429 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 122 rows starting from the beginning of the part | ||
| 16532 | 2024.12.21 08:28:20.562791 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 219 rows starting from the beginning of the part | ||
| 16533 | 2024.12.21 08:28:20.563223 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 122 rows starting from the beginning of the part | ||
| 16534 | 2024.12.21 08:28:20.563637 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1361 rows starting from the beginning of the part | ||
| 16535 | 2024.12.21 08:28:20.564492 [ 258 ] {c538e24f-f1df-486f-a3a8-4a3b2a1cd497} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16536 | 2024.12.21 08:28:20.564536 [ 258 ] {c538e24f-f1df-486f-a3a8-4a3b2a1cd497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16537 | 2024.12.21 08:28:20.565025 [ 258 ] {c538e24f-f1df-486f-a3a8-4a3b2a1cd497} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16538 | 2024.12.21 08:28:20.565333 [ 258 ] {c538e24f-f1df-486f-a3a8-4a3b2a1cd497} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16539 | 2024.12.21 08:28:20.565601 [ 258 ] {c538e24f-f1df-486f-a3a8-4a3b2a1cd497} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.004008 sec., 4740.518962075848 rows/sec., 333.56 KiB/sec. | ||
| 16540 | 2024.12.21 08:28:20.565655 [ 258 ] {c538e24f-f1df-486f-a3a8-4a3b2a1cd497} <Debug> TCPHandler: Processed in 0.004307429 sec. | ||
| 16541 | 2024.12.21 08:28:20.565818 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16542 | 2024.12.21 08:28:20.566061 [ 4 ] {4daccbdb-c3a4-4a71-98bf-33b96f0a605c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16543 | 2024.12.21 08:28:20.566205 [ 4 ] {4daccbdb-c3a4-4a71-98bf-33b96f0a605c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16544 | 2024.12.21 08:28:20.566342 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 5 columns (5 merged, 0 gathered) in 0.005001394 sec., 695806.0092846114 rows/sec., 61.22 MiB/sec. | ||
| 16545 | 2024.12.21 08:28:20.566673 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16546 | 2024.12.21 08:28:20.567195 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16547 | 2024.12.21 08:28:20.567409 [ 195 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_131_26} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16548 | 2024.12.21 08:28:20.567546 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 16549 | 2024.12.21 08:28:20.567599 [ 4 ] {4daccbdb-c3a4-4a71-98bf-33b96f0a605c} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16550 | 2024.12.21 08:28:20.567645 [ 4 ] {4daccbdb-c3a4-4a71-98bf-33b96f0a605c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16551 | 2024.12.21 08:28:20.568030 [ 4 ] {4daccbdb-c3a4-4a71-98bf-33b96f0a605c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16552 | 2024.12.21 08:28:20.568271 [ 4 ] {4daccbdb-c3a4-4a71-98bf-33b96f0a605c} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16553 | 2024.12.21 08:28:20.568512 [ 219 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16554 | 2024.12.21 08:28:20.568515 [ 4 ] {4daccbdb-c3a4-4a71-98bf-33b96f0a605c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002544 sec., 95125.78616352202 rows/sec., 6.44 MiB/sec. | ||
| 16555 | 2024.12.21 08:28:20.568561 [ 219 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16556 | 2024.12.21 08:28:20.568716 [ 4 ] {4daccbdb-c3a4-4a71-98bf-33b96f0a605c} <Debug> TCPHandler: Processed in 0.002964236 sec. | ||
| 16557 | 2024.12.21 08:28:20.568903 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16558 | 2024.12.21 08:28:20.569061 [ 258 ] {76780bda-cb6f-4c3b-8a2f-ceeb0b289b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16559 | 2024.12.21 08:28:20.569130 [ 258 ] {76780bda-cb6f-4c3b-8a2f-ceeb0b289b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16560 | 2024.12.21 08:28:20.569956 [ 258 ] {76780bda-cb6f-4c3b-8a2f-ceeb0b289b72} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16561 | 2024.12.21 08:28:20.569998 [ 258 ] {76780bda-cb6f-4c3b-8a2f-ceeb0b289b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16562 | 2024.12.21 08:28:20.570466 [ 258 ] {76780bda-cb6f-4c3b-8a2f-ceeb0b289b72} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16563 | 2024.12.21 08:28:20.570734 [ 258 ] {76780bda-cb6f-4c3b-8a2f-ceeb0b289b72} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16564 | 2024.12.21 08:28:20.570940 [ 122 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16565 | 2024.12.21 08:28:20.571043 [ 122 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16566 | 2024.12.21 08:28:20.571149 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16567 | 2024.12.21 08:28:20.571162 [ 258 ] {76780bda-cb6f-4c3b-8a2f-ceeb0b289b72} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002112 sec., 6155.30303030303 rows/sec., 383.78 KiB/sec. | ||
| 16568 | 2024.12.21 08:28:20.571388 [ 258 ] {76780bda-cb6f-4c3b-8a2f-ceeb0b289b72} <Debug> TCPHandler: Processed in 0.002547582 sec. | ||
| 16569 | 2024.12.21 08:28:20.571575 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16570 | 2024.12.21 08:28:20.571693 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16571 | 2024.12.21 08:28:20.571833 [ 219 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16572 | 2024.12.21 08:28:20.572060 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16573 | 2024.12.21 08:28:20.572209 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 16574 | 2024.12.21 08:28:20.572258 [ 4 ] {2af01652-82d0-44fa-bf63-b8615916f118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16575 | 2024.12.21 08:28:20.572581 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 16576 | 2024.12.21 08:28:20.572849 [ 4 ] {2af01652-82d0-44fa-bf63-b8615916f118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16577 | 2024.12.21 08:28:20.573085 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 16578 | 2024.12.21 08:28:20.573578 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 16579 | 2024.12.21 08:28:20.574058 [ 200 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 16580 | 2024.12.21 08:28:20.576608 [ 193 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005315047 sec., 12229.430896848138 rows/sec., 810.27 KiB/sec. | ||
| 16581 | 2024.12.21 08:28:20.576631 [ 4 ] {2af01652-82d0-44fa-bf63-b8615916f118} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16582 | 2024.12.21 08:28:20.576679 [ 4 ] {2af01652-82d0-44fa-bf63-b8615916f118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16583 | 2024.12.21 08:28:20.576782 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16584 | 2024.12.21 08:28:20.577202 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16585 | 2024.12.21 08:28:20.577235 [ 4 ] {2af01652-82d0-44fa-bf63-b8615916f118} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16586 | 2024.12.21 08:28:20.577321 [ 201 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_57_14} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16587 | 2024.12.21 08:28:20.577447 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 16588 | 2024.12.21 08:28:20.577550 [ 4 ] {2af01652-82d0-44fa-bf63-b8615916f118} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16589 | 2024.12.21 08:28:20.577768 [ 122 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16590 | 2024.12.21 08:28:20.577844 [ 4 ] {2af01652-82d0-44fa-bf63-b8615916f118} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.005804 sec., 146450.72363886973 rows/sec., 10.59 MiB/sec. | ||
| 16591 | 2024.12.21 08:28:20.577889 [ 122 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16592 | 2024.12.21 08:28:20.577990 [ 4 ] {2af01652-82d0-44fa-bf63-b8615916f118} <Debug> TCPHandler: Processed in 0.006465457 sec. | ||
| 16593 | 2024.12.21 08:28:20.578017 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16594 | 2024.12.21 08:28:20.578217 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16595 | 2024.12.21 08:28:20.578274 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16596 | 2024.12.21 08:28:20.578360 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16597 | 2024.12.21 08:28:20.578446 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 915 rows starting from the beginning of the part | ||
| 16598 | 2024.12.21 08:28:20.578553 [ 258 ] {80479fca-35d7-4c00-9836-19f55000c54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16599 | 2024.12.21 08:28:20.578700 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 390 rows starting from the beginning of the part | ||
| 16600 | 2024.12.21 08:28:20.578779 [ 258 ] {80479fca-35d7-4c00-9836-19f55000c54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16601 | 2024.12.21 08:28:20.578965 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 97 rows starting from the beginning of the part | ||
| 16602 | 2024.12.21 08:28:20.579323 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 390 rows starting from the beginning of the part | ||
| 16603 | 2024.12.21 08:28:20.579659 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 97 rows starting from the beginning of the part | ||
| 16604 | 2024.12.21 08:28:20.580052 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 850 rows starting from the beginning of the part | ||
| 16605 | 2024.12.21 08:28:20.581163 [ 258 ] {80479fca-35d7-4c00-9836-19f55000c54d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16606 | 2024.12.21 08:28:20.581233 [ 258 ] {80479fca-35d7-4c00-9836-19f55000c54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16607 | 2024.12.21 08:28:20.582203 [ 258 ] {80479fca-35d7-4c00-9836-19f55000c54d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16608 | 2024.12.21 08:28:20.582566 [ 258 ] {80479fca-35d7-4c00-9836-19f55000c54d} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16609 | 2024.12.21 08:28:20.582932 [ 258 ] {80479fca-35d7-4c00-9836-19f55000c54d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004472 sec., 1341.6815742397137 rows/sec., 70.10 KiB/sec. | ||
| 16610 | 2024.12.21 08:28:20.583209 [ 258 ] {80479fca-35d7-4c00-9836-19f55000c54d} <Debug> TCPHandler: Processed in 0.005006934 sec. | ||
| 16611 | 2024.12.21 08:28:20.583432 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16612 | 2024.12.21 08:28:20.583441 [ 201 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2739 rows, containing 5 columns (5 merged, 0 gathered) in 0.005296117 sec., 517171.3540316424 rows/sec., 39.45 MiB/sec. | ||
| 16613 | 2024.12.21 08:28:20.583591 [ 4 ] {6774dea3-cc1a-4ec4-bc53-0f57403b8809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16614 | 2024.12.21 08:28:20.583669 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16615 | 2024.12.21 08:28:20.583690 [ 4 ] {6774dea3-cc1a-4ec4-bc53-0f57403b8809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16616 | 2024.12.21 08:28:20.584412 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16617 | 2024.12.21 08:28:20.584511 [ 188 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_131_26} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16618 | 2024.12.21 08:28:20.584587 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 16619 | 2024.12.21 08:28:20.585006 [ 4 ] {6774dea3-cc1a-4ec4-bc53-0f57403b8809} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16620 | 2024.12.21 08:28:20.585050 [ 4 ] {6774dea3-cc1a-4ec4-bc53-0f57403b8809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16621 | 2024.12.21 08:28:20.585522 [ 4 ] {6774dea3-cc1a-4ec4-bc53-0f57403b8809} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16622 | 2024.12.21 08:28:20.585792 [ 4 ] {6774dea3-cc1a-4ec4-bc53-0f57403b8809} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16623 | 2024.12.21 08:28:20.586040 [ 4 ] {6774dea3-cc1a-4ec4-bc53-0f57403b8809} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002494 sec., 371692.06094627106 rows/sec., 24.80 MiB/sec. | ||
| 16624 | 2024.12.21 08:28:20.586133 [ 4 ] {6774dea3-cc1a-4ec4-bc53-0f57403b8809} <Debug> TCPHandler: Processed in 0.002798915 sec. | ||
| 16625 | 2024.12.21 08:28:20.586300 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16626 | 2024.12.21 08:28:20.586510 [ 258 ] {01a7be38-8991-4c9d-a72f-74f7e88b1efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16627 | 2024.12.21 08:28:20.586582 [ 258 ] {01a7be38-8991-4c9d-a72f-74f7e88b1efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16628 | 2024.12.21 08:28:20.587166 [ 258 ] {01a7be38-8991-4c9d-a72f-74f7e88b1efe} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16629 | 2024.12.21 08:28:20.587212 [ 258 ] {01a7be38-8991-4c9d-a72f-74f7e88b1efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16630 | 2024.12.21 08:28:20.587615 [ 258 ] {01a7be38-8991-4c9d-a72f-74f7e88b1efe} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16631 | 2024.12.21 08:28:20.587850 [ 258 ] {01a7be38-8991-4c9d-a72f-74f7e88b1efe} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16632 | 2024.12.21 08:28:20.588058 [ 258 ] {01a7be38-8991-4c9d-a72f-74f7e88b1efe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001609 sec., 621.5040397762585 rows/sec., 41.88 KiB/sec. | ||
| 16633 | 2024.12.21 08:28:20.588107 [ 258 ] {01a7be38-8991-4c9d-a72f-74f7e88b1efe} <Debug> TCPHandler: Processed in 0.001883587 sec. | ||
| 16634 | 2024.12.21 08:28:20.588260 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16635 | 2024.12.21 08:28:20.588377 [ 4 ] {09e8b7dc-16f1-4336-8902-21ccf469a6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16636 | 2024.12.21 08:28:20.588457 [ 4 ] {09e8b7dc-16f1-4336-8902-21ccf469a6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16637 | 2024.12.21 08:28:20.589592 [ 4 ] {09e8b7dc-16f1-4336-8902-21ccf469a6f5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16638 | 2024.12.21 08:28:20.589632 [ 4 ] {09e8b7dc-16f1-4336-8902-21ccf469a6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16639 | 2024.12.21 08:28:20.590263 [ 4 ] {09e8b7dc-16f1-4336-8902-21ccf469a6f5} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16640 | 2024.12.21 08:28:20.590524 [ 4 ] {09e8b7dc-16f1-4336-8902-21ccf469a6f5} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16641 | 2024.12.21 08:28:20.590794 [ 4 ] {09e8b7dc-16f1-4336-8902-21ccf469a6f5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002436 sec., 3284.072249589491 rows/sec., 5.88 MiB/sec. | ||
| 16642 | 2024.12.21 08:28:20.590887 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16643 | 2024.12.21 08:28:20.590972 [ 4 ] {09e8b7dc-16f1-4336-8902-21ccf469a6f5} <Debug> TCPHandler: Processed in 0.002768415 sec. | ||
| 16644 | 2024.12.21 08:28:20.590990 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16645 | 2024.12.21 08:28:20.591219 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16646 | 2024.12.21 08:28:20.591455 [ 258 ] {618f7fa2-327a-40e3-8d74-3cac8f8341e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16647 | 2024.12.21 08:28:20.591515 [ 258 ] {618f7fa2-327a-40e3-8d74-3cac8f8341e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16648 | 2024.12.21 08:28:20.592373 [ 258 ] {618f7fa2-327a-40e3-8d74-3cac8f8341e9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16649 | 2024.12.21 08:28:20.592435 [ 258 ] {618f7fa2-327a-40e3-8d74-3cac8f8341e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16650 | 2024.12.21 08:28:20.593027 [ 258 ] {618f7fa2-327a-40e3-8d74-3cac8f8341e9} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16651 | 2024.12.21 08:28:20.593429 [ 258 ] {618f7fa2-327a-40e3-8d74-3cac8f8341e9} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16652 | 2024.12.21 08:28:20.593926 [ 258 ] {618f7fa2-327a-40e3-8d74-3cac8f8341e9} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002524 sec., 27733.7559429477 rows/sec., 1.74 MiB/sec. | ||
| 16653 | 2024.12.21 08:28:20.594127 [ 258 ] {618f7fa2-327a-40e3-8d74-3cac8f8341e9} <Debug> TCPHandler: Processed in 0.003040736 sec. | ||
| 16654 | 2024.12.21 08:28:20.595072 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16655 | 2024.12.21 08:28:21.387492 [ 224 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16656 | 2024.12.21 08:28:21.387595 [ 224 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16657 | 2024.12.21 08:28:21.390079 [ 224 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16658 | 2024.12.21 08:28:21.828384 [ 224 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16659 | 2024.12.21 08:28:21.828450 [ 224 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16660 | 2024.12.21 08:28:21.830627 [ 224 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16661 | 2024.12.21 08:28:22.351170 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16662 | 2024.12.21 08:28:22.351370 [ 4 ] {64a18ebf-51a2-42c3-bb4e-a2be6145afed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16663 | 2024.12.21 08:28:22.351449 [ 4 ] {64a18ebf-51a2-42c3-bb4e-a2be6145afed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16664 | 2024.12.21 08:28:22.352270 [ 4 ] {64a18ebf-51a2-42c3-bb4e-a2be6145afed} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16665 | 2024.12.21 08:28:22.352327 [ 4 ] {64a18ebf-51a2-42c3-bb4e-a2be6145afed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16666 | 2024.12.21 08:28:22.352775 [ 4 ] {64a18ebf-51a2-42c3-bb4e-a2be6145afed} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16667 | 2024.12.21 08:28:22.353055 [ 4 ] {64a18ebf-51a2-42c3-bb4e-a2be6145afed} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16668 | 2024.12.21 08:28:22.353296 [ 4 ] {64a18ebf-51a2-42c3-bb4e-a2be6145afed} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.17 MiB/sec. | ||
| 16669 | 2024.12.21 08:28:22.353367 [ 4 ] {64a18ebf-51a2-42c3-bb4e-a2be6145afed} <Debug> TCPHandler: Processed in 0.0023338 sec. | ||
| 16670 | 2024.12.21 08:28:22.353661 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16671 | 2024.12.21 08:28:22.353872 [ 258 ] {54321902-c045-4fad-86d0-8ce8266ca8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16672 | 2024.12.21 08:28:22.353952 [ 258 ] {54321902-c045-4fad-86d0-8ce8266ca8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16673 | 2024.12.21 08:28:22.354811 [ 258 ] {54321902-c045-4fad-86d0-8ce8266ca8f6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16674 | 2024.12.21 08:28:22.354874 [ 258 ] {54321902-c045-4fad-86d0-8ce8266ca8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16675 | 2024.12.21 08:28:22.355443 [ 258 ] {54321902-c045-4fad-86d0-8ce8266ca8f6} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16676 | 2024.12.21 08:28:22.355759 [ 258 ] {54321902-c045-4fad-86d0-8ce8266ca8f6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16677 | 2024.12.21 08:28:22.356053 [ 258 ] {54321902-c045-4fad-86d0-8ce8266ca8f6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002238 sec., 28596.961572832886 rows/sec., 2.23 MiB/sec. | ||
| 16678 | 2024.12.21 08:28:22.356139 [ 258 ] {54321902-c045-4fad-86d0-8ce8266ca8f6} <Debug> TCPHandler: Processed in 0.002629563 sec. | ||
| 16679 | 2024.12.21 08:28:22.356323 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16680 | 2024.12.21 08:28:22.356475 [ 4 ] {d289a0b9-c447-4cee-9e79-e0a5be28531a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16681 | 2024.12.21 08:28:22.356540 [ 4 ] {d289a0b9-c447-4cee-9e79-e0a5be28531a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16682 | 2024.12.21 08:28:22.357111 [ 4 ] {d289a0b9-c447-4cee-9e79-e0a5be28531a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16683 | 2024.12.21 08:28:22.357154 [ 4 ] {d289a0b9-c447-4cee-9e79-e0a5be28531a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16684 | 2024.12.21 08:28:22.357570 [ 4 ] {d289a0b9-c447-4cee-9e79-e0a5be28531a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16685 | 2024.12.21 08:28:22.357825 [ 4 ] {d289a0b9-c447-4cee-9e79-e0a5be28531a} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16686 | 2024.12.21 08:28:22.358040 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 5 parts from all_1_123_25 to all_127_127_0 | ||
| 16687 | 2024.12.21 08:28:22.358062 [ 4 ] {d289a0b9-c447-4cee-9e79-e0a5be28531a} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001623 sec., 19716.574245224892 rows/sec., 1.37 MiB/sec. | ||
| 16688 | 2024.12.21 08:28:22.358150 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16689 | 2024.12.21 08:28:22.358242 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16690 | 2024.12.21 08:28:22.358249 [ 4 ] {d289a0b9-c447-4cee-9e79-e0a5be28531a} <Debug> TCPHandler: Processed in 0.001981007 sec. | ||
| 16691 | 2024.12.21 08:28:22.358453 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_123_25 to all_127_127_0 into Compact with storage Full | ||
| 16692 | 2024.12.21 08:28:22.358513 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16693 | 2024.12.21 08:28:22.358741 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16694 | 2024.12.21 08:28:22.358775 [ 258 ] {b7f11b41-60b8-494a-adaf-1a92fa57ed4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16695 | 2024.12.21 08:28:22.358817 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_123_25, total 34946 rows starting from the beginning of the part | ||
| 16696 | 2024.12.21 08:28:22.358895 [ 258 ] {b7f11b41-60b8-494a-adaf-1a92fa57ed4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16697 | 2024.12.21 08:28:22.359339 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part | ||
| 16698 | 2024.12.21 08:28:22.359858 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part | ||
| 16699 | 2024.12.21 08:28:22.360314 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 16700 | 2024.12.21 08:28:22.360571 [ 193 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 927 rows starting from the beginning of the part | ||
| 16701 | 2024.12.21 08:28:22.361421 [ 258 ] {b7f11b41-60b8-494a-adaf-1a92fa57ed4a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16702 | 2024.12.21 08:28:22.361492 [ 258 ] {b7f11b41-60b8-494a-adaf-1a92fa57ed4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16703 | 2024.12.21 08:28:22.362354 [ 258 ] {b7f11b41-60b8-494a-adaf-1a92fa57ed4a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16704 | 2024.12.21 08:28:22.362737 [ 258 ] {b7f11b41-60b8-494a-adaf-1a92fa57ed4a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16705 | 2024.12.21 08:28:22.363147 [ 258 ] {b7f11b41-60b8-494a-adaf-1a92fa57ed4a} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004436 sec., 2705.139765554554 rows/sec., 186.68 KiB/sec. | ||
| 16706 | 2024.12.21 08:28:22.363387 [ 258 ] {b7f11b41-60b8-494a-adaf-1a92fa57ed4a} <Debug> TCPHandler: Processed in 0.004977924 sec. | ||
| 16707 | 2024.12.21 08:28:22.370820 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36430 rows, containing 5 columns (5 merged, 0 gathered) in 0.01246099 sec., 2923523.732865527 rows/sec., 197.28 MiB/sec. | ||
| 16708 | 2024.12.21 08:28:22.371335 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Trace> MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary) | ||
| 16709 | 2024.12.21 08:28:22.371686 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16710 | 2024.12.21 08:28:22.371783 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 5 parts: [all_1_123_25, all_127_127_0] -> all_1_127_26 | ||
| 16711 | 2024.12.21 08:28:22.371897 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 16712 | 2024.12.21 08:28:23.467048 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16713 | 2024.12.21 08:28:23.467104 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16714 | 2024.12.21 08:28:23.469138 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16715 | 2024.12.21 08:28:23.539244 [ 225 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16716 | 2024.12.21 08:28:23.539306 [ 225 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16717 | 2024.12.21 08:28:23.541312 [ 225 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16718 | 2024.12.21 08:28:23.990287 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
| 16719 | 2024.12.21 08:28:23.990938 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16720 | 2024.12.21 08:28:23.990999 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16721 | 2024.12.21 08:28:23.991561 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16722 | 2024.12.21 08:28:23.991860 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16723 | 2024.12.21 08:28:23.992088 [ 116 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16724 | 2024.12.21 08:28:23.992129 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
| 16725 | 2024.12.21 08:28:23.992177 [ 116 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16726 | 2024.12.21 08:28:23.992211 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16727 | 2024.12.21 08:28:23.992471 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::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 | ||
| 16728 | 2024.12.21 08:28:23.993087 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16729 | 2024.12.21 08:28:23.993255 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 16730 | 2024.12.21 08:28:23.993766 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 16731 | 2024.12.21 08:28:23.994234 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 16732 | 2024.12.21 08:28:23.994514 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 16733 | 2024.12.21 08:28:23.994748 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 16734 | 2024.12.21 08:28:23.994865 [ 193 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 16735 | 2024.12.21 08:28:23.998065 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.005759081 sec., 6439916.36860117 rows/sec., 92.12 MiB/sec. | ||
| 16736 | 2024.12.21 08:28:23.998503 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16737 | 2024.12.21 08:28:23.998860 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16738 | 2024.12.21 08:28:23.998952 [ 194 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_81_16} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16739 | 2024.12.21 08:28:23.999071 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16740 | 2024.12.21 08:28:26.143215 [ 220 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16741 | 2024.12.21 08:28:26.143312 [ 220 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16742 | 2024.12.21 08:28:26.145229 [ 220 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16743 | 2024.12.21 08:28:26.623295 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 16744 | 2024.12.21 08:28:26.646093 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16745 | 2024.12.21 08:28:26.646149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16746 | 2024.12.21 08:28:26.653770 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16747 | 2024.12.21 08:28:26.654594 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16748 | 2024.12.21 08:28:26.655126 [ 113 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16749 | 2024.12.21 08:28:26.655341 [ 113 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16750 | 2024.12.21 08:28:26.655444 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16751 | 2024.12.21 08:28:26.656234 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::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 | ||
| 16752 | 2024.12.21 08:28:26.672190 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 16753 | 2024.12.21 08:28:26.673736 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16754 | 2024.12.21 08:28:26.674996 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 16755 | 2024.12.21 08:28:26.680540 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 16756 | 2024.12.21 08:28:26.686401 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 16757 | 2024.12.21 08:28:26.692587 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 16758 | 2024.12.21 08:28:26.698686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2316 | ||
| 16759 | 2024.12.21 08:28:26.700459 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 16760 | 2024.12.21 08:28:26.705685 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16761 | 2024.12.21 08:28:26.705741 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16762 | 2024.12.21 08:28:26.710483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16763 | 2024.12.21 08:28:26.711184 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16764 | 2024.12.21 08:28:26.714904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2316 | ||
| 16765 | 2024.12.21 08:28:26.716101 [ 190 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 16766 | 2024.12.21 08:28:26.783559 [ 198 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.127890698 sec., 4777.517126382405 rows/sec., 24.70 MiB/sec. | ||
| 16767 | 2024.12.21 08:28:26.787267 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16768 | 2024.12.21 08:28:26.790587 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16769 | 2024.12.21 08:28:26.790708 [ 199 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_81_16} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16770 | 2024.12.21 08:28:26.793374 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16771 | 2024.12.21 08:28:27.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.43 MiB, peak 289.83 MiB, free memory in arenas 0.00 B, will set to 271.34 MiB (RSS), difference: -1.09 MiB | ||
| 16772 | 2024.12.21 08:28:27.358904 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16773 | 2024.12.21 08:28:27.359119 [ 4 ] {64ae307d-197b-4871-bb05-cff8419c3871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16774 | 2024.12.21 08:28:27.359198 [ 4 ] {64ae307d-197b-4871-bb05-cff8419c3871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16775 | 2024.12.21 08:28:27.360101 [ 4 ] {64ae307d-197b-4871-bb05-cff8419c3871} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16776 | 2024.12.21 08:28:27.360148 [ 4 ] {64ae307d-197b-4871-bb05-cff8419c3871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16777 | 2024.12.21 08:28:27.360600 [ 4 ] {64ae307d-197b-4871-bb05-cff8419c3871} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16778 | 2024.12.21 08:28:27.360859 [ 4 ] {64ae307d-197b-4871-bb05-cff8419c3871} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16779 | 2024.12.21 08:28:27.361114 [ 4 ] {64ae307d-197b-4871-bb05-cff8419c3871} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002049 sec., 59541.23962908736 rows/sec., 5.06 MiB/sec. | ||
| 16780 | 2024.12.21 08:28:27.361191 [ 4 ] {64ae307d-197b-4871-bb05-cff8419c3871} <Debug> TCPHandler: Processed in 0.002419762 sec. | ||
| 16781 | 2024.12.21 08:28:27.361196 [ 225 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16782 | 2024.12.21 08:28:27.361246 [ 225 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16783 | 2024.12.21 08:28:27.361459 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16784 | 2024.12.21 08:28:27.361738 [ 258 ] {9a7ef12f-403f-4746-940d-a4d0d24b6fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16785 | 2024.12.21 08:28:27.361877 [ 258 ] {9a7ef12f-403f-4746-940d-a4d0d24b6fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16786 | 2024.12.21 08:28:27.363392 [ 258 ] {9a7ef12f-403f-4746-940d-a4d0d24b6fa3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16787 | 2024.12.21 08:28:27.363451 [ 258 ] {9a7ef12f-403f-4746-940d-a4d0d24b6fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16788 | 2024.12.21 08:28:27.364350 [ 258 ] {9a7ef12f-403f-4746-940d-a4d0d24b6fa3} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16789 | 2024.12.21 08:28:27.364671 [ 225 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16790 | 2024.12.21 08:28:27.364758 [ 258 ] {9a7ef12f-403f-4746-940d-a4d0d24b6fa3} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16791 | 2024.12.21 08:28:27.365115 [ 111 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 16792 | 2024.12.21 08:28:27.365197 [ 111 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16793 | 2024.12.21 08:28:27.365248 [ 258 ] {9a7ef12f-403f-4746-940d-a4d0d24b6fa3} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.003583 sec., 9210.159084566007 rows/sec., 692.56 KiB/sec. | ||
| 16794 | 2024.12.21 08:28:27.365287 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16795 | 2024.12.21 08:28:27.365657 [ 258 ] {9a7ef12f-403f-4746-940d-a4d0d24b6fa3} <Debug> TCPHandler: Processed in 0.004332808 sec. | ||
| 16796 | 2024.12.21 08:28:27.365767 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 16797 | 2024.12.21 08:28:27.365940 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16798 | 2024.12.21 08:28:27.366388 [ 4 ] {0330e705-05c9-4a41-ac55-7f5acbb7cd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16799 | 2024.12.21 08:28:27.366416 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16800 | 2024.12.21 08:28:27.366559 [ 4 ] {0330e705-05c9-4a41-ac55-7f5acbb7cd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16801 | 2024.12.21 08:28:27.366600 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 66 rows starting from the beginning of the part | ||
| 16802 | 2024.12.21 08:28:27.367175 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 33 rows starting from the beginning of the part | ||
| 16803 | 2024.12.21 08:28:27.367564 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 15 rows starting from the beginning of the part | ||
| 16804 | 2024.12.21 08:28:27.367961 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 33 rows starting from the beginning of the part | ||
| 16805 | 2024.12.21 08:28:27.368363 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 19 rows starting from the beginning of the part | ||
| 16806 | 2024.12.21 08:28:27.368719 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 33 rows starting from the beginning of the part | ||
| 16807 | 2024.12.21 08:28:27.369691 [ 4 ] {0330e705-05c9-4a41-ac55-7f5acbb7cd80} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16808 | 2024.12.21 08:28:27.369757 [ 4 ] {0330e705-05c9-4a41-ac55-7f5acbb7cd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16809 | 2024.12.21 08:28:27.370763 [ 4 ] {0330e705-05c9-4a41-ac55-7f5acbb7cd80} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16810 | 2024.12.21 08:28:27.371413 [ 4 ] {0330e705-05c9-4a41-ac55-7f5acbb7cd80} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16811 | 2024.12.21 08:28:27.371505 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.006049993 sec., 32892.60004102484 rows/sec., 2.49 MiB/sec. | ||
| 16812 | 2024.12.21 08:28:27.371770 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16813 | 2024.12.21 08:28:27.371875 [ 224 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16814 | 2024.12.21 08:28:27.371896 [ 4 ] {0330e705-05c9-4a41-ac55-7f5acbb7cd80} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.005631 sec., 17226.06996980998 rows/sec., 1.35 MiB/sec. | ||
| 16815 | 2024.12.21 08:28:27.371935 [ 224 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16816 | 2024.12.21 08:28:27.372171 [ 4 ] {0330e705-05c9-4a41-ac55-7f5acbb7cd80} <Debug> TCPHandler: Processed in 0.006362316 sec. | ||
| 16817 | 2024.12.21 08:28:27.372492 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16818 | 2024.12.21 08:28:27.372604 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16819 | 2024.12.21 08:28:27.372786 [ 258 ] {3cd0dfbf-fc30-4a56-9ad1-f25f54ca3a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16820 | 2024.12.21 08:28:27.372851 [ 192 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_116_23} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16821 | 2024.12.21 08:28:27.372947 [ 258 ] {3cd0dfbf-fc30-4a56-9ad1-f25f54ca3a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16822 | 2024.12.21 08:28:27.373077 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16823 | 2024.12.21 08:28:27.374409 [ 258 ] {3cd0dfbf-fc30-4a56-9ad1-f25f54ca3a3f} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16824 | 2024.12.21 08:28:27.374477 [ 258 ] {3cd0dfbf-fc30-4a56-9ad1-f25f54ca3a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16825 | 2024.12.21 08:28:27.375189 [ 258 ] {3cd0dfbf-fc30-4a56-9ad1-f25f54ca3a3f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16826 | 2024.12.21 08:28:27.375604 [ 258 ] {3cd0dfbf-fc30-4a56-9ad1-f25f54ca3a3f} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16827 | 2024.12.21 08:28:27.375987 [ 258 ] {3cd0dfbf-fc30-4a56-9ad1-f25f54ca3a3f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003304 sec., 48426.15012106537 rows/sec., 3.37 MiB/sec. | ||
| 16828 | 2024.12.21 08:28:27.376174 [ 258 ] {3cd0dfbf-fc30-4a56-9ad1-f25f54ca3a3f} <Debug> TCPHandler: Processed in 0.003875254 sec. | ||
| 16829 | 2024.12.21 08:28:27.376278 [ 224 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16830 | 2024.12.21 08:28:27.376562 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16831 | 2024.12.21 08:28:27.377081 [ 4 ] {4e82632d-354c-4e59-b813-a0c5f632cc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16832 | 2024.12.21 08:28:27.377719 [ 4 ] {4e82632d-354c-4e59-b813-a0c5f632cc9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16833 | 2024.12.21 08:28:27.380625 [ 4 ] {4e82632d-354c-4e59-b813-a0c5f632cc9b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16834 | 2024.12.21 08:28:27.380666 [ 4 ] {4e82632d-354c-4e59-b813-a0c5f632cc9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16835 | 2024.12.21 08:28:27.381354 [ 4 ] {4e82632d-354c-4e59-b813-a0c5f632cc9b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16836 | 2024.12.21 08:28:27.381620 [ 4 ] {4e82632d-354c-4e59-b813-a0c5f632cc9b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16837 | 2024.12.21 08:28:27.381869 [ 4 ] {4e82632d-354c-4e59-b813-a0c5f632cc9b} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.005006 sec., 6592.0894926088695 rows/sec., 11.81 MiB/sec. | ||
| 16838 | 2024.12.21 08:28:27.381994 [ 4 ] {4e82632d-354c-4e59-b813-a0c5f632cc9b} <Debug> TCPHandler: Processed in 0.00568408 sec. | ||
| 16839 | 2024.12.21 08:28:27.382166 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16840 | 2024.12.21 08:28:27.382294 [ 258 ] {342b521f-dd34-4770-a79d-6269704c36f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16841 | 2024.12.21 08:28:27.382348 [ 258 ] {342b521f-dd34-4770-a79d-6269704c36f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16842 | 2024.12.21 08:28:27.382860 [ 258 ] {342b521f-dd34-4770-a79d-6269704c36f8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16843 | 2024.12.21 08:28:27.382901 [ 258 ] {342b521f-dd34-4770-a79d-6269704c36f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16844 | 2024.12.21 08:28:27.383283 [ 258 ] {342b521f-dd34-4770-a79d-6269704c36f8} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16845 | 2024.12.21 08:28:27.383516 [ 258 ] {342b521f-dd34-4770-a79d-6269704c36f8} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16846 | 2024.12.21 08:28:27.383712 [ 258 ] {342b521f-dd34-4770-a79d-6269704c36f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 16847 | 2024.12.21 08:28:27.383781 [ 258 ] {342b521f-dd34-4770-a79d-6269704c36f8} <Debug> TCPHandler: Processed in 0.001668995 sec. | ||
| 16848 | 2024.12.21 08:28:31.273562 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16849 | 2024.12.21 08:28:31.273638 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16850 | 2024.12.21 08:28:31.492400 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
| 16851 | 2024.12.21 08:28:31.493138 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16852 | 2024.12.21 08:28:31.493191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16853 | 2024.12.21 08:28:31.493736 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16854 | 2024.12.21 08:28:31.494047 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16855 | 2024.12.21 08:28:31.494559 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 16856 | 2024.12.21 08:28:32.362329 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16857 | 2024.12.21 08:28:32.362632 [ 4 ] {8c2243b3-38b7-4bc2-af8d-e7dd5567ad44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16858 | 2024.12.21 08:28:32.362749 [ 4 ] {8c2243b3-38b7-4bc2-af8d-e7dd5567ad44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16859 | 2024.12.21 08:28:32.363602 [ 4 ] {8c2243b3-38b7-4bc2-af8d-e7dd5567ad44} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16860 | 2024.12.21 08:28:32.363653 [ 4 ] {8c2243b3-38b7-4bc2-af8d-e7dd5567ad44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16861 | 2024.12.21 08:28:32.364099 [ 4 ] {8c2243b3-38b7-4bc2-af8d-e7dd5567ad44} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16862 | 2024.12.21 08:28:32.364358 [ 4 ] {8c2243b3-38b7-4bc2-af8d-e7dd5567ad44} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16863 | 2024.12.21 08:28:32.364644 [ 4 ] {8c2243b3-38b7-4bc2-af8d-e7dd5567ad44} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002097 sec., 6676.204101096805 rows/sec., 480.60 KiB/sec. | ||
| 16864 | 2024.12.21 08:28:32.364714 [ 4 ] {8c2243b3-38b7-4bc2-af8d-e7dd5567ad44} <Debug> TCPHandler: Processed in 0.002569673 sec. | ||
| 16865 | 2024.12.21 08:28:32.364974 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16866 | 2024.12.21 08:28:32.365171 [ 258 ] {520d6e27-e1f4-4206-b546-ca90b8bd2246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16867 | 2024.12.21 08:28:32.365244 [ 258 ] {520d6e27-e1f4-4206-b546-ca90b8bd2246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16868 | 2024.12.21 08:28:32.366113 [ 258 ] {520d6e27-e1f4-4206-b546-ca90b8bd2246} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16869 | 2024.12.21 08:28:32.366160 [ 258 ] {520d6e27-e1f4-4206-b546-ca90b8bd2246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16870 | 2024.12.21 08:28:32.366612 [ 258 ] {520d6e27-e1f4-4206-b546-ca90b8bd2246} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16871 | 2024.12.21 08:28:32.366862 [ 258 ] {520d6e27-e1f4-4206-b546-ca90b8bd2246} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16872 | 2024.12.21 08:28:32.367105 [ 258 ] {520d6e27-e1f4-4206-b546-ca90b8bd2246} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00199 sec., 110050.25125628141 rows/sec., 9.61 MiB/sec. | ||
| 16873 | 2024.12.21 08:28:32.367163 [ 258 ] {520d6e27-e1f4-4206-b546-ca90b8bd2246} <Debug> TCPHandler: Processed in 0.00231637 sec. | ||
| 16874 | 2024.12.21 08:28:32.367327 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16875 | 2024.12.21 08:28:32.367472 [ 4 ] {8d2c7cc3-20b1-418e-bc56-f70f749297a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16876 | 2024.12.21 08:28:32.367534 [ 4 ] {8d2c7cc3-20b1-418e-bc56-f70f749297a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16877 | 2024.12.21 08:28:32.368214 [ 4 ] {8d2c7cc3-20b1-418e-bc56-f70f749297a1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16878 | 2024.12.21 08:28:32.368256 [ 4 ] {8d2c7cc3-20b1-418e-bc56-f70f749297a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16879 | 2024.12.21 08:28:32.368624 [ 4 ] {8d2c7cc3-20b1-418e-bc56-f70f749297a1} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 16880 | 2024.12.21 08:28:32.368866 [ 4 ] {8d2c7cc3-20b1-418e-bc56-f70f749297a1} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16881 | 2024.12.21 08:28:32.369086 [ 4 ] {8d2c7cc3-20b1-418e-bc56-f70f749297a1} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001651 sec., 9085.402786190189 rows/sec., 640.59 KiB/sec. | ||
| 16882 | 2024.12.21 08:28:32.369147 [ 4 ] {8d2c7cc3-20b1-418e-bc56-f70f749297a1} <Debug> TCPHandler: Processed in 0.001887047 sec. | ||
| 16883 | 2024.12.21 08:28:32.369311 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16884 | 2024.12.21 08:28:32.369434 [ 258 ] {0723374b-b025-4c2b-bdee-0a58702b28c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16885 | 2024.12.21 08:28:32.369485 [ 258 ] {0723374b-b025-4c2b-bdee-0a58702b28c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16886 | 2024.12.21 08:28:32.370081 [ 258 ] {0723374b-b025-4c2b-bdee-0a58702b28c2} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16887 | 2024.12.21 08:28:32.370120 [ 258 ] {0723374b-b025-4c2b-bdee-0a58702b28c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16888 | 2024.12.21 08:28:32.370488 [ 258 ] {0723374b-b025-4c2b-bdee-0a58702b28c2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16889 | 2024.12.21 08:28:32.370735 [ 258 ] {0723374b-b025-4c2b-bdee-0a58702b28c2} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16890 | 2024.12.21 08:28:32.370944 [ 258 ] {0723374b-b025-4c2b-bdee-0a58702b28c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001537 sec., 9108.653220559532 rows/sec., 637.91 KiB/sec. | ||
| 16891 | 2024.12.21 08:28:32.370996 [ 258 ] {0723374b-b025-4c2b-bdee-0a58702b28c2} <Debug> TCPHandler: Processed in 0.001743855 sec. | ||
| 16892 | 2024.12.21 08:28:32.371168 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16893 | 2024.12.21 08:28:32.371310 [ 4 ] {5361ee05-bc62-46c5-9cb8-bd61606a4456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16894 | 2024.12.21 08:28:32.371367 [ 4 ] {5361ee05-bc62-46c5-9cb8-bd61606a4456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16895 | 2024.12.21 08:28:32.372024 [ 4 ] {5361ee05-bc62-46c5-9cb8-bd61606a4456} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16896 | 2024.12.21 08:28:32.372065 [ 4 ] {5361ee05-bc62-46c5-9cb8-bd61606a4456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16897 | 2024.12.21 08:28:32.372425 [ 4 ] {5361ee05-bc62-46c5-9cb8-bd61606a4456} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16898 | 2024.12.21 08:28:32.372663 [ 4 ] {5361ee05-bc62-46c5-9cb8-bd61606a4456} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16899 | 2024.12.21 08:28:32.372875 [ 4 ] {5361ee05-bc62-46c5-9cb8-bd61606a4456} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 16900 | 2024.12.21 08:28:32.372928 [ 4 ] {5361ee05-bc62-46c5-9cb8-bd61606a4456} <Debug> TCPHandler: Processed in 0.001826916 sec. | ||
| 16901 | 2024.12.21 08:28:32.373090 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16902 | 2024.12.21 08:28:32.373224 [ 258 ] {5c074c8f-b184-4de3-8897-6342634a293d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16903 | 2024.12.21 08:28:32.373280 [ 258 ] {5c074c8f-b184-4de3-8897-6342634a293d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16904 | 2024.12.21 08:28:32.374143 [ 258 ] {5c074c8f-b184-4de3-8897-6342634a293d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16905 | 2024.12.21 08:28:32.374182 [ 258 ] {5c074c8f-b184-4de3-8897-6342634a293d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16906 | 2024.12.21 08:28:32.374566 [ 258 ] {5c074c8f-b184-4de3-8897-6342634a293d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16907 | 2024.12.21 08:28:32.374799 [ 258 ] {5c074c8f-b184-4de3-8897-6342634a293d} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16908 | 2024.12.21 08:28:32.374980 [ 258 ] {5c074c8f-b184-4de3-8897-6342634a293d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001773 sec., 219966.15905245347 rows/sec., 15.60 MiB/sec. | ||
| 16909 | 2024.12.21 08:28:32.375031 [ 258 ] {5c074c8f-b184-4de3-8897-6342634a293d} <Debug> TCPHandler: Processed in 0.002005628 sec. | ||
| 16910 | 2024.12.21 08:28:32.375198 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16911 | 2024.12.21 08:28:32.375336 [ 4 ] {514ac641-949c-4305-b0eb-ef6724074239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16912 | 2024.12.21 08:28:32.375395 [ 4 ] {514ac641-949c-4305-b0eb-ef6724074239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16913 | 2024.12.21 08:28:32.375959 [ 4 ] {514ac641-949c-4305-b0eb-ef6724074239} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16914 | 2024.12.21 08:28:32.375999 [ 4 ] {514ac641-949c-4305-b0eb-ef6724074239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16915 | 2024.12.21 08:28:32.376365 [ 4 ] {514ac641-949c-4305-b0eb-ef6724074239} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16916 | 2024.12.21 08:28:32.376614 [ 4 ] {514ac641-949c-4305-b0eb-ef6724074239} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16917 | 2024.12.21 08:28:32.376842 [ 4 ] {514ac641-949c-4305-b0eb-ef6724074239} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec. | ||
| 16918 | 2024.12.21 08:28:32.376896 [ 4 ] {514ac641-949c-4305-b0eb-ef6724074239} <Debug> TCPHandler: Processed in 0.001764805 sec. | ||
| 16919 | 2024.12.21 08:28:32.377066 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16920 | 2024.12.21 08:28:32.377209 [ 258 ] {ae9179b8-e9ca-467f-bbba-3ae4512a8924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16921 | 2024.12.21 08:28:32.377271 [ 258 ] {ae9179b8-e9ca-467f-bbba-3ae4512a8924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16922 | 2024.12.21 08:28:32.377959 [ 258 ] {ae9179b8-e9ca-467f-bbba-3ae4512a8924} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16923 | 2024.12.21 08:28:32.377998 [ 258 ] {ae9179b8-e9ca-467f-bbba-3ae4512a8924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16924 | 2024.12.21 08:28:32.378396 [ 258 ] {ae9179b8-e9ca-467f-bbba-3ae4512a8924} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16925 | 2024.12.21 08:28:32.378634 [ 258 ] {ae9179b8-e9ca-467f-bbba-3ae4512a8924} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16926 | 2024.12.21 08:28:32.378817 [ 258 ] {ae9179b8-e9ca-467f-bbba-3ae4512a8924} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec. | ||
| 16927 | 2024.12.21 08:28:32.378868 [ 258 ] {ae9179b8-e9ca-467f-bbba-3ae4512a8924} <Debug> TCPHandler: Processed in 0.001872907 sec. | ||
| 16928 | 2024.12.21 08:28:32.379027 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16929 | 2024.12.21 08:28:32.379166 [ 4 ] {8f8908dc-875a-4f9d-a054-9a88510b4c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16930 | 2024.12.21 08:28:32.379227 [ 4 ] {8f8908dc-875a-4f9d-a054-9a88510b4c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16931 | 2024.12.21 08:28:32.379775 [ 4 ] {8f8908dc-875a-4f9d-a054-9a88510b4c4c} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16932 | 2024.12.21 08:28:32.379823 [ 4 ] {8f8908dc-875a-4f9d-a054-9a88510b4c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16933 | 2024.12.21 08:28:32.380202 [ 4 ] {8f8908dc-875a-4f9d-a054-9a88510b4c4c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16934 | 2024.12.21 08:28:32.380438 [ 4 ] {8f8908dc-875a-4f9d-a054-9a88510b4c4c} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16935 | 2024.12.21 08:28:32.380649 [ 4 ] {8f8908dc-875a-4f9d-a054-9a88510b4c4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001514 sec., 660.5019815059445 rows/sec., 44.51 KiB/sec. | ||
| 16936 | 2024.12.21 08:28:32.380701 [ 4 ] {8f8908dc-875a-4f9d-a054-9a88510b4c4c} <Debug> TCPHandler: Processed in 0.001740955 sec. | ||
| 16937 | 2024.12.21 08:28:32.380853 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16938 | 2024.12.21 08:28:32.380975 [ 258 ] {1d5d27c5-6b43-47e9-9d1d-5e776d60064f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16939 | 2024.12.21 08:28:32.381059 [ 258 ] {1d5d27c5-6b43-47e9-9d1d-5e776d60064f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16940 | 2024.12.21 08:28:32.382174 [ 258 ] {1d5d27c5-6b43-47e9-9d1d-5e776d60064f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16941 | 2024.12.21 08:28:32.382214 [ 258 ] {1d5d27c5-6b43-47e9-9d1d-5e776d60064f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16942 | 2024.12.21 08:28:32.382846 [ 258 ] {1d5d27c5-6b43-47e9-9d1d-5e776d60064f} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16943 | 2024.12.21 08:28:32.383109 [ 258 ] {1d5d27c5-6b43-47e9-9d1d-5e776d60064f} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16944 | 2024.12.21 08:28:32.383326 [ 258 ] {1d5d27c5-6b43-47e9-9d1d-5e776d60064f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002371 sec., 3374.1037536904264 rows/sec., 6.05 MiB/sec. | ||
| 16945 | 2024.12.21 08:28:32.383471 [ 258 ] {1d5d27c5-6b43-47e9-9d1d-5e776d60064f} <Debug> TCPHandler: Processed in 0.002675743 sec. | ||
| 16946 | 2024.12.21 08:28:32.383730 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16947 | 2024.12.21 08:28:32.383926 [ 4 ] {6ee9b9df-8f6c-4300-b2b6-042bb6a6633f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16948 | 2024.12.21 08:28:32.383978 [ 4 ] {6ee9b9df-8f6c-4300-b2b6-042bb6a6633f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16949 | 2024.12.21 08:28:32.384465 [ 4 ] {6ee9b9df-8f6c-4300-b2b6-042bb6a6633f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16950 | 2024.12.21 08:28:32.384503 [ 4 ] {6ee9b9df-8f6c-4300-b2b6-042bb6a6633f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16951 | 2024.12.21 08:28:32.384870 [ 4 ] {6ee9b9df-8f6c-4300-b2b6-042bb6a6633f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16952 | 2024.12.21 08:28:32.385111 [ 4 ] {6ee9b9df-8f6c-4300-b2b6-042bb6a6633f} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16953 | 2024.12.21 08:28:32.385346 [ 4 ] {6ee9b9df-8f6c-4300-b2b6-042bb6a6633f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec. | ||
| 16954 | 2024.12.21 08:28:32.385423 [ 4 ] {6ee9b9df-8f6c-4300-b2b6-042bb6a6633f} <Debug> TCPHandler: Processed in 0.001836806 sec. | ||
| 16955 | 2024.12.21 08:28:33.346303 [ 219 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16956 | 2024.12.21 08:28:33.346362 [ 219 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16957 | 2024.12.21 08:28:33.348543 [ 219 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16958 | 2024.12.21 08:28:34.172414 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 16959 | 2024.12.21 08:28:34.196132 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16960 | 2024.12.21 08:28:34.196188 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16961 | 2024.12.21 08:28:34.203951 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16962 | 2024.12.21 08:28:34.204830 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16963 | 2024.12.21 08:28:34.208612 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 16964 | 2024.12.21 08:28:36.715344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2350 | ||
| 16965 | 2024.12.21 08:28:36.718678 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16966 | 2024.12.21 08:28:36.718742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16967 | 2024.12.21 08:28:36.720312 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16968 | 2024.12.21 08:28:36.720623 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16969 | 2024.12.21 08:28:36.722024 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2350 | ||
| 16970 | 2024.12.21 08:28:37.359703 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16971 | 2024.12.21 08:28:37.359898 [ 4 ] {693e14e2-333e-4195-9e9c-dd711d45b98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16972 | 2024.12.21 08:28:37.359973 [ 4 ] {693e14e2-333e-4195-9e9c-dd711d45b98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16973 | 2024.12.21 08:28:37.360761 [ 4 ] {693e14e2-333e-4195-9e9c-dd711d45b98f} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16974 | 2024.12.21 08:28:37.360815 [ 4 ] {693e14e2-333e-4195-9e9c-dd711d45b98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16975 | 2024.12.21 08:28:37.361260 [ 4 ] {693e14e2-333e-4195-9e9c-dd711d45b98f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 16976 | 2024.12.21 08:28:37.361532 [ 4 ] {693e14e2-333e-4195-9e9c-dd711d45b98f} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16977 | 2024.12.21 08:28:37.361781 [ 4 ] {693e14e2-333e-4195-9e9c-dd711d45b98f} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001936 sec., 5165.289256198347 rows/sec., 421.19 KiB/sec. | ||
| 16978 | 2024.12.21 08:28:37.361847 [ 4 ] {693e14e2-333e-4195-9e9c-dd711d45b98f} <Debug> TCPHandler: Processed in 0.00227707 sec. | ||
| 16979 | 2024.12.21 08:28:37.362105 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16980 | 2024.12.21 08:28:37.362302 [ 258 ] {aea957c2-842d-485c-9d06-6923ff81a279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16981 | 2024.12.21 08:28:37.362378 [ 258 ] {aea957c2-842d-485c-9d06-6923ff81a279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16982 | 2024.12.21 08:28:37.363220 [ 258 ] {aea957c2-842d-485c-9d06-6923ff81a279} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16983 | 2024.12.21 08:28:37.363271 [ 258 ] {aea957c2-842d-485c-9d06-6923ff81a279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16984 | 2024.12.21 08:28:37.363727 [ 258 ] {aea957c2-842d-485c-9d06-6923ff81a279} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16985 | 2024.12.21 08:28:37.363989 [ 258 ] {aea957c2-842d-485c-9d06-6923ff81a279} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16986 | 2024.12.21 08:28:37.364259 [ 258 ] {aea957c2-842d-485c-9d06-6923ff81a279} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.002009 sec., 63215.53011448482 rows/sec., 5.34 MiB/sec. | ||
| 16987 | 2024.12.21 08:28:37.364340 [ 258 ] {aea957c2-842d-485c-9d06-6923ff81a279} <Debug> TCPHandler: Processed in 0.002367911 sec. | ||
| 16988 | 2024.12.21 08:28:37.364521 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16989 | 2024.12.21 08:28:37.364670 [ 4 ] {4b5a5518-811f-4b0b-9a12-be4d01a2cbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16990 | 2024.12.21 08:28:37.364731 [ 4 ] {4b5a5518-811f-4b0b-9a12-be4d01a2cbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16991 | 2024.12.21 08:28:37.365411 [ 4 ] {4b5a5518-811f-4b0b-9a12-be4d01a2cbf4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16992 | 2024.12.21 08:28:37.365451 [ 4 ] {4b5a5518-811f-4b0b-9a12-be4d01a2cbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 16993 | 2024.12.21 08:28:37.365828 [ 4 ] {4b5a5518-811f-4b0b-9a12-be4d01a2cbf4} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 16994 | 2024.12.21 08:28:37.366074 [ 4 ] {4b5a5518-811f-4b0b-9a12-be4d01a2cbf4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16995 | 2024.12.21 08:28:37.366303 [ 4 ] {4b5a5518-811f-4b0b-9a12-be4d01a2cbf4} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.00167 sec., 25748.502994011975 rows/sec., 1.86 MiB/sec. | ||
| 16996 | 2024.12.21 08:28:37.366359 [ 4 ] {4b5a5518-811f-4b0b-9a12-be4d01a2cbf4} <Debug> TCPHandler: Processed in 0.001905957 sec. | ||
| 16997 | 2024.12.21 08:28:37.366531 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16998 | 2024.12.21 08:28:37.366683 [ 258 ] {89d5df27-2a56-44a1-98e6-1a1f0432de99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16999 | 2024.12.21 08:28:37.366749 [ 258 ] {89d5df27-2a56-44a1-98e6-1a1f0432de99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17000 | 2024.12.21 08:28:37.367496 [ 258 ] {89d5df27-2a56-44a1-98e6-1a1f0432de99} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17001 | 2024.12.21 08:28:37.367539 [ 258 ] {89d5df27-2a56-44a1-98e6-1a1f0432de99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 17002 | 2024.12.21 08:28:37.367931 [ 258 ] {89d5df27-2a56-44a1-98e6-1a1f0432de99} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17003 | 2024.12.21 08:28:37.368178 [ 258 ] {89d5df27-2a56-44a1-98e6-1a1f0432de99} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17004 | 2024.12.21 08:28:37.368410 [ 258 ] {89d5df27-2a56-44a1-98e6-1a1f0432de99} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001762 sec., 60726.44721906924 rows/sec., 4.75 MiB/sec. | ||
| 17005 | 2024.12.21 08:28:37.368472 [ 258 ] {89d5df27-2a56-44a1-98e6-1a1f0432de99} <Debug> TCPHandler: Processed in 0.002013997 sec. | ||
| 17006 | 2024.12.21 08:28:37.368651 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17007 | 2024.12.21 08:28:37.368791 [ 4 ] {ba7ac9fa-0ab9-4c1f-b9ce-1370041966b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17008 | 2024.12.21 08:28:37.368855 [ 4 ] {ba7ac9fa-0ab9-4c1f-b9ce-1370041966b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17009 | 2024.12.21 08:28:37.369468 [ 4 ] {ba7ac9fa-0ab9-4c1f-b9ce-1370041966b0} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17010 | 2024.12.21 08:28:37.369509 [ 4 ] {ba7ac9fa-0ab9-4c1f-b9ce-1370041966b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 17011 | 2024.12.21 08:28:37.369911 [ 4 ] {ba7ac9fa-0ab9-4c1f-b9ce-1370041966b0} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 17012 | 2024.12.21 08:28:37.370155 [ 4 ] {ba7ac9fa-0ab9-4c1f-b9ce-1370041966b0} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17013 | 2024.12.21 08:28:37.370368 [ 4 ] {ba7ac9fa-0ab9-4c1f-b9ce-1370041966b0} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.00161 sec., 102484.47204968943 rows/sec., 7.13 MiB/sec. | ||
| 17014 | 2024.12.21 08:28:37.370425 [ 4 ] {ba7ac9fa-0ab9-4c1f-b9ce-1370041966b0} <Debug> TCPHandler: Processed in 0.001843997 sec. | ||
| 17015 | 2024.12.21 08:28:37.370583 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17016 | 2024.12.21 08:28:37.370710 [ 258 ] {0aef4700-3bb1-4cac-9328-7fca1e2b199c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17017 | 2024.12.21 08:28:37.370798 [ 258 ] {0aef4700-3bb1-4cac-9328-7fca1e2b199c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17018 | 2024.12.21 08:28:37.372044 [ 258 ] {0aef4700-3bb1-4cac-9328-7fca1e2b199c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17019 | 2024.12.21 08:28:37.372086 [ 258 ] {0aef4700-3bb1-4cac-9328-7fca1e2b199c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 17020 | 2024.12.21 08:28:37.372778 [ 258 ] {0aef4700-3bb1-4cac-9328-7fca1e2b199c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 17021 | 2024.12.21 08:28:37.373040 [ 258 ] {0aef4700-3bb1-4cac-9328-7fca1e2b199c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17022 | 2024.12.21 08:28:37.373307 [ 258 ] {0aef4700-3bb1-4cac-9328-7fca1e2b199c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002626 sec., 12566.641279512567 rows/sec., 22.52 MiB/sec. | ||
| 17023 | 2024.12.21 08:28:37.373424 [ 258 ] {0aef4700-3bb1-4cac-9328-7fca1e2b199c} <Debug> TCPHandler: Processed in 0.002899286 sec. | ||
| 17024 | 2024.12.21 08:28:37.373588 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17025 | 2024.12.21 08:28:37.373728 [ 4 ] {62cbd373-f2fa-4866-bc00-7646d279641e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17026 | 2024.12.21 08:28:37.373790 [ 4 ] {62cbd373-f2fa-4866-bc00-7646d279641e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17027 | 2024.12.21 08:28:37.374329 [ 4 ] {62cbd373-f2fa-4866-bc00-7646d279641e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17028 | 2024.12.21 08:28:37.374369 [ 4 ] {62cbd373-f2fa-4866-bc00-7646d279641e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 17029 | 2024.12.21 08:28:37.374742 [ 4 ] {62cbd373-f2fa-4866-bc00-7646d279641e} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 17030 | 2024.12.21 08:28:37.374997 [ 4 ] {62cbd373-f2fa-4866-bc00-7646d279641e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17031 | 2024.12.21 08:28:37.375165 [ 101 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 17032 | 2024.12.21 08:28:37.375188 [ 4 ] {62cbd373-f2fa-4866-bc00-7646d279641e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001491 sec., 40241.44869215292 rows/sec., 2.71 MiB/sec. | ||
| 17033 | 2024.12.21 08:28:37.375204 [ 101 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17034 | 2024.12.21 08:28:37.375237 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 17035 | 2024.12.21 08:28:37.375267 [ 4 ] {62cbd373-f2fa-4866-bc00-7646d279641e} <Debug> TCPHandler: Processed in 0.001744275 sec. | ||
| 17036 | 2024.12.21 08:28:37.375440 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 17037 | 2024.12.21 08:28:37.375562 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17038 | 2024.12.21 08:28:37.375597 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7526 rows starting from the beginning of the part | ||
| 17039 | 2024.12.21 08:28:37.375670 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 70 rows starting from the beginning of the part | ||
| 17040 | 2024.12.21 08:28:37.375821 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 12 rows starting from the beginning of the part | ||
| 17041 | 2024.12.21 08:28:37.376109 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 17042 | 2024.12.21 08:28:37.376282 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part | ||
| 17043 | 2024.12.21 08:28:37.376488 [ 191 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 17044 | 2024.12.21 08:28:37.378808 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7810 rows, containing 4 columns (4 merged, 0 gathered) in 0.00347533 sec., 2247268.604708042 rows/sec., 146.09 MiB/sec. | ||
| 17045 | 2024.12.21 08:28:37.379341 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 17046 | 2024.12.21 08:28:37.379715 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17047 | 2024.12.21 08:28:37.379820 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_131_26} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 17048 | 2024.12.21 08:28:37.379935 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 17049 | 2024.12.21 08:28:38.994834 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
| 17050 | 2024.12.21 08:28:38.995523 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17051 | 2024.12.21 08:28:38.995570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 17052 | 2024.12.21 08:28:38.996109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17053 | 2024.12.21 08:28:38.996372 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17054 | 2024.12.21 08:28:38.996648 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
| 17055 | 2024.12.21 08:28:41.708825 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 17056 | 2024.12.21 08:28:41.732370 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17057 | 2024.12.21 08:28:41.732439 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17058 | 2024.12.21 08:28:41.740039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17059 | 2024.12.21 08:28:41.740866 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17060 | 2024.12.21 08:28:41.744595 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 17061 | 2024.12.21 08:28:42.362288 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17062 | 2024.12.21 08:28:42.362590 [ 4 ] {e6569c47-e7ce-46f8-b491-077c277611a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17063 | 2024.12.21 08:28:42.362706 [ 4 ] {e6569c47-e7ce-46f8-b491-077c277611a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17064 | 2024.12.21 08:28:42.364246 [ 4 ] {e6569c47-e7ce-46f8-b491-077c277611a8} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17065 | 2024.12.21 08:28:42.364290 [ 4 ] {e6569c47-e7ce-46f8-b491-077c277611a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17066 | 2024.12.21 08:28:42.364736 [ 4 ] {e6569c47-e7ce-46f8-b491-077c277611a8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17067 | 2024.12.21 08:28:42.365002 [ 4 ] {e6569c47-e7ce-46f8-b491-077c277611a8} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17068 | 2024.12.21 08:28:42.365292 [ 4 ] {e6569c47-e7ce-46f8-b491-077c277611a8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002781 sec., 5034.160373966199 rows/sec., 362.39 KiB/sec. | ||
| 17069 | 2024.12.21 08:28:42.365491 [ 4 ] {e6569c47-e7ce-46f8-b491-077c277611a8} <Debug> TCPHandler: Processed in 0.00338415 sec. | ||
| 17070 | 2024.12.21 08:28:42.365817 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17071 | 2024.12.21 08:28:42.366027 [ 258 ] {93b6ab80-e24f-425f-9d39-86c4799104a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17072 | 2024.12.21 08:28:42.366108 [ 258 ] {93b6ab80-e24f-425f-9d39-86c4799104a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17073 | 2024.12.21 08:28:42.366957 [ 258 ] {93b6ab80-e24f-425f-9d39-86c4799104a7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17074 | 2024.12.21 08:28:42.367003 [ 258 ] {93b6ab80-e24f-425f-9d39-86c4799104a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17075 | 2024.12.21 08:28:42.367471 [ 258 ] {93b6ab80-e24f-425f-9d39-86c4799104a7} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17076 | 2024.12.21 08:28:42.367729 [ 258 ] {93b6ab80-e24f-425f-9d39-86c4799104a7} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17077 | 2024.12.21 08:28:42.367927 [ 93 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17078 | 2024.12.21 08:28:42.367996 [ 93 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17079 | 2024.12.21 08:28:42.368000 [ 258 ] {93b6ab80-e24f-425f-9d39-86c4799104a7} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002024 sec., 108201.58102766797 rows/sec., 9.45 MiB/sec. | ||
| 17080 | 2024.12.21 08:28:42.368042 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17081 | 2024.12.21 08:28:42.368180 [ 258 ] {93b6ab80-e24f-425f-9d39-86c4799104a7} <Debug> TCPHandler: Processed in 0.002546562 sec. | ||
| 17082 | 2024.12.21 08:28:42.368424 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17083 | 2024.12.21 08:28:42.368424 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17084 | 2024.12.21 08:28:42.368633 [ 4 ] {94e4bbf1-5f0b-446f-8878-dc2eedd6e145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17085 | 2024.12.21 08:28:42.368751 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17086 | 2024.12.21 08:28:42.368761 [ 4 ] {94e4bbf1-5f0b-446f-8878-dc2eedd6e145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17087 | 2024.12.21 08:28:42.368819 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1437 rows starting from the beginning of the part | ||
| 17088 | 2024.12.21 08:28:42.369154 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 17089 | 2024.12.21 08:28:42.369492 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 122 rows starting from the beginning of the part | ||
| 17090 | 2024.12.21 08:28:42.369885 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 219 rows starting from the beginning of the part | ||
| 17091 | 2024.12.21 08:28:42.370268 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 127 rows starting from the beginning of the part | ||
| 17092 | 2024.12.21 08:28:42.370626 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 219 rows starting from the beginning of the part | ||
| 17093 | 2024.12.21 08:28:42.371697 [ 4 ] {94e4bbf1-5f0b-446f-8878-dc2eedd6e145} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17094 | 2024.12.21 08:28:42.371756 [ 4 ] {94e4bbf1-5f0b-446f-8878-dc2eedd6e145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17095 | 2024.12.21 08:28:42.372644 [ 4 ] {94e4bbf1-5f0b-446f-8878-dc2eedd6e145} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17096 | 2024.12.21 08:28:42.373090 [ 4 ] {94e4bbf1-5f0b-446f-8878-dc2eedd6e145} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17097 | 2024.12.21 08:28:42.373435 [ 4 ] {94e4bbf1-5f0b-446f-8878-dc2eedd6e145} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004851 sec., 3092.145949288806 rows/sec., 218.02 KiB/sec. | ||
| 17098 | 2024.12.21 08:28:42.373785 [ 4 ] {94e4bbf1-5f0b-446f-8878-dc2eedd6e145} <Debug> TCPHandler: Processed in 0.005477578 sec. | ||
| 17099 | 2024.12.21 08:28:42.373909 [ 186 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.00571093 sec., 381724.16751737456 rows/sec., 33.68 MiB/sec. | ||
| 17100 | 2024.12.21 08:28:42.373998 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17101 | 2024.12.21 08:28:42.374192 [ 258 ] {b1fbbdbb-5207-4701-a327-d21f63d49408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17102 | 2024.12.21 08:28:42.374260 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17103 | 2024.12.21 08:28:42.374282 [ 258 ] {b1fbbdbb-5207-4701-a327-d21f63d49408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17104 | 2024.12.21 08:28:42.375026 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17105 | 2024.12.21 08:28:42.375197 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_136_27} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17106 | 2024.12.21 08:28:42.375393 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 17107 | 2024.12.21 08:28:42.375569 [ 258 ] {b1fbbdbb-5207-4701-a327-d21f63d49408} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17108 | 2024.12.21 08:28:42.375615 [ 258 ] {b1fbbdbb-5207-4701-a327-d21f63d49408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17109 | 2024.12.21 08:28:42.375980 [ 258 ] {b1fbbdbb-5207-4701-a327-d21f63d49408} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17110 | 2024.12.21 08:28:42.376217 [ 258 ] {b1fbbdbb-5207-4701-a327-d21f63d49408} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17111 | 2024.12.21 08:28:42.376464 [ 258 ] {b1fbbdbb-5207-4701-a327-d21f63d49408} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002317 sec., 6042.296072507553 rows/sec., 423.16 KiB/sec. | ||
| 17112 | 2024.12.21 08:28:42.376572 [ 258 ] {b1fbbdbb-5207-4701-a327-d21f63d49408} <Debug> TCPHandler: Processed in 0.002651223 sec. | ||
| 17113 | 2024.12.21 08:28:42.376782 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17114 | 2024.12.21 08:28:42.376921 [ 4 ] {1f2cc451-e2df-48d4-b323-9b4c4c1ca666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17115 | 2024.12.21 08:28:42.376978 [ 4 ] {1f2cc451-e2df-48d4-b323-9b4c4c1ca666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17116 | 2024.12.21 08:28:42.377617 [ 4 ] {1f2cc451-e2df-48d4-b323-9b4c4c1ca666} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17117 | 2024.12.21 08:28:42.377656 [ 4 ] {1f2cc451-e2df-48d4-b323-9b4c4c1ca666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17118 | 2024.12.21 08:28:42.378017 [ 4 ] {1f2cc451-e2df-48d4-b323-9b4c4c1ca666} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17119 | 2024.12.21 08:28:42.378262 [ 4 ] {1f2cc451-e2df-48d4-b323-9b4c4c1ca666} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17120 | 2024.12.21 08:28:42.378443 [ 4 ] {1f2cc451-e2df-48d4-b323-9b4c4c1ca666} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 17121 | 2024.12.21 08:28:42.378498 [ 4 ] {1f2cc451-e2df-48d4-b323-9b4c4c1ca666} <Debug> TCPHandler: Processed in 0.001823506 sec. | ||
| 17122 | 2024.12.21 08:28:42.378660 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17123 | 2024.12.21 08:28:42.378783 [ 258 ] {f2724f5e-bf40-4a11-8dc3-613b8672fc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17124 | 2024.12.21 08:28:42.378835 [ 258 ] {f2724f5e-bf40-4a11-8dc3-613b8672fc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17125 | 2024.12.21 08:28:42.379624 [ 258 ] {f2724f5e-bf40-4a11-8dc3-613b8672fc00} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17126 | 2024.12.21 08:28:42.379665 [ 258 ] {f2724f5e-bf40-4a11-8dc3-613b8672fc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17127 | 2024.12.21 08:28:42.380064 [ 258 ] {f2724f5e-bf40-4a11-8dc3-613b8672fc00} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17128 | 2024.12.21 08:28:42.380309 [ 258 ] {f2724f5e-bf40-4a11-8dc3-613b8672fc00} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17129 | 2024.12.21 08:28:42.380489 [ 93 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17130 | 2024.12.21 08:28:42.380545 [ 93 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17131 | 2024.12.21 08:28:42.380560 [ 258 ] {f2724f5e-bf40-4a11-8dc3-613b8672fc00} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00179 sec., 217877.09497206705 rows/sec., 15.45 MiB/sec. | ||
| 17132 | 2024.12.21 08:28:42.380588 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17133 | 2024.12.21 08:28:42.380743 [ 258 ] {f2724f5e-bf40-4a11-8dc3-613b8672fc00} <Debug> TCPHandler: Processed in 0.002137989 sec. | ||
| 17134 | 2024.12.21 08:28:42.380826 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17135 | 2024.12.21 08:28:42.380917 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17136 | 2024.12.21 08:28:42.380958 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17137 | 2024.12.21 08:28:42.380996 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 915 rows starting from the beginning of the part | ||
| 17138 | 2024.12.21 08:28:42.381047 [ 4 ] {cb638ed6-a580-43eb-be87-e2a591b27c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17139 | 2024.12.21 08:28:42.381184 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 17140 | 2024.12.21 08:28:42.381208 [ 4 ] {cb638ed6-a580-43eb-be87-e2a591b27c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17141 | 2024.12.21 08:28:42.381573 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 97 rows starting from the beginning of the part | ||
| 17142 | 2024.12.21 08:28:42.381805 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 390 rows starting from the beginning of the part | ||
| 17143 | 2024.12.21 08:28:42.382019 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 107 rows starting from the beginning of the part | ||
| 17144 | 2024.12.21 08:28:42.382206 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 390 rows starting from the beginning of the part | ||
| 17145 | 2024.12.21 08:28:42.382736 [ 4 ] {cb638ed6-a580-43eb-be87-e2a591b27c02} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17146 | 2024.12.21 08:28:42.382785 [ 4 ] {cb638ed6-a580-43eb-be87-e2a591b27c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17147 | 2024.12.21 08:28:42.383317 [ 4 ] {cb638ed6-a580-43eb-be87-e2a591b27c02} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17148 | 2024.12.21 08:28:42.383626 [ 4 ] {cb638ed6-a580-43eb-be87-e2a591b27c02} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17149 | 2024.12.21 08:28:42.383873 [ 94 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0 | ||
| 17150 | 2024.12.21 08:28:42.383957 [ 4 ] {cb638ed6-a580-43eb-be87-e2a591b27c02} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002927 sec., 2049.880423641954 rows/sec., 107.10 KiB/sec. | ||
| 17151 | 2024.12.21 08:28:42.383972 [ 94 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17152 | 2024.12.21 08:28:42.384115 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17153 | 2024.12.21 08:28:42.384355 [ 4 ] {cb638ed6-a580-43eb-be87-e2a591b27c02} <Debug> TCPHandler: Processed in 0.003481501 sec. | ||
| 17154 | 2024.12.21 08:28:42.384730 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17155 | 2024.12.21 08:28:42.384799 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.004096556 sec., 479183.00152616 rows/sec., 36.69 MiB/sec. | ||
| 17156 | 2024.12.21 08:28:42.384827 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full | ||
| 17157 | 2024.12.21 08:28:42.385041 [ 258 ] {899e7427-5dae-47ae-bc3f-615c63b402bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17158 | 2024.12.21 08:28:42.385129 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17159 | 2024.12.21 08:28:42.385139 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17160 | 2024.12.21 08:28:42.385172 [ 258 ] {899e7427-5dae-47ae-bc3f-615c63b402bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17161 | 2024.12.21 08:28:42.385213 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 324 rows starting from the beginning of the part | ||
| 17162 | 2024.12.21 08:28:42.385651 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 17163 | 2024.12.21 08:28:42.386127 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 17164 | 2024.12.21 08:28:42.386663 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 17165 | 2024.12.21 08:28:42.386797 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17166 | 2024.12.21 08:28:42.387214 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 17167 | 2024.12.21 08:28:42.387600 [ 187 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 17168 | 2024.12.21 08:28:42.388229 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_136_27} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17169 | 2024.12.21 08:28:42.388525 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 17170 | 2024.12.21 08:28:42.388932 [ 258 ] {899e7427-5dae-47ae-bc3f-615c63b402bd} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17171 | 2024.12.21 08:28:42.388982 [ 258 ] {899e7427-5dae-47ae-bc3f-615c63b402bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17172 | 2024.12.21 08:28:42.389627 [ 258 ] {899e7427-5dae-47ae-bc3f-615c63b402bd} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17173 | 2024.12.21 08:28:42.389752 [ 201 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 4 columns (4 merged, 0 gathered) in 0.005399508 sec., 65561.52893930336 rows/sec., 3.35 MiB/sec. | ||
| 17174 | 2024.12.21 08:28:42.389989 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary) | ||
| 17175 | 2024.12.21 08:28:42.390017 [ 258 ] {899e7427-5dae-47ae-bc3f-615c63b402bd} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17176 | 2024.12.21 08:28:42.390417 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_127_26 to all_132_132_0 | ||
| 17177 | 2024.12.21 08:28:42.390515 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17178 | 2024.12.21 08:28:42.390541 [ 258 ] {899e7427-5dae-47ae-bc3f-615c63b402bd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005593 sec., 42374.3965671375 rows/sec., 2.84 MiB/sec. | ||
| 17179 | 2024.12.21 08:28:42.390591 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17180 | 2024.12.21 08:28:42.390843 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17181 | 2024.12.21 08:28:42.390920 [ 258 ] {899e7427-5dae-47ae-bc3f-615c63b402bd} <Debug> TCPHandler: Processed in 0.006411816 sec. | ||
| 17182 | 2024.12.21 08:28:42.391150 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_127_26 to all_132_132_0 into Compact with storage Full | ||
| 17183 | 2024.12.21 08:28:42.391272 [ 196 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_59_12} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12 | ||
| 17184 | 2024.12.21 08:28:42.391433 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17185 | 2024.12.21 08:28:42.391656 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 17186 | 2024.12.21 08:28:42.391975 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17187 | 2024.12.21 08:28:42.392017 [ 4 ] {d97814e9-dc72-4835-990f-4057be72c7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17188 | 2024.12.21 08:28:42.392095 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_127_26, total 36430 rows starting from the beginning of the part | ||
| 17189 | 2024.12.21 08:28:42.392295 [ 4 ] {d97814e9-dc72-4835-990f-4057be72c7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17190 | 2024.12.21 08:28:42.392775 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 32 rows starting from the beginning of the part | ||
| 17191 | 2024.12.21 08:28:42.393551 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 17192 | 2024.12.21 08:28:42.394320 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part | ||
| 17193 | 2024.12.21 08:28:42.394930 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 165 rows starting from the beginning of the part | ||
| 17194 | 2024.12.21 08:28:42.395371 [ 200 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 237 rows starting from the beginning of the part | ||
| 17195 | 2024.12.21 08:28:42.396070 [ 4 ] {d97814e9-dc72-4835-990f-4057be72c7cb} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17196 | 2024.12.21 08:28:42.396136 [ 4 ] {d97814e9-dc72-4835-990f-4057be72c7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17197 | 2024.12.21 08:28:42.396910 [ 4 ] {d97814e9-dc72-4835-990f-4057be72c7cb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17198 | 2024.12.21 08:28:42.397209 [ 4 ] {d97814e9-dc72-4835-990f-4057be72c7cb} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17199 | 2024.12.21 08:28:42.397472 [ 4 ] {d97814e9-dc72-4835-990f-4057be72c7cb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005695 sec., 175.59262510974537 rows/sec., 11.83 KiB/sec. | ||
| 17200 | 2024.12.21 08:28:42.397647 [ 4 ] {d97814e9-dc72-4835-990f-4057be72c7cb} <Debug> TCPHandler: Processed in 0.006466327 sec. | ||
| 17201 | 2024.12.21 08:28:42.397870 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17202 | 2024.12.21 08:28:42.398133 [ 258 ] {9275d7b5-4457-424a-8201-d5fc1a9e4720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17203 | 2024.12.21 08:28:42.398350 [ 258 ] {9275d7b5-4457-424a-8201-d5fc1a9e4720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17204 | 2024.12.21 08:28:42.400220 [ 258 ] {9275d7b5-4457-424a-8201-d5fc1a9e4720} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17205 | 2024.12.21 08:28:42.400261 [ 258 ] {9275d7b5-4457-424a-8201-d5fc1a9e4720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17206 | 2024.12.21 08:28:42.401160 [ 258 ] {9275d7b5-4457-424a-8201-d5fc1a9e4720} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 17207 | 2024.12.21 08:28:42.401446 [ 258 ] {9275d7b5-4457-424a-8201-d5fc1a9e4720} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17208 | 2024.12.21 08:28:42.401726 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 17209 | 2024.12.21 08:28:42.401816 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17210 | 2024.12.21 08:28:42.401868 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17211 | 2024.12.21 08:28:42.401912 [ 258 ] {9275d7b5-4457-424a-8201-d5fc1a9e4720} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003856 sec., 2074.688796680498 rows/sec., 3.72 MiB/sec. | ||
| 17212 | 2024.12.21 08:28:42.402994 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 17213 | 2024.12.21 08:28:42.403039 [ 258 ] {9275d7b5-4457-424a-8201-d5fc1a9e4720} <Debug> TCPHandler: Processed in 0.005281036 sec. | ||
| 17214 | 2024.12.21 08:28:42.403500 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17215 | 2024.12.21 08:28:42.404936 [ 4 ] {c35747e7-efb8-4dd9-bd7d-a5babf371ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17216 | 2024.12.21 08:28:42.404966 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17217 | 2024.12.21 08:28:42.405148 [ 4 ] {c35747e7-efb8-4dd9-bd7d-a5babf371ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17218 | 2024.12.21 08:28:42.405411 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2271 rows starting from the beginning of the part | ||
| 17219 | 2024.12.21 08:28:42.406743 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 8 rows starting from the beginning of the part | ||
| 17220 | 2024.12.21 08:28:42.407790 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 33 rows starting from the beginning of the part | ||
| 17221 | 2024.12.21 08:28:42.407995 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37261 rows, containing 5 columns (5 merged, 0 gathered) in 0.017194232 sec., 2167063.93167197 rows/sec., 146.26 MiB/sec. | ||
| 17222 | 2024.12.21 08:28:42.408729 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Trace> MergedBlockOutputStream: filled checksums all_1_132_27 (state Temporary) | ||
| 17223 | 2024.12.21 08:28:42.409021 [ 4 ] {c35747e7-efb8-4dd9-bd7d-a5babf371ea2} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17224 | 2024.12.21 08:28:42.409027 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 8 rows starting from the beginning of the part | ||
| 17225 | 2024.12.21 08:28:42.409092 [ 4 ] {c35747e7-efb8-4dd9-bd7d-a5babf371ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17226 | 2024.12.21 08:28:42.409953 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_132_27 to all_1_132_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17227 | 2024.12.21 08:28:42.410324 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 33 rows starting from the beginning of the part | ||
| 17228 | 2024.12.21 08:28:42.410354 [ 201 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_127_26, all_132_132_0] -> all_1_132_27 | ||
| 17229 | 2024.12.21 08:28:42.410623 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 17230 | 2024.12.21 08:28:42.411016 [ 4 ] {c35747e7-efb8-4dd9-bd7d-a5babf371ea2} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 17231 | 2024.12.21 08:28:42.411283 [ 204 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 8 rows starting from the beginning of the part | ||
| 17232 | 2024.12.21 08:28:42.412001 [ 4 ] {c35747e7-efb8-4dd9-bd7d-a5babf371ea2} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17233 | 2024.12.21 08:28:42.412562 [ 4 ] {c35747e7-efb8-4dd9-bd7d-a5babf371ea2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007712 sec., 10632.780082987552 rows/sec., 691.52 KiB/sec. | ||
| 17234 | 2024.12.21 08:28:42.412721 [ 4 ] {c35747e7-efb8-4dd9-bd7d-a5babf371ea2} <Debug> TCPHandler: Processed in 0.009524274 sec. | ||
| 17235 | 2024.12.21 08:28:42.419120 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2361 rows, containing 19 columns (19 merged, 0 gathered) in 0.01707192 sec., 138297.27412030983 rows/sec., 247.82 MiB/sec. | ||
| 17236 | 2024.12.21 08:28:42.421239 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 17237 | 2024.12.21 08:28:42.421686 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17238 | 2024.12.21 08:28:42.421776 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 17239 | 2024.12.21 08:28:42.421944 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.47 MiB. | ||
| 17240 | 2024.12.21 08:28:43.361469 [ 219 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17241 | 2024.12.21 08:28:43.361520 [ 219 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17242 | 2024.12.21 08:28:43.363342 [ 219 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17243 | 2024.12.21 08:28:46.274682 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17244 | 2024.12.21 08:28:46.274757 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17245 | 2024.12.21 08:28:46.496903 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 | ||
| 17246 | 2024.12.21 08:28:46.497657 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17247 | 2024.12.21 08:28:46.497712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17248 | 2024.12.21 08:28:46.498261 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17249 | 2024.12.21 08:28:46.498536 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17250 | 2024.12.21 08:28:46.498837 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 17251 | 2024.12.21 08:28:46.722406 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2386 | ||
| 17252 | 2024.12.21 08:28:46.726263 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17253 | 2024.12.21 08:28:46.726305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17254 | 2024.12.21 08:28:46.727826 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17255 | 2024.12.21 08:28:46.728141 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17256 | 2024.12.21 08:28:46.728315 [ 86 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 17257 | 2024.12.21 08:28:46.728380 [ 86 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17258 | 2024.12.21 08:28:46.728423 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17259 | 2024.12.21 08:28:46.728854 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 17260 | 2024.12.21 08:28:46.729356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2386 | ||
| 17261 | 2024.12.21 08:28:46.729931 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17262 | 2024.12.21 08:28:46.730147 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2204 rows starting from the beginning of the part | ||
| 17263 | 2024.12.21 08:28:46.730701 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 17264 | 2024.12.21 08:28:46.731249 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part | ||
| 17265 | 2024.12.21 08:28:46.731761 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 44 rows starting from the beginning of the part | ||
| 17266 | 2024.12.21 08:28:46.732262 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 34 rows starting from the beginning of the part | ||
| 17267 | 2024.12.21 08:28:46.732755 [ 193 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part | ||
| 17268 | 2024.12.21 08:28:46.742265 [ 194 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2386 rows, containing 72 columns (72 merged, 0 gathered) in 0.013703231 sec., 174119.51969575643 rows/sec., 130.99 MiB/sec. | ||
| 17269 | 2024.12.21 08:28:46.744509 [ 198 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 17270 | 2024.12.21 08:28:46.745309 [ 198 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17271 | 2024.12.21 08:28:46.745391 [ 198 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_61_12} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 17272 | 2024.12.21 08:28:46.745723 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 17273 | 2024.12.21 08:28:47.363534 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17274 | 2024.12.21 08:28:47.363843 [ 4 ] {7c482f69-e880-430a-a0e1-0727ecda9804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17275 | 2024.12.21 08:28:47.363963 [ 4 ] {7c482f69-e880-430a-a0e1-0727ecda9804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17276 | 2024.12.21 08:28:47.365777 [ 4 ] {7c482f69-e880-430a-a0e1-0727ecda9804} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17277 | 2024.12.21 08:28:47.365848 [ 4 ] {7c482f69-e880-430a-a0e1-0727ecda9804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17278 | 2024.12.21 08:28:47.366511 [ 4 ] {7c482f69-e880-430a-a0e1-0727ecda9804} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17279 | 2024.12.21 08:28:47.366884 [ 4 ] {7c482f69-e880-430a-a0e1-0727ecda9804} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17280 | 2024.12.21 08:28:47.367244 [ 4 ] {7c482f69-e880-430a-a0e1-0727ecda9804} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.003483 sec., 35027.275337352854 rows/sec., 2.98 MiB/sec. | ||
| 17281 | 2024.12.21 08:28:47.367377 [ 4 ] {7c482f69-e880-430a-a0e1-0727ecda9804} <Debug> TCPHandler: Processed in 0.004025786 sec. | ||
| 17282 | 2024.12.21 08:28:47.367798 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17283 | 2024.12.21 08:28:47.368057 [ 258 ] {0830b1be-1484-41e5-9b4e-55679c46f616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17284 | 2024.12.21 08:28:47.368164 [ 258 ] {0830b1be-1484-41e5-9b4e-55679c46f616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17285 | 2024.12.21 08:28:47.369307 [ 258 ] {0830b1be-1484-41e5-9b4e-55679c46f616} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17286 | 2024.12.21 08:28:47.369379 [ 258 ] {0830b1be-1484-41e5-9b4e-55679c46f616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17287 | 2024.12.21 08:28:47.370045 [ 258 ] {0830b1be-1484-41e5-9b4e-55679c46f616} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17288 | 2024.12.21 08:28:47.370433 [ 258 ] {0830b1be-1484-41e5-9b4e-55679c46f616} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17289 | 2024.12.21 08:28:47.370809 [ 258 ] {0830b1be-1484-41e5-9b4e-55679c46f616} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.002818 sec., 11710.432931156847 rows/sec., 880.57 KiB/sec. | ||
| 17290 | 2024.12.21 08:28:47.370967 [ 258 ] {0830b1be-1484-41e5-9b4e-55679c46f616} <Debug> TCPHandler: Processed in 0.00341333 sec. | ||
| 17291 | 2024.12.21 08:28:47.371264 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17292 | 2024.12.21 08:28:47.371554 [ 4 ] {d9a7ba7d-8d06-4f80-bdc6-da22c1819df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17293 | 2024.12.21 08:28:47.371630 [ 4 ] {d9a7ba7d-8d06-4f80-bdc6-da22c1819df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17294 | 2024.12.21 08:28:47.372590 [ 4 ] {d9a7ba7d-8d06-4f80-bdc6-da22c1819df8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17295 | 2024.12.21 08:28:47.372648 [ 4 ] {d9a7ba7d-8d06-4f80-bdc6-da22c1819df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17296 | 2024.12.21 08:28:47.373219 [ 4 ] {d9a7ba7d-8d06-4f80-bdc6-da22c1819df8} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17297 | 2024.12.21 08:28:47.373599 [ 4 ] {d9a7ba7d-8d06-4f80-bdc6-da22c1819df8} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17298 | 2024.12.21 08:28:47.373910 [ 4 ] {d9a7ba7d-8d06-4f80-bdc6-da22c1819df8} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.0024 sec., 40416.66666666667 rows/sec., 3.16 MiB/sec. | ||
| 17299 | 2024.12.21 08:28:47.373993 [ 4 ] {d9a7ba7d-8d06-4f80-bdc6-da22c1819df8} <Debug> TCPHandler: Processed in 0.002874275 sec. | ||
| 17300 | 2024.12.21 08:28:47.374250 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17301 | 2024.12.21 08:28:47.374481 [ 258 ] {ca1b6f4b-6877-4215-894f-c80950aceab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17302 | 2024.12.21 08:28:47.374578 [ 258 ] {ca1b6f4b-6877-4215-894f-c80950aceab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17303 | 2024.12.21 08:28:47.375483 [ 258 ] {ca1b6f4b-6877-4215-894f-c80950aceab1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17304 | 2024.12.21 08:28:47.375542 [ 258 ] {ca1b6f4b-6877-4215-894f-c80950aceab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17305 | 2024.12.21 08:28:47.376169 [ 258 ] {ca1b6f4b-6877-4215-894f-c80950aceab1} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17306 | 2024.12.21 08:28:47.376553 [ 258 ] {ca1b6f4b-6877-4215-894f-c80950aceab1} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17307 | 2024.12.21 08:28:47.376874 [ 258 ] {ca1b6f4b-6877-4215-894f-c80950aceab1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002452 sec., 65252.854812398036 rows/sec., 4.54 MiB/sec. | ||
| 17308 | 2024.12.21 08:28:47.376954 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17309 | 2024.12.21 08:28:47.376968 [ 258 ] {ca1b6f4b-6877-4215-894f-c80950aceab1} <Debug> TCPHandler: Processed in 0.002824785 sec. | ||
| 17310 | 2024.12.21 08:28:47.376997 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17311 | 2024.12.21 08:28:47.377195 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17312 | 2024.12.21 08:28:47.377444 [ 4 ] {5797c89e-ce27-4b30-b5f5-ee7836a45dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17313 | 2024.12.21 08:28:47.377671 [ 4 ] {5797c89e-ce27-4b30-b5f5-ee7836a45dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17314 | 2024.12.21 08:28:47.381469 [ 4 ] {5797c89e-ce27-4b30-b5f5-ee7836a45dea} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17315 | 2024.12.21 08:28:47.381556 [ 4 ] {5797c89e-ce27-4b30-b5f5-ee7836a45dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17316 | 2024.12.21 08:28:47.382748 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17317 | 2024.12.21 08:28:47.384082 [ 4 ] {5797c89e-ce27-4b30-b5f5-ee7836a45dea} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17318 | 2024.12.21 08:28:47.384707 [ 4 ] {5797c89e-ce27-4b30-b5f5-ee7836a45dea} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17319 | 2024.12.21 08:28:47.385124 [ 4 ] {5797c89e-ce27-4b30-b5f5-ee7836a45dea} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007738 sec., 4264.667872835358 rows/sec., 7.64 MiB/sec. | ||
| 17320 | 2024.12.21 08:28:47.385157 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17321 | 2024.12.21 08:28:47.385285 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17322 | 2024.12.21 08:28:47.385457 [ 4 ] {5797c89e-ce27-4b30-b5f5-ee7836a45dea} <Debug> TCPHandler: Processed in 0.008340724 sec. | ||
| 17323 | 2024.12.21 08:28:47.385775 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17324 | 2024.12.21 08:28:47.386074 [ 258 ] {a444e02e-28f0-4cb2-833c-0348b8c00203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17325 | 2024.12.21 08:28:47.386284 [ 258 ] {a444e02e-28f0-4cb2-833c-0348b8c00203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17326 | 2024.12.21 08:28:47.387620 [ 258 ] {a444e02e-28f0-4cb2-833c-0348b8c00203} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17327 | 2024.12.21 08:28:47.387685 [ 258 ] {a444e02e-28f0-4cb2-833c-0348b8c00203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17328 | 2024.12.21 08:28:47.388663 [ 258 ] {a444e02e-28f0-4cb2-833c-0348b8c00203} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 17329 | 2024.12.21 08:28:47.389159 [ 258 ] {a444e02e-28f0-4cb2-833c-0348b8c00203} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17330 | 2024.12.21 08:28:47.389756 [ 223 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17331 | 2024.12.21 08:28:47.389770 [ 258 ] {a444e02e-28f0-4cb2-833c-0348b8c00203} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003747 sec., 16012.810248198559 rows/sec., 1.08 MiB/sec. | ||
| 17332 | 2024.12.21 08:28:47.389840 [ 223 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17333 | 2024.12.21 08:28:47.390167 [ 258 ] {a444e02e-28f0-4cb2-833c-0348b8c00203} <Debug> TCPHandler: Processed in 0.00453274 sec. | ||
| 17334 | 2024.12.21 08:28:47.390874 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17335 | 2024.12.21 08:28:47.394147 [ 223 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17336 | 2024.12.21 08:28:49.244802 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633 | ||
| 17337 | 2024.12.21 08:28:49.270867 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17338 | 2024.12.21 08:28:49.270929 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17339 | 2024.12.21 08:28:49.278577 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17340 | 2024.12.21 08:28:49.279439 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17341 | 2024.12.21 08:28:49.283912 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
| 17342 | 2024.12.21 08:28:50.548396 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17343 | 2024.12.21 08:28:50.548603 [ 4 ] {2de53acf-c073-4692-b80e-4de546b8ffc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17344 | 2024.12.21 08:28:50.548678 [ 4 ] {2de53acf-c073-4692-b80e-4de546b8ffc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17345 | 2024.12.21 08:28:50.549470 [ 4 ] {2de53acf-c073-4692-b80e-4de546b8ffc2} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17346 | 2024.12.21 08:28:50.549525 [ 4 ] {2de53acf-c073-4692-b80e-4de546b8ffc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17347 | 2024.12.21 08:28:50.549969 [ 4 ] {2de53acf-c073-4692-b80e-4de546b8ffc2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17348 | 2024.12.21 08:28:50.550257 [ 4 ] {2de53acf-c073-4692-b80e-4de546b8ffc2} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17349 | 2024.12.21 08:28:50.550505 [ 4 ] {2de53acf-c073-4692-b80e-4de546b8ffc2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001952 sec., 7172.131147540984 rows/sec., 516.30 KiB/sec. | ||
| 17350 | 2024.12.21 08:28:50.550574 [ 4 ] {2de53acf-c073-4692-b80e-4de546b8ffc2} <Debug> TCPHandler: Processed in 0.00231369 sec. | ||
| 17351 | 2024.12.21 08:28:50.550850 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17352 | 2024.12.21 08:28:50.551066 [ 258 ] {668797c0-60b5-4195-9edd-08732d03a8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17353 | 2024.12.21 08:28:50.551151 [ 258 ] {668797c0-60b5-4195-9edd-08732d03a8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17354 | 2024.12.21 08:28:50.551949 [ 258 ] {668797c0-60b5-4195-9edd-08732d03a8db} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17355 | 2024.12.21 08:28:50.551997 [ 258 ] {668797c0-60b5-4195-9edd-08732d03a8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17356 | 2024.12.21 08:28:50.552427 [ 258 ] {668797c0-60b5-4195-9edd-08732d03a8db} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 17357 | 2024.12.21 08:28:50.552687 [ 258 ] {668797c0-60b5-4195-9edd-08732d03a8db} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17358 | 2024.12.21 08:28:50.552946 [ 258 ] {668797c0-60b5-4195-9edd-08732d03a8db} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00194 sec., 2061.8556701030925 rows/sec., 168.13 KiB/sec. | ||
| 17359 | 2024.12.21 08:28:50.553056 [ 258 ] {668797c0-60b5-4195-9edd-08732d03a8db} <Debug> TCPHandler: Processed in 0.00234472 sec. | ||
| 17360 | 2024.12.21 08:28:50.553282 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17361 | 2024.12.21 08:28:50.553510 [ 4 ] {04aa2ea5-adf8-420b-953f-d036297ae460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17362 | 2024.12.21 08:28:50.553605 [ 4 ] {04aa2ea5-adf8-420b-953f-d036297ae460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17363 | 2024.12.21 08:28:50.554743 [ 4 ] {04aa2ea5-adf8-420b-953f-d036297ae460} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17364 | 2024.12.21 08:28:50.554784 [ 4 ] {04aa2ea5-adf8-420b-953f-d036297ae460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17365 | 2024.12.21 08:28:50.555252 [ 4 ] {04aa2ea5-adf8-420b-953f-d036297ae460} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17366 | 2024.12.21 08:28:50.555497 [ 4 ] {04aa2ea5-adf8-420b-953f-d036297ae460} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17367 | 2024.12.21 08:28:50.555714 [ 4 ] {04aa2ea5-adf8-420b-953f-d036297ae460} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002261 sec., 601946.0415745246 rows/sec., 50.23 MiB/sec. | ||
| 17368 | 2024.12.21 08:28:50.555773 [ 4 ] {04aa2ea5-adf8-420b-953f-d036297ae460} <Debug> TCPHandler: Processed in 0.002618873 sec. | ||
| 17369 | 2024.12.21 08:28:50.555990 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17370 | 2024.12.21 08:28:50.556130 [ 258 ] {6a6f96ae-6cca-43c9-b522-0013d2cf7b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17371 | 2024.12.21 08:28:50.556191 [ 258 ] {6a6f96ae-6cca-43c9-b522-0013d2cf7b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17372 | 2024.12.21 08:28:50.556871 [ 258 ] {6a6f96ae-6cca-43c9-b522-0013d2cf7b2b} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17373 | 2024.12.21 08:28:50.556912 [ 258 ] {6a6f96ae-6cca-43c9-b522-0013d2cf7b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17374 | 2024.12.21 08:28:50.557283 [ 258 ] {6a6f96ae-6cca-43c9-b522-0013d2cf7b2b} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17375 | 2024.12.21 08:28:50.557545 [ 258 ] {6a6f96ae-6cca-43c9-b522-0013d2cf7b2b} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17376 | 2024.12.21 08:28:50.557733 [ 82 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17377 | 2024.12.21 08:28:50.557763 [ 258 ] {6a6f96ae-6cca-43c9-b522-0013d2cf7b2b} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001685 sec., 11275.964391691394 rows/sec., 793.42 KiB/sec. | ||
| 17378 | 2024.12.21 08:28:50.557864 [ 82 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17379 | 2024.12.21 08:28:50.557917 [ 258 ] {6a6f96ae-6cca-43c9-b522-0013d2cf7b2b} <Debug> TCPHandler: Processed in 0.002028207 sec. | ||
| 17380 | 2024.12.21 08:28:50.557944 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17381 | 2024.12.21 08:28:50.558101 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17382 | 2024.12.21 08:28:50.558239 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17383 | 2024.12.21 08:28:50.558307 [ 4 ] {460fe6a9-d176-4a9e-a9ec-49886d1c2a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17384 | 2024.12.21 08:28:50.558473 [ 4 ] {460fe6a9-d176-4a9e-a9ec-49886d1c2a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17385 | 2024.12.21 08:28:50.558776 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17386 | 2024.12.21 08:28:50.558861 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 66 rows starting from the beginning of the part | ||
| 17387 | 2024.12.21 08:28:50.559214 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 15 rows starting from the beginning of the part | ||
| 17388 | 2024.12.21 08:28:50.559584 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 43 rows starting from the beginning of the part | ||
| 17389 | 2024.12.21 08:28:50.559980 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 15 rows starting from the beginning of the part | ||
| 17390 | 2024.12.21 08:28:50.560337 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 33 rows starting from the beginning of the part | ||
| 17391 | 2024.12.21 08:28:50.560590 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 19 rows starting from the beginning of the part | ||
| 17392 | 2024.12.21 08:28:50.561640 [ 4 ] {460fe6a9-d176-4a9e-a9ec-49886d1c2a65} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17393 | 2024.12.21 08:28:50.561708 [ 4 ] {460fe6a9-d176-4a9e-a9ec-49886d1c2a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17394 | 2024.12.21 08:28:50.562760 [ 4 ] {460fe6a9-d176-4a9e-a9ec-49886d1c2a65} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17395 | 2024.12.21 08:28:50.563319 [ 4 ] {460fe6a9-d176-4a9e-a9ec-49886d1c2a65} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17396 | 2024.12.21 08:28:50.563323 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198456 sec., 36741.67868305512 rows/sec., 2.75 MiB/sec. | ||
| 17397 | 2024.12.21 08:28:50.563537 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17398 | 2024.12.21 08:28:50.563863 [ 4 ] {460fe6a9-d176-4a9e-a9ec-49886d1c2a65} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005482 sec., 44144.47282013864 rows/sec., 2.99 MiB/sec. | ||
| 17399 | 2024.12.21 08:28:50.564263 [ 4 ] {460fe6a9-d176-4a9e-a9ec-49886d1c2a65} <Debug> TCPHandler: Processed in 0.006209485 sec. | ||
| 17400 | 2024.12.21 08:28:50.564441 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17401 | 2024.12.21 08:28:50.564628 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17402 | 2024.12.21 08:28:50.564683 [ 194 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_121_24} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17403 | 2024.12.21 08:28:50.564820 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17404 | 2024.12.21 08:28:50.564883 [ 258 ] {5db4f9c6-ca51-4644-b586-d096bdda81ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17405 | 2024.12.21 08:28:50.564947 [ 258 ] {5db4f9c6-ca51-4644-b586-d096bdda81ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17406 | 2024.12.21 08:28:50.565632 [ 258 ] {5db4f9c6-ca51-4644-b586-d096bdda81ef} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17407 | 2024.12.21 08:28:50.565671 [ 258 ] {5db4f9c6-ca51-4644-b586-d096bdda81ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17408 | 2024.12.21 08:28:50.566040 [ 258 ] {5db4f9c6-ca51-4644-b586-d096bdda81ef} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17409 | 2024.12.21 08:28:50.566284 [ 258 ] {5db4f9c6-ca51-4644-b586-d096bdda81ef} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17410 | 2024.12.21 08:28:50.566500 [ 258 ] {5db4f9c6-ca51-4644-b586-d096bdda81ef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001685 sec., 7715.133531157269 rows/sec., 481.04 KiB/sec. | ||
| 17411 | 2024.12.21 08:28:50.566596 [ 258 ] {5db4f9c6-ca51-4644-b586-d096bdda81ef} <Debug> TCPHandler: Processed in 0.002132649 sec. | ||
| 17412 | 2024.12.21 08:28:50.566839 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17413 | 2024.12.21 08:28:50.567057 [ 4 ] {525b14ed-8579-49b5-87d4-f67576d2cb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17414 | 2024.12.21 08:28:50.567149 [ 4 ] {525b14ed-8579-49b5-87d4-f67576d2cb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17415 | 2024.12.21 08:28:50.568469 [ 4 ] {525b14ed-8579-49b5-87d4-f67576d2cb66} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17416 | 2024.12.21 08:28:50.568510 [ 4 ] {525b14ed-8579-49b5-87d4-f67576d2cb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17417 | 2024.12.21 08:28:50.568924 [ 4 ] {525b14ed-8579-49b5-87d4-f67576d2cb66} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17418 | 2024.12.21 08:28:50.569185 [ 4 ] {525b14ed-8579-49b5-87d4-f67576d2cb66} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17419 | 2024.12.21 08:28:50.569411 [ 4 ] {525b14ed-8579-49b5-87d4-f67576d2cb66} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002402 sec., 353871.77352206496 rows/sec., 25.59 MiB/sec. | ||
| 17420 | 2024.12.21 08:28:50.569474 [ 4 ] {525b14ed-8579-49b5-87d4-f67576d2cb66} <Debug> TCPHandler: Processed in 0.002785475 sec. | ||
| 17421 | 2024.12.21 08:28:50.569503 [ 220 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17422 | 2024.12.21 08:28:50.569582 [ 220 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17423 | 2024.12.21 08:28:50.569645 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17424 | 2024.12.21 08:28:50.569812 [ 258 ] {9fc5fdf5-eaea-4424-a78e-28755a175313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17425 | 2024.12.21 08:28:50.569890 [ 258 ] {9fc5fdf5-eaea-4424-a78e-28755a175313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17426 | 2024.12.21 08:28:50.571193 [ 258 ] {9fc5fdf5-eaea-4424-a78e-28755a175313} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17427 | 2024.12.21 08:28:50.571234 [ 258 ] {9fc5fdf5-eaea-4424-a78e-28755a175313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17428 | 2024.12.21 08:28:50.571872 [ 258 ] {9fc5fdf5-eaea-4424-a78e-28755a175313} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17429 | 2024.12.21 08:28:50.572285 [ 258 ] {9fc5fdf5-eaea-4424-a78e-28755a175313} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17430 | 2024.12.21 08:28:50.572558 [ 258 ] {9fc5fdf5-eaea-4424-a78e-28755a175313} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002771 sec., 2165.2832912306026 rows/sec., 113.13 KiB/sec. | ||
| 17431 | 2024.12.21 08:28:50.572684 [ 258 ] {9fc5fdf5-eaea-4424-a78e-28755a175313} <Debug> TCPHandler: Processed in 0.003114757 sec. | ||
| 17432 | 2024.12.21 08:28:50.572890 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17433 | 2024.12.21 08:28:50.573033 [ 4 ] {4b9b3564-5bfc-4a93-9742-3aed74330400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17434 | 2024.12.21 08:28:50.573115 [ 4 ] {4b9b3564-5bfc-4a93-9742-3aed74330400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17435 | 2024.12.21 08:28:50.573305 [ 220 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17436 | 2024.12.21 08:28:50.574388 [ 4 ] {4b9b3564-5bfc-4a93-9742-3aed74330400} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17437 | 2024.12.21 08:28:50.574432 [ 4 ] {4b9b3564-5bfc-4a93-9742-3aed74330400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17438 | 2024.12.21 08:28:50.574877 [ 4 ] {4b9b3564-5bfc-4a93-9742-3aed74330400} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17439 | 2024.12.21 08:28:50.575121 [ 4 ] {4b9b3564-5bfc-4a93-9742-3aed74330400} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17440 | 2024.12.21 08:28:50.575326 [ 4 ] {4b9b3564-5bfc-4a93-9742-3aed74330400} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.002344 sec., 395477.81569965865 rows/sec., 26.39 MiB/sec. | ||
| 17441 | 2024.12.21 08:28:50.575385 [ 4 ] {4b9b3564-5bfc-4a93-9742-3aed74330400} <Debug> TCPHandler: Processed in 0.002578882 sec. | ||
| 17442 | 2024.12.21 08:28:50.575543 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17443 | 2024.12.21 08:28:50.575683 [ 258 ] {65e2b371-b8fd-4a09-a192-2aff07d9cb7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17444 | 2024.12.21 08:28:50.575746 [ 258 ] {65e2b371-b8fd-4a09-a192-2aff07d9cb7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17445 | 2024.12.21 08:28:50.576318 [ 258 ] {65e2b371-b8fd-4a09-a192-2aff07d9cb7f} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17446 | 2024.12.21 08:28:50.576365 [ 258 ] {65e2b371-b8fd-4a09-a192-2aff07d9cb7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17447 | 2024.12.21 08:28:50.576771 [ 258 ] {65e2b371-b8fd-4a09-a192-2aff07d9cb7f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17448 | 2024.12.21 08:28:50.577035 [ 258 ] {65e2b371-b8fd-4a09-a192-2aff07d9cb7f} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17449 | 2024.12.21 08:28:50.577248 [ 258 ] {65e2b371-b8fd-4a09-a192-2aff07d9cb7f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 42.22 KiB/sec. | ||
| 17450 | 2024.12.21 08:28:50.577298 [ 258 ] {65e2b371-b8fd-4a09-a192-2aff07d9cb7f} <Debug> TCPHandler: Processed in 0.001824816 sec. | ||
| 17451 | 2024.12.21 08:28:50.577432 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17452 | 2024.12.21 08:28:50.577550 [ 4 ] {429ec451-fe06-4497-990a-dacacd50658b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17453 | 2024.12.21 08:28:50.577649 [ 4 ] {429ec451-fe06-4497-990a-dacacd50658b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17454 | 2024.12.21 08:28:50.579196 [ 4 ] {429ec451-fe06-4497-990a-dacacd50658b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17455 | 2024.12.21 08:28:50.579236 [ 4 ] {429ec451-fe06-4497-990a-dacacd50658b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17456 | 2024.12.21 08:28:50.579879 [ 4 ] {429ec451-fe06-4497-990a-dacacd50658b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17457 | 2024.12.21 08:28:50.580143 [ 4 ] {429ec451-fe06-4497-990a-dacacd50658b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17458 | 2024.12.21 08:28:50.580402 [ 4 ] {429ec451-fe06-4497-990a-dacacd50658b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002874 sec., 2783.5768963117607 rows/sec., 4.99 MiB/sec. | ||
| 17459 | 2024.12.21 08:28:50.580509 [ 4 ] {429ec451-fe06-4497-990a-dacacd50658b} <Debug> TCPHandler: Processed in 0.003132907 sec. | ||
| 17460 | 2024.12.21 08:28:50.580662 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17461 | 2024.12.21 08:28:50.580802 [ 258 ] {1f141111-7665-4083-8511-8fdc1c41fa14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17462 | 2024.12.21 08:28:50.580863 [ 258 ] {1f141111-7665-4083-8511-8fdc1c41fa14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17463 | 2024.12.21 08:28:50.581470 [ 258 ] {1f141111-7665-4083-8511-8fdc1c41fa14} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17464 | 2024.12.21 08:28:50.581517 [ 258 ] {1f141111-7665-4083-8511-8fdc1c41fa14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17465 | 2024.12.21 08:28:50.581921 [ 258 ] {1f141111-7665-4083-8511-8fdc1c41fa14} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17466 | 2024.12.21 08:28:50.582168 [ 258 ] {1f141111-7665-4083-8511-8fdc1c41fa14} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17467 | 2024.12.21 08:28:50.582380 [ 258 ] {1f141111-7665-4083-8511-8fdc1c41fa14} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001609 sec., 43505.2827843381 rows/sec., 2.73 MiB/sec. | ||
| 17468 | 2024.12.21 08:28:50.582430 [ 258 ] {1f141111-7665-4083-8511-8fdc1c41fa14} <Debug> TCPHandler: Processed in 0.001836066 sec. | ||
| 17469 | 2024.12.21 08:28:51.932064 [ 225 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17470 | 2024.12.21 08:28:51.932134 [ 225 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17471 | 2024.12.21 08:28:51.934167 [ 225 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17472 | 2024.12.21 08:28:52.352093 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17473 | 2024.12.21 08:28:52.352283 [ 4 ] {276e3bbb-b94d-46db-9992-46aaa479dcf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17474 | 2024.12.21 08:28:52.352357 [ 4 ] {276e3bbb-b94d-46db-9992-46aaa479dcf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17475 | 2024.12.21 08:28:52.353155 [ 4 ] {276e3bbb-b94d-46db-9992-46aaa479dcf1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17476 | 2024.12.21 08:28:52.353210 [ 4 ] {276e3bbb-b94d-46db-9992-46aaa479dcf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17477 | 2024.12.21 08:28:52.353660 [ 4 ] {276e3bbb-b94d-46db-9992-46aaa479dcf1} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17478 | 2024.12.21 08:28:52.353948 [ 4 ] {276e3bbb-b94d-46db-9992-46aaa479dcf1} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17479 | 2024.12.21 08:28:52.354197 [ 4 ] {276e3bbb-b94d-46db-9992-46aaa479dcf1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
| 17480 | 2024.12.21 08:28:52.354265 [ 4 ] {276e3bbb-b94d-46db-9992-46aaa479dcf1} <Debug> TCPHandler: Processed in 0.00230431 sec. | ||
| 17481 | 2024.12.21 08:28:52.354540 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17482 | 2024.12.21 08:28:52.354737 [ 258 ] {7af737f6-15f5-41cc-a5fb-da2fd46064b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17483 | 2024.12.21 08:28:52.354811 [ 258 ] {7af737f6-15f5-41cc-a5fb-da2fd46064b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17484 | 2024.12.21 08:28:52.355582 [ 258 ] {7af737f6-15f5-41cc-a5fb-da2fd46064b3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17485 | 2024.12.21 08:28:52.355630 [ 258 ] {7af737f6-15f5-41cc-a5fb-da2fd46064b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17486 | 2024.12.21 08:28:52.356052 [ 258 ] {7af737f6-15f5-41cc-a5fb-da2fd46064b3} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17487 | 2024.12.21 08:28:52.356293 [ 258 ] {7af737f6-15f5-41cc-a5fb-da2fd46064b3} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17488 | 2024.12.21 08:28:52.356594 [ 258 ] {7af737f6-15f5-41cc-a5fb-da2fd46064b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001909 sec., 33525.405971712935 rows/sec., 2.62 MiB/sec. | ||
| 17489 | 2024.12.21 08:28:52.356650 [ 258 ] {7af737f6-15f5-41cc-a5fb-da2fd46064b3} <Debug> TCPHandler: Processed in 0.00224299 sec. | ||
| 17490 | 2024.12.21 08:28:52.356811 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17491 | 2024.12.21 08:28:52.356942 [ 4 ] {b686dc5b-9474-4b5c-b5f1-a5facf00a3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17492 | 2024.12.21 08:28:52.357001 [ 4 ] {b686dc5b-9474-4b5c-b5f1-a5facf00a3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17493 | 2024.12.21 08:28:52.357595 [ 4 ] {b686dc5b-9474-4b5c-b5f1-a5facf00a3ab} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17494 | 2024.12.21 08:28:52.357636 [ 4 ] {b686dc5b-9474-4b5c-b5f1-a5facf00a3ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17495 | 2024.12.21 08:28:52.358035 [ 4 ] {b686dc5b-9474-4b5c-b5f1-a5facf00a3ab} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17496 | 2024.12.21 08:28:52.358281 [ 4 ] {b686dc5b-9474-4b5c-b5f1-a5facf00a3ab} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17497 | 2024.12.21 08:28:52.358512 [ 4 ] {b686dc5b-9474-4b5c-b5f1-a5facf00a3ab} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001601 sec., 19987.507807620237 rows/sec., 1.39 MiB/sec. | ||
| 17498 | 2024.12.21 08:28:52.358571 [ 4 ] {b686dc5b-9474-4b5c-b5f1-a5facf00a3ab} <Debug> TCPHandler: Processed in 0.001819506 sec. | ||
| 17499 | 2024.12.21 08:28:52.358722 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17500 | 2024.12.21 08:28:52.358861 [ 258 ] {b9542d72-5a73-456e-a885-b285eef24746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17501 | 2024.12.21 08:28:52.358924 [ 258 ] {b9542d72-5a73-456e-a885-b285eef24746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17502 | 2024.12.21 08:28:52.359493 [ 258 ] {b9542d72-5a73-456e-a885-b285eef24746} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17503 | 2024.12.21 08:28:52.359539 [ 258 ] {b9542d72-5a73-456e-a885-b285eef24746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17504 | 2024.12.21 08:28:52.359938 [ 258 ] {b9542d72-5a73-456e-a885-b285eef24746} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17505 | 2024.12.21 08:28:52.360185 [ 258 ] {b9542d72-5a73-456e-a885-b285eef24746} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17506 | 2024.12.21 08:28:52.360405 [ 258 ] {b9542d72-5a73-456e-a885-b285eef24746} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001575 sec., 7619.047619047619 rows/sec., 525.79 KiB/sec. | ||
| 17507 | 2024.12.21 08:28:52.360456 [ 258 ] {b9542d72-5a73-456e-a885-b285eef24746} <Debug> TCPHandler: Processed in 0.001801016 sec. | ||
| 17508 | 2024.12.21 08:28:53.892677 [ 221 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17509 | 2024.12.21 08:28:53.892735 [ 221 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17510 | 2024.12.21 08:28:53.894750 [ 221 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17511 | 2024.12.21 08:28:53.999103 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 | ||
| 17512 | 2024.12.21 08:28:53.999749 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17513 | 2024.12.21 08:28:53.999802 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17514 | 2024.12.21 08:28:54.000502 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17515 | 2024.12.21 08:28:54.000768 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17516 | 2024.12.21 08:28:54.001016 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 | ||
| 17517 | 2024.12.21 08:28:54.858630 [ 221 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17518 | 2024.12.21 08:28:54.858681 [ 221 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17519 | 2024.12.21 08:28:54.860675 [ 221 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17520 | 2024.12.21 08:28:56.729765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2430 | ||
| 17521 | 2024.12.21 08:28:56.733234 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17522 | 2024.12.21 08:28:56.733295 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17523 | 2024.12.21 08:28:56.734872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17524 | 2024.12.21 08:28:56.735214 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17525 | 2024.12.21 08:28:56.735914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2430 | ||
| 17526 | 2024.12.21 08:28:56.784105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641 | ||
| 17527 | 2024.12.21 08:28:56.808705 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17528 | 2024.12.21 08:28:56.808763 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17529 | 2024.12.21 08:28:56.816579 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17530 | 2024.12.21 08:28:56.817450 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17531 | 2024.12.21 08:28:56.820596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 17532 | 2024.12.21 08:28:57.360012 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17533 | 2024.12.21 08:28:57.360313 [ 4 ] {6c6c7bd8-73d2-401b-8220-9b304e5703c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17534 | 2024.12.21 08:28:57.360428 [ 4 ] {6c6c7bd8-73d2-401b-8220-9b304e5703c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17535 | 2024.12.21 08:28:57.361454 [ 4 ] {6c6c7bd8-73d2-401b-8220-9b304e5703c8} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17536 | 2024.12.21 08:28:57.361506 [ 4 ] {6c6c7bd8-73d2-401b-8220-9b304e5703c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17537 | 2024.12.21 08:28:57.361954 [ 4 ] {6c6c7bd8-73d2-401b-8220-9b304e5703c8} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17538 | 2024.12.21 08:28:57.362214 [ 4 ] {6c6c7bd8-73d2-401b-8220-9b304e5703c8} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17539 | 2024.12.21 08:28:57.362473 [ 4 ] {6c6c7bd8-73d2-401b-8220-9b304e5703c8} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002246 sec., 54318.788958147816 rows/sec., 4.62 MiB/sec. | ||
| 17540 | 2024.12.21 08:28:57.362540 [ 4 ] {6c6c7bd8-73d2-401b-8220-9b304e5703c8} <Debug> TCPHandler: Processed in 0.002713834 sec. | ||
| 17541 | 2024.12.21 08:28:57.362816 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17542 | 2024.12.21 08:28:57.363023 [ 258 ] {314e8514-24be-4a05-9dee-781f405a9b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17543 | 2024.12.21 08:28:57.363098 [ 258 ] {314e8514-24be-4a05-9dee-781f405a9b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17544 | 2024.12.21 08:28:57.363864 [ 258 ] {314e8514-24be-4a05-9dee-781f405a9b67} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17545 | 2024.12.21 08:28:57.363911 [ 258 ] {314e8514-24be-4a05-9dee-781f405a9b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17546 | 2024.12.21 08:28:57.364352 [ 258 ] {314e8514-24be-4a05-9dee-781f405a9b67} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17547 | 2024.12.21 08:28:57.364607 [ 258 ] {314e8514-24be-4a05-9dee-781f405a9b67} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17548 | 2024.12.21 08:28:57.364848 [ 258 ] {314e8514-24be-4a05-9dee-781f405a9b67} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001876 sec., 17590.618336886993 rows/sec., 1.29 MiB/sec. | ||
| 17549 | 2024.12.21 08:28:57.364941 [ 258 ] {314e8514-24be-4a05-9dee-781f405a9b67} <Debug> TCPHandler: Processed in 0.00225707 sec. | ||
| 17550 | 2024.12.21 08:28:57.364945 [ 225 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17551 | 2024.12.21 08:28:57.365031 [ 225 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17552 | 2024.12.21 08:28:57.365153 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17553 | 2024.12.21 08:28:57.365393 [ 4 ] {622c55af-fb6c-475f-bae7-d456cf796b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17554 | 2024.12.21 08:28:57.365496 [ 4 ] {622c55af-fb6c-475f-bae7-d456cf796b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17555 | 2024.12.21 08:28:57.366580 [ 4 ] {622c55af-fb6c-475f-bae7-d456cf796b6e} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17556 | 2024.12.21 08:28:57.366625 [ 4 ] {622c55af-fb6c-475f-bae7-d456cf796b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17557 | 2024.12.21 08:28:57.367135 [ 4 ] {622c55af-fb6c-475f-bae7-d456cf796b6e} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17558 | 2024.12.21 08:28:57.367426 [ 4 ] {622c55af-fb6c-475f-bae7-d456cf796b6e} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17559 | 2024.12.21 08:28:57.367702 [ 4 ] {622c55af-fb6c-475f-bae7-d456cf796b6e} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002356 sec., 41171.47707979626 rows/sec., 3.22 MiB/sec. | ||
| 17560 | 2024.12.21 08:28:57.367783 [ 4 ] {622c55af-fb6c-475f-bae7-d456cf796b6e} <Debug> TCPHandler: Processed in 0.002747604 sec. | ||
| 17561 | 2024.12.21 08:28:57.367850 [ 225 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17562 | 2024.12.21 08:28:57.367997 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17563 | 2024.12.21 08:28:57.368295 [ 258 ] {99e09eec-ee88-4eb5-9fac-44c7f63df9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17564 | 2024.12.21 08:28:57.368446 [ 258 ] {99e09eec-ee88-4eb5-9fac-44c7f63df9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17565 | 2024.12.21 08:28:57.369715 [ 258 ] {99e09eec-ee88-4eb5-9fac-44c7f63df9d4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17566 | 2024.12.21 08:28:57.369756 [ 258 ] {99e09eec-ee88-4eb5-9fac-44c7f63df9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17567 | 2024.12.21 08:28:57.370170 [ 258 ] {99e09eec-ee88-4eb5-9fac-44c7f63df9d4} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17568 | 2024.12.21 08:28:57.370412 [ 258 ] {99e09eec-ee88-4eb5-9fac-44c7f63df9d4} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17569 | 2024.12.21 08:28:57.370645 [ 258 ] {99e09eec-ee88-4eb5-9fac-44c7f63df9d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002467 sec., 64856.100526955815 rows/sec., 4.52 MiB/sec. | ||
| 17570 | 2024.12.21 08:28:57.370701 [ 258 ] {99e09eec-ee88-4eb5-9fac-44c7f63df9d4} <Debug> TCPHandler: Processed in 0.002829805 sec. | ||
| 17571 | 2024.12.21 08:28:57.370845 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17572 | 2024.12.21 08:28:57.371062 [ 4 ] {0c03f086-b5c4-4178-8a7c-cca36298a481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17573 | 2024.12.21 08:28:57.371203 [ 4 ] {0c03f086-b5c4-4178-8a7c-cca36298a481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17574 | 2024.12.21 08:28:57.372719 [ 4 ] {0c03f086-b5c4-4178-8a7c-cca36298a481} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17575 | 2024.12.21 08:28:57.372760 [ 4 ] {0c03f086-b5c4-4178-8a7c-cca36298a481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17576 | 2024.12.21 08:28:57.373460 [ 4 ] {0c03f086-b5c4-4178-8a7c-cca36298a481} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17577 | 2024.12.21 08:28:57.373806 [ 4 ] {0c03f086-b5c4-4178-8a7c-cca36298a481} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17578 | 2024.12.21 08:28:57.374611 [ 4 ] {0c03f086-b5c4-4178-8a7c-cca36298a481} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003582 sec., 9212.730318257956 rows/sec., 16.51 MiB/sec. | ||
| 17579 | 2024.12.21 08:28:57.375732 [ 4 ] {0c03f086-b5c4-4178-8a7c-cca36298a481} <Debug> TCPHandler: Processed in 0.004940494 sec. | ||
| 17580 | 2024.12.21 08:28:57.376092 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17581 | 2024.12.21 08:28:57.376704 [ 258 ] {e81debb2-cc16-4153-a3d8-3a85e594c787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17582 | 2024.12.21 08:28:57.376896 [ 258 ] {e81debb2-cc16-4153-a3d8-3a85e594c787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17583 | 2024.12.21 08:28:57.377461 [ 258 ] {e81debb2-cc16-4153-a3d8-3a85e594c787} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17584 | 2024.12.21 08:28:57.377500 [ 258 ] {e81debb2-cc16-4153-a3d8-3a85e594c787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17585 | 2024.12.21 08:28:57.377888 [ 258 ] {e81debb2-cc16-4153-a3d8-3a85e594c787} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17586 | 2024.12.21 08:28:57.378151 [ 258 ] {e81debb2-cc16-4153-a3d8-3a85e594c787} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17587 | 2024.12.21 08:28:57.378355 [ 70 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17588 | 2024.12.21 08:28:57.378412 [ 258 ] {e81debb2-cc16-4153-a3d8-3a85e594c787} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001895 sec., 31662.2691292876 rows/sec., 2.13 MiB/sec. | ||
| 17589 | 2024.12.21 08:28:57.378492 [ 70 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17590 | 2024.12.21 08:28:57.378528 [ 258 ] {e81debb2-cc16-4153-a3d8-3a85e594c787} <Debug> TCPHandler: Processed in 0.002683404 sec. | ||
| 17591 | 2024.12.21 08:28:57.378574 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17592 | 2024.12.21 08:28:57.378791 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 17593 | 2024.12.21 08:28:57.378982 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17594 | 2024.12.21 08:28:57.379025 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7810 rows starting from the beginning of the part | ||
| 17595 | 2024.12.21 08:28:57.379113 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part | ||
| 17596 | 2024.12.21 08:28:57.379370 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part | ||
| 17597 | 2024.12.21 08:28:57.379581 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 70 rows starting from the beginning of the part | ||
| 17598 | 2024.12.21 08:28:57.379793 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 12 rows starting from the beginning of the part | ||
| 17599 | 2024.12.21 08:28:57.380002 [ 190 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part | ||
| 17600 | 2024.12.21 08:28:57.382204 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8094 rows, containing 4 columns (4 merged, 0 gathered) in 0.003551251 sec., 2279196.82387981 rows/sec., 148.18 MiB/sec. | ||
| 17601 | 2024.12.21 08:28:57.382813 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17602 | 2024.12.21 08:28:57.383137 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17603 | 2024.12.21 08:28:57.383216 [ 195 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_136_27} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17604 | 2024.12.21 08:28:57.383310 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 17605 | 2024.12.21 08:29:01.274805 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17606 | 2024.12.21 08:29:01.274905 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17607 | 2024.12.21 08:29:01.501259 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 | ||
| 17608 | 2024.12.21 08:29:01.501937 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17609 | 2024.12.21 08:29:01.501986 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17610 | 2024.12.21 08:29:01.502531 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17611 | 2024.12.21 08:29:01.502797 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17612 | 2024.12.21 08:29:01.503053 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 17613 | 2024.12.21 08:29:01.503060 [ 66 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17614 | 2024.12.21 08:29:01.503141 [ 66 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17615 | 2024.12.21 08:29:01.503168 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17616 | 2024.12.21 08:29:01.503297 [ 190 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 17617 | 2024.12.21 08:29:01.503449 [ 190 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17618 | 2024.12.21 08:29:01.503496 [ 190 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part | ||
| 17619 | 2024.12.21 08:29:01.503584 [ 190 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
| 17620 | 2024.12.21 08:29:01.503846 [ 190 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
| 17621 | 2024.12.21 08:29:01.504051 [ 190 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
| 17622 | 2024.12.21 08:29:01.504206 [ 190 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
| 17623 | 2024.12.21 08:29:01.504339 [ 190 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
| 17624 | 2024.12.21 08:29:01.507873 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004634711 sec., 8502364.009320106 rows/sec., 121.63 MiB/sec. | ||
| 17625 | 2024.12.21 08:29:01.508264 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17626 | 2024.12.21 08:29:01.508582 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17627 | 2024.12.21 08:29:01.508669 [ 188 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_86_17} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17628 | 2024.12.21 08:29:01.508803 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17629 | 2024.12.21 08:29:02.107342 [ 220 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17630 | 2024.12.21 08:29:02.107397 [ 220 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17631 | 2024.12.21 08:29:02.109027 [ 220 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17632 | 2024.12.21 08:29:02.283777 [ 66 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 5 parts from all_1_58_12 to all_62_62_0 | ||
| 17633 | 2024.12.21 08:29:02.283844 [ 66 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17634 | 2024.12.21 08:29:02.283869 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17635 | 2024.12.21 08:29:02.284075 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_58_12 to all_62_62_0 into Compact with storage Full | ||
| 17636 | 2024.12.21 08:29:02.284456 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17637 | 2024.12.21 08:29:02.284524 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_58_12, total 244 rows starting from the beginning of the part | ||
| 17638 | 2024.12.21 08:29:02.284612 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 242 rows starting from the beginning of the part | ||
| 17639 | 2024.12.21 08:29:02.284718 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 17640 | 2024.12.21 08:29:02.284868 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 17641 | 2024.12.21 08:29:02.284970 [ 188 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 242 rows starting from the beginning of the part | ||
| 17642 | 2024.12.21 08:29:02.286059 [ 190 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.002111939 sec., 357964.8844024377 rows/sec., 25.62 MiB/sec. | ||
| 17643 | 2024.12.21 08:29:02.286295 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Trace> MergedBlockOutputStream: filled checksums all_1_62_13 (state Temporary) | ||
| 17644 | 2024.12.21 08:29:02.286699 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_62_13 to all_1_62_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17645 | 2024.12.21 08:29:02.286802 [ 201 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_62_13} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 5 parts: [all_1_58_12, all_62_62_0] -> all_1_62_13 | ||
| 17646 | 2024.12.21 08:29:02.286921 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 17647 | 2024.12.21 08:29:02.363670 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17648 | 2024.12.21 08:29:02.363837 [ 4 ] {59d5ab54-9fdf-4aee-963f-0bfb3e688635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17649 | 2024.12.21 08:29:02.363905 [ 4 ] {59d5ab54-9fdf-4aee-963f-0bfb3e688635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17650 | 2024.12.21 08:29:02.364670 [ 4 ] {59d5ab54-9fdf-4aee-963f-0bfb3e688635} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17651 | 2024.12.21 08:29:02.364717 [ 4 ] {59d5ab54-9fdf-4aee-963f-0bfb3e688635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17652 | 2024.12.21 08:29:02.365128 [ 4 ] {59d5ab54-9fdf-4aee-963f-0bfb3e688635} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17653 | 2024.12.21 08:29:02.365379 [ 4 ] {59d5ab54-9fdf-4aee-963f-0bfb3e688635} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17654 | 2024.12.21 08:29:02.365567 [ 66 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17655 | 2024.12.21 08:29:02.365640 [ 4 ] {59d5ab54-9fdf-4aee-963f-0bfb3e688635} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec. | ||
| 17656 | 2024.12.21 08:29:02.365641 [ 66 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17657 | 2024.12.21 08:29:02.365735 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17658 | 2024.12.21 08:29:02.365781 [ 4 ] {59d5ab54-9fdf-4aee-963f-0bfb3e688635} <Debug> TCPHandler: Processed in 0.00223777 sec. | ||
| 17659 | 2024.12.21 08:29:02.366004 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17660 | 2024.12.21 08:29:02.366115 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17661 | 2024.12.21 08:29:02.366272 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17662 | 2024.12.21 08:29:02.366354 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 17663 | 2024.12.21 08:29:02.366459 [ 258 ] {4e8d4a11-e77b-4eda-a8ce-7d5abc19eace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17664 | 2024.12.21 08:29:02.366597 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 17665 | 2024.12.21 08:29:02.366662 [ 258 ] {4e8d4a11-e77b-4eda-a8ce-7d5abc19eace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17666 | 2024.12.21 08:29:02.367056 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 17667 | 2024.12.21 08:29:02.367333 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 17668 | 2024.12.21 08:29:02.367650 [ 196 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 17669 | 2024.12.21 08:29:02.369768 [ 258 ] {4e8d4a11-e77b-4eda-a8ce-7d5abc19eace} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17670 | 2024.12.21 08:29:02.369856 [ 258 ] {4e8d4a11-e77b-4eda-a8ce-7d5abc19eace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17671 | 2024.12.21 08:29:02.370268 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004403139 sec., 15897.749310208012 rows/sec., 1.18 MiB/sec. | ||
| 17672 | 2024.12.21 08:29:02.370504 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17673 | 2024.12.21 08:29:02.370866 [ 258 ] {4e8d4a11-e77b-4eda-a8ce-7d5abc19eace} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17674 | 2024.12.21 08:29:02.370989 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17675 | 2024.12.21 08:29:02.371125 [ 201 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_61_15} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17676 | 2024.12.21 08:29:02.371289 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17677 | 2024.12.21 08:29:02.371371 [ 258 ] {4e8d4a11-e77b-4eda-a8ce-7d5abc19eace} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17678 | 2024.12.21 08:29:02.371552 [ 63 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17679 | 2024.12.21 08:29:02.371590 [ 63 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17680 | 2024.12.21 08:29:02.371591 [ 258 ] {4e8d4a11-e77b-4eda-a8ce-7d5abc19eace} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.005247 sec., 41738.13607775872 rows/sec., 3.64 MiB/sec. | ||
| 17681 | 2024.12.21 08:29:02.371612 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17682 | 2024.12.21 08:29:02.371722 [ 258 ] {4e8d4a11-e77b-4eda-a8ce-7d5abc19eace} <Debug> TCPHandler: Processed in 0.005783271 sec. | ||
| 17683 | 2024.12.21 08:29:02.371859 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17684 | 2024.12.21 08:29:02.371943 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17685 | 2024.12.21 08:29:02.372033 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17686 | 2024.12.21 08:29:02.372113 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1437 rows starting from the beginning of the part | ||
| 17687 | 2024.12.21 08:29:02.372174 [ 4 ] {c207f0a5-5308-4817-b753-95e03f75e776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17688 | 2024.12.21 08:29:02.372308 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 122 rows starting from the beginning of the part | ||
| 17689 | 2024.12.21 08:29:02.372350 [ 4 ] {c207f0a5-5308-4817-b753-95e03f75e776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17690 | 2024.12.21 08:29:02.372728 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 1361 rows starting from the beginning of the part | ||
| 17691 | 2024.12.21 08:29:02.373265 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part | ||
| 17692 | 2024.12.21 08:29:02.373582 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 122 rows starting from the beginning of the part | ||
| 17693 | 2024.12.21 08:29:02.373918 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 219 rows starting from the beginning of the part | ||
| 17694 | 2024.12.21 08:29:02.375457 [ 4 ] {c207f0a5-5308-4817-b753-95e03f75e776} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17695 | 2024.12.21 08:29:02.375522 [ 4 ] {c207f0a5-5308-4817-b753-95e03f75e776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17696 | 2024.12.21 08:29:02.376514 [ 4 ] {c207f0a5-5308-4817-b753-95e03f75e776} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 17697 | 2024.12.21 08:29:02.376864 [ 4 ] {c207f0a5-5308-4817-b753-95e03f75e776} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17698 | 2024.12.21 08:29:02.377167 [ 4 ] {c207f0a5-5308-4817-b753-95e03f75e776} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005055 sec., 2967.359050445104 rows/sec., 209.22 KiB/sec. | ||
| 17699 | 2024.12.21 08:29:02.377486 [ 4 ] {c207f0a5-5308-4817-b753-95e03f75e776} <Debug> TCPHandler: Processed in 0.005623059 sec. | ||
| 17700 | 2024.12.21 08:29:02.377690 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.005973992 sec., 555240.1141481274 rows/sec., 48.67 MiB/sec. | ||
| 17701 | 2024.12.21 08:29:02.377736 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17702 | 2024.12.21 08:29:02.377949 [ 258 ] {983e1bf3-b0d6-466d-bd09-9484befc4cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17703 | 2024.12.21 08:29:02.377957 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17704 | 2024.12.21 08:29:02.378064 [ 258 ] {983e1bf3-b0d6-466d-bd09-9484befc4cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17705 | 2024.12.21 08:29:02.378557 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17706 | 2024.12.21 08:29:02.378814 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_141_28} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17707 | 2024.12.21 08:29:02.378940 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 17708 | 2024.12.21 08:29:02.379207 [ 258 ] {983e1bf3-b0d6-466d-bd09-9484befc4cc4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17709 | 2024.12.21 08:29:02.379252 [ 258 ] {983e1bf3-b0d6-466d-bd09-9484befc4cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17710 | 2024.12.21 08:29:02.379621 [ 258 ] {983e1bf3-b0d6-466d-bd09-9484befc4cc4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17711 | 2024.12.21 08:29:02.379867 [ 258 ] {983e1bf3-b0d6-466d-bd09-9484befc4cc4} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17712 | 2024.12.21 08:29:02.380055 [ 258 ] {983e1bf3-b0d6-466d-bd09-9484befc4cc4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002171 sec., 6448.641179180101 rows/sec., 451.62 KiB/sec. | ||
| 17713 | 2024.12.21 08:29:02.380112 [ 258 ] {983e1bf3-b0d6-466d-bd09-9484befc4cc4} <Debug> TCPHandler: Processed in 0.002485552 sec. | ||
| 17714 | 2024.12.21 08:29:02.380273 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17715 | 2024.12.21 08:29:02.380414 [ 4 ] {238e2821-fd4f-4dc8-a65e-0ccfa3e2fa44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17716 | 2024.12.21 08:29:02.380472 [ 4 ] {238e2821-fd4f-4dc8-a65e-0ccfa3e2fa44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17717 | 2024.12.21 08:29:02.381169 [ 4 ] {238e2821-fd4f-4dc8-a65e-0ccfa3e2fa44} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17718 | 2024.12.21 08:29:02.381209 [ 4 ] {238e2821-fd4f-4dc8-a65e-0ccfa3e2fa44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17719 | 2024.12.21 08:29:02.381581 [ 4 ] {238e2821-fd4f-4dc8-a65e-0ccfa3e2fa44} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17720 | 2024.12.21 08:29:02.381816 [ 4 ] {238e2821-fd4f-4dc8-a65e-0ccfa3e2fa44} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17721 | 2024.12.21 08:29:02.381973 [ 63 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17722 | 2024.12.21 08:29:02.382032 [ 63 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17723 | 2024.12.21 08:29:02.382050 [ 4 ] {238e2821-fd4f-4dc8-a65e-0ccfa3e2fa44} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec. | ||
| 17724 | 2024.12.21 08:29:02.382072 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17725 | 2024.12.21 08:29:02.382203 [ 4 ] {238e2821-fd4f-4dc8-a65e-0ccfa3e2fa44} <Debug> TCPHandler: Processed in 0.001996137 sec. | ||
| 17726 | 2024.12.21 08:29:02.382266 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17727 | 2024.12.21 08:29:02.382410 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17728 | 2024.12.21 08:29:02.382430 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17729 | 2024.12.21 08:29:02.382490 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 17730 | 2024.12.21 08:29:02.382765 [ 258 ] {8f465d3a-4d5d-4710-8639-1cab961489a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17731 | 2024.12.21 08:29:02.382782 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 17732 | 2024.12.21 08:29:02.382949 [ 258 ] {8f465d3a-4d5d-4710-8639-1cab961489a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17733 | 2024.12.21 08:29:02.383110 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 17734 | 2024.12.21 08:29:02.383445 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 17735 | 2024.12.21 08:29:02.383757 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 17736 | 2024.12.21 08:29:02.385795 [ 258 ] {8f465d3a-4d5d-4710-8639-1cab961489a7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17737 | 2024.12.21 08:29:02.385884 [ 258 ] {8f465d3a-4d5d-4710-8639-1cab961489a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17738 | 2024.12.21 08:29:02.386151 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003946105 sec., 16471.938785207185 rows/sec., 1.07 MiB/sec. | ||
| 17739 | 2024.12.21 08:29:02.386326 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17740 | 2024.12.21 08:29:02.386826 [ 258 ] {8f465d3a-4d5d-4710-8639-1cab961489a7} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17741 | 2024.12.21 08:29:02.386882 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17742 | 2024.12.21 08:29:02.387037 [ 197 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_61_15} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17743 | 2024.12.21 08:29:02.387171 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17744 | 2024.12.21 08:29:02.387288 [ 258 ] {8f465d3a-4d5d-4710-8639-1cab961489a7} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17745 | 2024.12.21 08:29:02.387439 [ 63 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17746 | 2024.12.21 08:29:02.387472 [ 63 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17747 | 2024.12.21 08:29:02.387493 [ 258 ] {8f465d3a-4d5d-4710-8639-1cab961489a7} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004916 sec., 79332.79088689992 rows/sec., 5.63 MiB/sec. | ||
| 17748 | 2024.12.21 08:29:02.387499 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17749 | 2024.12.21 08:29:02.387732 [ 258 ] {8f465d3a-4d5d-4710-8639-1cab961489a7} <Debug> TCPHandler: Processed in 0.005411298 sec. | ||
| 17750 | 2024.12.21 08:29:02.387891 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17751 | 2024.12.21 08:29:02.388060 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17752 | 2024.12.21 08:29:02.388447 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17753 | 2024.12.21 08:29:02.388502 [ 4 ] {93b46b2d-0b0a-47f0-9de0-1f8854ac5018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17754 | 2024.12.21 08:29:02.388571 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 915 rows starting from the beginning of the part | ||
| 17755 | 2024.12.21 08:29:02.388701 [ 4 ] {93b46b2d-0b0a-47f0-9de0-1f8854ac5018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17756 | 2024.12.21 08:29:02.389235 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 97 rows starting from the beginning of the part | ||
| 17757 | 2024.12.21 08:29:02.390004 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 850 rows starting from the beginning of the part | ||
| 17758 | 2024.12.21 08:29:02.390657 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 17759 | 2024.12.21 08:29:02.391423 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 97 rows starting from the beginning of the part | ||
| 17760 | 2024.12.21 08:29:02.391575 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 390 rows starting from the beginning of the part | ||
| 17761 | 2024.12.21 08:29:02.392112 [ 4 ] {93b46b2d-0b0a-47f0-9de0-1f8854ac5018} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17762 | 2024.12.21 08:29:02.392156 [ 4 ] {93b46b2d-0b0a-47f0-9de0-1f8854ac5018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17763 | 2024.12.21 08:29:02.392692 [ 4 ] {93b46b2d-0b0a-47f0-9de0-1f8854ac5018} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17764 | 2024.12.21 08:29:02.393008 [ 4 ] {93b46b2d-0b0a-47f0-9de0-1f8854ac5018} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17765 | 2024.12.21 08:29:02.393257 [ 4 ] {93b46b2d-0b0a-47f0-9de0-1f8854ac5018} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00491 sec., 1221.9959266802443 rows/sec., 63.84 KiB/sec. | ||
| 17766 | 2024.12.21 08:29:02.393360 [ 4 ] {93b46b2d-0b0a-47f0-9de0-1f8854ac5018} <Debug> TCPHandler: Processed in 0.005475358 sec. | ||
| 17767 | 2024.12.21 08:29:02.393612 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17768 | 2024.12.21 08:29:02.393630 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006015583 sec., 401124.87850304786 rows/sec., 30.76 MiB/sec. | ||
| 17769 | 2024.12.21 08:29:02.393774 [ 258 ] {83d25ddb-c1e8-43df-b215-32f1ec5c6470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17770 | 2024.12.21 08:29:02.393864 [ 258 ] {83d25ddb-c1e8-43df-b215-32f1ec5c6470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17771 | 2024.12.21 08:29:02.393919 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17772 | 2024.12.21 08:29:02.394578 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17773 | 2024.12.21 08:29:02.394809 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_141_28} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17774 | 2024.12.21 08:29:02.394989 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 17775 | 2024.12.21 08:29:02.395119 [ 258 ] {83d25ddb-c1e8-43df-b215-32f1ec5c6470} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17776 | 2024.12.21 08:29:02.395162 [ 258 ] {83d25ddb-c1e8-43df-b215-32f1ec5c6470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17777 | 2024.12.21 08:29:02.395579 [ 258 ] {83d25ddb-c1e8-43df-b215-32f1ec5c6470} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17778 | 2024.12.21 08:29:02.395822 [ 258 ] {83d25ddb-c1e8-43df-b215-32f1ec5c6470} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17779 | 2024.12.21 08:29:02.395963 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_132_27 to all_137_137_0 | ||
| 17780 | 2024.12.21 08:29:02.396004 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17781 | 2024.12.21 08:29:02.396017 [ 258 ] {83d25ddb-c1e8-43df-b215-32f1ec5c6470} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002283 sec., 103810.77529566361 rows/sec., 6.96 MiB/sec. | ||
| 17782 | 2024.12.21 08:29:02.396030 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17783 | 2024.12.21 08:29:02.396119 [ 258 ] {83d25ddb-c1e8-43df-b215-32f1ec5c6470} <Debug> TCPHandler: Processed in 0.002660424 sec. | ||
| 17784 | 2024.12.21 08:29:02.396177 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_132_27 to all_137_137_0 into Compact with storage Full | ||
| 17785 | 2024.12.21 08:29:02.396284 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17786 | 2024.12.21 08:29:02.396348 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17787 | 2024.12.21 08:29:02.396421 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_132_27, total 37261 rows starting from the beginning of the part | ||
| 17788 | 2024.12.21 08:29:02.396507 [ 4 ] {d576b7e5-702b-410f-ae56-6008dbedb601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17789 | 2024.12.21 08:29:02.396666 [ 4 ] {d576b7e5-702b-410f-ae56-6008dbedb601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17790 | 2024.12.21 08:29:02.396703 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part | ||
| 17791 | 2024.12.21 08:29:02.397140 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 927 rows starting from the beginning of the part | ||
| 17792 | 2024.12.21 08:29:02.397562 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 32 rows starting from the beginning of the part | ||
| 17793 | 2024.12.21 08:29:02.397909 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part | ||
| 17794 | 2024.12.21 08:29:02.398140 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 237 rows starting from the beginning of the part | ||
| 17795 | 2024.12.21 08:29:02.398930 [ 4 ] {d576b7e5-702b-410f-ae56-6008dbedb601} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17796 | 2024.12.21 08:29:02.398995 [ 4 ] {d576b7e5-702b-410f-ae56-6008dbedb601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17797 | 2024.12.21 08:29:02.399696 [ 4 ] {d576b7e5-702b-410f-ae56-6008dbedb601} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17798 | 2024.12.21 08:29:02.399999 [ 4 ] {d576b7e5-702b-410f-ae56-6008dbedb601} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17799 | 2024.12.21 08:29:02.400211 [ 63 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_58_12 to all_63_63_0 | ||
| 17800 | 2024.12.21 08:29:02.400305 [ 63 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17801 | 2024.12.21 08:29:02.400388 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17802 | 2024.12.21 08:29:02.400399 [ 4 ] {d576b7e5-702b-410f-ae56-6008dbedb601} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003916 sec., 255.36261491317669 rows/sec., 17.21 KiB/sec. | ||
| 17803 | 2024.12.21 08:29:02.401052 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_58_12 to all_63_63_0 into Compact with storage Full | ||
| 17804 | 2024.12.21 08:29:02.401859 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17805 | 2024.12.21 08:29:02.402026 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_58_12, total 58 rows starting from the beginning of the part | ||
| 17806 | 2024.12.21 08:29:02.402396 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 17807 | 2024.12.21 08:29:02.402830 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 17808 | 2024.12.21 08:29:02.403160 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 17809 | 2024.12.21 08:29:02.402229 [ 4 ] {d576b7e5-702b-410f-ae56-6008dbedb601} <Debug> TCPHandler: Processed in 0.006006804 sec. | ||
| 17810 | 2024.12.21 08:29:02.403565 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 17811 | 2024.12.21 08:29:02.403629 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17812 | 2024.12.21 08:29:02.404084 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 17813 | 2024.12.21 08:29:02.404219 [ 258 ] {997d5561-4414-4009-a722-e82cbf1a870b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17814 | 2024.12.21 08:29:02.404664 [ 258 ] {997d5561-4414-4009-a722-e82cbf1a870b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17815 | 2024.12.21 08:29:02.409262 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.008749298 sec., 7200.577692061694 rows/sec., 484.30 KiB/sec. | ||
| 17816 | 2024.12.21 08:29:02.409582 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Trace> MergedBlockOutputStream: filled checksums all_1_63_13 (state Temporary) | ||
| 17817 | 2024.12.21 08:29:02.410478 [ 258 ] {997d5561-4414-4009-a722-e82cbf1a870b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17818 | 2024.12.21 08:29:02.410481 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_63_13 to all_1_63_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17819 | 2024.12.21 08:29:02.410545 [ 258 ] {997d5561-4414-4009-a722-e82cbf1a870b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17820 | 2024.12.21 08:29:02.410739 [ 200 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_63_13} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_58_12, all_63_63_0] -> all_1_63_13 | ||
| 17821 | 2024.12.21 08:29:02.410954 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17822 | 2024.12.21 08:29:02.411380 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38777 rows, containing 5 columns (5 merged, 0 gathered) in 0.015272845 sec., 2538950.66701718 rows/sec., 171.36 MiB/sec. | ||
| 17823 | 2024.12.21 08:29:02.411712 [ 258 ] {997d5561-4414-4009-a722-e82cbf1a870b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17824 | 2024.12.21 08:29:02.411812 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Trace> MergedBlockOutputStream: filled checksums all_1_137_28 (state Temporary) | ||
| 17825 | 2024.12.21 08:29:02.412087 [ 258 ] {997d5561-4414-4009-a722-e82cbf1a870b} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17826 | 2024.12.21 08:29:02.412184 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_137_28 to all_1_137_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17827 | 2024.12.21 08:29:02.412330 [ 199 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_137_28} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_132_27, all_137_137_0] -> all_1_137_28 | ||
| 17828 | 2024.12.21 08:29:02.412422 [ 258 ] {997d5561-4414-4009-a722-e82cbf1a870b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008345 sec., 958.6578789694428 rows/sec., 1.72 MiB/sec. | ||
| 17829 | 2024.12.21 08:29:02.412434 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 17830 | 2024.12.21 08:29:02.412590 [ 258 ] {997d5561-4414-4009-a722-e82cbf1a870b} <Debug> TCPHandler: Processed in 0.009250621 sec. | ||
| 17831 | 2024.12.21 08:29:02.412754 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17832 | 2024.12.21 08:29:02.412875 [ 4 ] {f42de51f-a581-4094-b21b-5cfc04a33cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17833 | 2024.12.21 08:29:02.412926 [ 4 ] {f42de51f-a581-4094-b21b-5cfc04a33cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17834 | 2024.12.21 08:29:02.413419 [ 4 ] {f42de51f-a581-4094-b21b-5cfc04a33cce} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17835 | 2024.12.21 08:29:02.413457 [ 4 ] {f42de51f-a581-4094-b21b-5cfc04a33cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17836 | 2024.12.21 08:29:02.413840 [ 4 ] {f42de51f-a581-4094-b21b-5cfc04a33cce} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17837 | 2024.12.21 08:29:02.414093 [ 4 ] {f42de51f-a581-4094-b21b-5cfc04a33cce} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17838 | 2024.12.21 08:29:02.414303 [ 4 ] {f42de51f-a581-4094-b21b-5cfc04a33cce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 17839 | 2024.12.21 08:29:02.414355 [ 4 ] {f42de51f-a581-4094-b21b-5cfc04a33cce} <Debug> TCPHandler: Processed in 0.001661015 sec. | ||
| 17840 | 2024.12.21 08:29:03.507104 [ 62 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 17841 | 2024.12.21 08:29:03.507175 [ 62 ] {} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17842 | 2024.12.21 08:29:03.507203 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17843 | 2024.12.21 08:29:03.507325 [ 221 ] {} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17844 | 2024.12.21 08:29:03.507375 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::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 | ||
| 17845 | 2024.12.21 08:29:03.507393 [ 221 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17846 | 2024.12.21 08:29:03.507602 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17847 | 2024.12.21 08:29:03.507650 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 17848 | 2024.12.21 08:29:03.507767 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 17849 | 2024.12.21 08:29:03.508009 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 17850 | 2024.12.21 08:29:03.508480 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
| 17851 | 2024.12.21 08:29:03.508695 [ 193 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 17852 | 2024.12.21 08:29:03.509952 [ 191 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002665984 sec., 15003.840983291722 rows/sec., 1.25 MiB/sec. | ||
| 17853 | 2024.12.21 08:29:03.510204 [ 195 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 17854 | 2024.12.21 08:29:03.510289 [ 221 ] {} <Debug> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17855 | 2024.12.21 08:29:03.510797 [ 195 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17856 | 2024.12.21 08:29:03.510897 [ 195 ] {a567f3ab-e15a-48d0-adfa-0034482c2610::all_1_29_7} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 17857 | 2024.12.21 08:29:03.511007 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17858 | 2024.12.21 08:29:03.596269 [ 225 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17859 | 2024.12.21 08:29:03.596304 [ 225 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17860 | 2024.12.21 08:29:03.597896 [ 225 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17861 | 2024.12.21 08:29:04.320805 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 17862 | 2024.12.21 08:29:04.345219 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17863 | 2024.12.21 08:29:04.345291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17864 | 2024.12.21 08:29:04.352953 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17865 | 2024.12.21 08:29:04.353808 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17866 | 2024.12.21 08:29:04.354345 [ 58 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17867 | 2024.12.21 08:29:04.354528 [ 58 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17868 | 2024.12.21 08:29:04.354619 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17869 | 2024.12.21 08:29:04.355348 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 17870 | 2024.12.21 08:29:04.371117 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 17871 | 2024.12.21 08:29:04.372528 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17872 | 2024.12.21 08:29:04.374359 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 17873 | 2024.12.21 08:29:04.380675 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 17874 | 2024.12.21 08:29:04.387202 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 17875 | 2024.12.21 08:29:04.393608 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part | ||
| 17876 | 2024.12.21 08:29:04.400441 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 17877 | 2024.12.21 08:29:04.406828 [ 193 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 17878 | 2024.12.21 08:29:04.471930 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.117097843 sec., 5542.37365414152 rows/sec., 28.66 MiB/sec. | ||
| 17879 | 2024.12.21 08:29:04.476049 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17880 | 2024.12.21 08:29:04.479275 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17881 | 2024.12.21 08:29:04.479371 [ 204 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_86_17} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17882 | 2024.12.21 08:29:04.482126 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17883 | 2024.12.21 08:29:05.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.48 MiB, peak 290.76 MiB, free memory in arenas 0.00 B, will set to 271.39 MiB (RSS), difference: -1.09 MiB | ||
| 17884 | 2024.12.21 08:29:06.736429 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2464 | ||
| 17885 | 2024.12.21 08:29:06.739777 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17886 | 2024.12.21 08:29:06.739842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17887 | 2024.12.21 08:29:06.741353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17888 | 2024.12.21 08:29:06.741734 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17889 | 2024.12.21 08:29:06.742421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2464 | ||
| 17890 | 2024.12.21 08:29:07.019073 [ 225 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17891 | 2024.12.21 08:29:07.019160 [ 225 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17892 | 2024.12.21 08:29:07.021355 [ 225 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17893 | 2024.12.21 08:29:07.359006 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17894 | 2024.12.21 08:29:07.359204 [ 4 ] {5a83708e-052f-4aac-995e-2f31f72de3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17895 | 2024.12.21 08:29:07.359279 [ 4 ] {5a83708e-052f-4aac-995e-2f31f72de3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17896 | 2024.12.21 08:29:07.360058 [ 4 ] {5a83708e-052f-4aac-995e-2f31f72de3ea} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17897 | 2024.12.21 08:29:07.360106 [ 4 ] {5a83708e-052f-4aac-995e-2f31f72de3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17898 | 2024.12.21 08:29:07.360546 [ 4 ] {5a83708e-052f-4aac-995e-2f31f72de3ea} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17899 | 2024.12.21 08:29:07.360804 [ 4 ] {5a83708e-052f-4aac-995e-2f31f72de3ea} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17900 | 2024.12.21 08:29:07.361036 [ 4 ] {5a83708e-052f-4aac-995e-2f31f72de3ea} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.00189 sec., 64550.264550264554 rows/sec., 5.49 MiB/sec. | ||
| 17901 | 2024.12.21 08:29:07.361102 [ 4 ] {5a83708e-052f-4aac-995e-2f31f72de3ea} <Debug> TCPHandler: Processed in 0.002232149 sec. | ||
| 17902 | 2024.12.21 08:29:07.361358 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17903 | 2024.12.21 08:29:07.361565 [ 258 ] {c6b8960c-ce64-4334-96af-fbeb47ad84e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17904 | 2024.12.21 08:29:07.361644 [ 258 ] {c6b8960c-ce64-4334-96af-fbeb47ad84e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17905 | 2024.12.21 08:29:07.362438 [ 258 ] {c6b8960c-ce64-4334-96af-fbeb47ad84e6} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17906 | 2024.12.21 08:29:07.362483 [ 258 ] {c6b8960c-ce64-4334-96af-fbeb47ad84e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17907 | 2024.12.21 08:29:07.362927 [ 258 ] {c6b8960c-ce64-4334-96af-fbeb47ad84e6} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 17908 | 2024.12.21 08:29:07.363183 [ 258 ] {c6b8960c-ce64-4334-96af-fbeb47ad84e6} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17909 | 2024.12.21 08:29:07.363383 [ 258 ] {c6b8960c-ce64-4334-96af-fbeb47ad84e6} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.00188 sec., 17553.191489361703 rows/sec., 1.29 MiB/sec. | ||
| 17910 | 2024.12.21 08:29:07.363453 [ 258 ] {c6b8960c-ce64-4334-96af-fbeb47ad84e6} <Debug> TCPHandler: Processed in 0.00224125 sec. | ||
| 17911 | 2024.12.21 08:29:07.363589 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17912 | 2024.12.21 08:29:07.363712 [ 4 ] {22bd005e-59f8-4624-8ea0-25e4544de301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17913 | 2024.12.21 08:29:07.363764 [ 4 ] {22bd005e-59f8-4624-8ea0-25e4544de301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17914 | 2024.12.21 08:29:07.364397 [ 4 ] {22bd005e-59f8-4624-8ea0-25e4544de301} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17915 | 2024.12.21 08:29:07.364437 [ 4 ] {22bd005e-59f8-4624-8ea0-25e4544de301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17916 | 2024.12.21 08:29:07.364817 [ 4 ] {22bd005e-59f8-4624-8ea0-25e4544de301} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17917 | 2024.12.21 08:29:07.365063 [ 4 ] {22bd005e-59f8-4624-8ea0-25e4544de301} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17918 | 2024.12.21 08:29:07.365297 [ 4 ] {22bd005e-59f8-4624-8ea0-25e4544de301} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001609 sec., 60285.89185829708 rows/sec., 4.71 MiB/sec. | ||
| 17919 | 2024.12.21 08:29:07.365359 [ 4 ] {22bd005e-59f8-4624-8ea0-25e4544de301} <Debug> TCPHandler: Processed in 0.001826666 sec. | ||
| 17920 | 2024.12.21 08:29:07.365513 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17921 | 2024.12.21 08:29:07.365872 [ 258 ] {ae9562a1-1204-47ac-883c-49036bc1804e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17922 | 2024.12.21 08:29:07.366055 [ 258 ] {ae9562a1-1204-47ac-883c-49036bc1804e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17923 | 2024.12.21 08:29:07.366783 [ 258 ] {ae9562a1-1204-47ac-883c-49036bc1804e} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17924 | 2024.12.21 08:29:07.366824 [ 258 ] {ae9562a1-1204-47ac-883c-49036bc1804e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17925 | 2024.12.21 08:29:07.367253 [ 258 ] {ae9562a1-1204-47ac-883c-49036bc1804e} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17926 | 2024.12.21 08:29:07.367495 [ 258 ] {ae9562a1-1204-47ac-883c-49036bc1804e} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17927 | 2024.12.21 08:29:07.367685 [ 258 ] {ae9562a1-1204-47ac-883c-49036bc1804e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001947 sec., 82177.70929635337 rows/sec., 5.72 MiB/sec. | ||
| 17928 | 2024.12.21 08:29:07.367721 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17929 | 2024.12.21 08:29:07.367759 [ 258 ] {ae9562a1-1204-47ac-883c-49036bc1804e} <Debug> TCPHandler: Processed in 0.0023138 sec. | ||
| 17930 | 2024.12.21 08:29:07.367762 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17931 | 2024.12.21 08:29:07.367908 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17932 | 2024.12.21 08:29:07.368086 [ 4 ] {efbfe04e-1b07-4027-a7b0-91a555694186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17933 | 2024.12.21 08:29:07.368267 [ 4 ] {efbfe04e-1b07-4027-a7b0-91a555694186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17934 | 2024.12.21 08:29:07.371663 [ 4 ] {efbfe04e-1b07-4027-a7b0-91a555694186} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17935 | 2024.12.21 08:29:07.371716 [ 4 ] {efbfe04e-1b07-4027-a7b0-91a555694186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17936 | 2024.12.21 08:29:07.372154 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17937 | 2024.12.21 08:29:07.373976 [ 4 ] {efbfe04e-1b07-4027-a7b0-91a555694186} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17938 | 2024.12.21 08:29:07.374278 [ 4 ] {efbfe04e-1b07-4027-a7b0-91a555694186} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17939 | 2024.12.21 08:29:07.374481 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17940 | 2024.12.21 08:29:07.374550 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17941 | 2024.12.21 08:29:07.374578 [ 4 ] {efbfe04e-1b07-4027-a7b0-91a555694186} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.006547 sec., 5040.476554146938 rows/sec., 9.03 MiB/sec. | ||
| 17942 | 2024.12.21 08:29:07.374595 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17943 | 2024.12.21 08:29:07.375113 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17944 | 2024.12.21 08:29:07.375176 [ 4 ] {efbfe04e-1b07-4027-a7b0-91a555694186} <Debug> TCPHandler: Processed in 0.007355365 sec. | ||
| 17945 | 2024.12.21 08:29:07.375497 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17946 | 2024.12.21 08:29:07.376072 [ 258 ] {12f89147-e86b-4f7d-97bd-0d136e1e83d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17947 | 2024.12.21 08:29:07.376306 [ 258 ] {12f89147-e86b-4f7d-97bd-0d136e1e83d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17948 | 2024.12.21 08:29:07.377046 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17949 | 2024.12.21 08:29:07.377394 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2361 rows starting from the beginning of the part | ||
| 17950 | 2024.12.21 08:29:07.378406 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 33 rows starting from the beginning of the part | ||
| 17951 | 2024.12.21 08:29:07.379522 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 8 rows starting from the beginning of the part | ||
| 17952 | 2024.12.21 08:29:07.379577 [ 258 ] {12f89147-e86b-4f7d-97bd-0d136e1e83d5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17953 | 2024.12.21 08:29:07.379656 [ 258 ] {12f89147-e86b-4f7d-97bd-0d136e1e83d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17954 | 2024.12.21 08:29:07.380186 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 33 rows starting from the beginning of the part | ||
| 17955 | 2024.12.21 08:29:07.380875 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 8 rows starting from the beginning of the part | ||
| 17956 | 2024.12.21 08:29:07.381396 [ 258 ] {12f89147-e86b-4f7d-97bd-0d136e1e83d5} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17957 | 2024.12.21 08:29:07.381451 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 33 rows starting from the beginning of the part | ||
| 17958 | 2024.12.21 08:29:07.382183 [ 258 ] {12f89147-e86b-4f7d-97bd-0d136e1e83d5} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17959 | 2024.12.21 08:29:07.382639 [ 258 ] {12f89147-e86b-4f7d-97bd-0d136e1e83d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006772 sec., 8860.011813349083 rows/sec., 611.43 KiB/sec. | ||
| 17960 | 2024.12.21 08:29:07.382785 [ 258 ] {12f89147-e86b-4f7d-97bd-0d136e1e83d5} <Debug> TCPHandler: Processed in 0.007452105 sec. | ||
| 17961 | 2024.12.21 08:29:07.389767 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2476 rows, containing 19 columns (19 merged, 0 gathered) in 0.015012132 sec., 164933.26863899146 rows/sec., 295.55 MiB/sec. | ||
| 17962 | 2024.12.21 08:29:07.391942 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17963 | 2024.12.21 08:29:07.392359 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17964 | 2024.12.21 08:29:07.392442 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17965 | 2024.12.21 08:29:07.392594 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.72 MiB. | ||
| 17966 | 2024.12.21 08:29:09.003317 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 17967 | 2024.12.21 08:29:09.004100 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17968 | 2024.12.21 08:29:09.004158 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17969 | 2024.12.21 08:29:09.004744 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 17970 | 2024.12.21 08:29:09.005026 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17971 | 2024.12.21 08:29:09.005333 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 17972 | 2024.12.21 08:29:11.871355 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 17973 | 2024.12.21 08:29:11.895247 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17974 | 2024.12.21 08:29:11.895314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17975 | 2024.12.21 08:29:11.902865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 17976 | 2024.12.21 08:29:11.903698 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17977 | 2024.12.21 08:29:11.907081 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 17978 | 2024.12.21 08:29:12.362196 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17979 | 2024.12.21 08:29:12.362383 [ 4 ] {8d10a1f5-b0c5-48e5-be48-e1ae2f774af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17980 | 2024.12.21 08:29:12.362453 [ 4 ] {8d10a1f5-b0c5-48e5-be48-e1ae2f774af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17981 | 2024.12.21 08:29:12.363232 [ 4 ] {8d10a1f5-b0c5-48e5-be48-e1ae2f774af3} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17982 | 2024.12.21 08:29:12.363274 [ 4 ] {8d10a1f5-b0c5-48e5-be48-e1ae2f774af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17983 | 2024.12.21 08:29:12.363708 [ 4 ] {8d10a1f5-b0c5-48e5-be48-e1ae2f774af3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17984 | 2024.12.21 08:29:12.363959 [ 4 ] {8d10a1f5-b0c5-48e5-be48-e1ae2f774af3} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17985 | 2024.12.21 08:29:12.364156 [ 4 ] {8d10a1f5-b0c5-48e5-be48-e1ae2f774af3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec. | ||
| 17986 | 2024.12.21 08:29:12.364222 [ 4 ] {8d10a1f5-b0c5-48e5-be48-e1ae2f774af3} <Debug> TCPHandler: Processed in 0.002154859 sec. | ||
| 17987 | 2024.12.21 08:29:12.364493 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17988 | 2024.12.21 08:29:12.364707 [ 258 ] {f2d88dde-06d5-4aa0-9f5d-2618bee281cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17989 | 2024.12.21 08:29:12.364789 [ 258 ] {f2d88dde-06d5-4aa0-9f5d-2618bee281cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17990 | 2024.12.21 08:29:12.365752 [ 258 ] {f2d88dde-06d5-4aa0-9f5d-2618bee281cd} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17991 | 2024.12.21 08:29:12.365799 [ 258 ] {f2d88dde-06d5-4aa0-9f5d-2618bee281cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 17992 | 2024.12.21 08:29:12.366255 [ 258 ] {f2d88dde-06d5-4aa0-9f5d-2618bee281cd} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17993 | 2024.12.21 08:29:12.366504 [ 258 ] {f2d88dde-06d5-4aa0-9f5d-2618bee281cd} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17994 | 2024.12.21 08:29:12.366798 [ 258 ] {f2d88dde-06d5-4aa0-9f5d-2618bee281cd} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002148 sec., 101955.30726256983 rows/sec., 8.90 MiB/sec. | ||
| 17995 | 2024.12.21 08:29:12.366857 [ 258 ] {f2d88dde-06d5-4aa0-9f5d-2618bee281cd} <Debug> TCPHandler: Processed in 0.002503812 sec. | ||
| 17996 | 2024.12.21 08:29:12.367043 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17997 | 2024.12.21 08:29:12.367187 [ 4 ] {973d9c98-b395-4735-bb08-56e01a70744b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17998 | 2024.12.21 08:29:12.367248 [ 4 ] {973d9c98-b395-4735-bb08-56e01a70744b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17999 | 2024.12.21 08:29:12.367870 [ 4 ] {973d9c98-b395-4735-bb08-56e01a70744b} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18000 | 2024.12.21 08:29:12.367908 [ 4 ] {973d9c98-b395-4735-bb08-56e01a70744b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18001 | 2024.12.21 08:29:12.368273 [ 4 ] {973d9c98-b395-4735-bb08-56e01a70744b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18002 | 2024.12.21 08:29:12.368516 [ 4 ] {973d9c98-b395-4735-bb08-56e01a70744b} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18003 | 2024.12.21 08:29:12.368708 [ 4 ] {973d9c98-b395-4735-bb08-56e01a70744b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001552 sec., 9664.948453608247 rows/sec., 681.45 KiB/sec. | ||
| 18004 | 2024.12.21 08:29:12.368796 [ 4 ] {973d9c98-b395-4735-bb08-56e01a70744b} <Debug> TCPHandler: Processed in 0.001820836 sec. | ||
| 18005 | 2024.12.21 08:29:12.368997 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18006 | 2024.12.21 08:29:12.369155 [ 258 ] {9d204b24-32b3-4c13-9376-b5810c3b0a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18007 | 2024.12.21 08:29:12.369213 [ 258 ] {9d204b24-32b3-4c13-9376-b5810c3b0a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18008 | 2024.12.21 08:29:12.369832 [ 258 ] {9d204b24-32b3-4c13-9376-b5810c3b0a3c} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18009 | 2024.12.21 08:29:12.369871 [ 258 ] {9d204b24-32b3-4c13-9376-b5810c3b0a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18010 | 2024.12.21 08:29:12.370238 [ 258 ] {9d204b24-32b3-4c13-9376-b5810c3b0a3c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18011 | 2024.12.21 08:29:12.370471 [ 258 ] {9d204b24-32b3-4c13-9376-b5810c3b0a3c} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18012 | 2024.12.21 08:29:12.370674 [ 258 ] {9d204b24-32b3-4c13-9376-b5810c3b0a3c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001549 sec., 9038.089089735313 rows/sec., 632.97 KiB/sec. | ||
| 18013 | 2024.12.21 08:29:12.370729 [ 258 ] {9d204b24-32b3-4c13-9376-b5810c3b0a3c} <Debug> TCPHandler: Processed in 0.001825016 sec. | ||
| 18014 | 2024.12.21 08:29:12.370925 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18015 | 2024.12.21 08:29:12.371145 [ 4 ] {839eda3f-fa75-4ff5-9028-1eb6828e546c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18016 | 2024.12.21 08:29:12.371233 [ 4 ] {839eda3f-fa75-4ff5-9028-1eb6828e546c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18017 | 2024.12.21 08:29:12.371911 [ 4 ] {839eda3f-fa75-4ff5-9028-1eb6828e546c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18018 | 2024.12.21 08:29:12.371949 [ 4 ] {839eda3f-fa75-4ff5-9028-1eb6828e546c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18019 | 2024.12.21 08:29:12.372307 [ 4 ] {839eda3f-fa75-4ff5-9028-1eb6828e546c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18020 | 2024.12.21 08:29:12.372558 [ 4 ] {839eda3f-fa75-4ff5-9028-1eb6828e546c} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18021 | 2024.12.21 08:29:12.372733 [ 4 ] {839eda3f-fa75-4ff5-9028-1eb6828e546c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec. | ||
| 18022 | 2024.12.21 08:29:12.372787 [ 4 ] {839eda3f-fa75-4ff5-9028-1eb6828e546c} <Debug> TCPHandler: Processed in 0.001969297 sec. | ||
| 18023 | 2024.12.21 08:29:12.372950 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18024 | 2024.12.21 08:29:12.373088 [ 258 ] {ff837b27-8078-4e0b-b8e6-fc9a57936a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18025 | 2024.12.21 08:29:12.373145 [ 258 ] {ff837b27-8078-4e0b-b8e6-fc9a57936a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18026 | 2024.12.21 08:29:12.373932 [ 258 ] {ff837b27-8078-4e0b-b8e6-fc9a57936a72} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18027 | 2024.12.21 08:29:12.373971 [ 258 ] {ff837b27-8078-4e0b-b8e6-fc9a57936a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18028 | 2024.12.21 08:29:12.374348 [ 258 ] {ff837b27-8078-4e0b-b8e6-fc9a57936a72} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18029 | 2024.12.21 08:29:12.374580 [ 258 ] {ff837b27-8078-4e0b-b8e6-fc9a57936a72} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18030 | 2024.12.21 08:29:12.374792 [ 258 ] {ff837b27-8078-4e0b-b8e6-fc9a57936a72} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001734 sec., 224913.49480968856 rows/sec., 15.95 MiB/sec. | ||
| 18031 | 2024.12.21 08:29:12.374847 [ 258 ] {ff837b27-8078-4e0b-b8e6-fc9a57936a72} <Debug> TCPHandler: Processed in 0.001963027 sec. | ||
| 18032 | 2024.12.21 08:29:12.374999 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18033 | 2024.12.21 08:29:12.375138 [ 4 ] {60ea11af-0a0e-4b45-af4f-a85a4227403f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18034 | 2024.12.21 08:29:12.375197 [ 4 ] {60ea11af-0a0e-4b45-af4f-a85a4227403f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18035 | 2024.12.21 08:29:12.375711 [ 4 ] {60ea11af-0a0e-4b45-af4f-a85a4227403f} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18036 | 2024.12.21 08:29:12.375748 [ 4 ] {60ea11af-0a0e-4b45-af4f-a85a4227403f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18037 | 2024.12.21 08:29:12.376108 [ 4 ] {60ea11af-0a0e-4b45-af4f-a85a4227403f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18038 | 2024.12.21 08:29:12.376347 [ 4 ] {60ea11af-0a0e-4b45-af4f-a85a4227403f} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18039 | 2024.12.21 08:29:12.376523 [ 4 ] {60ea11af-0a0e-4b45-af4f-a85a4227403f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 221.23 KiB/sec. | ||
| 18040 | 2024.12.21 08:29:12.376574 [ 4 ] {60ea11af-0a0e-4b45-af4f-a85a4227403f} <Debug> TCPHandler: Processed in 0.001642815 sec. | ||
| 18041 | 2024.12.21 08:29:12.376728 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18042 | 2024.12.21 08:29:12.376868 [ 258 ] {49f7c0e8-b63a-4497-bc4c-faf94f233773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18043 | 2024.12.21 08:29:12.376929 [ 258 ] {49f7c0e8-b63a-4497-bc4c-faf94f233773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18044 | 2024.12.21 08:29:12.377598 [ 258 ] {49f7c0e8-b63a-4497-bc4c-faf94f233773} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18045 | 2024.12.21 08:29:12.377637 [ 258 ] {49f7c0e8-b63a-4497-bc4c-faf94f233773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18046 | 2024.12.21 08:29:12.378025 [ 258 ] {49f7c0e8-b63a-4497-bc4c-faf94f233773} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 18047 | 2024.12.21 08:29:12.378269 [ 258 ] {49f7c0e8-b63a-4497-bc4c-faf94f233773} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18048 | 2024.12.21 08:29:12.378485 [ 258 ] {49f7c0e8-b63a-4497-bc4c-faf94f233773} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec. | ||
| 18049 | 2024.12.21 08:29:12.378540 [ 258 ] {49f7c0e8-b63a-4497-bc4c-faf94f233773} <Debug> TCPHandler: Processed in 0.001879466 sec. | ||
| 18050 | 2024.12.21 08:29:12.378701 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18051 | 2024.12.21 08:29:12.378837 [ 4 ] {b192f2ed-0862-4bcc-a923-e36800815f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18052 | 2024.12.21 08:29:12.378897 [ 4 ] {b192f2ed-0862-4bcc-a923-e36800815f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18053 | 2024.12.21 08:29:12.379440 [ 4 ] {b192f2ed-0862-4bcc-a923-e36800815f43} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18054 | 2024.12.21 08:29:12.379478 [ 4 ] {b192f2ed-0862-4bcc-a923-e36800815f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18055 | 2024.12.21 08:29:12.379833 [ 4 ] {b192f2ed-0862-4bcc-a923-e36800815f43} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18056 | 2024.12.21 08:29:12.380071 [ 4 ] {b192f2ed-0862-4bcc-a923-e36800815f43} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18057 | 2024.12.21 08:29:12.380283 [ 4 ] {b192f2ed-0862-4bcc-a923-e36800815f43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 18058 | 2024.12.21 08:29:12.380284 [ 219 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18059 | 2024.12.21 08:29:12.380368 [ 219 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18060 | 2024.12.21 08:29:12.380371 [ 4 ] {b192f2ed-0862-4bcc-a923-e36800815f43} <Debug> TCPHandler: Processed in 0.001735026 sec. | ||
| 18061 | 2024.12.21 08:29:12.380553 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18062 | 2024.12.21 08:29:12.380689 [ 258 ] {9bc8f7ac-ee4a-4eb8-abec-d634614755f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18063 | 2024.12.21 08:29:12.380808 [ 258 ] {9bc8f7ac-ee4a-4eb8-abec-d634614755f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18064 | 2024.12.21 08:29:12.382741 [ 258 ] {9bc8f7ac-ee4a-4eb8-abec-d634614755f0} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18065 | 2024.12.21 08:29:12.382789 [ 258 ] {9bc8f7ac-ee4a-4eb8-abec-d634614755f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18066 | 2024.12.21 08:29:12.383429 [ 219 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18067 | 2024.12.21 08:29:12.383586 [ 258 ] {9bc8f7ac-ee4a-4eb8-abec-d634614755f0} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 18068 | 2024.12.21 08:29:12.383930 [ 258 ] {9bc8f7ac-ee4a-4eb8-abec-d634614755f0} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18069 | 2024.12.21 08:29:12.384177 [ 258 ] {9bc8f7ac-ee4a-4eb8-abec-d634614755f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003519 sec., 2273.373117362887 rows/sec., 4.07 MiB/sec. | ||
| 18070 | 2024.12.21 08:29:12.384293 [ 258 ] {9bc8f7ac-ee4a-4eb8-abec-d634614755f0} <Debug> TCPHandler: Processed in 0.003806303 sec. | ||
| 18071 | 2024.12.21 08:29:12.384445 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18072 | 2024.12.21 08:29:12.384561 [ 4 ] {a1021f67-0e83-424c-8815-6e1f9576cc4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18073 | 2024.12.21 08:29:12.384610 [ 4 ] {a1021f67-0e83-424c-8815-6e1f9576cc4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18074 | 2024.12.21 08:29:12.385102 [ 4 ] {a1021f67-0e83-424c-8815-6e1f9576cc4a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18075 | 2024.12.21 08:29:12.385140 [ 4 ] {a1021f67-0e83-424c-8815-6e1f9576cc4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18076 | 2024.12.21 08:29:12.385504 [ 4 ] {a1021f67-0e83-424c-8815-6e1f9576cc4a} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 18077 | 2024.12.21 08:29:12.385739 [ 4 ] {a1021f67-0e83-424c-8815-6e1f9576cc4a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18078 | 2024.12.21 08:29:12.385931 [ 4 ] {a1021f67-0e83-424c-8815-6e1f9576cc4a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001389 sec., 59035.277177825774 rows/sec., 3.75 MiB/sec. | ||
| 18079 | 2024.12.21 08:29:12.385990 [ 4 ] {a1021f67-0e83-424c-8815-6e1f9576cc4a} <Debug> TCPHandler: Processed in 0.001604674 sec. | ||
| 18080 | 2024.12.21 08:29:13.025842 [ 219 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18081 | 2024.12.21 08:29:13.025900 [ 219 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18082 | 2024.12.21 08:29:13.027799 [ 219 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18083 | 2024.12.21 08:29:13.032975 [ 218 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18084 | 2024.12.21 08:29:13.033037 [ 218 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18085 | 2024.12.21 08:29:13.034853 [ 218 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18086 | 2024.12.21 08:29:13.112169 [ 224 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18087 | 2024.12.21 08:29:13.112254 [ 224 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18088 | 2024.12.21 08:29:13.114500 [ 224 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18089 | 2024.12.21 08:29:13.360517 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18090 | 2024.12.21 08:29:13.360604 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18091 | 2024.12.21 08:29:13.363160 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18092 | 2024.12.21 08:29:16.275164 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18093 | 2024.12.21 08:29:16.275266 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18094 | 2024.12.21 08:29:16.505600 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 18095 | 2024.12.21 08:29:16.506238 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18096 | 2024.12.21 08:29:16.506294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18097 | 2024.12.21 08:29:16.506845 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18098 | 2024.12.21 08:29:16.507114 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18099 | 2024.12.21 08:29:16.507376 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 18100 | 2024.12.21 08:29:16.742886 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2498 | ||
| 18101 | 2024.12.21 08:29:16.746343 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18102 | 2024.12.21 08:29:16.746396 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18103 | 2024.12.21 08:29:16.747963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18104 | 2024.12.21 08:29:16.748271 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18105 | 2024.12.21 08:29:16.748808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2498 | ||
| 18106 | 2024.12.21 08:29:17.359477 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18107 | 2024.12.21 08:29:17.359737 [ 4 ] {ff3c9542-4f21-41ee-986a-20b15cd5f6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18108 | 2024.12.21 08:29:17.359805 [ 4 ] {ff3c9542-4f21-41ee-986a-20b15cd5f6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18109 | 2024.12.21 08:29:17.360592 [ 4 ] {ff3c9542-4f21-41ee-986a-20b15cd5f6fc} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18110 | 2024.12.21 08:29:17.360635 [ 4 ] {ff3c9542-4f21-41ee-986a-20b15cd5f6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18111 | 2024.12.21 08:29:17.361064 [ 4 ] {ff3c9542-4f21-41ee-986a-20b15cd5f6fc} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18112 | 2024.12.21 08:29:17.361299 [ 4 ] {ff3c9542-4f21-41ee-986a-20b15cd5f6fc} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18113 | 2024.12.21 08:29:17.361487 [ 4 ] {ff3c9542-4f21-41ee-986a-20b15cd5f6fc} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001841 sec., 66268.33242802824 rows/sec., 5.63 MiB/sec. | ||
| 18114 | 2024.12.21 08:29:17.361550 [ 4 ] {ff3c9542-4f21-41ee-986a-20b15cd5f6fc} <Debug> TCPHandler: Processed in 0.00229659 sec. | ||
| 18115 | 2024.12.21 08:29:17.361786 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18116 | 2024.12.21 08:29:17.362045 [ 258 ] {978dea6d-d939-4372-aeb8-7e204f7036ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18117 | 2024.12.21 08:29:17.362116 [ 258 ] {978dea6d-d939-4372-aeb8-7e204f7036ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18118 | 2024.12.21 08:29:17.362872 [ 258 ] {978dea6d-d939-4372-aeb8-7e204f7036ee} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18119 | 2024.12.21 08:29:17.362933 [ 258 ] {978dea6d-d939-4372-aeb8-7e204f7036ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18120 | 2024.12.21 08:29:17.363365 [ 258 ] {978dea6d-d939-4372-aeb8-7e204f7036ee} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18121 | 2024.12.21 08:29:17.363630 [ 258 ] {978dea6d-d939-4372-aeb8-7e204f7036ee} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18122 | 2024.12.21 08:29:17.363811 [ 41 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18123 | 2024.12.21 08:29:17.363876 [ 41 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18124 | 2024.12.21 08:29:17.363902 [ 258 ] {978dea6d-d939-4372-aeb8-7e204f7036ee} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001886 sec., 17497.34888653234 rows/sec., 1.28 MiB/sec. | ||
| 18125 | 2024.12.21 08:29:17.363923 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18126 | 2024.12.21 08:29:17.364079 [ 258 ] {978dea6d-d939-4372-aeb8-7e204f7036ee} <Debug> TCPHandler: Processed in 0.002354761 sec. | ||
| 18127 | 2024.12.21 08:29:17.364144 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18128 | 2024.12.21 08:29:17.364249 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18129 | 2024.12.21 08:29:17.364323 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18130 | 2024.12.21 08:29:17.364389 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 66 rows starting from the beginning of the part | ||
| 18131 | 2024.12.21 08:29:17.364499 [ 4 ] {b2f3e344-650e-4a15-b68f-16d3a3efa386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18132 | 2024.12.21 08:29:17.364635 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 33 rows starting from the beginning of the part | ||
| 18133 | 2024.12.21 08:29:17.364754 [ 4 ] {b2f3e344-650e-4a15-b68f-16d3a3efa386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18134 | 2024.12.21 08:29:17.365000 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 15 rows starting from the beginning of the part | ||
| 18135 | 2024.12.21 08:29:17.365386 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 33 rows starting from the beginning of the part | ||
| 18136 | 2024.12.21 08:29:17.365688 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 15 rows starting from the beginning of the part | ||
| 18137 | 2024.12.21 08:29:17.366012 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 33 rows starting from the beginning of the part | ||
| 18138 | 2024.12.21 08:29:17.367849 [ 4 ] {b2f3e344-650e-4a15-b68f-16d3a3efa386} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18139 | 2024.12.21 08:29:17.367927 [ 4 ] {b2f3e344-650e-4a15-b68f-16d3a3efa386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18140 | 2024.12.21 08:29:17.369049 [ 4 ] {b2f3e344-650e-4a15-b68f-16d3a3efa386} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18141 | 2024.12.21 08:29:17.369134 [ 187 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005076844 sec., 38409.68916909797 rows/sec., 2.91 MiB/sec. | ||
| 18142 | 2024.12.21 08:29:17.369399 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18143 | 2024.12.21 08:29:17.369454 [ 4 ] {b2f3e344-650e-4a15-b68f-16d3a3efa386} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18144 | 2024.12.21 08:29:17.369888 [ 4 ] {b2f3e344-650e-4a15-b68f-16d3a3efa386} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00545 sec., 17798.16513761468 rows/sec., 1.39 MiB/sec. | ||
| 18145 | 2024.12.21 08:29:17.370023 [ 4 ] {b2f3e344-650e-4a15-b68f-16d3a3efa386} <Debug> TCPHandler: Processed in 0.005854331 sec. | ||
| 18146 | 2024.12.21 08:29:17.370124 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18147 | 2024.12.21 08:29:17.370225 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18148 | 2024.12.21 08:29:17.370266 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_126_25} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18149 | 2024.12.21 08:29:17.370436 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18150 | 2024.12.21 08:29:17.370445 [ 258 ] {93cd743c-f342-45b7-aa9d-ce0934a210aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18151 | 2024.12.21 08:29:17.370524 [ 258 ] {93cd743c-f342-45b7-aa9d-ce0934a210aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18152 | 2024.12.21 08:29:17.371133 [ 258 ] {93cd743c-f342-45b7-aa9d-ce0934a210aa} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18153 | 2024.12.21 08:29:17.371173 [ 258 ] {93cd743c-f342-45b7-aa9d-ce0934a210aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18154 | 2024.12.21 08:29:17.371583 [ 258 ] {93cd743c-f342-45b7-aa9d-ce0934a210aa} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 18155 | 2024.12.21 08:29:17.371821 [ 258 ] {93cd743c-f342-45b7-aa9d-ce0934a210aa} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18156 | 2024.12.21 08:29:17.372039 [ 258 ] {93cd743c-f342-45b7-aa9d-ce0934a210aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec. | ||
| 18157 | 2024.12.21 08:29:17.372098 [ 258 ] {93cd743c-f342-45b7-aa9d-ce0934a210aa} <Debug> TCPHandler: Processed in 0.001961568 sec. | ||
| 18158 | 2024.12.21 08:29:17.372279 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18159 | 2024.12.21 08:29:17.372423 [ 4 ] {99e42a8b-a259-433d-a82f-e71546ceb5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18160 | 2024.12.21 08:29:17.372518 [ 4 ] {99e42a8b-a259-433d-a82f-e71546ceb5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18161 | 2024.12.21 08:29:17.373738 [ 4 ] {99e42a8b-a259-433d-a82f-e71546ceb5d8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18162 | 2024.12.21 08:29:17.373777 [ 4 ] {99e42a8b-a259-433d-a82f-e71546ceb5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18163 | 2024.12.21 08:29:17.374448 [ 4 ] {99e42a8b-a259-433d-a82f-e71546ceb5d8} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 18164 | 2024.12.21 08:29:17.374710 [ 4 ] {99e42a8b-a259-433d-a82f-e71546ceb5d8} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18165 | 2024.12.21 08:29:17.374992 [ 4 ] {99e42a8b-a259-433d-a82f-e71546ceb5d8} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002595 sec., 12716.763005780347 rows/sec., 22.79 MiB/sec. | ||
| 18166 | 2024.12.21 08:29:17.375187 [ 4 ] {99e42a8b-a259-433d-a82f-e71546ceb5d8} <Debug> TCPHandler: Processed in 0.002974376 sec. | ||
| 18167 | 2024.12.21 08:29:17.375400 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18168 | 2024.12.21 08:29:17.375745 [ 258 ] {686b4dcd-546d-4d95-9bbc-6a9ac7d18c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18169 | 2024.12.21 08:29:17.375910 [ 258 ] {686b4dcd-546d-4d95-9bbc-6a9ac7d18c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18170 | 2024.12.21 08:29:17.376658 [ 258 ] {686b4dcd-546d-4d95-9bbc-6a9ac7d18c6b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18171 | 2024.12.21 08:29:17.376697 [ 258 ] {686b4dcd-546d-4d95-9bbc-6a9ac7d18c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18172 | 2024.12.21 08:29:17.377085 [ 258 ] {686b4dcd-546d-4d95-9bbc-6a9ac7d18c6b} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 18173 | 2024.12.21 08:29:17.377318 [ 258 ] {686b4dcd-546d-4d95-9bbc-6a9ac7d18c6b} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18174 | 2024.12.21 08:29:17.377552 [ 258 ] {686b4dcd-546d-4d95-9bbc-6a9ac7d18c6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001929 sec., 31104.19906687403 rows/sec., 2.10 MiB/sec. | ||
| 18175 | 2024.12.21 08:29:17.377639 [ 258 ] {686b4dcd-546d-4d95-9bbc-6a9ac7d18c6b} <Debug> TCPHandler: Processed in 0.002354051 sec. | ||
| 18176 | 2024.12.21 08:29:18.117703 [ 221 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18177 | 2024.12.21 08:29:18.117784 [ 221 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18178 | 2024.12.21 08:29:18.119920 [ 221 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18179 | 2024.12.21 08:29:19.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.39 MiB, peak 290.76 MiB, free memory in arenas 0.00 B, will set to 271.39 MiB (RSS), difference: 4.00 MiB | ||
| 18180 | 2024.12.21 08:29:19.407278 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 18181 | 2024.12.21 08:29:19.438002 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18182 | 2024.12.21 08:29:19.438075 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18183 | 2024.12.21 08:29:19.445969 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18184 | 2024.12.21 08:29:19.446859 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18185 | 2024.12.21 08:29:19.451526 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 18186 | 2024.12.21 08:29:20.071869 [ 218 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18187 | 2024.12.21 08:29:20.071935 [ 218 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18188 | 2024.12.21 08:29:20.074121 [ 218 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18189 | 2024.12.21 08:29:20.548247 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18190 | 2024.12.21 08:29:20.548476 [ 4 ] {be36e884-4f60-4b62-b14d-282eabc63cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18191 | 2024.12.21 08:29:20.548556 [ 4 ] {be36e884-4f60-4b62-b14d-282eabc63cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18192 | 2024.12.21 08:29:20.549318 [ 4 ] {be36e884-4f60-4b62-b14d-282eabc63cc1} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18193 | 2024.12.21 08:29:20.549364 [ 4 ] {be36e884-4f60-4b62-b14d-282eabc63cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18194 | 2024.12.21 08:29:20.549801 [ 4 ] {be36e884-4f60-4b62-b14d-282eabc63cc1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18195 | 2024.12.21 08:29:20.550059 [ 4 ] {be36e884-4f60-4b62-b14d-282eabc63cc1} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18196 | 2024.12.21 08:29:20.550325 [ 4 ] {be36e884-4f60-4b62-b14d-282eabc63cc1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 18197 | 2024.12.21 08:29:20.550429 [ 4 ] {be36e884-4f60-4b62-b14d-282eabc63cc1} <Debug> TCPHandler: Processed in 0.00231565 sec. | ||
| 18198 | 2024.12.21 08:29:20.550685 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18199 | 2024.12.21 08:29:20.550872 [ 258 ] {8640bd2a-59b2-471c-b12f-495b20981ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18200 | 2024.12.21 08:29:20.550943 [ 258 ] {8640bd2a-59b2-471c-b12f-495b20981ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18201 | 2024.12.21 08:29:20.551684 [ 258 ] {8640bd2a-59b2-471c-b12f-495b20981ad4} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18202 | 2024.12.21 08:29:20.551730 [ 258 ] {8640bd2a-59b2-471c-b12f-495b20981ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18203 | 2024.12.21 08:29:20.552157 [ 258 ] {8640bd2a-59b2-471c-b12f-495b20981ad4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 18204 | 2024.12.21 08:29:20.552404 [ 258 ] {8640bd2a-59b2-471c-b12f-495b20981ad4} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18205 | 2024.12.21 08:29:20.552678 [ 258 ] {8640bd2a-59b2-471c-b12f-495b20981ad4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001847 sec., 2165.674066053059 rows/sec., 176.60 KiB/sec. | ||
| 18206 | 2024.12.21 08:29:20.552894 [ 258 ] {8640bd2a-59b2-471c-b12f-495b20981ad4} <Debug> TCPHandler: Processed in 0.002338391 sec. | ||
| 18207 | 2024.12.21 08:29:20.553077 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18208 | 2024.12.21 08:29:20.553191 [ 4 ] {b1a88aa5-c475-457d-830e-01b9cdcc3228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18209 | 2024.12.21 08:29:20.553238 [ 4 ] {b1a88aa5-c475-457d-830e-01b9cdcc3228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18210 | 2024.12.21 08:29:20.554943 [ 4 ] {b1a88aa5-c475-457d-830e-01b9cdcc3228} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18211 | 2024.12.21 08:29:20.554984 [ 4 ] {b1a88aa5-c475-457d-830e-01b9cdcc3228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18212 | 2024.12.21 08:29:20.555433 [ 4 ] {b1a88aa5-c475-457d-830e-01b9cdcc3228} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18213 | 2024.12.21 08:29:20.555670 [ 4 ] {b1a88aa5-c475-457d-830e-01b9cdcc3228} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18214 | 2024.12.21 08:29:20.555915 [ 4 ] {b1a88aa5-c475-457d-830e-01b9cdcc3228} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.002741 sec., 496534.1116380883 rows/sec., 41.43 MiB/sec. | ||
| 18215 | 2024.12.21 08:29:20.555971 [ 4 ] {b1a88aa5-c475-457d-830e-01b9cdcc3228} <Debug> TCPHandler: Processed in 0.002974366 sec. | ||
| 18216 | 2024.12.21 08:29:20.556168 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18217 | 2024.12.21 08:29:20.556350 [ 258 ] {2c6a939f-79a1-4be7-8999-d91ff067466d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18218 | 2024.12.21 08:29:20.556404 [ 258 ] {2c6a939f-79a1-4be7-8999-d91ff067466d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18219 | 2024.12.21 08:29:20.556999 [ 258 ] {2c6a939f-79a1-4be7-8999-d91ff067466d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18220 | 2024.12.21 08:29:20.557039 [ 258 ] {2c6a939f-79a1-4be7-8999-d91ff067466d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18221 | 2024.12.21 08:29:20.557429 [ 258 ] {2c6a939f-79a1-4be7-8999-d91ff067466d} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18222 | 2024.12.21 08:29:20.557673 [ 258 ] {2c6a939f-79a1-4be7-8999-d91ff067466d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18223 | 2024.12.21 08:29:20.557881 [ 258 ] {2c6a939f-79a1-4be7-8999-d91ff067466d} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001579 sec., 12032.932235592147 rows/sec., 846.68 KiB/sec. | ||
| 18224 | 2024.12.21 08:29:20.557935 [ 258 ] {2c6a939f-79a1-4be7-8999-d91ff067466d} <Debug> TCPHandler: Processed in 0.001868546 sec. | ||
| 18225 | 2024.12.21 08:29:20.558092 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18226 | 2024.12.21 08:29:20.558230 [ 4 ] {ca1f4dc1-a026-4bd0-969d-9e3804cafbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18227 | 2024.12.21 08:29:20.558287 [ 4 ] {ca1f4dc1-a026-4bd0-969d-9e3804cafbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18228 | 2024.12.21 08:29:20.559070 [ 4 ] {ca1f4dc1-a026-4bd0-969d-9e3804cafbaf} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18229 | 2024.12.21 08:29:20.559111 [ 4 ] {ca1f4dc1-a026-4bd0-969d-9e3804cafbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18230 | 2024.12.21 08:29:20.559483 [ 4 ] {ca1f4dc1-a026-4bd0-969d-9e3804cafbaf} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18231 | 2024.12.21 08:29:20.559725 [ 4 ] {ca1f4dc1-a026-4bd0-969d-9e3804cafbaf} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18232 | 2024.12.21 08:29:20.559919 [ 4 ] {ca1f4dc1-a026-4bd0-969d-9e3804cafbaf} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001719 sec., 140779.52297847584 rows/sec., 9.54 MiB/sec. | ||
| 18233 | 2024.12.21 08:29:20.559970 [ 4 ] {ca1f4dc1-a026-4bd0-969d-9e3804cafbaf} <Debug> TCPHandler: Processed in 0.001945827 sec. | ||
| 18234 | 2024.12.21 08:29:20.560118 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18235 | 2024.12.21 08:29:20.560237 [ 258 ] {aece143e-1ae3-4a4a-b009-6a2ba1c6e07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18236 | 2024.12.21 08:29:20.560288 [ 258 ] {aece143e-1ae3-4a4a-b009-6a2ba1c6e07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18237 | 2024.12.21 08:29:20.560874 [ 258 ] {aece143e-1ae3-4a4a-b009-6a2ba1c6e07e} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18238 | 2024.12.21 08:29:20.560914 [ 258 ] {aece143e-1ae3-4a4a-b009-6a2ba1c6e07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18239 | 2024.12.21 08:29:20.561278 [ 258 ] {aece143e-1ae3-4a4a-b009-6a2ba1c6e07e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18240 | 2024.12.21 08:29:20.561504 [ 258 ] {aece143e-1ae3-4a4a-b009-6a2ba1c6e07e} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18241 | 2024.12.21 08:29:20.561717 [ 258 ] {aece143e-1ae3-4a4a-b009-6a2ba1c6e07e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001505 sec., 8637.873754152824 rows/sec., 538.57 KiB/sec. | ||
| 18242 | 2024.12.21 08:29:20.561770 [ 258 ] {aece143e-1ae3-4a4a-b009-6a2ba1c6e07e} <Debug> TCPHandler: Processed in 0.001707885 sec. | ||
| 18243 | 2024.12.21 08:29:20.561904 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18244 | 2024.12.21 08:29:20.562020 [ 4 ] {93c6e4fa-08db-4ba5-970a-af047c259029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18245 | 2024.12.21 08:29:20.562068 [ 4 ] {93c6e4fa-08db-4ba5-970a-af047c259029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18246 | 2024.12.21 08:29:20.563151 [ 4 ] {93c6e4fa-08db-4ba5-970a-af047c259029} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18247 | 2024.12.21 08:29:20.563190 [ 4 ] {93c6e4fa-08db-4ba5-970a-af047c259029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18248 | 2024.12.21 08:29:20.563598 [ 4 ] {93c6e4fa-08db-4ba5-970a-af047c259029} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18249 | 2024.12.21 08:29:20.563849 [ 4 ] {93c6e4fa-08db-4ba5-970a-af047c259029} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18250 | 2024.12.21 08:29:20.564073 [ 4 ] {93c6e4fa-08db-4ba5-970a-af047c259029} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002077 sec., 409244.10207029374 rows/sec., 29.59 MiB/sec. | ||
| 18251 | 2024.12.21 08:29:20.564127 [ 4 ] {93c6e4fa-08db-4ba5-970a-af047c259029} <Debug> TCPHandler: Processed in 0.00227989 sec. | ||
| 18252 | 2024.12.21 08:29:20.564305 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18253 | 2024.12.21 08:29:20.564617 [ 258 ] {0f56f92e-5948-44c0-8d52-8b5fe82b1af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18254 | 2024.12.21 08:29:20.564719 [ 258 ] {0f56f92e-5948-44c0-8d52-8b5fe82b1af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18255 | 2024.12.21 08:29:20.565215 [ 258 ] {0f56f92e-5948-44c0-8d52-8b5fe82b1af2} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18256 | 2024.12.21 08:29:20.565254 [ 258 ] {0f56f92e-5948-44c0-8d52-8b5fe82b1af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18257 | 2024.12.21 08:29:20.565622 [ 258 ] {0f56f92e-5948-44c0-8d52-8b5fe82b1af2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18258 | 2024.12.21 08:29:20.565851 [ 258 ] {0f56f92e-5948-44c0-8d52-8b5fe82b1af2} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18259 | 2024.12.21 08:29:20.566070 [ 258 ] {0f56f92e-5948-44c0-8d52-8b5fe82b1af2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec. | ||
| 18260 | 2024.12.21 08:29:20.566146 [ 258 ] {0f56f92e-5948-44c0-8d52-8b5fe82b1af2} <Debug> TCPHandler: Processed in 0.001930757 sec. | ||
| 18261 | 2024.12.21 08:29:20.566349 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18262 | 2024.12.21 08:29:20.566464 [ 4 ] {56ed3dfe-d5d9-45db-8cfe-eb70adfa0a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18263 | 2024.12.21 08:29:20.566516 [ 4 ] {56ed3dfe-d5d9-45db-8cfe-eb70adfa0a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18264 | 2024.12.21 08:29:20.567377 [ 4 ] {56ed3dfe-d5d9-45db-8cfe-eb70adfa0a41} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18265 | 2024.12.21 08:29:20.567417 [ 4 ] {56ed3dfe-d5d9-45db-8cfe-eb70adfa0a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18266 | 2024.12.21 08:29:20.567855 [ 4 ] {56ed3dfe-d5d9-45db-8cfe-eb70adfa0a41} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18267 | 2024.12.21 08:29:20.568100 [ 4 ] {56ed3dfe-d5d9-45db-8cfe-eb70adfa0a41} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18268 | 2024.12.21 08:29:20.568325 [ 4 ] {56ed3dfe-d5d9-45db-8cfe-eb70adfa0a41} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.001885 sec., 491777.1883289125 rows/sec., 32.82 MiB/sec. | ||
| 18269 | 2024.12.21 08:29:20.568376 [ 4 ] {56ed3dfe-d5d9-45db-8cfe-eb70adfa0a41} <Debug> TCPHandler: Processed in 0.002125989 sec. | ||
| 18270 | 2024.12.21 08:29:20.568533 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18271 | 2024.12.21 08:29:20.568674 [ 258 ] {e414a3a7-9110-49ce-b102-4f01ee247f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18272 | 2024.12.21 08:29:20.568738 [ 258 ] {e414a3a7-9110-49ce-b102-4f01ee247f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18273 | 2024.12.21 08:29:20.569302 [ 258 ] {e414a3a7-9110-49ce-b102-4f01ee247f05} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18274 | 2024.12.21 08:29:20.569349 [ 258 ] {e414a3a7-9110-49ce-b102-4f01ee247f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18275 | 2024.12.21 08:29:20.569779 [ 258 ] {e414a3a7-9110-49ce-b102-4f01ee247f05} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18276 | 2024.12.21 08:29:20.570015 [ 258 ] {e414a3a7-9110-49ce-b102-4f01ee247f05} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18277 | 2024.12.21 08:29:20.570258 [ 258 ] {e414a3a7-9110-49ce-b102-4f01ee247f05} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 41.90 KiB/sec. | ||
| 18278 | 2024.12.21 08:29:20.570324 [ 258 ] {e414a3a7-9110-49ce-b102-4f01ee247f05} <Debug> TCPHandler: Processed in 0.001855226 sec. | ||
| 18279 | 2024.12.21 08:29:20.570534 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18280 | 2024.12.21 08:29:20.570659 [ 4 ] {22873bc2-7415-4d46-8cc5-f9fa6bb63157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18281 | 2024.12.21 08:29:20.570736 [ 4 ] {22873bc2-7415-4d46-8cc5-f9fa6bb63157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18282 | 2024.12.21 08:29:20.571990 [ 4 ] {22873bc2-7415-4d46-8cc5-f9fa6bb63157} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18283 | 2024.12.21 08:29:20.572029 [ 4 ] {22873bc2-7415-4d46-8cc5-f9fa6bb63157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18284 | 2024.12.21 08:29:20.572661 [ 4 ] {22873bc2-7415-4d46-8cc5-f9fa6bb63157} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18285 | 2024.12.21 08:29:20.572918 [ 4 ] {22873bc2-7415-4d46-8cc5-f9fa6bb63157} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18286 | 2024.12.21 08:29:20.573156 [ 4 ] {22873bc2-7415-4d46-8cc5-f9fa6bb63157} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002519 sec., 3175.8634378721717 rows/sec., 5.69 MiB/sec. | ||
| 18287 | 2024.12.21 08:29:20.573245 [ 4 ] {22873bc2-7415-4d46-8cc5-f9fa6bb63157} <Debug> TCPHandler: Processed in 0.002814185 sec. | ||
| 18288 | 2024.12.21 08:29:20.573408 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18289 | 2024.12.21 08:29:20.573547 [ 258 ] {6735cfe2-b6ec-41f7-b729-881b83b60e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18290 | 2024.12.21 08:29:20.573607 [ 258 ] {6735cfe2-b6ec-41f7-b729-881b83b60e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18291 | 2024.12.21 08:29:20.574127 [ 258 ] {6735cfe2-b6ec-41f7-b729-881b83b60e7d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18292 | 2024.12.21 08:29:20.574167 [ 258 ] {6735cfe2-b6ec-41f7-b729-881b83b60e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18293 | 2024.12.21 08:29:20.574544 [ 258 ] {6735cfe2-b6ec-41f7-b729-881b83b60e7d} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 18294 | 2024.12.21 08:29:20.574785 [ 258 ] {6735cfe2-b6ec-41f7-b729-881b83b60e7d} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18295 | 2024.12.21 08:29:20.574972 [ 32 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 18296 | 2024.12.21 08:29:20.575010 [ 258 ] {6735cfe2-b6ec-41f7-b729-881b83b60e7d} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001488 sec., 47043.01075268818 rows/sec., 2.96 MiB/sec. | ||
| 18297 | 2024.12.21 08:29:20.575039 [ 32 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18298 | 2024.12.21 08:29:20.575115 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18299 | 2024.12.21 08:29:20.575146 [ 258 ] {6735cfe2-b6ec-41f7-b729-881b83b60e7d} <Debug> TCPHandler: Processed in 0.001799476 sec. | ||
| 18300 | 2024.12.21 08:29:20.575395 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 18301 | 2024.12.21 08:29:20.575831 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18302 | 2024.12.21 08:29:20.575933 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8094 rows starting from the beginning of the part | ||
| 18303 | 2024.12.21 08:29:20.576391 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 82 rows starting from the beginning of the part | ||
| 18304 | 2024.12.21 08:29:20.576767 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part | ||
| 18305 | 2024.12.21 08:29:20.576856 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part | ||
| 18306 | 2024.12.21 08:29:20.576994 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part | ||
| 18307 | 2024.12.21 08:29:20.577112 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 70 rows starting from the beginning of the part | ||
| 18308 | 2024.12.21 08:29:20.579821 [ 199 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8448 rows, containing 4 columns (4 merged, 0 gathered) in 0.00457971 sec., 1844658.2862233636 rows/sec., 119.90 MiB/sec. | ||
| 18309 | 2024.12.21 08:29:20.579978 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 18310 | 2024.12.21 08:29:20.580273 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18311 | 2024.12.21 08:29:20.580358 [ 198 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_141_28} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 18312 | 2024.12.21 08:29:20.580443 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 18313 | 2024.12.21 08:29:22.351428 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18314 | 2024.12.21 08:29:22.351623 [ 4 ] {02947289-c9d2-46e1-8fed-7c47f7d3f6e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18315 | 2024.12.21 08:29:22.351706 [ 4 ] {02947289-c9d2-46e1-8fed-7c47f7d3f6e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18316 | 2024.12.21 08:29:22.352547 [ 4 ] {02947289-c9d2-46e1-8fed-7c47f7d3f6e5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18317 | 2024.12.21 08:29:22.352598 [ 4 ] {02947289-c9d2-46e1-8fed-7c47f7d3f6e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18318 | 2024.12.21 08:29:22.353039 [ 4 ] {02947289-c9d2-46e1-8fed-7c47f7d3f6e5} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18319 | 2024.12.21 08:29:22.353298 [ 4 ] {02947289-c9d2-46e1-8fed-7c47f7d3f6e5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18320 | 2024.12.21 08:29:22.353514 [ 31 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18321 | 2024.12.21 08:29:22.353562 [ 4 ] {02947289-c9d2-46e1-8fed-7c47f7d3f6e5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001991 sec., 28126.56956303365 rows/sec., 2.16 MiB/sec. | ||
| 18322 | 2024.12.21 08:29:22.353593 [ 31 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18323 | 2024.12.21 08:29:22.353658 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18324 | 2024.12.21 08:29:22.353716 [ 4 ] {02947289-c9d2-46e1-8fed-7c47f7d3f6e5} <Debug> TCPHandler: Processed in 0.002417192 sec. | ||
| 18325 | 2024.12.21 08:29:22.353960 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18326 | 2024.12.21 08:29:22.354052 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18327 | 2024.12.21 08:29:22.354155 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18328 | 2024.12.21 08:29:22.354243 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1437 rows starting from the beginning of the part | ||
| 18329 | 2024.12.21 08:29:22.354307 [ 258 ] {b53b3972-f5e8-4344-a549-d9f4aae199c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18330 | 2024.12.21 08:29:22.354461 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 122 rows starting from the beginning of the part | ||
| 18331 | 2024.12.21 08:29:22.354478 [ 258 ] {b53b3972-f5e8-4344-a549-d9f4aae199c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18332 | 2024.12.21 08:29:22.354796 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 219 rows starting from the beginning of the part | ||
| 18333 | 2024.12.21 08:29:22.355249 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 122 rows starting from the beginning of the part | ||
| 18334 | 2024.12.21 08:29:22.355580 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 1361 rows starting from the beginning of the part | ||
| 18335 | 2024.12.21 08:29:22.355994 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
| 18336 | 2024.12.21 08:29:22.357830 [ 258 ] {b53b3972-f5e8-4344-a549-d9f4aae199c1} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18337 | 2024.12.21 08:29:22.357924 [ 258 ] {b53b3972-f5e8-4344-a549-d9f4aae199c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18338 | 2024.12.21 08:29:22.358834 [ 258 ] {b53b3972-f5e8-4344-a549-d9f4aae199c1} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18339 | 2024.12.21 08:29:22.359198 [ 258 ] {b53b3972-f5e8-4344-a549-d9f4aae199c1} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18340 | 2024.12.21 08:29:22.359599 [ 31 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18341 | 2024.12.21 08:29:22.359606 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.005831861 sec., 568772.1295140608 rows/sec., 49.86 MiB/sec. | ||
| 18342 | 2024.12.21 08:29:22.359672 [ 31 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18343 | 2024.12.21 08:29:22.359735 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18344 | 2024.12.21 08:29:22.359785 [ 258 ] {b53b3972-f5e8-4344-a549-d9f4aae199c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005558 sec., 11514.933429291113 rows/sec., 920.34 KiB/sec. | ||
| 18345 | 2024.12.21 08:29:22.360121 [ 258 ] {b53b3972-f5e8-4344-a549-d9f4aae199c1} <Debug> TCPHandler: Processed in 0.006219875 sec. | ||
| 18346 | 2024.12.21 08:29:22.360132 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18347 | 2024.12.21 08:29:22.360138 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18348 | 2024.12.21 08:29:22.360517 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18349 | 2024.12.21 08:29:22.360549 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18350 | 2024.12.21 08:29:22.360636 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 915 rows starting from the beginning of the part | ||
| 18351 | 2024.12.21 08:29:22.360939 [ 4 ] {766a313d-f194-45c6-9f84-debbaff4573b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18352 | 2024.12.21 08:29:22.361063 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 97 rows starting from the beginning of the part | ||
| 18353 | 2024.12.21 08:29:22.361094 [ 4 ] {766a313d-f194-45c6-9f84-debbaff4573b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18354 | 2024.12.21 08:29:22.361479 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 390 rows starting from the beginning of the part | ||
| 18355 | 2024.12.21 08:29:22.361355 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18356 | 2024.12.21 08:29:22.361904 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 97 rows starting from the beginning of the part | ||
| 18357 | 2024.12.21 08:29:22.362138 [ 190 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_146_29} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18358 | 2024.12.21 08:29:22.362311 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 850 rows starting from the beginning of the part | ||
| 18359 | 2024.12.21 08:29:22.362736 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 18360 | 2024.12.21 08:29:22.362784 [ 200 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part | ||
| 18361 | 2024.12.21 08:29:22.364425 [ 4 ] {766a313d-f194-45c6-9f84-debbaff4573b} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18362 | 2024.12.21 08:29:22.364495 [ 4 ] {766a313d-f194-45c6-9f84-debbaff4573b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18363 | 2024.12.21 08:29:22.365587 [ 4 ] {766a313d-f194-45c6-9f84-debbaff4573b} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18364 | 2024.12.21 08:29:22.365968 [ 4 ] {766a313d-f194-45c6-9f84-debbaff4573b} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18365 | 2024.12.21 08:29:22.366360 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006541818 sec., 368857.70897325483 rows/sec., 28.29 MiB/sec. | ||
| 18366 | 2024.12.21 08:29:22.366387 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 5 parts from all_1_137_28 to all_141_141_0 | ||
| 18367 | 2024.12.21 08:29:22.366474 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18368 | 2024.12.21 08:29:22.366519 [ 4 ] {766a313d-f194-45c6-9f84-debbaff4573b} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005728 sec., 5586.59217877095 rows/sec., 398.43 KiB/sec. | ||
| 18369 | 2024.12.21 08:29:22.366543 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18370 | 2024.12.21 08:29:22.366678 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18371 | 2024.12.21 08:29:22.366842 [ 4 ] {766a313d-f194-45c6-9f84-debbaff4573b} <Debug> TCPHandler: Processed in 0.006579038 sec. | ||
| 18372 | 2024.12.21 08:29:22.367105 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_137_28 to all_141_141_0 into Compact with storage Full | ||
| 18373 | 2024.12.21 08:29:22.367160 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18374 | 2024.12.21 08:29:22.367584 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18375 | 2024.12.21 08:29:22.367602 [ 258 ] {759f0ccc-07ca-474d-ae1f-0d6ae248fea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18376 | 2024.12.21 08:29:22.367705 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_137_28, total 38777 rows starting from the beginning of the part | ||
| 18377 | 2024.12.21 08:29:22.367796 [ 258 ] {759f0ccc-07ca-474d-ae1f-0d6ae248fea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18378 | 2024.12.21 08:29:22.367985 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18379 | 2024.12.21 08:29:22.368127 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 18380 | 2024.12.21 08:29:22.368706 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part | ||
| 18381 | 2024.12.21 08:29:22.369084 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part | ||
| 18382 | 2024.12.21 08:29:22.369492 [ 188 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 927 rows starting from the beginning of the part | ||
| 18383 | 2024.12.21 08:29:22.369568 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_146_29} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18384 | 2024.12.21 08:29:22.370232 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 18385 | 2024.12.21 08:29:22.370663 [ 258 ] {759f0ccc-07ca-474d-ae1f-0d6ae248fea7} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18386 | 2024.12.21 08:29:22.370730 [ 258 ] {759f0ccc-07ca-474d-ae1f-0d6ae248fea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18387 | 2024.12.21 08:29:22.371395 [ 258 ] {759f0ccc-07ca-474d-ae1f-0d6ae248fea7} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18388 | 2024.12.21 08:29:22.371701 [ 258 ] {759f0ccc-07ca-474d-ae1f-0d6ae248fea7} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18389 | 2024.12.21 08:29:22.372355 [ 258 ] {759f0ccc-07ca-474d-ae1f-0d6ae248fea7} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004878 sec., 2460.024600246002 rows/sec., 169.77 KiB/sec. | ||
| 18390 | 2024.12.21 08:29:22.372889 [ 258 ] {759f0ccc-07ca-474d-ae1f-0d6ae248fea7} <Debug> TCPHandler: Processed in 0.005885643 sec. | ||
| 18391 | 2024.12.21 08:29:22.380047 [ 194 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40261 rows, containing 5 columns (5 merged, 0 gathered) in 0.013321918 sec., 3022162.4243596154 rows/sec., 203.96 MiB/sec. | ||
| 18392 | 2024.12.21 08:29:22.380701 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Trace> MergedBlockOutputStream: filled checksums all_1_141_29 (state Temporary) | ||
| 18393 | 2024.12.21 08:29:22.381112 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_141_29 to all_1_141_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18394 | 2024.12.21 08:29:22.381221 [ 204 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 5 parts: [all_1_137_28, all_141_141_0] -> all_1_141_29 | ||
| 18395 | 2024.12.21 08:29:22.381325 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 18396 | 2024.12.21 08:29:24.007616 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 18397 | 2024.12.21 08:29:24.008249 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18398 | 2024.12.21 08:29:24.008294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 18399 | 2024.12.21 08:29:24.008833 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18400 | 2024.12.21 08:29:24.009116 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18401 | 2024.12.21 08:29:24.009401 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 18402 | 2024.12.21 08:29:26.749303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2542 | ||
| 18403 | 2024.12.21 08:29:26.753214 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18404 | 2024.12.21 08:29:26.753280 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18405 | 2024.12.21 08:29:26.754814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18406 | 2024.12.21 08:29:26.755143 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18407 | 2024.12.21 08:29:26.756651 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2542 | ||
| 18408 | 2024.12.21 08:29:26.951729 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 18409 | 2024.12.21 08:29:26.974552 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18410 | 2024.12.21 08:29:26.974608 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18411 | 2024.12.21 08:29:26.982196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18412 | 2024.12.21 08:29:26.982985 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18413 | 2024.12.21 08:29:26.985789 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 18414 | 2024.12.21 08:29:27.359852 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18415 | 2024.12.21 08:29:27.360046 [ 4 ] {6de3c2bb-6f1c-4af4-8a90-d8e79f655631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18416 | 2024.12.21 08:29:27.360118 [ 4 ] {6de3c2bb-6f1c-4af4-8a90-d8e79f655631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18417 | 2024.12.21 08:29:27.360948 [ 4 ] {6de3c2bb-6f1c-4af4-8a90-d8e79f655631} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18418 | 2024.12.21 08:29:27.360995 [ 4 ] {6de3c2bb-6f1c-4af4-8a90-d8e79f655631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18419 | 2024.12.21 08:29:27.361436 [ 4 ] {6de3c2bb-6f1c-4af4-8a90-d8e79f655631} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18420 | 2024.12.21 08:29:27.361689 [ 4 ] {6de3c2bb-6f1c-4af4-8a90-d8e79f655631} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18421 | 2024.12.21 08:29:27.361926 [ 4 ] {6de3c2bb-6f1c-4af4-8a90-d8e79f655631} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001933 sec., 63114.330056906365 rows/sec., 5.36 MiB/sec. | ||
| 18422 | 2024.12.21 08:29:27.361984 [ 4 ] {6de3c2bb-6f1c-4af4-8a90-d8e79f655631} <Debug> TCPHandler: Processed in 0.00225997 sec. | ||
| 18423 | 2024.12.21 08:29:27.362249 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18424 | 2024.12.21 08:29:27.362465 [ 258 ] {1b73cff5-6bb1-4beb-a8b1-38ee59400a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18425 | 2024.12.21 08:29:27.362548 [ 258 ] {1b73cff5-6bb1-4beb-a8b1-38ee59400a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18426 | 2024.12.21 08:29:27.363376 [ 258 ] {1b73cff5-6bb1-4beb-a8b1-38ee59400a08} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18427 | 2024.12.21 08:29:27.363424 [ 258 ] {1b73cff5-6bb1-4beb-a8b1-38ee59400a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18428 | 2024.12.21 08:29:27.363859 [ 258 ] {1b73cff5-6bb1-4beb-a8b1-38ee59400a08} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18429 | 2024.12.21 08:29:27.364117 [ 258 ] {1b73cff5-6bb1-4beb-a8b1-38ee59400a08} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18430 | 2024.12.21 08:29:27.364354 [ 258 ] {1b73cff5-6bb1-4beb-a8b1-38ee59400a08} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001949 sec., 16931.759876859927 rows/sec., 1.24 MiB/sec. | ||
| 18431 | 2024.12.21 08:29:27.364423 [ 258 ] {1b73cff5-6bb1-4beb-a8b1-38ee59400a08} <Debug> TCPHandler: Processed in 0.00231565 sec. | ||
| 18432 | 2024.12.21 08:29:27.364590 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18433 | 2024.12.21 08:29:27.364713 [ 4 ] {0d5d2a84-0684-4793-9cb2-43a41ff1b2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18434 | 2024.12.21 08:29:27.364764 [ 4 ] {0d5d2a84-0684-4793-9cb2-43a41ff1b2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18435 | 2024.12.21 08:29:27.365390 [ 4 ] {0d5d2a84-0684-4793-9cb2-43a41ff1b2f6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18436 | 2024.12.21 08:29:27.365430 [ 4 ] {0d5d2a84-0684-4793-9cb2-43a41ff1b2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18437 | 2024.12.21 08:29:27.365803 [ 4 ] {0d5d2a84-0684-4793-9cb2-43a41ff1b2f6} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18438 | 2024.12.21 08:29:27.366050 [ 4 ] {0d5d2a84-0684-4793-9cb2-43a41ff1b2f6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18439 | 2024.12.21 08:29:27.366265 [ 4 ] {0d5d2a84-0684-4793-9cb2-43a41ff1b2f6} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001578 sec., 61470.215462610904 rows/sec., 4.80 MiB/sec. | ||
| 18440 | 2024.12.21 08:29:27.366317 [ 4 ] {0d5d2a84-0684-4793-9cb2-43a41ff1b2f6} <Debug> TCPHandler: Processed in 0.001787916 sec. | ||
| 18441 | 2024.12.21 08:29:27.366474 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18442 | 2024.12.21 08:29:27.366602 [ 258 ] {d1be26d7-e894-4c48-830a-2776674fc9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18443 | 2024.12.21 08:29:27.366660 [ 258 ] {d1be26d7-e894-4c48-830a-2776674fc9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18444 | 2024.12.21 08:29:27.367279 [ 258 ] {d1be26d7-e894-4c48-830a-2776674fc9ec} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18445 | 2024.12.21 08:29:27.367320 [ 258 ] {d1be26d7-e894-4c48-830a-2776674fc9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18446 | 2024.12.21 08:29:27.367722 [ 258 ] {d1be26d7-e894-4c48-830a-2776674fc9ec} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18447 | 2024.12.21 08:29:27.367966 [ 258 ] {d1be26d7-e894-4c48-830a-2776674fc9ec} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18448 | 2024.12.21 08:29:27.368204 [ 258 ] {d1be26d7-e894-4c48-830a-2776674fc9ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. | ||
| 18449 | 2024.12.21 08:29:27.368292 [ 258 ] {d1be26d7-e894-4c48-830a-2776674fc9ec} <Debug> TCPHandler: Processed in 0.001877106 sec. | ||
| 18450 | 2024.12.21 08:29:27.368299 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18451 | 2024.12.21 08:29:27.368360 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18452 | 2024.12.21 08:29:27.368499 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18453 | 2024.12.21 08:29:27.368645 [ 4 ] {892f70ff-5eea-481c-bab9-8104830e9e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18454 | 2024.12.21 08:29:27.368759 [ 4 ] {892f70ff-5eea-481c-bab9-8104830e9e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18455 | 2024.12.21 08:29:27.370595 [ 4 ] {892f70ff-5eea-481c-bab9-8104830e9e36} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18456 | 2024.12.21 08:29:27.370641 [ 4 ] {892f70ff-5eea-481c-bab9-8104830e9e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18457 | 2024.12.21 08:29:27.371135 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18458 | 2024.12.21 08:29:27.371664 [ 4 ] {892f70ff-5eea-481c-bab9-8104830e9e36} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18459 | 2024.12.21 08:29:27.371975 [ 4 ] {892f70ff-5eea-481c-bab9-8104830e9e36} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18460 | 2024.12.21 08:29:27.372222 [ 4 ] {892f70ff-5eea-481c-bab9-8104830e9e36} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003614 sec., 9131.156613171002 rows/sec., 16.36 MiB/sec. | ||
| 18461 | 2024.12.21 08:29:27.372321 [ 4 ] {892f70ff-5eea-481c-bab9-8104830e9e36} <Debug> TCPHandler: Processed in 0.003899434 sec. | ||
| 18462 | 2024.12.21 08:29:27.372493 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18463 | 2024.12.21 08:29:27.372638 [ 258 ] {89e32a78-83c7-4589-b802-237a36407305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18464 | 2024.12.21 08:29:27.372702 [ 258 ] {89e32a78-83c7-4589-b802-237a36407305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18465 | 2024.12.21 08:29:27.373253 [ 258 ] {89e32a78-83c7-4589-b802-237a36407305} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18466 | 2024.12.21 08:29:27.373294 [ 258 ] {89e32a78-83c7-4589-b802-237a36407305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18467 | 2024.12.21 08:29:27.373681 [ 258 ] {89e32a78-83c7-4589-b802-237a36407305} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18468 | 2024.12.21 08:29:27.373920 [ 258 ] {89e32a78-83c7-4589-b802-237a36407305} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18469 | 2024.12.21 08:29:27.374153 [ 258 ] {89e32a78-83c7-4589-b802-237a36407305} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 18470 | 2024.12.21 08:29:27.374221 [ 258 ] {89e32a78-83c7-4589-b802-237a36407305} <Debug> TCPHandler: Processed in 0.001795606 sec. | ||
| 18471 | 2024.12.21 08:29:27.374241 [ 220 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18472 | 2024.12.21 08:29:27.374312 [ 220 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18473 | 2024.12.21 08:29:27.376216 [ 220 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18474 | 2024.12.21 08:29:31.275317 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18475 | 2024.12.21 08:29:31.275384 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18476 | 2024.12.21 08:29:31.333406 [ 223 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18477 | 2024.12.21 08:29:31.333464 [ 223 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18478 | 2024.12.21 08:29:31.335322 [ 223 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18479 | 2024.12.21 08:29:31.509652 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 18480 | 2024.12.21 08:29:31.510275 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18481 | 2024.12.21 08:29:31.510323 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18482 | 2024.12.21 08:29:31.510851 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18483 | 2024.12.21 08:29:31.511111 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18484 | 2024.12.21 08:29:31.511386 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 18485 | 2024.12.21 08:29:31.982753 [ 219 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18486 | 2024.12.21 08:29:31.982835 [ 219 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18487 | 2024.12.21 08:29:31.984770 [ 219 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18488 | 2024.12.21 08:29:32.122928 [ 220 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18489 | 2024.12.21 08:29:32.123013 [ 220 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18490 | 2024.12.21 08:29:32.125316 [ 220 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18491 | 2024.12.21 08:29:32.363578 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18492 | 2024.12.21 08:29:32.363795 [ 4 ] {26ddf340-74cb-4b4b-a131-a507def39f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18493 | 2024.12.21 08:29:32.363879 [ 4 ] {26ddf340-74cb-4b4b-a131-a507def39f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18494 | 2024.12.21 08:29:32.364683 [ 4 ] {26ddf340-74cb-4b4b-a131-a507def39f26} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18495 | 2024.12.21 08:29:32.364735 [ 4 ] {26ddf340-74cb-4b4b-a131-a507def39f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18496 | 2024.12.21 08:29:32.365183 [ 4 ] {26ddf340-74cb-4b4b-a131-a507def39f26} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18497 | 2024.12.21 08:29:32.365445 [ 4 ] {26ddf340-74cb-4b4b-a131-a507def39f26} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18498 | 2024.12.21 08:29:32.365671 [ 4 ] {26ddf340-74cb-4b4b-a131-a507def39f26} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 18499 | 2024.12.21 08:29:32.365786 [ 4 ] {26ddf340-74cb-4b4b-a131-a507def39f26} <Debug> TCPHandler: Processed in 0.00235074 sec. | ||
| 18500 | 2024.12.21 08:29:32.366083 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18501 | 2024.12.21 08:29:32.366268 [ 258 ] {fcacf15f-b3ee-4b58-be09-50c59b538435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18502 | 2024.12.21 08:29:32.366342 [ 258 ] {fcacf15f-b3ee-4b58-be09-50c59b538435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18503 | 2024.12.21 08:29:32.367211 [ 258 ] {fcacf15f-b3ee-4b58-be09-50c59b538435} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18504 | 2024.12.21 08:29:32.367262 [ 258 ] {fcacf15f-b3ee-4b58-be09-50c59b538435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18505 | 2024.12.21 08:29:32.367716 [ 258 ] {fcacf15f-b3ee-4b58-be09-50c59b538435} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18506 | 2024.12.21 08:29:32.368011 [ 258 ] {fcacf15f-b3ee-4b58-be09-50c59b538435} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18507 | 2024.12.21 08:29:32.368236 [ 258 ] {fcacf15f-b3ee-4b58-be09-50c59b538435} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002018 sec., 108523.29038652132 rows/sec., 9.47 MiB/sec. | ||
| 18508 | 2024.12.21 08:29:32.368302 [ 258 ] {fcacf15f-b3ee-4b58-be09-50c59b538435} <Debug> TCPHandler: Processed in 0.002386081 sec. | ||
| 18509 | 2024.12.21 08:29:32.368460 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18510 | 2024.12.21 08:29:32.368586 [ 4 ] {632a7eb5-b7a6-4948-ae43-945103e62146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18511 | 2024.12.21 08:29:32.368638 [ 4 ] {632a7eb5-b7a6-4948-ae43-945103e62146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18512 | 2024.12.21 08:29:32.369226 [ 4 ] {632a7eb5-b7a6-4948-ae43-945103e62146} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18513 | 2024.12.21 08:29:32.369266 [ 4 ] {632a7eb5-b7a6-4948-ae43-945103e62146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18514 | 2024.12.21 08:29:32.369641 [ 4 ] {632a7eb5-b7a6-4948-ae43-945103e62146} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 18515 | 2024.12.21 08:29:32.369878 [ 4 ] {632a7eb5-b7a6-4948-ae43-945103e62146} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18516 | 2024.12.21 08:29:32.370106 [ 4 ] {632a7eb5-b7a6-4948-ae43-945103e62146} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001549 sec., 9683.666881859264 rows/sec., 682.77 KiB/sec. | ||
| 18517 | 2024.12.21 08:29:32.370163 [ 4 ] {632a7eb5-b7a6-4948-ae43-945103e62146} <Debug> TCPHandler: Processed in 0.001763596 sec. | ||
| 18518 | 2024.12.21 08:29:32.370321 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18519 | 2024.12.21 08:29:32.370447 [ 258 ] {d789ca71-3179-46e3-9a10-62735c0daa51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18520 | 2024.12.21 08:29:32.370503 [ 258 ] {d789ca71-3179-46e3-9a10-62735c0daa51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18521 | 2024.12.21 08:29:32.371119 [ 258 ] {d789ca71-3179-46e3-9a10-62735c0daa51} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18522 | 2024.12.21 08:29:32.371172 [ 258 ] {d789ca71-3179-46e3-9a10-62735c0daa51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18523 | 2024.12.21 08:29:32.371665 [ 258 ] {d789ca71-3179-46e3-9a10-62735c0daa51} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18524 | 2024.12.21 08:29:32.371950 [ 258 ] {d789ca71-3179-46e3-9a10-62735c0daa51} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18525 | 2024.12.21 08:29:32.372242 [ 258 ] {d789ca71-3179-46e3-9a10-62735c0daa51} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001812 sec., 7726.269315673289 rows/sec., 541.10 KiB/sec. | ||
| 18526 | 2024.12.21 08:29:32.372318 [ 258 ] {d789ca71-3179-46e3-9a10-62735c0daa51} <Debug> TCPHandler: Processed in 0.002054388 sec. | ||
| 18527 | 2024.12.21 08:29:32.372598 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18528 | 2024.12.21 08:29:32.372751 [ 4 ] {a8fc120a-ae0c-43bf-8a23-bc00bdda6b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18529 | 2024.12.21 08:29:32.372808 [ 4 ] {a8fc120a-ae0c-43bf-8a23-bc00bdda6b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18530 | 2024.12.21 08:29:32.373445 [ 4 ] {a8fc120a-ae0c-43bf-8a23-bc00bdda6b39} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18531 | 2024.12.21 08:29:32.373484 [ 4 ] {a8fc120a-ae0c-43bf-8a23-bc00bdda6b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18532 | 2024.12.21 08:29:32.373862 [ 4 ] {a8fc120a-ae0c-43bf-8a23-bc00bdda6b39} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18533 | 2024.12.21 08:29:32.374101 [ 4 ] {a8fc120a-ae0c-43bf-8a23-bc00bdda6b39} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18534 | 2024.12.21 08:29:32.374355 [ 4 ] {a8fc120a-ae0c-43bf-8a23-bc00bdda6b39} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec. | ||
| 18535 | 2024.12.21 08:29:32.374529 [ 4 ] {a8fc120a-ae0c-43bf-8a23-bc00bdda6b39} <Debug> TCPHandler: Processed in 0.002108449 sec. | ||
| 18536 | 2024.12.21 08:29:32.374752 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18537 | 2024.12.21 08:29:32.374900 [ 258 ] {b73ea5b5-39b6-43ee-a90c-b8a19f3fd8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18538 | 2024.12.21 08:29:32.374953 [ 258 ] {b73ea5b5-39b6-43ee-a90c-b8a19f3fd8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18539 | 2024.12.21 08:29:32.375781 [ 258 ] {b73ea5b5-39b6-43ee-a90c-b8a19f3fd8a6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18540 | 2024.12.21 08:29:32.375822 [ 258 ] {b73ea5b5-39b6-43ee-a90c-b8a19f3fd8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18541 | 2024.12.21 08:29:32.376219 [ 258 ] {b73ea5b5-39b6-43ee-a90c-b8a19f3fd8a6} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18542 | 2024.12.21 08:29:32.376471 [ 258 ] {b73ea5b5-39b6-43ee-a90c-b8a19f3fd8a6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18543 | 2024.12.21 08:29:32.376677 [ 258 ] {b73ea5b5-39b6-43ee-a90c-b8a19f3fd8a6} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001803 sec., 216306.15640599004 rows/sec., 15.34 MiB/sec. | ||
| 18544 | 2024.12.21 08:29:32.376732 [ 258 ] {b73ea5b5-39b6-43ee-a90c-b8a19f3fd8a6} <Debug> TCPHandler: Processed in 0.002104359 sec. | ||
| 18545 | 2024.12.21 08:29:32.376867 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18546 | 2024.12.21 08:29:32.376987 [ 4 ] {91a41023-5692-409f-81d2-5e34a4fab2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18547 | 2024.12.21 08:29:32.377039 [ 4 ] {91a41023-5692-409f-81d2-5e34a4fab2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18548 | 2024.12.21 08:29:32.377531 [ 4 ] {91a41023-5692-409f-81d2-5e34a4fab2f9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18549 | 2024.12.21 08:29:32.377570 [ 4 ] {91a41023-5692-409f-81d2-5e34a4fab2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18550 | 2024.12.21 08:29:32.377929 [ 4 ] {91a41023-5692-409f-81d2-5e34a4fab2f9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18551 | 2024.12.21 08:29:32.378164 [ 4 ] {91a41023-5692-409f-81d2-5e34a4fab2f9} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18552 | 2024.12.21 08:29:32.378349 [ 140 ] {} <Debug> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Selected 6 parts from all_1_59_12 to all_64_64_0 | ||
| 18553 | 2024.12.21 08:29:32.378407 [ 4 ] {91a41023-5692-409f-81d2-5e34a4fab2f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 18554 | 2024.12.21 08:29:32.378426 [ 140 ] {} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18555 | 2024.12.21 08:29:32.378496 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18556 | 2024.12.21 08:29:32.378523 [ 4 ] {91a41023-5692-409f-81d2-5e34a4fab2f9} <Debug> TCPHandler: Processed in 0.001712785 sec. | ||
| 18557 | 2024.12.21 08:29:32.378733 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_59_12 to all_64_64_0 into Compact with storage Full | ||
| 18558 | 2024.12.21 08:29:32.378750 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18559 | 2024.12.21 08:29:32.378965 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18560 | 2024.12.21 08:29:32.379010 [ 258 ] {83691649-f162-4181-b738-e02d4150af70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18561 | 2024.12.21 08:29:32.379035 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_12, total 354 rows starting from the beginning of the part | ||
| 18562 | 2024.12.21 08:29:32.379155 [ 258 ] {83691649-f162-4181-b738-e02d4150af70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18563 | 2024.12.21 08:29:32.379254 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 18564 | 2024.12.21 08:29:32.379653 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 18565 | 2024.12.21 08:29:32.380046 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 18566 | 2024.12.21 08:29:32.380406 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 18567 | 2024.12.21 08:29:32.380725 [ 193 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 18568 | 2024.12.21 08:29:32.382245 [ 258 ] {83691649-f162-4181-b738-e02d4150af70} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18569 | 2024.12.21 08:29:32.382321 [ 258 ] {83691649-f162-4181-b738-e02d4150af70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18570 | 2024.12.21 08:29:32.383481 [ 204 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 4 columns (4 merged, 0 gathered) in 0.004884623 sec., 78614.05066470841 rows/sec., 4.01 MiB/sec. | ||
| 18571 | 2024.12.21 08:29:32.383495 [ 258 ] {83691649-f162-4181-b738-e02d4150af70} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18572 | 2024.12.21 08:29:32.383737 [ 204 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Trace> MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary) | ||
| 18573 | 2024.12.21 08:29:32.383933 [ 258 ] {83691649-f162-4181-b738-e02d4150af70} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18574 | 2024.12.21 08:29:32.384267 [ 258 ] {83691649-f162-4181-b738-e02d4150af70} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005326 sec., 44498.68569282764 rows/sec., 2.98 MiB/sec. | ||
| 18575 | 2024.12.21 08:29:32.384408 [ 258 ] {83691649-f162-4181-b738-e02d4150af70} <Debug> TCPHandler: Processed in 0.005794931 sec. | ||
| 18576 | 2024.12.21 08:29:32.384435 [ 204 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18577 | 2024.12.21 08:29:32.384600 [ 204 ] {8648fa2e-0706-44a8-9a9f-2f3e816cc764::all_1_64_13} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764) (MergerMutator): Merged 6 parts: [all_1_59_12, all_64_64_0] -> all_1_64_13 | ||
| 18578 | 2024.12.21 08:29:32.384612 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18579 | 2024.12.21 08:29:32.384762 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 18580 | 2024.12.21 08:29:32.384840 [ 4 ] {2d300c78-5ec8-477b-9845-a0fba673980e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18581 | 2024.12.21 08:29:32.384903 [ 4 ] {2d300c78-5ec8-477b-9845-a0fba673980e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18582 | 2024.12.21 08:29:32.385417 [ 4 ] {2d300c78-5ec8-477b-9845-a0fba673980e} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18583 | 2024.12.21 08:29:32.385455 [ 4 ] {2d300c78-5ec8-477b-9845-a0fba673980e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18584 | 2024.12.21 08:29:32.385814 [ 4 ] {2d300c78-5ec8-477b-9845-a0fba673980e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18585 | 2024.12.21 08:29:32.386043 [ 4 ] {2d300c78-5ec8-477b-9845-a0fba673980e} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18586 | 2024.12.21 08:29:32.386284 [ 4 ] {2d300c78-5ec8-477b-9845-a0fba673980e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec. | ||
| 18587 | 2024.12.21 08:29:32.386380 [ 4 ] {2d300c78-5ec8-477b-9845-a0fba673980e} <Debug> TCPHandler: Processed in 0.001880486 sec. | ||
| 18588 | 2024.12.21 08:29:32.386631 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18589 | 2024.12.21 08:29:32.386781 [ 258 ] {d6ed681e-1938-4a7c-8829-5676e7da7b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18590 | 2024.12.21 08:29:32.386877 [ 258 ] {d6ed681e-1938-4a7c-8829-5676e7da7b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18591 | 2024.12.21 08:29:32.388029 [ 258 ] {d6ed681e-1938-4a7c-8829-5676e7da7b1a} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18592 | 2024.12.21 08:29:32.388069 [ 258 ] {d6ed681e-1938-4a7c-8829-5676e7da7b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18593 | 2024.12.21 08:29:32.388714 [ 258 ] {d6ed681e-1938-4a7c-8829-5676e7da7b1a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18594 | 2024.12.21 08:29:32.388973 [ 258 ] {d6ed681e-1938-4a7c-8829-5676e7da7b1a} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18595 | 2024.12.21 08:29:32.389168 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18596 | 2024.12.21 08:29:32.389254 [ 258 ] {d6ed681e-1938-4a7c-8829-5676e7da7b1a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002497 sec., 3203.8446135362433 rows/sec., 5.74 MiB/sec. | ||
| 18597 | 2024.12.21 08:29:32.389259 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18598 | 2024.12.21 08:29:32.389369 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18599 | 2024.12.21 08:29:32.389631 [ 258 ] {d6ed681e-1938-4a7c-8829-5676e7da7b1a} <Debug> TCPHandler: Processed in 0.003135208 sec. | ||
| 18600 | 2024.12.21 08:29:32.389767 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18601 | 2024.12.21 08:29:32.389884 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18602 | 2024.12.21 08:29:32.390155 [ 4 ] {6e818742-54e7-4f96-a60a-3dbfc4fe5393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18603 | 2024.12.21 08:29:32.390294 [ 4 ] {6e818742-54e7-4f96-a60a-3dbfc4fe5393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18604 | 2024.12.21 08:29:32.391012 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18605 | 2024.12.21 08:29:32.391218 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2476 rows starting from the beginning of the part | ||
| 18606 | 2024.12.21 08:29:32.392015 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 8 rows starting from the beginning of the part | ||
| 18607 | 2024.12.21 08:29:32.392364 [ 4 ] {6e818742-54e7-4f96-a60a-3dbfc4fe5393} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18608 | 2024.12.21 08:29:32.392466 [ 4 ] {6e818742-54e7-4f96-a60a-3dbfc4fe5393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18609 | 2024.12.21 08:29:32.392889 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 33 rows starting from the beginning of the part | ||
| 18610 | 2024.12.21 08:29:32.393566 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 8 rows starting from the beginning of the part | ||
| 18611 | 2024.12.21 08:29:32.394174 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 33 rows starting from the beginning of the part | ||
| 18612 | 2024.12.21 08:29:32.394361 [ 4 ] {6e818742-54e7-4f96-a60a-3dbfc4fe5393} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18613 | 2024.12.21 08:29:32.394709 [ 196 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 8 rows starting from the beginning of the part | ||
| 18614 | 2024.12.21 08:29:32.395534 [ 4 ] {6e818742-54e7-4f96-a60a-3dbfc4fe5393} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18615 | 2024.12.21 08:29:32.396100 [ 4 ] {6e818742-54e7-4f96-a60a-3dbfc4fe5393} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006034 sec., 13589.658601259529 rows/sec., 883.83 KiB/sec. | ||
| 18616 | 2024.12.21 08:29:32.396455 [ 4 ] {6e818742-54e7-4f96-a60a-3dbfc4fe5393} <Debug> TCPHandler: Processed in 0.006668179 sec. | ||
| 18617 | 2024.12.21 08:29:32.404424 [ 191 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2566 rows, containing 19 columns (19 merged, 0 gathered) in 0.014884121 sec., 172398.49098243692 rows/sec., 308.93 MiB/sec. | ||
| 18618 | 2024.12.21 08:29:32.406556 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18619 | 2024.12.21 08:29:32.406959 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18620 | 2024.12.21 08:29:32.407039 [ 192 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18621 | 2024.12.21 08:29:32.407149 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.78 MiB. | ||
| 18622 | 2024.12.21 08:29:33.092094 [ 223 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18623 | 2024.12.21 08:29:33.092155 [ 223 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18624 | 2024.12.21 08:29:33.094123 [ 223 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18625 | 2024.12.21 08:29:33.387814 [ 219 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18626 | 2024.12.21 08:29:33.387856 [ 219 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18627 | 2024.12.21 08:29:33.389737 [ 219 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18628 | 2024.12.21 08:29:34.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.39 MiB, peak 290.98 MiB, free memory in arenas 0.00 B, will set to 271.39 MiB (RSS), difference: 4.00 MiB | ||
| 18629 | 2024.12.21 08:29:34.485999 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 18630 | 2024.12.21 08:29:34.509456 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18631 | 2024.12.21 08:29:34.509514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18632 | 2024.12.21 08:29:34.517364 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18633 | 2024.12.21 08:29:34.518156 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18634 | 2024.12.21 08:29:34.523644 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 18635 | 2024.12.21 08:29:36.757078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2576 | ||
| 18636 | 2024.12.21 08:29:36.760309 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18637 | 2024.12.21 08:29:36.760369 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18638 | 2024.12.21 08:29:36.761921 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18639 | 2024.12.21 08:29:36.762246 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18640 | 2024.12.21 08:29:36.762432 [ 126 ] {} <Debug> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 18641 | 2024.12.21 08:29:36.762489 [ 126 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18642 | 2024.12.21 08:29:36.762526 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18643 | 2024.12.21 08:29:36.762965 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::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 | ||
| 18644 | 2024.12.21 08:29:36.763587 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2576 | ||
| 18645 | 2024.12.21 08:29:36.764121 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18646 | 2024.12.21 08:29:36.764323 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2386 rows starting from the beginning of the part | ||
| 18647 | 2024.12.21 08:29:36.764982 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 44 rows starting from the beginning of the part | ||
| 18648 | 2024.12.21 08:29:36.765633 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 18649 | 2024.12.21 08:29:36.766276 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part | ||
| 18650 | 2024.12.21 08:29:36.766911 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 44 rows starting from the beginning of the part | ||
| 18651 | 2024.12.21 08:29:36.767396 [ 204 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 34 rows starting from the beginning of the part | ||
| 18652 | 2024.12.21 08:29:36.778376 [ 191 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2576 rows, containing 72 columns (72 merged, 0 gathered) in 0.015708089 sec., 163991.94071283907 rows/sec., 122.82 MiB/sec. | ||
| 18653 | 2024.12.21 08:29:36.780772 [ 186 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 18654 | 2024.12.21 08:29:36.781631 [ 186 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18655 | 2024.12.21 08:29:36.781714 [ 186 ] {27f9b026-3669-4819-9940-a7b78381c347::all_1_66_13} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 18656 | 2024.12.21 08:29:36.782073 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 18657 | 2024.12.21 08:29:37.024635 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18658 | 2024.12.21 08:29:37.024687 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18659 | 2024.12.21 08:29:37.027280 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18660 | 2024.12.21 08:29:37.360487 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18661 | 2024.12.21 08:29:37.360703 [ 4 ] {22b7b424-4866-43e9-afe0-0ab6a3331ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18662 | 2024.12.21 08:29:37.360787 [ 4 ] {22b7b424-4866-43e9-afe0-0ab6a3331ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18663 | 2024.12.21 08:29:37.361609 [ 4 ] {22b7b424-4866-43e9-afe0-0ab6a3331ef2} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18664 | 2024.12.21 08:29:37.361658 [ 4 ] {22b7b424-4866-43e9-afe0-0ab6a3331ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18665 | 2024.12.21 08:29:37.362058 [ 4 ] {22b7b424-4866-43e9-afe0-0ab6a3331ef2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 18666 | 2024.12.21 08:29:37.362371 [ 4 ] {22b7b424-4866-43e9-afe0-0ab6a3331ef2} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18667 | 2024.12.21 08:29:37.362620 [ 4 ] {22b7b424-4866-43e9-afe0-0ab6a3331ef2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001967 sec., 5083.884087442806 rows/sec., 414.56 KiB/sec. | ||
| 18668 | 2024.12.21 08:29:37.362771 [ 4 ] {22b7b424-4866-43e9-afe0-0ab6a3331ef2} <Debug> TCPHandler: Processed in 0.002417011 sec. | ||
| 18669 | 2024.12.21 08:29:37.363077 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18670 | 2024.12.21 08:29:37.363280 [ 258 ] {b3630524-8e66-4cb1-8510-936254de28a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18671 | 2024.12.21 08:29:37.363359 [ 258 ] {b3630524-8e66-4cb1-8510-936254de28a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18672 | 2024.12.21 08:29:37.364182 [ 258 ] {b3630524-8e66-4cb1-8510-936254de28a5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18673 | 2024.12.21 08:29:37.364229 [ 258 ] {b3630524-8e66-4cb1-8510-936254de28a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18674 | 2024.12.21 08:29:37.364682 [ 258 ] {b3630524-8e66-4cb1-8510-936254de28a5} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18675 | 2024.12.21 08:29:37.364944 [ 258 ] {b3630524-8e66-4cb1-8510-936254de28a5} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18676 | 2024.12.21 08:29:37.365182 [ 258 ] {b3630524-8e66-4cb1-8510-936254de28a5} <Debug> executeQuery: Read 127 rows, 10.98 KiB in 0.00196 sec., 64795.91836734694 rows/sec., 5.47 MiB/sec. | ||
| 18677 | 2024.12.21 08:29:37.365246 [ 258 ] {b3630524-8e66-4cb1-8510-936254de28a5} <Debug> TCPHandler: Processed in 0.002329111 sec. | ||
| 18678 | 2024.12.21 08:29:37.365407 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18679 | 2024.12.21 08:29:37.365555 [ 4 ] {4d33fcab-6066-4ad6-941b-4b465b14167d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18680 | 2024.12.21 08:29:37.365617 [ 4 ] {4d33fcab-6066-4ad6-941b-4b465b14167d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18681 | 2024.12.21 08:29:37.366334 [ 4 ] {4d33fcab-6066-4ad6-941b-4b465b14167d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18682 | 2024.12.21 08:29:37.366382 [ 4 ] {4d33fcab-6066-4ad6-941b-4b465b14167d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18683 | 2024.12.21 08:29:37.366771 [ 4 ] {4d33fcab-6066-4ad6-941b-4b465b14167d} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 18684 | 2024.12.21 08:29:37.367011 [ 4 ] {4d33fcab-6066-4ad6-941b-4b465b14167d} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18685 | 2024.12.21 08:29:37.367226 [ 4 ] {4d33fcab-6066-4ad6-941b-4b465b14167d} <Debug> executeQuery: Read 43 rows, 3.18 KiB in 0.001705 sec., 25219.941348973607 rows/sec., 1.82 MiB/sec. | ||
| 18686 | 2024.12.21 08:29:37.367294 [ 4 ] {4d33fcab-6066-4ad6-941b-4b465b14167d} <Debug> TCPHandler: Processed in 0.001945098 sec. | ||
| 18687 | 2024.12.21 08:29:37.367502 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18688 | 2024.12.21 08:29:37.367735 [ 258 ] {60f3c889-6e77-441b-a884-f9b1e13df67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18689 | 2024.12.21 08:29:37.367799 [ 258 ] {60f3c889-6e77-441b-a884-f9b1e13df67f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18690 | 2024.12.21 08:29:37.368527 [ 258 ] {60f3c889-6e77-441b-a884-f9b1e13df67f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18691 | 2024.12.21 08:29:37.368568 [ 258 ] {60f3c889-6e77-441b-a884-f9b1e13df67f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18692 | 2024.12.21 08:29:37.368953 [ 258 ] {60f3c889-6e77-441b-a884-f9b1e13df67f} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18693 | 2024.12.21 08:29:37.369196 [ 258 ] {60f3c889-6e77-441b-a884-f9b1e13df67f} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18694 | 2024.12.21 08:29:37.369420 [ 258 ] {60f3c889-6e77-441b-a884-f9b1e13df67f} <Debug> executeQuery: Read 107 rows, 8.57 KiB in 0.001728 sec., 61921.2962962963 rows/sec., 4.85 MiB/sec. | ||
| 18695 | 2024.12.21 08:29:37.369477 [ 258 ] {60f3c889-6e77-441b-a884-f9b1e13df67f} <Debug> TCPHandler: Processed in 0.002099909 sec. | ||
| 18696 | 2024.12.21 08:29:37.369635 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18697 | 2024.12.21 08:29:37.369755 [ 4 ] {71464e08-2390-4a9c-adf5-7c42ae1d8f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18698 | 2024.12.21 08:29:37.369810 [ 4 ] {71464e08-2390-4a9c-adf5-7c42ae1d8f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18699 | 2024.12.21 08:29:37.370371 [ 4 ] {71464e08-2390-4a9c-adf5-7c42ae1d8f7f} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18700 | 2024.12.21 08:29:37.370411 [ 4 ] {71464e08-2390-4a9c-adf5-7c42ae1d8f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18701 | 2024.12.21 08:29:37.370812 [ 4 ] {71464e08-2390-4a9c-adf5-7c42ae1d8f7f} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18702 | 2024.12.21 08:29:37.371056 [ 4 ] {71464e08-2390-4a9c-adf5-7c42ae1d8f7f} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18703 | 2024.12.21 08:29:37.371264 [ 4 ] {71464e08-2390-4a9c-adf5-7c42ae1d8f7f} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001524 sec., 108267.71653543308 rows/sec., 7.54 MiB/sec. | ||
| 18704 | 2024.12.21 08:29:37.371383 [ 4 ] {71464e08-2390-4a9c-adf5-7c42ae1d8f7f} <Debug> TCPHandler: Processed in 0.001797016 sec. | ||
| 18705 | 2024.12.21 08:29:37.371563 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18706 | 2024.12.21 08:29:37.371724 [ 258 ] {8a102e8f-cc94-44e9-a9c6-e4fa242ad6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18707 | 2024.12.21 08:29:37.371818 [ 258 ] {8a102e8f-cc94-44e9-a9c6-e4fa242ad6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18708 | 2024.12.21 08:29:37.373136 [ 258 ] {8a102e8f-cc94-44e9-a9c6-e4fa242ad6ad} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18709 | 2024.12.21 08:29:37.373173 [ 258 ] {8a102e8f-cc94-44e9-a9c6-e4fa242ad6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18710 | 2024.12.21 08:29:37.373850 [ 258 ] {8a102e8f-cc94-44e9-a9c6-e4fa242ad6ad} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18711 | 2024.12.21 08:29:37.374114 [ 258 ] {8a102e8f-cc94-44e9-a9c6-e4fa242ad6ad} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18712 | 2024.12.21 08:29:37.374323 [ 258 ] {8a102e8f-cc94-44e9-a9c6-e4fa242ad6ad} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002632 sec., 12537.993920972645 rows/sec., 22.47 MiB/sec. | ||
| 18713 | 2024.12.21 08:29:37.374428 [ 258 ] {8a102e8f-cc94-44e9-a9c6-e4fa242ad6ad} <Debug> TCPHandler: Processed in 0.002958676 sec. | ||
| 18714 | 2024.12.21 08:29:37.374677 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18715 | 2024.12.21 08:29:37.374901 [ 4 ] {59de74bd-ff23-46ba-874c-8c439bbd126a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18716 | 2024.12.21 08:29:37.374995 [ 4 ] {59de74bd-ff23-46ba-874c-8c439bbd126a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18717 | 2024.12.21 08:29:37.375685 [ 4 ] {59de74bd-ff23-46ba-874c-8c439bbd126a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18718 | 2024.12.21 08:29:37.375723 [ 4 ] {59de74bd-ff23-46ba-874c-8c439bbd126a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18719 | 2024.12.21 08:29:37.376098 [ 4 ] {59de74bd-ff23-46ba-874c-8c439bbd126a} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18720 | 2024.12.21 08:29:37.376335 [ 4 ] {59de74bd-ff23-46ba-874c-8c439bbd126a} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18721 | 2024.12.21 08:29:37.376543 [ 4 ] {59de74bd-ff23-46ba-874c-8c439bbd126a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001696 sec., 35377.35849056604 rows/sec., 2.38 MiB/sec. | ||
| 18722 | 2024.12.21 08:29:37.376595 [ 4 ] {59de74bd-ff23-46ba-874c-8c439bbd126a} <Debug> TCPHandler: Processed in 0.002027848 sec. | ||
| 18723 | 2024.12.21 08:29:39.011631 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 18724 | 2024.12.21 08:29:39.012377 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18725 | 2024.12.21 08:29:39.012429 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18726 | 2024.12.21 08:29:39.012967 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 18727 | 2024.12.21 08:29:39.013217 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18728 | 2024.12.21 08:29:39.013421 [ 69 ] {} <Debug> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 18729 | 2024.12.21 08:29:39.013467 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 18730 | 2024.12.21 08:29:39.013519 [ 69 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18731 | 2024.12.21 08:29:39.013552 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18732 | 2024.12.21 08:29:39.013670 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 18733 | 2024.12.21 08:29:39.013775 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18734 | 2024.12.21 08:29:39.013807 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 18735 | 2024.12.21 08:29:39.013873 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 18736 | 2024.12.21 08:29:39.014049 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 18737 | 2024.12.21 08:29:39.014348 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 18738 | 2024.12.21 08:29:39.014529 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 18739 | 2024.12.21 08:29:39.014692 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 18740 | 2024.12.21 08:29:39.017867 [ 198 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004242588 sec., 9834563.243001677 rows/sec., 140.68 MiB/sec. | ||
| 18741 | 2024.12.21 08:29:39.018078 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 18742 | 2024.12.21 08:29:39.018353 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18743 | 2024.12.21 08:29:39.018432 [ 191 ] {de9e1b82-837a-4872-b89e-4d020e3053de::all_1_91_18} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 18744 | 2024.12.21 08:29:39.018516 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 18745 | 2024.12.21 08:29:42.023846 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 18746 | 2024.12.21 08:29:42.047112 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18747 | 2024.12.21 08:29:42.047181 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18748 | 2024.12.21 08:29:42.054759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 18749 | 2024.12.21 08:29:42.055566 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18750 | 2024.12.21 08:29:42.056008 [ 39 ] {} <Debug> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 18751 | 2024.12.21 08:29:42.056158 [ 39 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18752 | 2024.12.21 08:29:42.056227 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18753 | 2024.12.21 08:29:42.056669 [ 201 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 18754 | 2024.12.21 08:29:42.073839 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 18755 | 2024.12.21 08:29:42.075777 [ 201 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18756 | 2024.12.21 08:29:42.077604 [ 201 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 18757 | 2024.12.21 08:29:42.083504 [ 201 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 18758 | 2024.12.21 08:29:42.089573 [ 201 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 18759 | 2024.12.21 08:29:42.095865 [ 201 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 18760 | 2024.12.21 08:29:42.101969 [ 201 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 18761 | 2024.12.21 08:29:42.107875 [ 201 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 18762 | 2024.12.21 08:29:42.184090 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.127699517 sec., 5371.98586271865 rows/sec., 27.78 MiB/sec. | ||
| 18763 | 2024.12.21 08:29:42.187639 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 18764 | 2024.12.21 08:29:42.190714 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18765 | 2024.12.21 08:29:42.190838 [ 191 ] {230d42f8-a8c1-44c0-b77e-f99f001d4efb::all_1_91_18} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 18766 | 2024.12.21 08:29:42.193220 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 18767 | 2024.12.21 08:29:42.364578 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18768 | 2024.12.21 08:29:42.364766 [ 4 ] {5ed2b11e-d994-42cf-9499-f4f5381115eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18769 | 2024.12.21 08:29:42.364851 [ 4 ] {5ed2b11e-d994-42cf-9499-f4f5381115eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18770 | 2024.12.21 08:29:42.365627 [ 4 ] {5ed2b11e-d994-42cf-9499-f4f5381115eb} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18771 | 2024.12.21 08:29:42.365682 [ 4 ] {5ed2b11e-d994-42cf-9499-f4f5381115eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18772 | 2024.12.21 08:29:42.366152 [ 4 ] {5ed2b11e-d994-42cf-9499-f4f5381115eb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18773 | 2024.12.21 08:29:42.366438 [ 4 ] {5ed2b11e-d994-42cf-9499-f4f5381115eb} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18774 | 2024.12.21 08:29:42.366651 [ 39 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18775 | 2024.12.21 08:29:42.366715 [ 4 ] {5ed2b11e-d994-42cf-9499-f4f5381115eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 504.16 KiB/sec. | ||
| 18776 | 2024.12.21 08:29:42.366732 [ 39 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18777 | 2024.12.21 08:29:42.366806 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18778 | 2024.12.21 08:29:42.366868 [ 4 ] {5ed2b11e-d994-42cf-9499-f4f5381115eb} <Debug> TCPHandler: Processed in 0.002428671 sec. | ||
| 18779 | 2024.12.21 08:29:42.366988 [ 223 ] {} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18780 | 2024.12.21 08:29:42.367068 [ 223 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18781 | 2024.12.21 08:29:42.367151 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18782 | 2024.12.21 08:29:42.367197 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18783 | 2024.12.21 08:29:42.367373 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18784 | 2024.12.21 08:29:42.367414 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part | ||
| 18785 | 2024.12.21 08:29:42.367452 [ 258 ] {89ddc1bd-7795-4fc3-88f5-c7a45c952907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18786 | 2024.12.21 08:29:42.367544 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 18787 | 2024.12.21 08:29:42.367658 [ 258 ] {89ddc1bd-7795-4fc3-88f5-c7a45c952907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18788 | 2024.12.21 08:29:42.368173 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 18789 | 2024.12.21 08:29:42.368857 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 18790 | 2024.12.21 08:29:42.369454 [ 195 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 18791 | 2024.12.21 08:29:42.371614 [ 258 ] {89ddc1bd-7795-4fc3-88f5-c7a45c952907} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18792 | 2024.12.21 08:29:42.371673 [ 258 ] {89ddc1bd-7795-4fc3-88f5-c7a45c952907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18793 | 2024.12.21 08:29:42.371808 [ 200 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004892013 sec., 14309.03801768311 rows/sec., 1.06 MiB/sec. | ||
| 18794 | 2024.12.21 08:29:42.372205 [ 200 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18795 | 2024.12.21 08:29:42.372980 [ 258 ] {89ddc1bd-7795-4fc3-88f5-c7a45c952907} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18796 | 2024.12.21 08:29:42.373156 [ 223 ] {} <Debug> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18797 | 2024.12.21 08:29:42.373244 [ 200 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18798 | 2024.12.21 08:29:42.373657 [ 258 ] {89ddc1bd-7795-4fc3-88f5-c7a45c952907} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18799 | 2024.12.21 08:29:42.373698 [ 200 ] {7e02e4fa-3151-4cbc-b6a6-8121e7e4092b::all_1_65_16} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18800 | 2024.12.21 08:29:42.374103 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18801 | 2024.12.21 08:29:42.374300 [ 258 ] {89ddc1bd-7795-4fc3-88f5-c7a45c952907} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00692 sec., 31647.398843930638 rows/sec., 2.76 MiB/sec. | ||
| 18802 | 2024.12.21 08:29:42.374388 [ 258 ] {89ddc1bd-7795-4fc3-88f5-c7a45c952907} <Debug> TCPHandler: Processed in 0.007354335 sec. | ||
| 18803 | 2024.12.21 08:29:42.374576 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18804 | 2024.12.21 08:29:42.374712 [ 4 ] {b0bb4c23-c783-4a40-b0fa-a6d2ae1719ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18805 | 2024.12.21 08:29:42.374768 [ 4 ] {b0bb4c23-c783-4a40-b0fa-a6d2ae1719ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18806 | 2024.12.21 08:29:42.375396 [ 4 ] {b0bb4c23-c783-4a40-b0fa-a6d2ae1719ba} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18807 | 2024.12.21 08:29:42.375446 [ 4 ] {b0bb4c23-c783-4a40-b0fa-a6d2ae1719ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18808 | 2024.12.21 08:29:42.375829 [ 4 ] {b0bb4c23-c783-4a40-b0fa-a6d2ae1719ba} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 18809 | 2024.12.21 08:29:42.376073 [ 4 ] {b0bb4c23-c783-4a40-b0fa-a6d2ae1719ba} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18810 | 2024.12.21 08:29:42.376262 [ 39 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 18811 | 2024.12.21 08:29:42.376321 [ 39 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18812 | 2024.12.21 08:29:42.376336 [ 4 ] {b0bb4c23-c783-4a40-b0fa-a6d2ae1719ba} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001645 sec., 9118.54103343465 rows/sec., 642.93 KiB/sec. | ||
| 18813 | 2024.12.21 08:29:42.376367 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18814 | 2024.12.21 08:29:42.376503 [ 4 ] {b0bb4c23-c783-4a40-b0fa-a6d2ae1719ba} <Debug> TCPHandler: Processed in 0.001988727 sec. | ||
| 18815 | 2024.12.21 08:29:42.376594 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 18816 | 2024.12.21 08:29:42.376715 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18817 | 2024.12.21 08:29:42.376803 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18818 | 2024.12.21 08:29:42.376893 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 66 rows starting from the beginning of the part | ||
| 18819 | 2024.12.21 08:29:42.376961 [ 258 ] {b366398d-e5ff-4126-8222-76e2574640cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18820 | 2024.12.21 08:29:42.377130 [ 258 ] {b366398d-e5ff-4126-8222-76e2574640cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18821 | 2024.12.21 08:29:42.377151 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 19 rows starting from the beginning of the part | ||
| 18822 | 2024.12.21 08:29:42.377524 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 33 rows starting from the beginning of the part | ||
| 18823 | 2024.12.21 08:29:42.377793 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 15 rows starting from the beginning of the part | ||
| 18824 | 2024.12.21 08:29:42.378153 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 43 rows starting from the beginning of the part | ||
| 18825 | 2024.12.21 08:29:42.378734 [ 188 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 15 rows starting from the beginning of the part | ||
| 18826 | 2024.12.21 08:29:42.380371 [ 258 ] {b366398d-e5ff-4126-8222-76e2574640cc} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18827 | 2024.12.21 08:29:42.380447 [ 258 ] {b366398d-e5ff-4126-8222-76e2574640cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18828 | 2024.12.21 08:29:42.381524 [ 258 ] {b366398d-e5ff-4126-8222-76e2574640cc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 18829 | 2024.12.21 08:29:42.381796 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005302757 sec., 36018.99917344883 rows/sec., 2.70 MiB/sec. | ||
| 18830 | 2024.12.21 08:29:42.382034 [ 258 ] {b366398d-e5ff-4126-8222-76e2574640cc} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18831 | 2024.12.21 08:29:42.382095 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 18832 | 2024.12.21 08:29:42.382299 [ 39 ] {} <Debug> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Selected 6 parts from all_1_62_13 to all_67_67_0 | ||
| 18833 | 2024.12.21 08:29:42.382362 [ 39 ] {} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18834 | 2024.12.21 08:29:42.382423 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18835 | 2024.12.21 08:29:42.382437 [ 258 ] {b366398d-e5ff-4126-8222-76e2574640cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005548 sec., 2523.431867339582 rows/sec., 176.72 KiB/sec. | ||
| 18836 | 2024.12.21 08:29:42.382837 [ 258 ] {b366398d-e5ff-4126-8222-76e2574640cc} <Debug> TCPHandler: Processed in 0.006198464 sec. | ||
| 18837 | 2024.12.21 08:29:42.382850 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_62_13 to all_67_67_0 into Compact with storage Full | ||
| 18838 | 2024.12.21 08:29:42.383023 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18839 | 2024.12.21 08:29:42.383148 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18840 | 2024.12.21 08:29:42.383244 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18841 | 2024.12.21 08:29:42.383245 [ 190 ] {ad28df2c-36a9-4043-b306-e49c3e44a933::all_1_131_26} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 18842 | 2024.12.21 08:29:42.383359 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_62_13, total 244 rows starting from the beginning of the part | ||
| 18843 | 2024.12.21 08:29:42.383549 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18844 | 2024.12.21 08:29:42.383564 [ 4 ] {f783a2f2-4edb-47b2-8270-5b9211272a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18845 | 2024.12.21 08:29:42.383763 [ 4 ] {f783a2f2-4edb-47b2-8270-5b9211272a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18846 | 2024.12.21 08:29:42.383859 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 18847 | 2024.12.21 08:29:42.384324 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 18848 | 2024.12.21 08:29:42.384826 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 242 rows starting from the beginning of the part | ||
| 18849 | 2024.12.21 08:29:42.385198 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 18850 | 2024.12.21 08:29:42.385546 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 18851 | 2024.12.21 08:29:42.386248 [ 4 ] {f783a2f2-4edb-47b2-8270-5b9211272a2d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18852 | 2024.12.21 08:29:42.386310 [ 4 ] {f783a2f2-4edb-47b2-8270-5b9211272a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18853 | 2024.12.21 08:29:42.387295 [ 4 ] {f783a2f2-4edb-47b2-8270-5b9211272a2d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18854 | 2024.12.21 08:29:42.387874 [ 4 ] {f783a2f2-4edb-47b2-8270-5b9211272a2d} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18855 | 2024.12.21 08:29:42.388130 [ 39 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18856 | 2024.12.21 08:29:42.388253 [ 39 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18857 | 2024.12.21 08:29:42.388336 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18858 | 2024.12.21 08:29:42.388657 [ 221 ] {} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18859 | 2024.12.21 08:29:42.388663 [ 4 ] {f783a2f2-4edb-47b2-8270-5b9211272a2d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005232 sec., 2484.7094801223243 rows/sec., 154.92 KiB/sec. | ||
| 18860 | 2024.12.21 08:29:42.388746 [ 221 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18861 | 2024.12.21 08:29:42.389000 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18862 | 2024.12.21 08:29:42.389018 [ 194 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.006458468 sec., 83920.83076048375 rows/sec., 6.01 MiB/sec. | ||
| 18863 | 2024.12.21 08:29:42.389221 [ 4 ] {f783a2f2-4edb-47b2-8270-5b9211272a2d} <Debug> TCPHandler: Processed in 0.006260565 sec. | ||
| 18864 | 2024.12.21 08:29:42.389593 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18865 | 2024.12.21 08:29:42.389632 [ 193 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Trace> MergedBlockOutputStream: filled checksums all_1_67_14 (state Temporary) | ||
| 18866 | 2024.12.21 08:29:42.389747 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18867 | 2024.12.21 08:29:42.389880 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part | ||
| 18868 | 2024.12.21 08:29:42.390026 [ 258 ] {a13c6215-c292-4c20-b0c0-a4664e2c25f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18869 | 2024.12.21 08:29:42.390293 [ 258 ] {a13c6215-c292-4c20-b0c0-a4664e2c25f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18870 | 2024.12.21 08:29:42.390481 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 18871 | 2024.12.21 08:29:42.390972 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 18872 | 2024.12.21 08:29:42.391506 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 18873 | 2024.12.21 08:29:42.392036 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 18874 | 2024.12.21 08:29:42.392968 [ 193 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_merge_all_1_67_14 to all_1_67_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18875 | 2024.12.21 08:29:42.393322 [ 193 ] {4a7f2496-007a-4f68-b35e-b9c52b9512b5::all_1_67_14} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5) (MergerMutator): Merged 6 parts: [all_1_62_13, all_67_67_0] -> all_1_67_14 | ||
| 18876 | 2024.12.21 08:29:42.393806 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 18877 | 2024.12.21 08:29:42.394794 [ 258 ] {a13c6215-c292-4c20-b0c0-a4664e2c25f6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18878 | 2024.12.21 08:29:42.394898 [ 258 ] {a13c6215-c292-4c20-b0c0-a4664e2c25f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18879 | 2024.12.21 08:29:42.396638 [ 258 ] {a13c6215-c292-4c20-b0c0-a4664e2c25f6} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18880 | 2024.12.21 08:29:42.396848 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008329904 sec., 7803.211177463749 rows/sec., 517.01 KiB/sec. | ||
| 18881 | 2024.12.21 08:29:42.397086 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18882 | 2024.12.21 08:29:42.397160 [ 221 ] {} <Debug> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18883 | 2024.12.21 08:29:42.397554 [ 258 ] {a13c6215-c292-4c20-b0c0-a4664e2c25f6} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18884 | 2024.12.21 08:29:42.398075 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18885 | 2024.12.21 08:29:42.398485 [ 190 ] {67c2b8e3-590f-411a-9b14-930328e715dd::all_1_65_16} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18886 | 2024.12.21 08:29:42.398506 [ 258 ] {a13c6215-c292-4c20-b0c0-a4664e2c25f6} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.008606 sec., 45317.220543806645 rows/sec., 3.21 MiB/sec. | ||
| 18887 | 2024.12.21 08:29:42.398865 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18888 | 2024.12.21 08:29:42.399040 [ 258 ] {a13c6215-c292-4c20-b0c0-a4664e2c25f6} <Debug> TCPHandler: Processed in 0.009653445 sec. | ||
| 18889 | 2024.12.21 08:29:42.399399 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18890 | 2024.12.21 08:29:42.399775 [ 4 ] {dc961bfe-dd85-4e18-a154-df69085dc562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18891 | 2024.12.21 08:29:42.399934 [ 4 ] {dc961bfe-dd85-4e18-a154-df69085dc562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18892 | 2024.12.21 08:29:42.401131 [ 4 ] {dc961bfe-dd85-4e18-a154-df69085dc562} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18893 | 2024.12.21 08:29:42.401174 [ 4 ] {dc961bfe-dd85-4e18-a154-df69085dc562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18894 | 2024.12.21 08:29:42.401564 [ 4 ] {dc961bfe-dd85-4e18-a154-df69085dc562} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18895 | 2024.12.21 08:29:42.401807 [ 4 ] {dc961bfe-dd85-4e18-a154-df69085dc562} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18896 | 2024.12.21 08:29:42.402030 [ 4 ] {dc961bfe-dd85-4e18-a154-df69085dc562} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002392 sec., 2508.361204013378 rows/sec., 131.05 KiB/sec. | ||
| 18897 | 2024.12.21 08:29:42.402085 [ 4 ] {dc961bfe-dd85-4e18-a154-df69085dc562} <Debug> TCPHandler: Processed in 0.002873255 sec. | ||
| 18898 | 2024.12.21 08:29:42.402245 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18899 | 2024.12.21 08:29:42.402373 [ 258 ] {3d969398-336f-4f14-a83a-66d79012e365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18900 | 2024.12.21 08:29:42.402433 [ 258 ] {3d969398-336f-4f14-a83a-66d79012e365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18901 | 2024.12.21 08:29:42.403049 [ 258 ] {3d969398-336f-4f14-a83a-66d79012e365} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18902 | 2024.12.21 08:29:42.403088 [ 258 ] {3d969398-336f-4f14-a83a-66d79012e365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18903 | 2024.12.21 08:29:42.403518 [ 258 ] {3d969398-336f-4f14-a83a-66d79012e365} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18904 | 2024.12.21 08:29:42.403897 [ 258 ] {3d969398-336f-4f14-a83a-66d79012e365} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18905 | 2024.12.21 08:29:42.404083 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Selected 6 parts from all_1_141_29 to all_146_146_0 | ||
| 18906 | 2024.12.21 08:29:42.404125 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18907 | 2024.12.21 08:29:42.404141 [ 258 ] {3d969398-336f-4f14-a83a-66d79012e365} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001794 sec., 132107.02341137125 rows/sec., 8.85 MiB/sec. | ||
| 18908 | 2024.12.21 08:29:42.404152 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18909 | 2024.12.21 08:29:42.404294 [ 258 ] {3d969398-336f-4f14-a83a-66d79012e365} <Debug> TCPHandler: Processed in 0.002111119 sec. | ||
| 18910 | 2024.12.21 08:29:42.404467 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_29 to all_146_146_0 into Compact with storage Full | ||
| 18911 | 2024.12.21 08:29:42.404515 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18912 | 2024.12.21 08:29:42.404753 [ 4 ] {88505181-0271-410e-b836-d073d6261eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18913 | 2024.12.21 08:29:42.404805 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18914 | 2024.12.21 08:29:42.404858 [ 4 ] {88505181-0271-410e-b836-d073d6261eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18915 | 2024.12.21 08:29:42.404904 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_141_29, total 40261 rows starting from the beginning of the part | ||
| 18916 | 2024.12.21 08:29:42.405269 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 32 rows starting from the beginning of the part | ||
| 18917 | 2024.12.21 08:29:42.405714 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part | ||
| 18918 | 2024.12.21 08:29:42.406089 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 237 rows starting from the beginning of the part | ||
| 18919 | 2024.12.21 08:29:42.406277 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 165 rows starting from the beginning of the part | ||
| 18920 | 2024.12.21 08:29:42.406689 [ 196 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 237 rows starting from the beginning of the part | ||
| 18921 | 2024.12.21 08:29:42.407387 [ 4 ] {88505181-0271-410e-b836-d073d6261eda} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18922 | 2024.12.21 08:29:42.407440 [ 4 ] {88505181-0271-410e-b836-d073d6261eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18923 | 2024.12.21 08:29:42.408302 [ 4 ] {88505181-0271-410e-b836-d073d6261eda} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 18924 | 2024.12.21 08:29:42.408633 [ 4 ] {88505181-0271-410e-b836-d073d6261eda} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18925 | 2024.12.21 08:29:42.408906 [ 4 ] {88505181-0271-410e-b836-d073d6261eda} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004234 sec., 236.18327822390177 rows/sec., 15.91 KiB/sec. | ||
| 18926 | 2024.12.21 08:29:42.409228 [ 4 ] {88505181-0271-410e-b836-d073d6261eda} <Debug> TCPHandler: Processed in 0.004808062 sec. | ||
| 18927 | 2024.12.21 08:29:42.409611 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18928 | 2024.12.21 08:29:42.410117 [ 258 ] {7c4a5368-f88b-4f7f-ad4c-af16e6670df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18929 | 2024.12.21 08:29:42.410354 [ 258 ] {7c4a5368-f88b-4f7f-ad4c-af16e6670df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18930 | 2024.12.21 08:29:42.412536 [ 258 ] {7c4a5368-f88b-4f7f-ad4c-af16e6670df7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18931 | 2024.12.21 08:29:42.412579 [ 258 ] {7c4a5368-f88b-4f7f-ad4c-af16e6670df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18932 | 2024.12.21 08:29:42.413553 [ 258 ] {7c4a5368-f88b-4f7f-ad4c-af16e6670df7} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18933 | 2024.12.21 08:29:42.413867 [ 258 ] {7c4a5368-f88b-4f7f-ad4c-af16e6670df7} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18934 | 2024.12.21 08:29:42.414231 [ 258 ] {7c4a5368-f88b-4f7f-ad4c-af16e6670df7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004312 sec., 1855.287569573284 rows/sec., 3.32 MiB/sec. | ||
| 18935 | 2024.12.21 08:29:42.414433 [ 258 ] {7c4a5368-f88b-4f7f-ad4c-af16e6670df7} <Debug> TCPHandler: Processed in 0.005060115 sec. | ||
| 18936 | 2024.12.21 08:29:42.414627 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18937 | 2024.12.21 08:29:42.414758 [ 4 ] {c3c6be4e-9798-4e99-9a0f-466d86426115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18938 | 2024.12.21 08:29:42.414812 [ 4 ] {c3c6be4e-9798-4e99-9a0f-466d86426115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18939 | 2024.12.21 08:29:42.415570 [ 4 ] {c3c6be4e-9798-4e99-9a0f-466d86426115} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18940 | 2024.12.21 08:29:42.415615 [ 4 ] {c3c6be4e-9798-4e99-9a0f-466d86426115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18941 | 2024.12.21 08:29:42.416196 [ 4 ] {c3c6be4e-9798-4e99-9a0f-466d86426115} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18942 | 2024.12.21 08:29:42.416490 [ 4 ] {c3c6be4e-9798-4e99-9a0f-466d86426115} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18943 | 2024.12.21 08:29:42.416712 [ 168 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18944 | 2024.12.21 08:29:42.416781 [ 4 ] {c3c6be4e-9798-4e99-9a0f-466d86426115} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002003 sec., 40938.59211183225 rows/sec., 2.60 MiB/sec. | ||
| 18945 | 2024.12.21 08:29:42.416810 [ 168 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18946 | 2024.12.21 08:29:42.416892 [ 168 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18947 | 2024.12.21 08:29:42.417110 [ 4 ] {c3c6be4e-9798-4e99-9a0f-466d86426115} <Debug> TCPHandler: Processed in 0.002563172 sec. | ||
| 18948 | 2024.12.21 08:29:42.417210 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18949 | 2024.12.21 08:29:42.417386 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18950 | 2024.12.21 08:29:42.417420 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8448 rows starting from the beginning of the part | ||
| 18951 | 2024.12.21 08:29:42.417507 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 12 rows starting from the beginning of the part | ||
| 18952 | 2024.12.21 08:29:42.417817 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part | ||
| 18953 | 2024.12.21 08:29:42.417903 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 82 rows starting from the beginning of the part | ||
| 18954 | 2024.12.21 08:29:42.418287 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part | ||
| 18955 | 2024.12.21 08:29:42.418370 [ 192 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 82 rows starting from the beginning of the part | ||
| 18956 | 2024.12.21 08:29:42.419018 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41092 rows, containing 5 columns (5 merged, 0 gathered) in 0.01473733 sec., 2788293.4018577314 rows/sec., 188.22 MiB/sec. | ||
| 18957 | 2024.12.21 08:29:42.419343 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Trace> MergedBlockOutputStream: filled checksums all_1_146_30 (state Temporary) | ||
| 18958 | 2024.12.21 08:29:42.419924 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_merge_all_1_146_30 to all_1_146_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18959 | 2024.12.21 08:29:42.420134 [ 187 ] {c8631d6b-1756-4c70-9a0e-482cc128c074::all_1_146_30} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074) (MergerMutator): Merged 6 parts: [all_1_141_29, all_146_146_0] -> all_1_146_30 | ||
| 18960 | 2024.12.21 08:29:42.420309 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 18961 | 2024.12.21 08:29:42.421722 [ 186 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8744 rows, containing 4 columns (4 merged, 0 gathered) in 0.004663601 sec., 1874945.99130586 rows/sec., 121.89 MiB/sec. | ||
| 18962 | 2024.12.21 08:29:42.421925 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18963 | 2024.12.21 08:29:42.422276 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18964 | 2024.12.21 08:29:42.422371 [ 204 ] {887f4dce-71e8-4c09-8fde-760871f9a6ce::all_1_146_29} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18965 | 2024.12.21 08:29:42.422468 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 18966 | 2024.12.21 08:29:43.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.42 MiB, peak 290.98 MiB, free memory in arenas 0.00 B, will set to 271.39 MiB (RSS), difference: -2.03 MiB | ||
| 18967 | 2024.12.21 08:29:46.275433 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18968 | 2024.12.21 08:29:46.275530 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18969 | 2024.12.21 08:29:46.513742 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 18970 | 2024.12.21 08:29:46.514472 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18971 | 2024.12.21 08:29:46.514528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18972 | 2024.12.21 08:29:46.515098 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 18973 | 2024.12.21 08:29:46.515357 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18974 | 2024.12.21 08:29:46.515636 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 18975 | 2024.12.21 08:29:46.764040 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2612 | ||
| 18976 | 2024.12.21 08:29:46.767848 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18977 | 2024.12.21 08:29:46.767937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18978 | 2024.12.21 08:29:46.769488 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 18979 | 2024.12.21 08:29:46.769816 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18980 | 2024.12.21 08:29:46.770851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2612 | ||
| 18981 | 2024.12.21 08:29:47.360328 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18982 | 2024.12.21 08:29:47.360542 [ 4 ] {2ccd4840-1ac0-4104-892b-0f4ba2cdf908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18983 | 2024.12.21 08:29:47.360624 [ 4 ] {2ccd4840-1ac0-4104-892b-0f4ba2cdf908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18984 | 2024.12.21 08:29:47.361424 [ 4 ] {2ccd4840-1ac0-4104-892b-0f4ba2cdf908} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18985 | 2024.12.21 08:29:47.361473 [ 4 ] {2ccd4840-1ac0-4104-892b-0f4ba2cdf908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18986 | 2024.12.21 08:29:47.361924 [ 4 ] {2ccd4840-1ac0-4104-892b-0f4ba2cdf908} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18987 | 2024.12.21 08:29:47.362192 [ 4 ] {2ccd4840-1ac0-4104-892b-0f4ba2cdf908} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18988 | 2024.12.21 08:29:47.362404 [ 83 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18989 | 2024.12.21 08:29:47.362430 [ 4 ] {2ccd4840-1ac0-4104-892b-0f4ba2cdf908} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001946 sec., 62692.702980472764 rows/sec., 5.33 MiB/sec. | ||
| 18990 | 2024.12.21 08:29:47.362481 [ 83 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18991 | 2024.12.21 08:29:47.362555 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 18992 | 2024.12.21 08:29:47.362566 [ 4 ] {2ccd4840-1ac0-4104-892b-0f4ba2cdf908} <Debug> TCPHandler: Processed in 0.002377231 sec. | ||
| 18993 | 2024.12.21 08:29:47.362817 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18994 | 2024.12.21 08:29:47.362923 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18995 | 2024.12.21 08:29:47.363091 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18996 | 2024.12.21 08:29:47.363172 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1437 rows starting from the beginning of the part | ||
| 18997 | 2024.12.21 08:29:47.363237 [ 258 ] {e8b8ca47-d837-4752-8c15-dd4c9b514372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18998 | 2024.12.21 08:29:47.363391 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 122 rows starting from the beginning of the part | ||
| 18999 | 2024.12.21 08:29:47.363436 [ 258 ] {e8b8ca47-d837-4752-8c15-dd4c9b514372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19000 | 2024.12.21 08:29:47.363857 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 219 rows starting from the beginning of the part | ||
| 19001 | 2024.12.21 08:29:47.364238 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 127 rows starting from the beginning of the part | ||
| 19002 | 2024.12.21 08:29:47.364538 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 219 rows starting from the beginning of the part | ||
| 19003 | 2024.12.21 08:29:47.364925 [ 192 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 122 rows starting from the beginning of the part | ||
| 19004 | 2024.12.21 08:29:47.366590 [ 258 ] {e8b8ca47-d837-4752-8c15-dd4c9b514372} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19005 | 2024.12.21 08:29:47.366685 [ 258 ] {e8b8ca47-d837-4752-8c15-dd4c9b514372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19006 | 2024.12.21 08:29:47.367783 [ 258 ] {e8b8ca47-d837-4752-8c15-dd4c9b514372} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19007 | 2024.12.21 08:29:47.368136 [ 258 ] {e8b8ca47-d837-4752-8c15-dd4c9b514372} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19008 | 2024.12.21 08:29:47.368725 [ 258 ] {e8b8ca47-d837-4752-8c15-dd4c9b514372} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.005594 sec., 5899.177690382553 rows/sec., 443.59 KiB/sec. | ||
| 19009 | 2024.12.21 08:29:47.368725 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2246 rows, containing 5 columns (5 merged, 0 gathered) in 0.006054924 sec., 370937.76899594447 rows/sec., 32.81 MiB/sec. | ||
| 19010 | 2024.12.21 08:29:47.368853 [ 258 ] {e8b8ca47-d837-4752-8c15-dd4c9b514372} <Debug> TCPHandler: Processed in 0.006164754 sec. | ||
| 19011 | 2024.12.21 08:29:47.369056 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19012 | 2024.12.21 08:29:47.369073 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 19013 | 2024.12.21 08:29:47.369266 [ 4 ] {5cf0e56d-87d0-42ba-897b-bc185121d34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19014 | 2024.12.21 08:29:47.369363 [ 4 ] {5cf0e56d-87d0-42ba-897b-bc185121d34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19015 | 2024.12.21 08:29:47.369577 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19016 | 2024.12.21 08:29:47.369772 [ 204 ] {a579e815-ef8d-4816-bef1-8573d75693c1::all_1_151_30} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 19017 | 2024.12.21 08:29:47.369985 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 19018 | 2024.12.21 08:29:47.370443 [ 4 ] {5cf0e56d-87d0-42ba-897b-bc185121d34b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19019 | 2024.12.21 08:29:47.370490 [ 4 ] {5cf0e56d-87d0-42ba-897b-bc185121d34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 19020 | 2024.12.21 08:29:47.370871 [ 4 ] {5cf0e56d-87d0-42ba-897b-bc185121d34b} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 19021 | 2024.12.21 08:29:47.371130 [ 4 ] {5cf0e56d-87d0-42ba-897b-bc185121d34b} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19022 | 2024.12.21 08:29:47.371324 [ 83 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 19023 | 2024.12.21 08:29:47.371380 [ 4 ] {5cf0e56d-87d0-42ba-897b-bc185121d34b} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.002174 sec., 44618.21527138914 rows/sec., 3.48 MiB/sec. | ||
| 19024 | 2024.12.21 08:29:47.371388 [ 83 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19025 | 2024.12.21 08:29:47.371484 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 19026 | 2024.12.21 08:29:47.371523 [ 4 ] {5cf0e56d-87d0-42ba-897b-bc185121d34b} <Debug> TCPHandler: Processed in 0.002561372 sec. | ||
| 19027 | 2024.12.21 08:29:47.371750 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19028 | 2024.12.21 08:29:47.371755 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 19029 | 2024.12.21 08:29:47.371965 [ 258 ] {3eeebed1-0730-46b8-b345-f8b201f4b473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19030 | 2024.12.21 08:29:47.371991 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19031 | 2024.12.21 08:29:47.372074 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 915 rows starting from the beginning of the part | ||
| 19032 | 2024.12.21 08:29:47.372084 [ 258 ] {3eeebed1-0730-46b8-b345-f8b201f4b473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19033 | 2024.12.21 08:29:47.372347 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 97 rows starting from the beginning of the part | ||
| 19034 | 2024.12.21 08:29:47.372699 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 390 rows starting from the beginning of the part | ||
| 19035 | 2024.12.21 08:29:47.373101 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 107 rows starting from the beginning of the part | ||
| 19036 | 2024.12.21 08:29:47.373406 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 390 rows starting from the beginning of the part | ||
| 19037 | 2024.12.21 08:29:47.373700 [ 204 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 97 rows starting from the beginning of the part | ||
| 19038 | 2024.12.21 08:29:47.374892 [ 258 ] {3eeebed1-0730-46b8-b345-f8b201f4b473} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19039 | 2024.12.21 08:29:47.374970 [ 258 ] {3eeebed1-0730-46b8-b345-f8b201f4b473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19040 | 2024.12.21 08:29:47.376110 [ 258 ] {3eeebed1-0730-46b8-b345-f8b201f4b473} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 19041 | 2024.12.21 08:29:47.376559 [ 258 ] {3eeebed1-0730-46b8-b345-f8b201f4b473} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19042 | 2024.12.21 08:29:47.376979 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1996 rows, containing 5 columns (5 merged, 0 gathered) in 0.005396818 sec., 369847.56573225185 rows/sec., 28.35 MiB/sec. | ||
| 19043 | 2024.12.21 08:29:47.377054 [ 258 ] {3eeebed1-0730-46b8-b345-f8b201f4b473} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005163 sec., 30989.734650397055 rows/sec., 2.16 MiB/sec. | ||
| 19044 | 2024.12.21 08:29:47.377186 [ 258 ] {3eeebed1-0730-46b8-b345-f8b201f4b473} <Debug> TCPHandler: Processed in 0.005536789 sec. | ||
| 19045 | 2024.12.21 08:29:47.377265 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 19046 | 2024.12.21 08:29:47.377368 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19047 | 2024.12.21 08:29:47.377508 [ 4 ] {e33bab5e-9d77-4177-a090-0c644d70023c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19048 | 2024.12.21 08:29:47.377597 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19049 | 2024.12.21 08:29:47.377609 [ 4 ] {e33bab5e-9d77-4177-a090-0c644d70023c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19050 | 2024.12.21 08:29:47.377733 [ 197 ] {0ebefcc0-dd7c-4194-98e0-d656dc98d529::all_1_151_30} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 19051 | 2024.12.21 08:29:47.377870 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 19052 | 2024.12.21 08:29:47.379126 [ 4 ] {e33bab5e-9d77-4177-a090-0c644d70023c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19053 | 2024.12.21 08:29:47.379177 [ 4 ] {e33bab5e-9d77-4177-a090-0c644d70023c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 19054 | 2024.12.21 08:29:47.379964 [ 4 ] {e33bab5e-9d77-4177-a090-0c644d70023c} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 19055 | 2024.12.21 08:29:47.380229 [ 4 ] {e33bab5e-9d77-4177-a090-0c644d70023c} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19056 | 2024.12.21 08:29:47.380515 [ 4 ] {e33bab5e-9d77-4177-a090-0c644d70023c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003039 sec., 10858.835143139191 rows/sec., 19.46 MiB/sec. | ||
| 19057 | 2024.12.21 08:29:47.380710 [ 4 ] {e33bab5e-9d77-4177-a090-0c644d70023c} <Debug> TCPHandler: Processed in 0.003416621 sec. | ||
| 19058 | 2024.12.21 08:29:47.380946 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19059 | 2024.12.21 08:29:47.381199 [ 258 ] {979e5dfb-d829-4743-9b28-e23a3ee2b569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19060 | 2024.12.21 08:29:47.381251 [ 258 ] {979e5dfb-d829-4743-9b28-e23a3ee2b569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19061 | 2024.12.21 08:29:47.381756 [ 258 ] {979e5dfb-d829-4743-9b28-e23a3ee2b569} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19062 | 2024.12.21 08:29:47.381794 [ 258 ] {979e5dfb-d829-4743-9b28-e23a3ee2b569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 19063 | 2024.12.21 08:29:47.382164 [ 258 ] {979e5dfb-d829-4743-9b28-e23a3ee2b569} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 19064 | 2024.12.21 08:29:47.382403 [ 258 ] {979e5dfb-d829-4743-9b28-e23a3ee2b569} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19065 | 2024.12.21 08:29:47.382587 [ 258 ] {979e5dfb-d829-4743-9b28-e23a3ee2b569} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
| 19066 | 2024.12.21 08:29:47.382639 [ 258 ] {979e5dfb-d829-4743-9b28-e23a3ee2b569} <Debug> TCPHandler: Processed in 0.001816236 sec. | ||
| 19067 | 2024.12.21 08:29:48.407684 [ 223 ] {} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19068 | 2024.12.21 08:29:48.407746 [ 223 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19069 | 2024.12.21 08:29:48.409947 [ 223 ] {} <Debug> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19070 | 2024.12.21 08:29:49.574078 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 19071 | 2024.12.21 08:29:49.597450 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19072 | 2024.12.21 08:29:49.597508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 19073 | 2024.12.21 08:29:49.605144 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19074 | 2024.12.21 08:29:49.605992 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19075 | 2024.12.21 08:29:49.608894 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 19076 | 2024.12.21 08:29:50.480486 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19077 | 2024.12.21 08:29:50.480568 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19078 | 2024.12.21 08:29:50.482477 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19079 | 2024.12.21 08:29:50.530096 [ 220 ] {} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19080 | 2024.12.21 08:29:50.530141 [ 220 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19081 | 2024.12.21 08:29:50.532003 [ 220 ] {} <Debug> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19082 | 2024.12.21 08:29:50.550048 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19083 | 2024.12.21 08:29:50.550243 [ 4 ] {ac2a53ce-6d4e-4776-bd27-1e39329bf057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19084 | 2024.12.21 08:29:50.550316 [ 4 ] {ac2a53ce-6d4e-4776-bd27-1e39329bf057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19085 | 2024.12.21 08:29:50.551074 [ 4 ] {ac2a53ce-6d4e-4776-bd27-1e39329bf057} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19086 | 2024.12.21 08:29:50.551124 [ 4 ] {ac2a53ce-6d4e-4776-bd27-1e39329bf057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19087 | 2024.12.21 08:29:50.551569 [ 4 ] {ac2a53ce-6d4e-4776-bd27-1e39329bf057} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19088 | 2024.12.21 08:29:50.551823 [ 4 ] {ac2a53ce-6d4e-4776-bd27-1e39329bf057} <Trace> oximeter.fields_i16 (7e02e4fa-3151-4cbc-b6a6-8121e7e4092b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19089 | 2024.12.21 08:29:50.552050 [ 4 ] {ac2a53ce-6d4e-4776-bd27-1e39329bf057} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec. | ||
| 19090 | 2024.12.21 08:29:50.552109 [ 4 ] {ac2a53ce-6d4e-4776-bd27-1e39329bf057} <Debug> TCPHandler: Processed in 0.00219295 sec. | ||
| 19091 | 2024.12.21 08:29:50.552358 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19092 | 2024.12.21 08:29:50.552554 [ 258 ] {a607c8fa-9df3-466a-92de-7c001e7e9fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19093 | 2024.12.21 08:29:50.552622 [ 258 ] {a607c8fa-9df3-466a-92de-7c001e7e9fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19094 | 2024.12.21 08:29:50.553300 [ 258 ] {a607c8fa-9df3-466a-92de-7c001e7e9fd8} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19095 | 2024.12.21 08:29:50.553340 [ 258 ] {a607c8fa-9df3-466a-92de-7c001e7e9fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19096 | 2024.12.21 08:29:50.553824 [ 258 ] {a607c8fa-9df3-466a-92de-7c001e7e9fd8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 19097 | 2024.12.21 08:29:50.554068 [ 258 ] {a607c8fa-9df3-466a-92de-7c001e7e9fd8} <Trace> oximeter.fields_ipaddr (a567f3ab-e15a-48d0-adfa-0034482c2610): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19098 | 2024.12.21 08:29:50.554311 [ 258 ] {a607c8fa-9df3-466a-92de-7c001e7e9fd8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001817 sec., 2201.430930104568 rows/sec., 179.51 KiB/sec. | ||
| 19099 | 2024.12.21 08:29:50.554379 [ 258 ] {a607c8fa-9df3-466a-92de-7c001e7e9fd8} <Debug> TCPHandler: Processed in 0.002149379 sec. | ||
| 19100 | 2024.12.21 08:29:50.554576 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19101 | 2024.12.21 08:29:50.554796 [ 4 ] {56169f95-1f69-4641-87c1-c5a29305a6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19102 | 2024.12.21 08:29:50.554890 [ 4 ] {56169f95-1f69-4641-87c1-c5a29305a6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19103 | 2024.12.21 08:29:50.555987 [ 4 ] {56169f95-1f69-4641-87c1-c5a29305a6b4} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19104 | 2024.12.21 08:29:50.556028 [ 4 ] {56169f95-1f69-4641-87c1-c5a29305a6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19105 | 2024.12.21 08:29:50.556488 [ 4 ] {56169f95-1f69-4641-87c1-c5a29305a6b4} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19106 | 2024.12.21 08:29:50.556736 [ 4 ] {56169f95-1f69-4641-87c1-c5a29305a6b4} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19107 | 2024.12.21 08:29:50.556950 [ 4 ] {56169f95-1f69-4641-87c1-c5a29305a6b4} <Debug> executeQuery: Read 1361 rows, 116.29 KiB in 0.00221 sec., 615837.1040723982 rows/sec., 51.38 MiB/sec. | ||
| 19108 | 2024.12.21 08:29:50.557002 [ 4 ] {56169f95-1f69-4641-87c1-c5a29305a6b4} <Debug> TCPHandler: Processed in 0.002541683 sec. | ||
| 19109 | 2024.12.21 08:29:50.557194 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19110 | 2024.12.21 08:29:50.557316 [ 258 ] {bc4f70e6-71b1-49ad-b2a4-9ea435d4a349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19111 | 2024.12.21 08:29:50.557369 [ 258 ] {bc4f70e6-71b1-49ad-b2a4-9ea435d4a349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19112 | 2024.12.21 08:29:50.557997 [ 258 ] {bc4f70e6-71b1-49ad-b2a4-9ea435d4a349} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19113 | 2024.12.21 08:29:50.558037 [ 258 ] {bc4f70e6-71b1-49ad-b2a4-9ea435d4a349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19114 | 2024.12.21 08:29:50.558405 [ 258 ] {bc4f70e6-71b1-49ad-b2a4-9ea435d4a349} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19115 | 2024.12.21 08:29:50.558650 [ 258 ] {bc4f70e6-71b1-49ad-b2a4-9ea435d4a349} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19116 | 2024.12.21 08:29:50.558893 [ 258 ] {bc4f70e6-71b1-49ad-b2a4-9ea435d4a349} <Debug> executeQuery: Read 19 rows, 1.34 KiB in 0.001605 sec., 11838.006230529594 rows/sec., 832.97 KiB/sec. | ||
| 19117 | 2024.12.21 08:29:50.558973 [ 258 ] {bc4f70e6-71b1-49ad-b2a4-9ea435d4a349} <Debug> TCPHandler: Processed in 0.001835466 sec. | ||
| 19118 | 2024.12.21 08:29:50.559212 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19119 | 2024.12.21 08:29:50.559406 [ 4 ] {30aa6b15-3117-4108-9e04-b61fc8b9b020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19120 | 2024.12.21 08:29:50.559462 [ 4 ] {30aa6b15-3117-4108-9e04-b61fc8b9b020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19121 | 2024.12.21 08:29:50.560176 [ 4 ] {30aa6b15-3117-4108-9e04-b61fc8b9b020} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19122 | 2024.12.21 08:29:50.560215 [ 4 ] {30aa6b15-3117-4108-9e04-b61fc8b9b020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19123 | 2024.12.21 08:29:50.560580 [ 4 ] {30aa6b15-3117-4108-9e04-b61fc8b9b020} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19124 | 2024.12.21 08:29:50.560818 [ 4 ] {30aa6b15-3117-4108-9e04-b61fc8b9b020} <Trace> oximeter.fields_u32 (4a7f2496-007a-4f68-b35e-b9c52b9512b5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19125 | 2024.12.21 08:29:50.561019 [ 4 ] {30aa6b15-3117-4108-9e04-b61fc8b9b020} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001643 sec., 147291.5398660986 rows/sec., 9.98 MiB/sec. | ||
| 19126 | 2024.12.21 08:29:50.561070 [ 4 ] {30aa6b15-3117-4108-9e04-b61fc8b9b020} <Debug> TCPHandler: Processed in 0.002014068 sec. | ||
| 19127 | 2024.12.21 08:29:50.561210 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19128 | 2024.12.21 08:29:50.561330 [ 258 ] {3452fd1e-66ee-489e-9fa5-5e6b64afb8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19129 | 2024.12.21 08:29:50.561379 [ 258 ] {3452fd1e-66ee-489e-9fa5-5e6b64afb8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19130 | 2024.12.21 08:29:50.561987 [ 258 ] {3452fd1e-66ee-489e-9fa5-5e6b64afb8a5} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19131 | 2024.12.21 08:29:50.562026 [ 258 ] {3452fd1e-66ee-489e-9fa5-5e6b64afb8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19132 | 2024.12.21 08:29:50.562384 [ 258 ] {3452fd1e-66ee-489e-9fa5-5e6b64afb8a5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19133 | 2024.12.21 08:29:50.562625 [ 258 ] {3452fd1e-66ee-489e-9fa5-5e6b64afb8a5} <Trace> oximeter.fields_u8 (67c2b8e3-590f-411a-9b14-930328e715dd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19134 | 2024.12.21 08:29:50.562865 [ 258 ] {3452fd1e-66ee-489e-9fa5-5e6b64afb8a5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec. | ||
| 19135 | 2024.12.21 08:29:50.562941 [ 258 ] {3452fd1e-66ee-489e-9fa5-5e6b64afb8a5} <Debug> TCPHandler: Processed in 0.001779495 sec. | ||
| 19136 | 2024.12.21 08:29:50.563209 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19137 | 2024.12.21 08:29:50.563357 [ 4 ] {e68f7eef-250b-43b7-8d86-679e8df283b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19138 | 2024.12.21 08:29:50.563413 [ 4 ] {e68f7eef-250b-43b7-8d86-679e8df283b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19139 | 2024.12.21 08:29:50.564403 [ 4 ] {e68f7eef-250b-43b7-8d86-679e8df283b2} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19140 | 2024.12.21 08:29:50.564442 [ 4 ] {e68f7eef-250b-43b7-8d86-679e8df283b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19141 | 2024.12.21 08:29:50.564837 [ 4 ] {e68f7eef-250b-43b7-8d86-679e8df283b2} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19142 | 2024.12.21 08:29:50.565085 [ 4 ] {e68f7eef-250b-43b7-8d86-679e8df283b2} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19143 | 2024.12.21 08:29:50.565321 [ 4 ] {e68f7eef-250b-43b7-8d86-679e8df283b2} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.001987 sec., 427780.57372924004 rows/sec., 30.93 MiB/sec. | ||
| 19144 | 2024.12.21 08:29:50.565394 [ 4 ] {e68f7eef-250b-43b7-8d86-679e8df283b2} <Debug> TCPHandler: Processed in 0.002340891 sec. | ||
| 19145 | 2024.12.21 08:29:50.565563 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19146 | 2024.12.21 08:29:50.565902 [ 258 ] {975397db-95d8-44b2-80e3-b34c4b295c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19147 | 2024.12.21 08:29:50.566064 [ 258 ] {975397db-95d8-44b2-80e3-b34c4b295c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19148 | 2024.12.21 08:29:50.567365 [ 258 ] {975397db-95d8-44b2-80e3-b34c4b295c68} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19149 | 2024.12.21 08:29:50.567405 [ 258 ] {975397db-95d8-44b2-80e3-b34c4b295c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19150 | 2024.12.21 08:29:50.567798 [ 258 ] {975397db-95d8-44b2-80e3-b34c4b295c68} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19151 | 2024.12.21 08:29:50.568032 [ 258 ] {975397db-95d8-44b2-80e3-b34c4b295c68} <Trace> oximeter.measurements_bool (8648fa2e-0706-44a8-9a9f-2f3e816cc764): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19152 | 2024.12.21 08:29:50.568235 [ 258 ] {975397db-95d8-44b2-80e3-b34c4b295c68} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002474 sec., 2425.222312045271 rows/sec., 126.71 KiB/sec. | ||
| 19153 | 2024.12.21 08:29:50.568287 [ 258 ] {975397db-95d8-44b2-80e3-b34c4b295c68} <Debug> TCPHandler: Processed in 0.002793294 sec. | ||
| 19154 | 2024.12.21 08:29:50.568431 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19155 | 2024.12.21 08:29:50.568573 [ 4 ] {3d4b3503-4267-44dc-b8a5-d2c393639f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19156 | 2024.12.21 08:29:50.568635 [ 4 ] {3d4b3503-4267-44dc-b8a5-d2c393639f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19157 | 2024.12.21 08:29:50.569538 [ 4 ] {3d4b3503-4267-44dc-b8a5-d2c393639f9d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19158 | 2024.12.21 08:29:50.569577 [ 4 ] {3d4b3503-4267-44dc-b8a5-d2c393639f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19159 | 2024.12.21 08:29:50.570017 [ 4 ] {3d4b3503-4267-44dc-b8a5-d2c393639f9d} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19160 | 2024.12.21 08:29:50.570266 [ 4 ] {3d4b3503-4267-44dc-b8a5-d2c393639f9d} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19161 | 2024.12.21 08:29:50.570479 [ 4 ] {3d4b3503-4267-44dc-b8a5-d2c393639f9d} <Debug> executeQuery: Read 927 rows, 63.34 KiB in 0.001937 sec., 478575.1161590088 rows/sec., 31.94 MiB/sec. | ||
| 19162 | 2024.12.21 08:29:50.570532 [ 4 ] {3d4b3503-4267-44dc-b8a5-d2c393639f9d} <Debug> TCPHandler: Processed in 0.002168229 sec. | ||
| 19163 | 2024.12.21 08:29:50.570671 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19164 | 2024.12.21 08:29:50.570788 [ 258 ] {ae2da1cb-1438-40bd-a18f-c517c2a5aa9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19165 | 2024.12.21 08:29:50.570841 [ 258 ] {ae2da1cb-1438-40bd-a18f-c517c2a5aa9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19166 | 2024.12.21 08:29:50.571309 [ 258 ] {ae2da1cb-1438-40bd-a18f-c517c2a5aa9a} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19167 | 2024.12.21 08:29:50.571347 [ 258 ] {ae2da1cb-1438-40bd-a18f-c517c2a5aa9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19168 | 2024.12.21 08:29:50.571712 [ 258 ] {ae2da1cb-1438-40bd-a18f-c517c2a5aa9a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19169 | 2024.12.21 08:29:50.571938 [ 258 ] {ae2da1cb-1438-40bd-a18f-c517c2a5aa9a} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19170 | 2024.12.21 08:29:50.572103 [ 134 ] {} <Debug> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Selected 6 parts from all_1_63_13 to all_68_68_0 | ||
| 19171 | 2024.12.21 08:29:50.572167 [ 258 ] {ae2da1cb-1438-40bd-a18f-c517c2a5aa9a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 19172 | 2024.12.21 08:29:50.572187 [ 134 ] {} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19173 | 2024.12.21 08:29:50.572254 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19174 | 2024.12.21 08:29:50.572297 [ 258 ] {ae2da1cb-1438-40bd-a18f-c517c2a5aa9a} <Debug> TCPHandler: Processed in 0.001681075 sec. | ||
| 19175 | 2024.12.21 08:29:50.572501 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19176 | 2024.12.21 08:29:50.572520 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_13 to all_68_68_0 into Compact with storage Full | ||
| 19177 | 2024.12.21 08:29:50.572697 [ 4 ] {650d49a4-036b-4a49-ac63-82f7f576a3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19178 | 2024.12.21 08:29:50.572833 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19179 | 2024.12.21 08:29:50.572881 [ 4 ] {650d49a4-036b-4a49-ac63-82f7f576a3b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19180 | 2024.12.21 08:29:50.572918 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_13, total 63 rows starting from the beginning of the part | ||
| 19181 | 2024.12.21 08:29:50.573370 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 19182 | 2024.12.21 08:29:50.573764 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 19183 | 2024.12.21 08:29:50.574117 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 19184 | 2024.12.21 08:29:50.574474 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 19185 | 2024.12.21 08:29:50.574811 [ 198 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 19186 | 2024.12.21 08:29:50.578714 [ 4 ] {650d49a4-036b-4a49-ac63-82f7f576a3b2} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19187 | 2024.12.21 08:29:50.578768 [ 4 ] {650d49a4-036b-4a49-ac63-82f7f576a3b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19188 | 2024.12.21 08:29:50.578779 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 4 columns (4 merged, 0 gathered) in 0.006412687 sec., 10603.979267973004 rows/sec., 713.31 KiB/sec. | ||
| 19189 | 2024.12.21 08:29:50.579067 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Trace> MergedBlockOutputStream: filled checksums all_1_68_14 (state Temporary) | ||
| 19190 | 2024.12.21 08:29:50.579718 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475): Renaming temporary part tmp_merge_all_1_68_14 to all_1_68_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19191 | 2024.12.21 08:29:50.579970 [ 188 ] {458d3369-8c4b-486d-a7fd-29096938e475::all_1_68_14} <Trace> oximeter.measurements_f64 (458d3369-8c4b-486d-a7fd-29096938e475) (MergerMutator): Merged 6 parts: [all_1_63_13, all_68_68_0] -> all_1_68_14 | ||
| 19192 | 2024.12.21 08:29:50.580147 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19193 | 2024.12.21 08:29:50.580154 [ 4 ] {650d49a4-036b-4a49-ac63-82f7f576a3b2} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 19194 | 2024.12.21 08:29:50.580448 [ 4 ] {650d49a4-036b-4a49-ac63-82f7f576a3b2} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19195 | 2024.12.21 08:29:50.580696 [ 4 ] {650d49a4-036b-4a49-ac63-82f7f576a3b2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008071 sec., 991.2030727295255 rows/sec., 1.78 MiB/sec. | ||
| 19196 | 2024.12.21 08:29:50.580798 [ 4 ] {650d49a4-036b-4a49-ac63-82f7f576a3b2} <Debug> TCPHandler: Processed in 0.008410154 sec. | ||
| 19197 | 2024.12.21 08:29:50.580937 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19198 | 2024.12.21 08:29:50.581055 [ 258 ] {cc0a15ef-ed5f-408c-a897-aeecc4aaf4c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19199 | 2024.12.21 08:29:50.581105 [ 258 ] {cc0a15ef-ed5f-408c-a897-aeecc4aaf4c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19200 | 2024.12.21 08:29:50.581607 [ 258 ] {cc0a15ef-ed5f-408c-a897-aeecc4aaf4c6} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19201 | 2024.12.21 08:29:50.581646 [ 258 ] {cc0a15ef-ed5f-408c-a897-aeecc4aaf4c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19202 | 2024.12.21 08:29:50.582006 [ 258 ] {cc0a15ef-ed5f-408c-a897-aeecc4aaf4c6} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 19203 | 2024.12.21 08:29:50.582238 [ 258 ] {cc0a15ef-ed5f-408c-a897-aeecc4aaf4c6} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19204 | 2024.12.21 08:29:50.582447 [ 258 ] {cc0a15ef-ed5f-408c-a897-aeecc4aaf4c6} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001417 sec., 49400.14114326041 rows/sec., 3.10 MiB/sec. | ||
| 19205 | 2024.12.21 08:29:50.582500 [ 258 ] {cc0a15ef-ed5f-408c-a897-aeecc4aaf4c6} <Debug> TCPHandler: Processed in 0.001618264 sec. | ||
| 19206 | 2024.12.21 08:29:52.352782 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19207 | 2024.12.21 08:29:52.352980 [ 4 ] {65e61fee-bddd-414b-98c0-1b110e1f0c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19208 | 2024.12.21 08:29:52.353057 [ 4 ] {65e61fee-bddd-414b-98c0-1b110e1f0c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19209 | 2024.12.21 08:29:52.353868 [ 4 ] {65e61fee-bddd-414b-98c0-1b110e1f0c98} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19210 | 2024.12.21 08:29:52.353921 [ 4 ] {65e61fee-bddd-414b-98c0-1b110e1f0c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19211 | 2024.12.21 08:29:52.354366 [ 4 ] {65e61fee-bddd-414b-98c0-1b110e1f0c98} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19212 | 2024.12.21 08:29:52.354624 [ 4 ] {65e61fee-bddd-414b-98c0-1b110e1f0c98} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19213 | 2024.12.21 08:29:52.354864 [ 4 ] {65e61fee-bddd-414b-98c0-1b110e1f0c98} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec. | ||
| 19214 | 2024.12.21 08:29:52.354941 [ 4 ] {65e61fee-bddd-414b-98c0-1b110e1f0c98} <Debug> TCPHandler: Processed in 0.00229257 sec. | ||
| 19215 | 2024.12.21 08:29:52.354955 [ 225 ] {} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19216 | 2024.12.21 08:29:52.355000 [ 225 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19217 | 2024.12.21 08:29:52.355229 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19218 | 2024.12.21 08:29:52.355506 [ 258 ] {59855811-3f81-4909-8335-da32dddedd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19219 | 2024.12.21 08:29:52.355645 [ 258 ] {59855811-3f81-4909-8335-da32dddedd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19220 | 2024.12.21 08:29:52.357152 [ 258 ] {59855811-3f81-4909-8335-da32dddedd24} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19221 | 2024.12.21 08:29:52.357223 [ 258 ] {59855811-3f81-4909-8335-da32dddedd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19222 | 2024.12.21 08:29:52.358161 [ 258 ] {59855811-3f81-4909-8335-da32dddedd24} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19223 | 2024.12.21 08:29:52.358454 [ 225 ] {} <Debug> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19224 | 2024.12.21 08:29:52.358729 [ 258 ] {59855811-3f81-4909-8335-da32dddedd24} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19225 | 2024.12.21 08:29:52.359217 [ 258 ] {59855811-3f81-4909-8335-da32dddedd24} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003784 sec., 16913.319238900633 rows/sec., 1.32 MiB/sec. | ||
| 19226 | 2024.12.21 08:29:52.359454 [ 258 ] {59855811-3f81-4909-8335-da32dddedd24} <Debug> TCPHandler: Processed in 0.004375028 sec. | ||
| 19227 | 2024.12.21 08:29:52.359685 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19228 | 2024.12.21 08:29:52.359825 [ 4 ] {8bf36915-b1fd-4393-93d9-11da7b4b0194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19229 | 2024.12.21 08:29:52.359882 [ 4 ] {8bf36915-b1fd-4393-93d9-11da7b4b0194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19230 | 2024.12.21 08:29:52.360416 [ 4 ] {8bf36915-b1fd-4393-93d9-11da7b4b0194} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19231 | 2024.12.21 08:29:52.360456 [ 4 ] {8bf36915-b1fd-4393-93d9-11da7b4b0194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19232 | 2024.12.21 08:29:52.360852 [ 4 ] {8bf36915-b1fd-4393-93d9-11da7b4b0194} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19233 | 2024.12.21 08:29:52.361094 [ 4 ] {8bf36915-b1fd-4393-93d9-11da7b4b0194} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19234 | 2024.12.21 08:29:52.361308 [ 4 ] {8bf36915-b1fd-4393-93d9-11da7b4b0194} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001514 sec., 21136.063408190224 rows/sec., 1.47 MiB/sec. | ||
| 19235 | 2024.12.21 08:29:52.361361 [ 4 ] {8bf36915-b1fd-4393-93d9-11da7b4b0194} <Debug> TCPHandler: Processed in 0.001763945 sec. | ||
| 19236 | 2024.12.21 08:29:52.361537 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19237 | 2024.12.21 08:29:52.361700 [ 258 ] {052c837c-4f5d-44c3-87bb-8c3bbff9c41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19238 | 2024.12.21 08:29:52.361756 [ 258 ] {052c837c-4f5d-44c3-87bb-8c3bbff9c41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19239 | 2024.12.21 08:29:52.362307 [ 258 ] {052c837c-4f5d-44c3-87bb-8c3bbff9c41e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19240 | 2024.12.21 08:29:52.362347 [ 258 ] {052c837c-4f5d-44c3-87bb-8c3bbff9c41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19241 | 2024.12.21 08:29:52.362735 [ 258 ] {052c837c-4f5d-44c3-87bb-8c3bbff9c41e} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19242 | 2024.12.21 08:29:52.362971 [ 258 ] {052c837c-4f5d-44c3-87bb-8c3bbff9c41e} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19243 | 2024.12.21 08:29:52.363198 [ 258 ] {052c837c-4f5d-44c3-87bb-8c3bbff9c41e} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001551 sec., 7736.943907156673 rows/sec., 533.93 KiB/sec. | ||
| 19244 | 2024.12.21 08:29:52.363251 [ 258 ] {052c837c-4f5d-44c3-87bb-8c3bbff9c41e} <Debug> TCPHandler: Processed in 0.001773186 sec. | ||
| 19245 | 2024.12.21 08:29:52.923218 [ 220 ] {} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19246 | 2024.12.21 08:29:52.923282 [ 220 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19247 | 2024.12.21 08:29:52.925216 [ 220 ] {} <Debug> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19248 | 2024.12.21 08:29:54.015896 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 19249 | 2024.12.21 08:29:54.016600 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19250 | 2024.12.21 08:29:54.016664 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19251 | 2024.12.21 08:29:54.017214 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19252 | 2024.12.21 08:29:54.017487 [ 243 ] {} <Trace> system.asynchronous_metric_log (de9e1b82-837a-4872-b89e-4d020e3053de): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19253 | 2024.12.21 08:29:54.017738 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 19254 | 2024.12.21 08:29:56.771399 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2656 | ||
| 19255 | 2024.12.21 08:29:56.774950 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19256 | 2024.12.21 08:29:56.775016 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19257 | 2024.12.21 08:29:56.776570 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19258 | 2024.12.21 08:29:56.776879 [ 242 ] {} <Trace> system.query_log (27f9b026-3669-4819-9940-a7b78381c347): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19259 | 2024.12.21 08:29:56.777514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2656 | ||
| 19260 | 2024.12.21 08:29:57.109100 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 19261 | 2024.12.21 08:29:57.133099 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19262 | 2024.12.21 08:29:57.133147 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19263 | 2024.12.21 08:29:57.140739 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19264 | 2024.12.21 08:29:57.141558 [ 244 ] {} <Trace> system.metric_log (230d42f8-a8c1-44c0-b77e-f99f001d4efb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19265 | 2024.12.21 08:29:57.145167 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 19266 | 2024.12.21 08:29:57.360309 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19267 | 2024.12.21 08:29:57.360608 [ 4 ] {4bf2c322-46f4-4e6f-8d09-32d0fa806c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19268 | 2024.12.21 08:29:57.360726 [ 4 ] {4bf2c322-46f4-4e6f-8d09-32d0fa806c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19269 | 2024.12.21 08:29:57.361707 [ 4 ] {4bf2c322-46f4-4e6f-8d09-32d0fa806c6c} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19270 | 2024.12.21 08:29:57.361754 [ 4 ] {4bf2c322-46f4-4e6f-8d09-32d0fa806c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19271 | 2024.12.21 08:29:57.362220 [ 4 ] {4bf2c322-46f4-4e6f-8d09-32d0fa806c6c} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19272 | 2024.12.21 08:29:57.362475 [ 4 ] {4bf2c322-46f4-4e6f-8d09-32d0fa806c6c} <Trace> oximeter.fields_string (a579e815-ef8d-4816-bef1-8573d75693c1): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19273 | 2024.12.21 08:29:57.362733 [ 4 ] {4bf2c322-46f4-4e6f-8d09-32d0fa806c6c} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.002206 sec., 55303.717135086124 rows/sec., 4.70 MiB/sec. | ||
| 19274 | 2024.12.21 08:29:57.362803 [ 4 ] {4bf2c322-46f4-4e6f-8d09-32d0fa806c6c} <Debug> TCPHandler: Processed in 0.002676794 sec. | ||
| 19275 | 2024.12.21 08:29:57.363037 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19276 | 2024.12.21 08:29:57.363225 [ 258 ] {546025e9-d77c-4259-8faf-697782d5ffc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19277 | 2024.12.21 08:29:57.363296 [ 258 ] {546025e9-d77c-4259-8faf-697782d5ffc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19278 | 2024.12.21 08:29:57.364063 [ 258 ] {546025e9-d77c-4259-8faf-697782d5ffc4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19279 | 2024.12.21 08:29:57.364106 [ 258 ] {546025e9-d77c-4259-8faf-697782d5ffc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19280 | 2024.12.21 08:29:57.364541 [ 258 ] {546025e9-d77c-4259-8faf-697782d5ffc4} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19281 | 2024.12.21 08:29:57.364801 [ 258 ] {546025e9-d77c-4259-8faf-697782d5ffc4} <Trace> oximeter.fields_u16 (ad28df2c-36a9-4043-b306-e49c3e44a933): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2024.12.21 08:29:57.365007 [ 258 ] {546025e9-d77c-4259-8faf-697782d5ffc4} <Debug> executeQuery: Read 33 rows, 2.48 KiB in 0.001834 sec., 17993.456924754635 rows/sec., 1.32 MiB/sec. | ||
| 19283 | 2024.12.21 08:29:57.365076 [ 258 ] {546025e9-d77c-4259-8faf-697782d5ffc4} <Debug> TCPHandler: Processed in 0.002164749 sec. | ||
| 19284 | 2024.12.21 08:29:57.365271 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19285 | 2024.12.21 08:29:57.365502 [ 4 ] {1719eef1-5bba-4d92-81c8-74ffdf5d3258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19286 | 2024.12.21 08:29:57.365593 [ 4 ] {1719eef1-5bba-4d92-81c8-74ffdf5d3258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19287 | 2024.12.21 08:29:57.366524 [ 4 ] {1719eef1-5bba-4d92-81c8-74ffdf5d3258} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19288 | 2024.12.21 08:29:57.366565 [ 4 ] {1719eef1-5bba-4d92-81c8-74ffdf5d3258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19289 | 2024.12.21 08:29:57.366941 [ 4 ] {1719eef1-5bba-4d92-81c8-74ffdf5d3258} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19290 | 2024.12.21 08:29:57.367177 [ 4 ] {1719eef1-5bba-4d92-81c8-74ffdf5d3258} <Trace> oximeter.fields_uuid (0ebefcc0-dd7c-4194-98e0-d656dc98d529): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19291 | 2024.12.21 08:29:57.367396 [ 4 ] {1719eef1-5bba-4d92-81c8-74ffdf5d3258} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001953 sec., 49667.178699436765 rows/sec., 3.88 MiB/sec. | ||
| 19292 | 2024.12.21 08:29:57.367453 [ 4 ] {1719eef1-5bba-4d92-81c8-74ffdf5d3258} <Debug> TCPHandler: Processed in 0.002293581 sec. | ||
| 19293 | 2024.12.21 08:29:57.367618 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19294 | 2024.12.21 08:29:57.367752 [ 258 ] {dde36eb7-b5ba-4b7e-8590-eb4579924123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19295 | 2024.12.21 08:29:57.367810 [ 258 ] {dde36eb7-b5ba-4b7e-8590-eb4579924123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19296 | 2024.12.21 08:29:57.368402 [ 258 ] {dde36eb7-b5ba-4b7e-8590-eb4579924123} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19297 | 2024.12.21 08:29:57.368440 [ 258 ] {dde36eb7-b5ba-4b7e-8590-eb4579924123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19298 | 2024.12.21 08:29:57.368857 [ 258 ] {dde36eb7-b5ba-4b7e-8590-eb4579924123} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 19299 | 2024.12.21 08:29:57.369103 [ 258 ] {dde36eb7-b5ba-4b7e-8590-eb4579924123} <Trace> oximeter.measurements_cumulativeu64 (c8631d6b-1756-4c70-9a0e-482cc128c074): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19300 | 2024.12.21 08:29:57.369287 [ 258 ] {dde36eb7-b5ba-4b7e-8590-eb4579924123} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
| 19301 | 2024.12.21 08:29:57.369342 [ 258 ] {dde36eb7-b5ba-4b7e-8590-eb4579924123} <Debug> TCPHandler: Processed in 0.001783186 sec. | ||
| 19302 | 2024.12.21 08:29:57.369560 [ 4 ] {} <Trace> TCP-Session: ac8feccf-bdea-4295-be54-bfe9b89fd3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19303 | 2024.12.21 08:29:57.369795 [ 4 ] {fc23a15e-908b-4003-babc-3ad79897c78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56153) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19304 | 2024.12.21 08:29:57.369935 [ 4 ] {fc23a15e-908b-4003-babc-3ad79897c78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19305 | 2024.12.21 08:29:57.371253 [ 4 ] {fc23a15e-908b-4003-babc-3ad79897c78a} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19306 | 2024.12.21 08:29:57.371293 [ 4 ] {fc23a15e-908b-4003-babc-3ad79897c78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19307 | 2024.12.21 08:29:57.371990 [ 4 ] {fc23a15e-908b-4003-babc-3ad79897c78a} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19308 | 2024.12.21 08:29:57.372253 [ 4 ] {fc23a15e-908b-4003-babc-3ad79897c78a} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19309 | 2024.12.21 08:29:57.372460 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19310 | 2024.12.21 08:29:57.372533 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19311 | 2024.12.21 08:29:57.372539 [ 4 ] {fc23a15e-908b-4003-babc-3ad79897c78a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002791 sec., 11823.719097097814 rows/sec., 21.19 MiB/sec. | ||
| 19312 | 2024.12.21 08:29:57.372575 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19313 | 2024.12.21 08:29:57.372958 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19314 | 2024.12.21 08:29:57.372972 [ 4 ] {fc23a15e-908b-4003-babc-3ad79897c78a} <Debug> TCPHandler: Processed in 0.003519562 sec. | ||
| 19315 | 2024.12.21 08:29:57.373236 [ 258 ] {} <Trace> TCP-Session: 5abff35c-15a5-4d3b-82df-bfa45eadfdf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19316 | 2024.12.21 08:29:57.373516 [ 258 ] {795d5361-c908-4895-a50f-e19e97fd5986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19317 | 2024.12.21 08:29:57.373661 [ 258 ] {795d5361-c908-4895-a50f-e19e97fd5986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19318 | 2024.12.21 08:29:57.373696 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19319 | 2024.12.21 08:29:57.373951 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2566 rows starting from the beginning of the part | ||
| 19320 | 2024.12.21 08:29:57.374780 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 33 rows starting from the beginning of the part | ||
| 19321 | 2024.12.21 08:29:57.375488 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 8 rows starting from the beginning of the part | ||
| 19322 | 2024.12.21 08:29:57.376261 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 33 rows starting from the beginning of the part | ||
| 19323 | 2024.12.21 08:29:57.376285 [ 258 ] {795d5361-c908-4895-a50f-e19e97fd5986} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19324 | 2024.12.21 08:29:57.376371 [ 258 ] {795d5361-c908-4895-a50f-e19e97fd5986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 19325 | 2024.12.21 08:29:57.376891 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 8 rows starting from the beginning of the part | ||
| 19326 | 2024.12.21 08:29:57.377585 [ 194 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 33 rows starting from the beginning of the part | ||
| 19327 | 2024.12.21 08:29:57.378238 [ 258 ] {795d5361-c908-4895-a50f-e19e97fd5986} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 19328 | 2024.12.21 08:29:57.378807 [ 258 ] {795d5361-c908-4895-a50f-e19e97fd5986} <Trace> oximeter.measurements_u64 (887f4dce-71e8-4c09-8fde-760871f9a6ce): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19329 | 2024.12.21 08:29:57.379336 [ 258 ] {795d5361-c908-4895-a50f-e19e97fd5986} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005903 sec., 10164.323225478569 rows/sec., 701.44 KiB/sec. | ||
| 19330 | 2024.12.21 08:29:57.379561 [ 258 ] {795d5361-c908-4895-a50f-e19e97fd5986} <Debug> TCPHandler: Processed in 0.006436776 sec. | ||
| 19331 | 2024.12.21 08:29:57.388892 [ 186 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2681 rows, containing 19 columns (19 merged, 0 gathered) in 0.016176463 sec., 165734.62319915052 rows/sec., 296.99 MiB/sec. | ||
| 19332 | 2024.12.21 08:29:57.391298 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19333 | 2024.12.21 08:29:57.391756 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19334 | 2024.12.21 08:29:57.391845 [ 187 ] {8993a727-5173-4276-ab81-6fc1e0a447ae::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (8993a727-5173-4276-ab81-6fc1e0a447ae) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19335 | 2024.12.21 08:29:57.392020 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.00 MiB. | ||