| 1 | [ Jan 28 23:05:41 Enabled. ] | ||
| 2 | [ Jan 28 23:05:41 Rereading configuration. ] | ||
| 3 | [ Jan 28 23:05:42 Rereading configuration. ] | ||
| 4 | [ Jan 28 23:05:46 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Jan 28 23:05:46 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.01.28 23:05:47.239037 [ 1 ] {} <Information> Application: Will watch for the process with pid 22881 | ||
| 29 | 2025.01.28 23:05:47.239522 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.28 23:05:47.447844 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22881 | ||
| 31 | 2025.01.28 23:05:47.448628 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.28 23:05:47.449381 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.28 23:05:47.540236 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.28 23:05:47.599603 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.28 23:05:47.599650 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.28 23:05:47.599662 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.28 23:05:47.599722 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.28 23:05:47.600087 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.28 23:05:47.601649 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.01.28 23:05:47.602352 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.28 23:05:47.602680 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.01.28 23:05:47.602703 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.01.28 23:05:47.602718 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.28 23:05:47.602883 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.28 23:05:47.603709 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.28 23:05:47.609255 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.28 23:05:47.610016 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.28 23:05:47.611472 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.28 23:05:47.611540 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.28 23:05:47.613178 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.01.28 23:05:47.613648 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.28 23:05:47.617701 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.28 23:05:47.618465 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.28 23:05:47.620006 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.28 23:05:47.620370 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.28 23:05:47.620767 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.28 23:05:47.621089 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.28 23:05:47.622416 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.28 23:05:47.622442 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.28 23:05:47.622515 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.28 23:05:47.622688 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.28 23:05:47.651603 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.28 23:05:47.651637 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000185884 sec | ||
| 68 | 2025.01.28 23:05:47.651694 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.28 23:05:47.651713 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.28 23:05:47.652434 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.28 23:05:47.653033 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.28 23:05:47.662539 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.28 23:05:47.662584 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.28 23:05:47.662611 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.28 23:05:47.662624 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.28 23:05:47.662655 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.28 23:05:47.662675 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.28 23:05:47.665322 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.28 23:05:47.665367 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.28 23:05:47.665393 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.28 23:05:47.665571 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.28 23:05:47.665590 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.28 23:05:47.665626 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.28 23:05:47.665648 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.28 23:05:47.665661 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.28 23:05:47.665690 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.28 23:05:47.665712 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.28 23:05:47.689788 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.28 23:05:47.700506 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.28 23:05:47.700545 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3741e-05 sec | ||
| 91 | 2025.01.28 23:05:47.700562 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.28 23:05:47.700575 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.28 23:05:47.700605 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.28 23:05:47.700840 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.28 23:05:47.700892 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.28 23:05:47.700910 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.28 23:05:47.700924 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.01.28 23:05:47.700936 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.28 23:05:47.715248 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.28 23:05:47.715461 [ 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.33 MiB | ||
| 101 | 2025.01.28 23:05:47.715859 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.7291e-05 sec. | ||
| 102 | 2025.01.28 23:05:47.716374 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.28 23:05:47.716478 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.28 23:05:47.716496 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.28 23:05:47.996770 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64629 | ||
| 106 | 2025.01.28 23:05:47.997031 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.28 23:05:47.997084 [ 3 ] {} <Debug> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Authenticating user 'default' from [fd00:1122:3344:101::d]:64629 | ||
| 108 | 2025.01.28 23:05:47.997116 [ 3 ] {} <Debug> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.28 23:05:47.997137 [ 3 ] {} <Debug> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.28 23:05:47.997223 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.28 23:05:47.997250 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.01.28 23:05:47.997276 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.01.28 23:05:47.997610 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43865 | ||
| 114 | 2025.01.28 23:05:47.997630 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39432 | ||
| 115 | 2025.01.28 23:05:47.997782 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.28 23:05:47.997803 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.01.28 23:05:47.997813 [ 5 ] {} <Debug> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39432 | ||
| 118 | 2025.01.28 23:05:47.997867 [ 4 ] {} <Debug> TCP-Session: beae1237-056c-47e5-a96f-140c7c32549f Authenticating user 'default' from [fd00:1122:3344:101::d]:43865 | ||
| 119 | 2025.01.28 23:05:47.997870 [ 5 ] {} <Debug> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.01.28 23:05:47.997910 [ 4 ] {} <Debug> TCP-Session: beae1237-056c-47e5-a96f-140c7c32549f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.28 23:05:47.997925 [ 5 ] {} <Debug> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.28 23:05:47.997954 [ 4 ] {} <Debug> TCP-Session: beae1237-056c-47e5-a96f-140c7c32549f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.28 23:05:47.998396 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63844 | ||
| 124 | 2025.01.28 23:05:47.999012 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.01.28 23:05:47.999038 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49898 | ||
| 126 | 2025.01.28 23:05:47.999154 [ 253 ] {} <Debug> TCP-Session: a63482a6-f9fa-465f-866c-bfce35d824cf Authenticating user 'default' from [fd00:1122:3344:101::d]:63844 | ||
| 127 | 2025.01.28 23:05:47.999175 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 128 | 2025.01.28 23:05:47.999255 [ 253 ] {} <Debug> TCP-Session: a63482a6-f9fa-465f-866c-bfce35d824cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.01.28 23:05:47.999317 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.01.28 23:05:47.999322 [ 253 ] {} <Debug> TCP-Session: a63482a6-f9fa-465f-866c-bfce35d824cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.01.28 23:05:47.999343 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58593 | ||
| 132 | 2025.01.28 23:05:47.999453 [ 254 ] {} <Debug> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:49898 | ||
| 133 | 2025.01.28 23:05:47.999670 [ 254 ] {} <Debug> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.01.28 23:05:47.999673 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.01.28 23:05:47.999716 [ 254 ] {} <Debug> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.01.28 23:05:47.999730 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35645 | ||
| 137 | 2025.01.28 23:05:47.999746 [ 255 ] {} <Debug> TCP-Session: 0f3b9d3a-b4a9-42d9-9b9e-7a64e7d17e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:58593 | ||
| 138 | 2025.01.28 23:05:48.000321 [ 255 ] {} <Debug> TCP-Session: 0f3b9d3a-b4a9-42d9-9b9e-7a64e7d17e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.01.28 23:05:48.000335 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58244 | ||
| 140 | 2025.01.28 23:05:48.000352 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53874 | ||
| 141 | 2025.01.28 23:05:48.000397 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.16 MiB, peak 117.16 MiB, free memory in arenas 0.00 B, will set to 120.15 MiB (RSS), difference: 2.99 MiB | ||
| 142 | 2025.01.28 23:05:48.000363 [ 255 ] {} <Debug> TCP-Session: 0f3b9d3a-b4a9-42d9-9b9e-7a64e7d17e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.01.28 23:05:48.001698 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.01.28 23:05:48.002311 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.01.28 23:05:48.002325 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 146 | 2025.01.28 23:05:48.002361 [ 257 ] {} <Debug> TCP-Session: 47aa3721-ae6f-41e3-91b7-0af538637483 Authenticating user 'default' from [fd00:1122:3344:101::d]:53874 | ||
| 147 | 2025.01.28 23:05:48.002414 [ 258 ] {} <Debug> TCP-Session: b4554ed3-2e75-459e-8c8b-8e8e8bdf366f Authenticating user 'default' from [fd00:1122:3344:101::d]:58244 | ||
| 148 | 2025.01.28 23:05:48.002457 [ 257 ] {} <Debug> TCP-Session: 47aa3721-ae6f-41e3-91b7-0af538637483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.01.28 23:05:48.002503 [ 258 ] {} <Debug> TCP-Session: b4554ed3-2e75-459e-8c8b-8e8e8bdf366f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.01.28 23:05:48.002517 [ 257 ] {} <Debug> TCP-Session: 47aa3721-ae6f-41e3-91b7-0af538637483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.01.28 23:05:48.002506 [ 256 ] {} <Debug> TCP-Session: 00436082-69eb-4e89-ae7c-000f61301115 Authenticating user 'default' from [fd00:1122:3344:101::d]:35645 | ||
| 152 | 2025.01.28 23:05:48.002595 [ 258 ] {} <Debug> TCP-Session: b4554ed3-2e75-459e-8c8b-8e8e8bdf366f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.28 23:05:48.002930 [ 256 ] {} <Debug> TCP-Session: 00436082-69eb-4e89-ae7c-000f61301115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.01.28 23:05:48.002987 [ 256 ] {} <Debug> TCP-Session: 00436082-69eb-4e89-ae7c-000f61301115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 155 | 2025.01.28 23:05:48.003256 [ 3 ] {96af565c-4b0a-4cc4-a2f3-f876c74bfc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 156 | 2025.01.28 23:05:48.050615 [ 3 ] {96af565c-4b0a-4cc4-a2f3-f876c74bfc3c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64629) (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 | 2025.01.28 23:05:48.051881 [ 3 ] {96af565c-4b0a-4cc4-a2f3-f876c74bfc3c} <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 | 2025.01.28 23:05:48.052000 [ 3 ] {96af565c-4b0a-4cc4-a2f3-f876c74bfc3c} <Debug> TCPHandler: Processed in 0.054109084 sec. | ||
| 205 | 2025.01.28 23:05:48.052321 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 206 | 2025.01.28 23:05:48.052558 [ 254 ] {925b0f58-cbc5-4bc7-a863-42b5207fb10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 207 | 2025.01.28 23:05:48.052932 [ 254 ] {925b0f58-cbc5-4bc7-a863-42b5207fb10d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49898) (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 | 2025.01.28 23:05:48.053059 [ 254 ] {925b0f58-cbc5-4bc7-a863-42b5207fb10d} <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 | 2025.01.28 23:05:48.053142 [ 254 ] {925b0f58-cbc5-4bc7-a863-42b5207fb10d} <Debug> TCPHandler: Processed in 0.000972267 sec. | ||
| 256 | 2025.01.28 23:05:48.053431 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 257 | 2025.01.28 23:05:48.054182 [ 3 ] {33ea0a20-26f1-45ac-ada1-e0011a6fda9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 258 | 2025.01.28 23:05:48.054820 [ 3 ] {33ea0a20-26f1-45ac-ada1-e0011a6fda9d} <Debug> TCPHandler: Processed in 0.001505536 sec. | ||
| 259 | 2025.01.28 23:05:48.055024 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 260 | 2025.01.28 23:05:48.055154 [ 254 ] {5aefd425-74a7-446e-bbeb-28b6eb64fae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 261 | 2025.01.28 23:05:48.055287 [ 254 ] {5aefd425-74a7-446e-bbeb-28b6eb64fae4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 262 | 2025.01.28 23:05:48.061892 [ 254 ] {5aefd425-74a7-446e-bbeb-28b6eb64fae4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 263 | 2025.01.28 23:05:48.061915 [ 254 ] {5aefd425-74a7-446e-bbeb-28b6eb64fae4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5771e-05 sec | ||
| 264 | 2025.01.28 23:05:48.061946 [ 254 ] {5aefd425-74a7-446e-bbeb-28b6eb64fae4} <Trace> ReferentialDeps: No tables | ||
| 265 | 2025.01.28 23:05:48.061958 [ 254 ] {5aefd425-74a7-446e-bbeb-28b6eb64fae4} <Trace> LoadingDeps: No tables | ||
| 266 | 2025.01.28 23:05:48.061980 [ 254 ] {5aefd425-74a7-446e-bbeb-28b6eb64fae4} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 267 | 2025.01.28 23:05:48.062032 [ 254 ] {5aefd425-74a7-446e-bbeb-28b6eb64fae4} <Debug> TCPHandler: Processed in 0.007075518 sec. | ||
| 268 | 2025.01.28 23:05:48.062245 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 269 | 2025.01.28 23:05:48.062450 [ 3 ] {c0355580-0cfd-40ca-af1f-e1f0dea4a7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) /* 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 | 2025.01.28 23:05:48.062530 [ 3 ] {c0355580-0cfd-40ca-af1f-e1f0dea4a7e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 272 | 2025.01.28 23:05:48.069792 [ 3 ] {c0355580-0cfd-40ca-af1f-e1f0dea4a7e7} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 273 | 2025.01.28 23:05:48.074042 [ 3 ] {c0355580-0cfd-40ca-af1f-e1f0dea4a7e7} <Debug> oximeter.version (f0b3abe7-cb7d-46ca-9eff-e19349b35f3e): Loading data parts | ||
| 274 | 2025.01.28 23:05:48.074571 [ 3 ] {c0355580-0cfd-40ca-af1f-e1f0dea4a7e7} <Debug> oximeter.version (f0b3abe7-cb7d-46ca-9eff-e19349b35f3e): There are no data parts | ||
| 275 | 2025.01.28 23:05:48.081920 [ 3 ] {c0355580-0cfd-40ca-af1f-e1f0dea4a7e7} <Debug> TCPHandler: Processed in 0.01974196 sec. | ||
| 276 | 2025.01.28 23:05:48.082128 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2025.01.28 23:05:48.082374 [ 254 ] {b0889004-06e3-4602-8ec2-5bc3a51a5c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) /* 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 | 2025.01.28 23:05:48.082447 [ 254 ] {b0889004-06e3-4602-8ec2-5bc3a51a5c92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 289 | 2025.01.28 23:05:48.092421 [ 254 ] {b0889004-06e3-4602-8ec2-5bc3a51a5c92} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Loading data parts | ||
| 290 | 2025.01.28 23:05:48.092693 [ 254 ] {b0889004-06e3-4602-8ec2-5bc3a51a5c92} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): There are no data parts | ||
| 291 | 2025.01.28 23:05:48.098630 [ 254 ] {b0889004-06e3-4602-8ec2-5bc3a51a5c92} <Debug> TCPHandler: Processed in 0.016558056 sec. | ||
| 292 | 2025.01.28 23:05:48.098987 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 293 | 2025.01.28 23:05:48.099402 [ 3 ] {2c47e2b5-1fa3-40d0-8933-2653f602b288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) 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 | 2025.01.28 23:05:48.099479 [ 3 ] {2c47e2b5-1fa3-40d0-8933-2653f602b288} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 295 | 2025.01.28 23:05:48.104731 [ 3 ] {2c47e2b5-1fa3-40d0-8933-2653f602b288} <Debug> oximeter.measurements_i8 (6fd5fdd5-ca52-4145-9e51-cd8ce6ff2b21): Loading data parts | ||
| 296 | 2025.01.28 23:05:48.104898 [ 3 ] {2c47e2b5-1fa3-40d0-8933-2653f602b288} <Debug> oximeter.measurements_i8 (6fd5fdd5-ca52-4145-9e51-cd8ce6ff2b21): There are no data parts | ||
| 297 | 2025.01.28 23:05:48.107680 [ 3 ] {2c47e2b5-1fa3-40d0-8933-2653f602b288} <Debug> TCPHandler: Processed in 0.008823197 sec. | ||
| 298 | 2025.01.28 23:05:48.107899 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.01.28 23:05:48.108166 [ 254 ] {e06650b8-107f-4dd0-9fa5-e87192739b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) 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 | 2025.01.28 23:05:48.108224 [ 254 ] {e06650b8-107f-4dd0-9fa5-e87192739b28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 301 | 2025.01.28 23:05:48.113316 [ 254 ] {e06650b8-107f-4dd0-9fa5-e87192739b28} <Debug> oximeter.measurements_u8 (88e6b47f-9f9b-4984-abee-392d5d17cbd6): Loading data parts | ||
| 302 | 2025.01.28 23:05:48.113493 [ 254 ] {e06650b8-107f-4dd0-9fa5-e87192739b28} <Debug> oximeter.measurements_u8 (88e6b47f-9f9b-4984-abee-392d5d17cbd6): There are no data parts | ||
| 303 | 2025.01.28 23:05:48.119046 [ 254 ] {e06650b8-107f-4dd0-9fa5-e87192739b28} <Debug> TCPHandler: Processed in 0.011211387 sec. | ||
| 304 | 2025.01.28 23:05:48.119358 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 305 | 2025.01.28 23:05:48.119758 [ 3 ] {7448a600-ac4f-4875-ad45-6a0693ce6f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) 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 | 2025.01.28 23:05:48.119874 [ 3 ] {7448a600-ac4f-4875-ad45-6a0693ce6f86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 307 | 2025.01.28 23:05:48.125098 [ 3 ] {7448a600-ac4f-4875-ad45-6a0693ce6f86} <Debug> oximeter.measurements_i16 (37b7d3fc-9870-43ae-b5e6-72f56ad9f88d): Loading data parts | ||
| 308 | 2025.01.28 23:05:48.125284 [ 3 ] {7448a600-ac4f-4875-ad45-6a0693ce6f86} <Debug> oximeter.measurements_i16 (37b7d3fc-9870-43ae-b5e6-72f56ad9f88d): There are no data parts | ||
| 309 | 2025.01.28 23:05:48.131537 [ 3 ] {7448a600-ac4f-4875-ad45-6a0693ce6f86} <Debug> TCPHandler: Processed in 0.012288645 sec. | ||
| 310 | 2025.01.28 23:05:48.131744 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2025.01.28 23:05:48.132012 [ 254 ] {0414618d-3dcd-459f-9ba7-13b682435cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) 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 | 2025.01.28 23:05:48.132071 [ 254 ] {0414618d-3dcd-459f-9ba7-13b682435cdc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 313 | 2025.01.28 23:05:48.137453 [ 254 ] {0414618d-3dcd-459f-9ba7-13b682435cdc} <Debug> oximeter.measurements_u16 (2e47fb0f-6876-4be3-b96d-e942a7ee19e0): Loading data parts | ||
| 314 | 2025.01.28 23:05:48.137620 [ 254 ] {0414618d-3dcd-459f-9ba7-13b682435cdc} <Debug> oximeter.measurements_u16 (2e47fb0f-6876-4be3-b96d-e942a7ee19e0): There are no data parts | ||
| 315 | 2025.01.28 23:05:48.140239 [ 254 ] {0414618d-3dcd-459f-9ba7-13b682435cdc} <Debug> TCPHandler: Processed in 0.008562433 sec. | ||
| 316 | 2025.01.28 23:05:48.140464 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2025.01.28 23:05:48.140710 [ 3 ] {6ebfd547-5e6f-4dd8-b1c3-93646ec92cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 318 | 2025.01.28 23:05:48.140791 [ 3 ] {6ebfd547-5e6f-4dd8-b1c3-93646ec92cd0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 319 | 2025.01.28 23:05:48.145648 [ 3 ] {6ebfd547-5e6f-4dd8-b1c3-93646ec92cd0} <Debug> oximeter.measurements_i32 (59266485-2c9a-4e54-8f31-b2d5b9ee42d9): Loading data parts | ||
| 320 | 2025.01.28 23:05:48.145848 [ 3 ] {6ebfd547-5e6f-4dd8-b1c3-93646ec92cd0} <Debug> oximeter.measurements_i32 (59266485-2c9a-4e54-8f31-b2d5b9ee42d9): There are no data parts | ||
| 321 | 2025.01.28 23:05:48.151389 [ 3 ] {6ebfd547-5e6f-4dd8-b1c3-93646ec92cd0} <Debug> TCPHandler: Processed in 0.010990363 sec. | ||
| 322 | 2025.01.28 23:05:48.151646 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 323 | 2025.01.28 23:05:48.151957 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39884 | ||
| 324 | 2025.01.28 23:05:48.151973 [ 254 ] {f92d3454-56dc-4b5d-840b-ba6507f88631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) 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) | ||
| 325 | 2025.01.28 23:05:48.152127 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 326 | 2025.01.28 23:05:48.152137 [ 254 ] {f92d3454-56dc-4b5d-840b-ba6507f88631} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 327 | 2025.01.28 23:05:48.152174 [ 261 ] {} <Debug> TCP-Session: 0a29f01b-fa31-4c11-9904-1aaf70593421 Authenticating user 'default' from [fd00:1122:3344:101::e]:39884 | ||
| 328 | 2025.01.28 23:05:48.152243 [ 261 ] {} <Debug> TCP-Session: 0a29f01b-fa31-4c11-9904-1aaf70593421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 329 | 2025.01.28 23:05:48.152288 [ 261 ] {} <Debug> TCP-Session: 0a29f01b-fa31-4c11-9904-1aaf70593421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 330 | 2025.01.28 23:05:48.152397 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 331 | 2025.01.28 23:05:48.152468 [ 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 | ||
| 332 | 2025.01.28 23:05:48.152526 [ 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 | ||
| 333 | 2025.01.28 23:05:48.153944 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35246 | ||
| 334 | 2025.01.28 23:05:48.154107 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 335 | 2025.01.28 23:05:48.154155 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57376 | ||
| 336 | 2025.01.28 23:05:48.154162 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59028 | ||
| 337 | 2025.01.28 23:05:48.154175 [ 262 ] {} <Debug> TCP-Session: 82b6ef99-7f42-45d2-b7f5-fa0c1409342a Authenticating user 'default' from [fd00:1122:3344:101::e]:35246 | ||
| 338 | 2025.01.28 23:05:48.154232 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63490 | ||
| 339 | 2025.01.28 23:05:48.154367 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34877 | ||
| 340 | 2025.01.28 23:05:48.154366 [ 262 ] {} <Debug> TCP-Session: 82b6ef99-7f42-45d2-b7f5-fa0c1409342a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 341 | 2025.01.28 23:05:48.154637 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 342 | 2025.01.28 23:05:48.154728 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 343 | 2025.01.28 23:05:48.154742 [ 262 ] {} <Debug> TCP-Session: 82b6ef99-7f42-45d2-b7f5-fa0c1409342a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 344 | 2025.01.28 23:05:48.154754 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 345 | 2025.01.28 23:05:48.154786 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37369 | ||
| 346 | 2025.01.28 23:05:48.154813 [ 264 ] {} <Debug> TCP-Session: 282069cd-73d5-49b6-bebc-72f0e95a49a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57376 | ||
| 347 | 2025.01.28 23:05:48.154899 [ 265 ] {} <Debug> TCP-Session: c39d7ba9-8e5c-44fb-aed6-1488ee469100 Authenticating user 'default' from [fd00:1122:3344:101::e]:63490 | ||
| 348 | 2025.01.28 23:05:48.154922 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37064 | ||
| 349 | 2025.01.28 23:05:48.154956 [ 264 ] {} <Debug> TCP-Session: 282069cd-73d5-49b6-bebc-72f0e95a49a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 350 | 2025.01.28 23:05:48.155002 [ 265 ] {} <Debug> TCP-Session: c39d7ba9-8e5c-44fb-aed6-1488ee469100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 351 | 2025.01.28 23:05:48.155216 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 352 | 2025.01.28 23:05:48.155244 [ 264 ] {} <Debug> TCP-Session: 282069cd-73d5-49b6-bebc-72f0e95a49a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 353 | 2025.01.28 23:05:48.155227 [ 265 ] {} <Debug> TCP-Session: c39d7ba9-8e5c-44fb-aed6-1488ee469100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 354 | 2025.01.28 23:05:48.155262 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 355 | 2025.01.28 23:05:48.155302 [ 268 ] {} <Debug> TCP-Session: 1a84561b-95f1-4f84-856b-8d2094c1655b Authenticating user 'default' from [fd00:1122:3344:101::e]:37064 | ||
| 356 | 2025.01.28 23:05:48.155257 [ 263 ] {} <Debug> TCP-Session: 11cc29da-a437-4631-9f25-b2026b793000 Authenticating user 'default' from [fd00:1122:3344:101::e]:59028 | ||
| 357 | 2025.01.28 23:05:48.155500 [ 268 ] {} <Debug> TCP-Session: 1a84561b-95f1-4f84-856b-8d2094c1655b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 358 | 2025.01.28 23:05:48.155526 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 359 | 2025.01.28 23:05:48.155568 [ 268 ] {} <Debug> TCP-Session: 1a84561b-95f1-4f84-856b-8d2094c1655b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2025.01.28 23:05:48.155564 [ 266 ] {} <Debug> TCP-Session: ca3c2c31-e4cc-461b-a8e2-cb298f3811bc Authenticating user 'default' from [fd00:1122:3344:101::e]:34877 | ||
| 361 | 2025.01.28 23:05:48.155546 [ 263 ] {} <Debug> TCP-Session: 11cc29da-a437-4631-9f25-b2026b793000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 362 | 2025.01.28 23:05:48.155699 [ 267 ] {} <Debug> TCP-Session: f9639d73-c029-4df9-9705-fc818b93c6fe Authenticating user 'default' from [fd00:1122:3344:101::e]:37369 | ||
| 363 | 2025.01.28 23:05:48.155710 [ 263 ] {} <Debug> TCP-Session: 11cc29da-a437-4631-9f25-b2026b793000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 364 | 2025.01.28 23:05:48.155722 [ 266 ] {} <Debug> TCP-Session: ca3c2c31-e4cc-461b-a8e2-cb298f3811bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 365 | 2025.01.28 23:05:48.155799 [ 266 ] {} <Debug> TCP-Session: ca3c2c31-e4cc-461b-a8e2-cb298f3811bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 366 | 2025.01.28 23:05:48.155814 [ 267 ] {} <Debug> TCP-Session: f9639d73-c029-4df9-9705-fc818b93c6fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2025.01.28 23:05:48.155854 [ 267 ] {} <Debug> TCP-Session: f9639d73-c029-4df9-9705-fc818b93c6fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2025.01.28 23:05:48.158682 [ 254 ] {f92d3454-56dc-4b5d-840b-ba6507f88631} <Debug> oximeter.measurements_u32 (6924dcf1-4d24-45b7-96c5-3eeb33fb664e): Loading data parts | ||
| 369 | 2025.01.28 23:05:48.158876 [ 254 ] {f92d3454-56dc-4b5d-840b-ba6507f88631} <Debug> oximeter.measurements_u32 (6924dcf1-4d24-45b7-96c5-3eeb33fb664e): There are no data parts | ||
| 370 | 2025.01.28 23:05:48.166470 [ 254 ] {f92d3454-56dc-4b5d-840b-ba6507f88631} <Debug> TCPHandler: Processed in 0.014895959 sec. | ||
| 371 | 2025.01.28 23:05:48.166741 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2025.01.28 23:05:48.167073 [ 3 ] {44a1ade1-b9ff-4c0c-812b-021a63875cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) 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) | ||
| 373 | 2025.01.28 23:05:48.167134 [ 3 ] {44a1ade1-b9ff-4c0c-812b-021a63875cf9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 374 | 2025.01.28 23:05:48.175110 [ 3 ] {44a1ade1-b9ff-4c0c-812b-021a63875cf9} <Debug> oximeter.measurements_i64 (a920aa06-de13-4323-97a8-d25c2b4dc563): Loading data parts | ||
| 375 | 2025.01.28 23:05:48.175282 [ 3 ] {44a1ade1-b9ff-4c0c-812b-021a63875cf9} <Debug> oximeter.measurements_i64 (a920aa06-de13-4323-97a8-d25c2b4dc563): There are no data parts | ||
| 376 | 2025.01.28 23:05:48.181948 [ 3 ] {44a1ade1-b9ff-4c0c-812b-021a63875cf9} <Debug> TCPHandler: Processed in 0.015317836 sec. | ||
| 377 | 2025.01.28 23:05:48.182199 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2025.01.28 23:05:48.182459 [ 254 ] {9baf5dac-14e1-4a30-b8e2-7bc5b8f5f4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) 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) | ||
| 379 | 2025.01.28 23:05:48.182546 [ 254 ] {9baf5dac-14e1-4a30-b8e2-7bc5b8f5f4f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 380 | 2025.01.28 23:05:48.187863 [ 254 ] {9baf5dac-14e1-4a30-b8e2-7bc5b8f5f4f9} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Loading data parts | ||
| 381 | 2025.01.28 23:05:48.188031 [ 254 ] {9baf5dac-14e1-4a30-b8e2-7bc5b8f5f4f9} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): There are no data parts | ||
| 382 | 2025.01.28 23:05:48.192117 [ 254 ] {9baf5dac-14e1-4a30-b8e2-7bc5b8f5f4f9} <Debug> TCPHandler: Processed in 0.009994547 sec. | ||
| 383 | 2025.01.28 23:05:48.192325 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2025.01.28 23:05:48.192595 [ 3 ] {1f8e4568-7d32-4e5c-8df7-a631ce4363f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) 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) | ||
| 385 | 2025.01.28 23:05:48.192663 [ 3 ] {1f8e4568-7d32-4e5c-8df7-a631ce4363f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 386 | 2025.01.28 23:05:48.197942 [ 3 ] {1f8e4568-7d32-4e5c-8df7-a631ce4363f6} <Debug> oximeter.measurements_f32 (e9080430-7b5f-499a-8795-c3c42685e7c6): Loading data parts | ||
| 387 | 2025.01.28 23:05:48.198273 [ 3 ] {1f8e4568-7d32-4e5c-8df7-a631ce4363f6} <Debug> oximeter.measurements_f32 (e9080430-7b5f-499a-8795-c3c42685e7c6): There are no data parts | ||
| 388 | 2025.01.28 23:05:48.202322 [ 3 ] {1f8e4568-7d32-4e5c-8df7-a631ce4363f6} <Debug> TCPHandler: Processed in 0.010063448 sec. | ||
| 389 | 2025.01.28 23:05:48.202571 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2025.01.28 23:05:48.202825 [ 254 ] {e4cba81a-1466-4a9e-8cff-2c82a54487fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) 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) | ||
| 391 | 2025.01.28 23:05:48.202910 [ 254 ] {e4cba81a-1466-4a9e-8cff-2c82a54487fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 392 | 2025.01.28 23:05:48.211319 [ 254 ] {e4cba81a-1466-4a9e-8cff-2c82a54487fe} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Loading data parts | ||
| 393 | 2025.01.28 23:05:48.211582 [ 254 ] {e4cba81a-1466-4a9e-8cff-2c82a54487fe} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): There are no data parts | ||
| 394 | 2025.01.28 23:05:48.216041 [ 254 ] {e4cba81a-1466-4a9e-8cff-2c82a54487fe} <Debug> TCPHandler: Processed in 0.013539886 sec. | ||
| 395 | 2025.01.28 23:05:48.216236 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2025.01.28 23:05:48.216459 [ 3 ] {7c6a648e-cdb7-4333-9ac1-662990b7e76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 397 | 2025.01.28 23:05:48.216518 [ 3 ] {7c6a648e-cdb7-4333-9ac1-662990b7e76e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 398 | 2025.01.28 23:05:48.220970 [ 3 ] {7c6a648e-cdb7-4333-9ac1-662990b7e76e} <Debug> oximeter.measurements_string (42fbfff1-919d-48bd-bba3-80aa595306d0): Loading data parts | ||
| 399 | 2025.01.28 23:05:48.221152 [ 3 ] {7c6a648e-cdb7-4333-9ac1-662990b7e76e} <Debug> oximeter.measurements_string (42fbfff1-919d-48bd-bba3-80aa595306d0): There are no data parts | ||
| 400 | 2025.01.28 23:05:48.225119 [ 3 ] {7c6a648e-cdb7-4333-9ac1-662990b7e76e} <Debug> TCPHandler: Processed in 0.008938989 sec. | ||
| 401 | 2025.01.28 23:05:48.225319 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2025.01.28 23:05:48.225571 [ 254 ] {c511b8f6-7718-4078-9ea6-01ddadb9bee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 403 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 404 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 405 | * a string isn't palatable for a few reasons. | ||
| 406 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 407 | * details. | ||
| 408 | */ | ||
| 409 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2025.01.28 23:05:48.225657 [ 254 ] {c511b8f6-7718-4078-9ea6-01ddadb9bee1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 411 | 2025.01.28 23:05:48.230197 [ 254 ] {c511b8f6-7718-4078-9ea6-01ddadb9bee1} <Debug> oximeter.measurements_bytes (1bf19945-ad12-4836-b74c-9ec53a34adec): Loading data parts | ||
| 412 | 2025.01.28 23:05:48.230422 [ 254 ] {c511b8f6-7718-4078-9ea6-01ddadb9bee1} <Debug> oximeter.measurements_bytes (1bf19945-ad12-4836-b74c-9ec53a34adec): There are no data parts | ||
| 413 | 2025.01.28 23:05:48.235218 [ 254 ] {c511b8f6-7718-4078-9ea6-01ddadb9bee1} <Debug> TCPHandler: Processed in 0.009963386 sec. | ||
| 414 | 2025.01.28 23:05:48.235449 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2025.01.28 23:05:48.235666 [ 3 ] {3ce75233-49fe-4245-841c-6e7fc8590eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 416 | 2025.01.28 23:05:48.235739 [ 3 ] {3ce75233-49fe-4245-841c-6e7fc8590eef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 417 | 2025.01.28 23:05:48.238840 [ 3 ] {3ce75233-49fe-4245-841c-6e7fc8590eef} <Debug> oximeter.measurements_cumulativei64 (d315ed51-a136-4276-af49-b6fb0171cbc7): Loading data parts | ||
| 418 | 2025.01.28 23:05:48.239067 [ 3 ] {3ce75233-49fe-4245-841c-6e7fc8590eef} <Debug> oximeter.measurements_cumulativei64 (d315ed51-a136-4276-af49-b6fb0171cbc7): There are no data parts | ||
| 419 | 2025.01.28 23:05:48.243482 [ 3 ] {3ce75233-49fe-4245-841c-6e7fc8590eef} <Debug> TCPHandler: Processed in 0.008086675 sec. | ||
| 420 | 2025.01.28 23:05:48.243756 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.01.28 23:05:48.244093 [ 254 ] {41f8cf29-fa51-413c-b00e-ce32fbd4d710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 422 | 2025.01.28 23:05:48.244175 [ 254 ] {41f8cf29-fa51-413c-b00e-ce32fbd4d710} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 423 | 2025.01.28 23:05:48.247379 [ 254 ] {41f8cf29-fa51-413c-b00e-ce32fbd4d710} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Loading data parts | ||
| 424 | 2025.01.28 23:05:48.247569 [ 254 ] {41f8cf29-fa51-413c-b00e-ce32fbd4d710} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): There are no data parts | ||
| 425 | 2025.01.28 23:05:48.252091 [ 254 ] {41f8cf29-fa51-413c-b00e-ce32fbd4d710} <Debug> TCPHandler: Processed in 0.008444581 sec. | ||
| 426 | 2025.01.28 23:05:48.252281 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.01.28 23:05:48.252519 [ 3 ] {02503d23-280d-43bc-b47e-f5040da420d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 428 | 2025.01.28 23:05:48.252578 [ 3 ] {02503d23-280d-43bc-b47e-f5040da420d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 429 | 2025.01.28 23:05:48.257624 [ 3 ] {02503d23-280d-43bc-b47e-f5040da420d9} <Debug> oximeter.measurements_cumulativef32 (5a252c08-f760-4a10-86c7-49a073359be0): Loading data parts | ||
| 430 | 2025.01.28 23:05:48.257821 [ 3 ] {02503d23-280d-43bc-b47e-f5040da420d9} <Debug> oximeter.measurements_cumulativef32 (5a252c08-f760-4a10-86c7-49a073359be0): There are no data parts | ||
| 431 | 2025.01.28 23:05:48.260422 [ 3 ] {02503d23-280d-43bc-b47e-f5040da420d9} <Debug> TCPHandler: Processed in 0.008197257 sec. | ||
| 432 | 2025.01.28 23:05:48.260605 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.01.28 23:05:48.260823 [ 254 ] {b206365f-3607-45a5-8430-51b4d773cf95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2025.01.28 23:05:48.260896 [ 254 ] {b206365f-3607-45a5-8430-51b4d773cf95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2025.01.28 23:05:48.270141 [ 254 ] {b206365f-3607-45a5-8430-51b4d773cf95} <Debug> oximeter.measurements_cumulativef64 (3f4bb7a8-3ad7-4931-a231-3258418c1ef2): Loading data parts | ||
| 436 | 2025.01.28 23:05:48.270348 [ 254 ] {b206365f-3607-45a5-8430-51b4d773cf95} <Debug> oximeter.measurements_cumulativef64 (3f4bb7a8-3ad7-4931-a231-3258418c1ef2): There are no data parts | ||
| 437 | 2025.01.28 23:05:48.276594 [ 254 ] {b206365f-3607-45a5-8430-51b4d773cf95} <Debug> TCPHandler: Processed in 0.016042848 sec. | ||
| 438 | 2025.01.28 23:05:48.276813 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.01.28 23:05:48.277156 [ 3 ] {117185e7-8f3c-4dbd-8a90-004f7e47975d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 440 | * NOTE: Array types cannot be Nullable, see | ||
| 441 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 442 | * for more details. | ||
| 443 | * | ||
| 444 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 445 | * is unfortunate, and at this point relies on the fact that an | ||
| 446 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 447 | * to figure out another way to represent missing samples here. | ||
| 448 | */ | ||
| 449 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 450 | 2025.01.28 23:05:48.277226 [ 3 ] {117185e7-8f3c-4dbd-8a90-004f7e47975d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2025.01.28 23:05:48.282773 [ 3 ] {117185e7-8f3c-4dbd-8a90-004f7e47975d} <Debug> oximeter.measurements_histogrami8 (4d122ead-55d0-470d-b2c6-bf8f3922f679): Loading data parts | ||
| 452 | 2025.01.28 23:05:48.282954 [ 3 ] {117185e7-8f3c-4dbd-8a90-004f7e47975d} <Debug> oximeter.measurements_histogrami8 (4d122ead-55d0-470d-b2c6-bf8f3922f679): There are no data parts | ||
| 453 | 2025.01.28 23:05:48.290681 [ 3 ] {117185e7-8f3c-4dbd-8a90-004f7e47975d} <Debug> TCPHandler: Processed in 0.013937063 sec. | ||
| 454 | 2025.01.28 23:05:48.290897 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.01.28 23:05:48.291206 [ 254 ] {5faa5c58-8c16-4e66-a33a-9e3306149a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 456 | 2025.01.28 23:05:48.291299 [ 254 ] {5faa5c58-8c16-4e66-a33a-9e3306149a80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2025.01.28 23:05:48.301751 [ 254 ] {5faa5c58-8c16-4e66-a33a-9e3306149a80} <Debug> oximeter.measurements_histogramu8 (f6ba5b7e-d4ac-485b-bcd7-f35f2c181f6d): Loading data parts | ||
| 458 | 2025.01.28 23:05:48.301966 [ 254 ] {5faa5c58-8c16-4e66-a33a-9e3306149a80} <Debug> oximeter.measurements_histogramu8 (f6ba5b7e-d4ac-485b-bcd7-f35f2c181f6d): There are no data parts | ||
| 459 | 2025.01.28 23:05:48.308900 [ 254 ] {5faa5c58-8c16-4e66-a33a-9e3306149a80} <Debug> TCPHandler: Processed in 0.018063151 sec. | ||
| 460 | 2025.01.28 23:05:48.309194 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.01.28 23:05:48.309806 [ 3 ] {89846a82-1ec7-4877-8d13-a3f0d9427aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 462 | 2025.01.28 23:05:48.309940 [ 3 ] {89846a82-1ec7-4877-8d13-a3f0d9427aaf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2025.01.28 23:05:48.315401 [ 3 ] {89846a82-1ec7-4877-8d13-a3f0d9427aaf} <Debug> oximeter.measurements_histogrami16 (16b6c9a0-653b-4d68-86fb-f8510dd6e9a4): Loading data parts | ||
| 464 | 2025.01.28 23:05:48.315581 [ 3 ] {89846a82-1ec7-4877-8d13-a3f0d9427aaf} <Debug> oximeter.measurements_histogrami16 (16b6c9a0-653b-4d68-86fb-f8510dd6e9a4): There are no data parts | ||
| 465 | 2025.01.28 23:05:48.326380 [ 3 ] {89846a82-1ec7-4877-8d13-a3f0d9427aaf} <Debug> TCPHandler: Processed in 0.017298469 sec. | ||
| 466 | 2025.01.28 23:05:48.326605 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.01.28 23:05:48.326957 [ 254 ] {580df31d-0e0e-428b-b722-9b610b59bf87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 468 | 2025.01.28 23:05:48.327050 [ 254 ] {580df31d-0e0e-428b-b722-9b610b59bf87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2025.01.28 23:05:48.335373 [ 254 ] {580df31d-0e0e-428b-b722-9b610b59bf87} <Debug> oximeter.measurements_histogramu16 (6ee74e6c-46b2-4a83-920b-a67d26a84763): Loading data parts | ||
| 470 | 2025.01.28 23:05:48.335593 [ 254 ] {580df31d-0e0e-428b-b722-9b610b59bf87} <Debug> oximeter.measurements_histogramu16 (6ee74e6c-46b2-4a83-920b-a67d26a84763): There are no data parts | ||
| 471 | 2025.01.28 23:05:48.341204 [ 254 ] {580df31d-0e0e-428b-b722-9b610b59bf87} <Debug> TCPHandler: Processed in 0.014662585 sec. | ||
| 472 | 2025.01.28 23:05:48.341418 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.01.28 23:05:48.341794 [ 3 ] {6a50997e-34a2-4205-982a-28c140be1e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 474 | 2025.01.28 23:05:48.341877 [ 3 ] {6a50997e-34a2-4205-982a-28c140be1e3d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2025.01.28 23:05:48.347420 [ 3 ] {6a50997e-34a2-4205-982a-28c140be1e3d} <Debug> oximeter.measurements_histogrami32 (6391cdd1-0532-4aac-9ce5-1014db206d83): Loading data parts | ||
| 476 | 2025.01.28 23:05:48.347621 [ 3 ] {6a50997e-34a2-4205-982a-28c140be1e3d} <Debug> oximeter.measurements_histogrami32 (6391cdd1-0532-4aac-9ce5-1014db206d83): There are no data parts | ||
| 477 | 2025.01.28 23:05:48.350289 [ 3 ] {6a50997e-34a2-4205-982a-28c140be1e3d} <Debug> TCPHandler: Processed in 0.008936869 sec. | ||
| 478 | 2025.01.28 23:05:48.350487 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.01.28 23:05:48.350785 [ 254 ] {96807e85-3cf9-4e32-959a-bf808143892e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 480 | 2025.01.28 23:05:48.350880 [ 254 ] {96807e85-3cf9-4e32-959a-bf808143892e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2025.01.28 23:05:48.356143 [ 254 ] {96807e85-3cf9-4e32-959a-bf808143892e} <Debug> oximeter.measurements_histogramu32 (2fedf5ed-eb15-4a83-b461-81074a89538f): Loading data parts | ||
| 482 | 2025.01.28 23:05:48.356338 [ 254 ] {96807e85-3cf9-4e32-959a-bf808143892e} <Debug> oximeter.measurements_histogramu32 (2fedf5ed-eb15-4a83-b461-81074a89538f): There are no data parts | ||
| 483 | 2025.01.28 23:05:48.358863 [ 254 ] {96807e85-3cf9-4e32-959a-bf808143892e} <Debug> TCPHandler: Processed in 0.008434931 sec. | ||
| 484 | 2025.01.28 23:05:48.359115 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.01.28 23:05:48.359706 [ 3 ] {0c055ab3-adda-4fc2-bbf7-b7d2b218250a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 486 | 2025.01.28 23:05:48.359847 [ 3 ] {0c055ab3-adda-4fc2-bbf7-b7d2b218250a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2025.01.28 23:05:48.365218 [ 3 ] {0c055ab3-adda-4fc2-bbf7-b7d2b218250a} <Debug> oximeter.measurements_histogrami64 (8c9e71e5-6719-4360-832e-6e3c38114dd8): Loading data parts | ||
| 488 | 2025.01.28 23:05:48.365397 [ 3 ] {0c055ab3-adda-4fc2-bbf7-b7d2b218250a} <Debug> oximeter.measurements_histogrami64 (8c9e71e5-6719-4360-832e-6e3c38114dd8): There are no data parts | ||
| 489 | 2025.01.28 23:05:48.368035 [ 3 ] {0c055ab3-adda-4fc2-bbf7-b7d2b218250a} <Debug> TCPHandler: Processed in 0.009027801 sec. | ||
| 490 | 2025.01.28 23:05:48.368252 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2025.01.28 23:05:48.368602 [ 254 ] {a078ae90-dde4-4afa-af71-deff36c0bba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 492 | 2025.01.28 23:05:48.368709 [ 254 ] {a078ae90-dde4-4afa-af71-deff36c0bba1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2025.01.28 23:05:48.373960 [ 254 ] {a078ae90-dde4-4afa-af71-deff36c0bba1} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Loading data parts | ||
| 494 | 2025.01.28 23:05:48.374149 [ 254 ] {a078ae90-dde4-4afa-af71-deff36c0bba1} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): There are no data parts | ||
| 495 | 2025.01.28 23:05:48.376730 [ 254 ] {a078ae90-dde4-4afa-af71-deff36c0bba1} <Debug> TCPHandler: Processed in 0.008547673 sec. | ||
| 496 | 2025.01.28 23:05:48.376934 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.01.28 23:05:48.377250 [ 3 ] {22406169-5630-4e5d-a577-0e9b853dd868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 498 | 2025.01.28 23:05:48.377320 [ 3 ] {22406169-5630-4e5d-a577-0e9b853dd868} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2025.01.28 23:05:48.385490 [ 3 ] {22406169-5630-4e5d-a577-0e9b853dd868} <Debug> oximeter.measurements_histogramf32 (b7cc2e29-cd50-4cf3-a850-cd07dca2c84a): Loading data parts | ||
| 500 | 2025.01.28 23:05:48.385657 [ 3 ] {22406169-5630-4e5d-a577-0e9b853dd868} <Debug> oximeter.measurements_histogramf32 (b7cc2e29-cd50-4cf3-a850-cd07dca2c84a): There are no data parts | ||
| 501 | 2025.01.28 23:05:48.397284 [ 3 ] {22406169-5630-4e5d-a577-0e9b853dd868} <Debug> TCPHandler: Processed in 0.020415091 sec. | ||
| 502 | 2025.01.28 23:05:48.397585 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.01.28 23:05:48.397950 [ 254 ] {3ec94a93-49f0-41dc-b0f3-aceb16504d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 504 | 2025.01.28 23:05:48.398042 [ 254 ] {3ec94a93-49f0-41dc-b0f3-aceb16504d9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2025.01.28 23:05:48.406436 [ 254 ] {3ec94a93-49f0-41dc-b0f3-aceb16504d9e} <Debug> oximeter.measurements_histogramf64 (e8799c93-972a-4870-8e31-21ad2c72c0d7): Loading data parts | ||
| 506 | 2025.01.28 23:05:48.406634 [ 254 ] {3ec94a93-49f0-41dc-b0f3-aceb16504d9e} <Debug> oximeter.measurements_histogramf64 (e8799c93-972a-4870-8e31-21ad2c72c0d7): There are no data parts | ||
| 507 | 2025.01.28 23:05:48.413820 [ 254 ] {3ec94a93-49f0-41dc-b0f3-aceb16504d9e} <Debug> TCPHandler: Processed in 0.016306532 sec. | ||
| 508 | 2025.01.28 23:05:48.414030 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.01.28 23:05:48.414312 [ 3 ] {2028873d-05be-4948-99fb-0002e03bdd60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) /* The field tables store named dimensions of each timeseries. | ||
| 510 | * | ||
| 511 | * As with the measurement tables, there is one field table for each field data | ||
| 512 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 513 | * this behavior **must not** be relied upon for query correctness. | ||
| 514 | * | ||
| 515 | * The index for the fields differs from the measurements, however. Rows are | ||
| 516 | * sorted by timeseries name, then field name, field value, and finally | ||
| 517 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 518 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 519 | * usually then used to look up measurements. | ||
| 520 | * | ||
| 521 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 522 | * timeseries name and then key, since it would improve lookups where one | ||
| 523 | * already has the key. Realistically though, these tables are quite small and | ||
| 524 | * so performance benefits will be low in absolute terms. | ||
| 525 | * | ||
| 526 | * TTL: We use a materialized column to expire old field table records. This | ||
| 527 | * column is generated automatically by the database whenever a new row is | ||
| 528 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 529 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 530 | * record will remain during a deduplication, which will have the last | ||
| 531 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 532 | * measurement tables. | ||
| 533 | */ | ||
| 534 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2025.01.28 23:05:48.414389 [ 3 ] {2028873d-05be-4948-99fb-0002e03bdd60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2025.01.28 23:05:48.422361 [ 3 ] {2028873d-05be-4948-99fb-0002e03bdd60} <Debug> oximeter.fields_bool (ba75cf9a-9d11-48a4-889c-ba329161e669): Loading data parts | ||
| 537 | 2025.01.28 23:05:48.422548 [ 3 ] {2028873d-05be-4948-99fb-0002e03bdd60} <Debug> oximeter.fields_bool (ba75cf9a-9d11-48a4-889c-ba329161e669): There are no data parts | ||
| 538 | 2025.01.28 23:05:48.428159 [ 3 ] {2028873d-05be-4948-99fb-0002e03bdd60} <Debug> TCPHandler: Processed in 0.014197867 sec. | ||
| 539 | 2025.01.28 23:05:48.428392 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2025.01.28 23:05:48.428627 [ 254 ] {5846cc17-13c2-4f87-b845-dc723933e376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 541 | 2025.01.28 23:05:48.428697 [ 254 ] {5846cc17-13c2-4f87-b845-dc723933e376} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 542 | 2025.01.28 23:05:48.435925 [ 254 ] {5846cc17-13c2-4f87-b845-dc723933e376} <Debug> oximeter.fields_i8 (8787bf26-8147-4878-9db4-30b35b4f0c7a): Loading data parts | ||
| 543 | 2025.01.28 23:05:48.436129 [ 254 ] {5846cc17-13c2-4f87-b845-dc723933e376} <Debug> oximeter.fields_i8 (8787bf26-8147-4878-9db4-30b35b4f0c7a): There are no data parts | ||
| 544 | 2025.01.28 23:05:48.442871 [ 254 ] {5846cc17-13c2-4f87-b845-dc723933e376} <Debug> TCPHandler: Processed in 0.014535482 sec. | ||
| 545 | 2025.01.28 23:05:48.443075 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2025.01.28 23:05:48.443322 [ 3 ] {3ebca1c1-e544-417c-b82c-bff609af2c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2025.01.28 23:05:48.443407 [ 3 ] {3ebca1c1-e544-417c-b82c-bff609af2c6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 548 | 2025.01.28 23:05:48.448957 [ 3 ] {3ebca1c1-e544-417c-b82c-bff609af2c6d} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Loading data parts | ||
| 549 | 2025.01.28 23:05:48.449189 [ 3 ] {3ebca1c1-e544-417c-b82c-bff609af2c6d} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): There are no data parts | ||
| 550 | 2025.01.28 23:05:48.454608 [ 3 ] {3ebca1c1-e544-417c-b82c-bff609af2c6d} <Debug> TCPHandler: Processed in 0.011596914 sec. | ||
| 551 | 2025.01.28 23:05:48.454896 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2025.01.28 23:05:48.455190 [ 254 ] {9e030be5-dcf6-458b-be4f-61b2aada81cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 553 | 2025.01.28 23:05:48.455270 [ 254 ] {9e030be5-dcf6-458b-be4f-61b2aada81cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 554 | 2025.01.28 23:05:48.460056 [ 254 ] {9e030be5-dcf6-458b-be4f-61b2aada81cf} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Loading data parts | ||
| 555 | 2025.01.28 23:05:48.460259 [ 254 ] {9e030be5-dcf6-458b-be4f-61b2aada81cf} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): There are no data parts | ||
| 556 | 2025.01.28 23:05:48.466824 [ 254 ] {9e030be5-dcf6-458b-be4f-61b2aada81cf} <Debug> TCPHandler: Processed in 0.012037111 sec. | ||
| 557 | 2025.01.28 23:05:48.467044 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2025.01.28 23:05:48.467301 [ 3 ] {43cb99d2-ff6d-46d5-b29f-d25df0242328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2025.01.28 23:05:48.467388 [ 3 ] {43cb99d2-ff6d-46d5-b29f-d25df0242328} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 560 | 2025.01.28 23:05:48.473004 [ 3 ] {43cb99d2-ff6d-46d5-b29f-d25df0242328} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Loading data parts | ||
| 561 | 2025.01.28 23:05:48.473180 [ 3 ] {43cb99d2-ff6d-46d5-b29f-d25df0242328} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): There are no data parts | ||
| 562 | 2025.01.28 23:05:48.478288 [ 3 ] {43cb99d2-ff6d-46d5-b29f-d25df0242328} <Debug> TCPHandler: Processed in 0.011311949 sec. | ||
| 563 | 2025.01.28 23:05:48.478514 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2025.01.28 23:05:48.478723 [ 254 ] {718fafca-f93e-4862-8bd7-248322aefc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 565 | 2025.01.28 23:05:48.478805 [ 254 ] {718fafca-f93e-4862-8bd7-248322aefc46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 566 | 2025.01.28 23:05:48.483961 [ 254 ] {718fafca-f93e-4862-8bd7-248322aefc46} <Debug> oximeter.fields_i32 (8ae8b8c0-8bad-4448-9702-a6d29d54efa1): Loading data parts | ||
| 567 | 2025.01.28 23:05:48.484292 [ 254 ] {718fafca-f93e-4862-8bd7-248322aefc46} <Debug> oximeter.fields_i32 (8ae8b8c0-8bad-4448-9702-a6d29d54efa1): There are no data parts | ||
| 568 | 2025.01.28 23:05:48.486948 [ 254 ] {718fafca-f93e-4862-8bd7-248322aefc46} <Debug> TCPHandler: Processed in 0.008491911 sec. | ||
| 569 | 2025.01.28 23:05:48.487128 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2025.01.28 23:05:48.487352 [ 3 ] {a573a4a7-1804-4b70-b7bb-f424c0a52484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 571 | 2025.01.28 23:05:48.487413 [ 3 ] {a573a4a7-1804-4b70-b7bb-f424c0a52484} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 572 | 2025.01.28 23:05:48.492389 [ 3 ] {a573a4a7-1804-4b70-b7bb-f424c0a52484} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Loading data parts | ||
| 573 | 2025.01.28 23:05:48.492548 [ 3 ] {a573a4a7-1804-4b70-b7bb-f424c0a52484} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): There are no data parts | ||
| 574 | 2025.01.28 23:05:48.495068 [ 3 ] {a573a4a7-1804-4b70-b7bb-f424c0a52484} <Debug> TCPHandler: Processed in 0.007995164 sec. | ||
| 575 | 2025.01.28 23:05:48.495253 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2025.01.28 23:05:48.495460 [ 254 ] {1c1bec23-a1f6-441a-8f1f-98ad44340866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 577 | 2025.01.28 23:05:48.495537 [ 254 ] {1c1bec23-a1f6-441a-8f1f-98ad44340866} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 578 | 2025.01.28 23:05:48.500524 [ 254 ] {1c1bec23-a1f6-441a-8f1f-98ad44340866} <Debug> oximeter.fields_i64 (8735e5e9-8d81-469b-8d7a-17d4406c041b): Loading data parts | ||
| 579 | 2025.01.28 23:05:48.500713 [ 254 ] {1c1bec23-a1f6-441a-8f1f-98ad44340866} <Debug> oximeter.fields_i64 (8735e5e9-8d81-469b-8d7a-17d4406c041b): There are no data parts | ||
| 580 | 2025.01.28 23:05:48.505498 [ 254 ] {1c1bec23-a1f6-441a-8f1f-98ad44340866} <Debug> TCPHandler: Processed in 0.010301942 sec. | ||
| 581 | 2025.01.28 23:05:48.505695 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2025.01.28 23:05:48.505956 [ 3 ] {96408907-92a5-412f-b7b1-ec5415c9ce33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 583 | 2025.01.28 23:05:48.506018 [ 3 ] {96408907-92a5-412f-b7b1-ec5415c9ce33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 584 | 2025.01.28 23:05:48.509286 [ 3 ] {96408907-92a5-412f-b7b1-ec5415c9ce33} <Debug> oximeter.fields_u64 (78e10db5-56ad-476b-a067-31ff08a7c716): Loading data parts | ||
| 585 | 2025.01.28 23:05:48.509468 [ 3 ] {96408907-92a5-412f-b7b1-ec5415c9ce33} <Debug> oximeter.fields_u64 (78e10db5-56ad-476b-a067-31ff08a7c716): There are no data parts | ||
| 586 | 2025.01.28 23:05:48.513971 [ 3 ] {96408907-92a5-412f-b7b1-ec5415c9ce33} <Debug> TCPHandler: Processed in 0.00833775 sec. | ||
| 587 | 2025.01.28 23:05:48.514238 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2025.01.28 23:05:48.514497 [ 254 ] {2b6e53b4-665a-4908-951b-30f39ca24c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 589 | 2025.01.28 23:05:48.514592 [ 254 ] {2b6e53b4-665a-4908-951b-30f39ca24c00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 590 | 2025.01.28 23:05:48.517814 [ 254 ] {2b6e53b4-665a-4908-951b-30f39ca24c00} <Debug> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Loading data parts | ||
| 591 | 2025.01.28 23:05:48.517980 [ 254 ] {2b6e53b4-665a-4908-951b-30f39ca24c00} <Debug> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): There are no data parts | ||
| 592 | 2025.01.28 23:05:48.523634 [ 254 ] {2b6e53b4-665a-4908-951b-30f39ca24c00} <Debug> TCPHandler: Processed in 0.009465638 sec. | ||
| 593 | 2025.01.28 23:05:48.523831 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2025.01.28 23:05:48.524062 [ 3 ] {6013204e-bc6e-4d66-9bfa-af1d819ca019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 595 | 2025.01.28 23:05:48.524117 [ 3 ] {6013204e-bc6e-4d66-9bfa-af1d819ca019} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 596 | 2025.01.28 23:05:48.530851 [ 3 ] {6013204e-bc6e-4d66-9bfa-af1d819ca019} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Loading data parts | ||
| 597 | 2025.01.28 23:05:48.531084 [ 3 ] {6013204e-bc6e-4d66-9bfa-af1d819ca019} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): There are no data parts | ||
| 598 | 2025.01.28 23:05:48.537103 [ 3 ] {6013204e-bc6e-4d66-9bfa-af1d819ca019} <Debug> TCPHandler: Processed in 0.013353423 sec. | ||
| 599 | 2025.01.28 23:05:48.537330 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2025.01.28 23:05:48.537570 [ 254 ] {935e5c2a-8762-4e6e-84bf-08b2daf5baec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 601 | 2025.01.28 23:05:48.537655 [ 254 ] {935e5c2a-8762-4e6e-84bf-08b2daf5baec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 602 | 2025.01.28 23:05:48.545700 [ 254 ] {935e5c2a-8762-4e6e-84bf-08b2daf5baec} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Loading data parts | ||
| 603 | 2025.01.28 23:05:48.545927 [ 254 ] {935e5c2a-8762-4e6e-84bf-08b2daf5baec} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): There are no data parts | ||
| 604 | 2025.01.28 23:05:48.551215 [ 254 ] {935e5c2a-8762-4e6e-84bf-08b2daf5baec} <Debug> TCPHandler: Processed in 0.013920802 sec. | ||
| 605 | 2025.01.28 23:05:48.551435 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2025.01.28 23:05:48.551812 [ 3 ] {62c2bc2f-47c6-4c98-b514-6786fab4ae94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) /* The timeseries schema table stores the extracted schema for the samples | ||
| 607 | * oximeter collects. | ||
| 608 | */ | ||
| 609 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 610 | 2025.01.28 23:05:48.551905 [ 3 ] {62c2bc2f-47c6-4c98-b514-6786fab4ae94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 611 | 2025.01.28 23:05:48.558373 [ 3 ] {62c2bc2f-47c6-4c98-b514-6786fab4ae94} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Loading data parts | ||
| 612 | 2025.01.28 23:05:48.558551 [ 3 ] {62c2bc2f-47c6-4c98-b514-6786fab4ae94} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): There are no data parts | ||
| 613 | 2025.01.28 23:05:48.563500 [ 3 ] {62c2bc2f-47c6-4c98-b514-6786fab4ae94} <Debug> TCPHandler: Processed in 0.012132203 sec. | ||
| 614 | 2025.01.28 23:05:48.563713 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2025.01.28 23:05:48.563921 [ 254 ] {c69abf1b-c9f9-406c-b279-e3e913d9ed0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 616 | 2025.01.28 23:05:48.565156 [ 254 ] {c69abf1b-c9f9-406c-b279-e3e913d9ed0c} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 617 | 2025.01.28 23:05:48.573147 [ 260 ] {c69abf1b-c9f9-406c-b279-e3e913d9ed0c} <Trace> oximeter.version (f0b3abe7-cb7d-46ca-9eff-e19349b35f3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 618 | 2025.01.28 23:05:48.573247 [ 260 ] {c69abf1b-c9f9-406c-b279-e3e913d9ed0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 619 | 2025.01.28 23:05:48.576477 [ 260 ] {c69abf1b-c9f9-406c-b279-e3e913d9ed0c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2025.01.28 23:05:48.576877 [ 260 ] {c69abf1b-c9f9-406c-b279-e3e913d9ed0c} <Trace> oximeter.version (f0b3abe7-cb7d-46ca-9eff-e19349b35f3e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 621 | 2025.01.28 23:05:48.577230 [ 254 ] {c69abf1b-c9f9-406c-b279-e3e913d9ed0c} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013389 sec., 74.68817686160281 rows/sec., 1.17 KiB/sec. | ||
| 622 | 2025.01.28 23:05:48.577516 [ 254 ] {c69abf1b-c9f9-406c-b279-e3e913d9ed0c} <Debug> TCPHandler: Processed in 0.013861002 sec. | ||
| 623 | 2025.01.28 23:05:49.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.52 MiB, peak 127.52 MiB, free memory in arenas 0.00 B, will set to 139.87 MiB (RSS), difference: 12.34 MiB | ||
| 624 | 2025.01.28 23:05:49.886732 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63179 | ||
| 625 | 2025.01.28 23:05:49.886878 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2025.01.28 23:05:49.886921 [ 269 ] {} <Debug> TCP-Session: fa33c857-1a77-42d2-8304-75fcb361c623 Authenticating user 'default' from [fd00:1122:3344:101::c]:63179 | ||
| 627 | 2025.01.28 23:05:49.887014 [ 269 ] {} <Debug> TCP-Session: fa33c857-1a77-42d2-8304-75fcb361c623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2025.01.28 23:05:49.887076 [ 269 ] {} <Debug> TCP-Session: fa33c857-1a77-42d2-8304-75fcb361c623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2025.01.28 23:05:49.887137 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2025.01.28 23:05:49.887166 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 631 | 2025.01.28 23:05:49.887273 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 632 | 2025.01.28 23:05:49.888378 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36414 | ||
| 633 | 2025.01.28 23:05:49.888470 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58174 | ||
| 634 | 2025.01.28 23:05:49.888568 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2025.01.28 23:05:49.888806 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55082 | ||
| 636 | 2025.01.28 23:05:49.888821 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.01.28 23:05:49.888828 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44274 | ||
| 638 | 2025.01.28 23:05:49.888930 [ 270 ] {} <Debug> TCP-Session: b35b8736-fb1a-4158-b9d6-7a0d0fadba9f Authenticating user 'default' from [fd00:1122:3344:101::c]:36414 | ||
| 639 | 2025.01.28 23:05:49.888978 [ 271 ] {} <Debug> TCP-Session: 998cf517-ebe0-4e1a-8d89-a96f53853638 Authenticating user 'default' from [fd00:1122:3344:101::c]:58174 | ||
| 640 | 2025.01.28 23:05:49.888979 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44101 | ||
| 641 | 2025.01.28 23:05:49.889129 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2025.01.28 23:05:49.889243 [ 270 ] {} <Debug> TCP-Session: b35b8736-fb1a-4158-b9d6-7a0d0fadba9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.01.28 23:05:49.889457 [ 270 ] {} <Debug> TCP-Session: b35b8736-fb1a-4158-b9d6-7a0d0fadba9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.01.28 23:05:49.889405 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53549 | ||
| 645 | 2025.01.28 23:05:49.889586 [ 273 ] {} <Debug> TCP-Session: b8ba0a4e-5bd4-4ddf-8226-2d0e9838c433 Authenticating user 'default' from [fd00:1122:3344:101::c]:55082 | ||
| 646 | 2025.01.28 23:05:49.889405 [ 271 ] {} <Debug> TCP-Session: 998cf517-ebe0-4e1a-8d89-a96f53853638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.01.28 23:05:49.889673 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63744 | ||
| 648 | 2025.01.28 23:05:49.889694 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2025.01.28 23:05:49.889782 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 650 | 2025.01.28 23:05:49.889915 [ 271 ] {} <Debug> TCP-Session: 998cf517-ebe0-4e1a-8d89-a96f53853638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.01.28 23:05:49.889924 [ 273 ] {} <Debug> TCP-Session: b8ba0a4e-5bd4-4ddf-8226-2d0e9838c433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.01.28 23:05:49.890129 [ 272 ] {} <Debug> TCP-Session: be2fabdd-7567-4ae5-b65d-2931addd522e Authenticating user 'default' from [fd00:1122:3344:101::c]:44274 | ||
| 653 | 2025.01.28 23:05:49.890143 [ 274 ] {} <Debug> TCP-Session: 814204f6-1b00-40aa-876c-d2a02a067af3 Authenticating user 'default' from [fd00:1122:3344:101::c]:44101 | ||
| 654 | 2025.01.28 23:05:49.890132 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 655 | 2025.01.28 23:05:49.890238 [ 274 ] {} <Debug> TCP-Session: 814204f6-1b00-40aa-876c-d2a02a067af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.01.28 23:05:49.890229 [ 272 ] {} <Debug> TCP-Session: be2fabdd-7567-4ae5-b65d-2931addd522e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.01.28 23:05:49.890288 [ 276 ] {} <Debug> TCP-Session: f117da43-eef9-41a1-9a0a-e44e517b4704 Authenticating user 'default' from [fd00:1122:3344:101::c]:63744 | ||
| 658 | 2025.01.28 23:05:49.890349 [ 274 ] {} <Debug> TCP-Session: 814204f6-1b00-40aa-876c-d2a02a067af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.01.28 23:05:49.890364 [ 272 ] {} <Debug> TCP-Session: be2fabdd-7567-4ae5-b65d-2931addd522e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.01.28 23:05:49.890374 [ 276 ] {} <Debug> TCP-Session: f117da43-eef9-41a1-9a0a-e44e517b4704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.01.28 23:05:49.890180 [ 273 ] {} <Debug> TCP-Session: b8ba0a4e-5bd4-4ddf-8226-2d0e9838c433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.01.28 23:05:49.890473 [ 276 ] {} <Debug> TCP-Session: f117da43-eef9-41a1-9a0a-e44e517b4704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.01.28 23:05:49.891274 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 664 | 2025.01.28 23:05:49.891317 [ 275 ] {} <Debug> TCP-Session: 196936f6-00f8-4351-b99c-002b3bc4d466 Authenticating user 'default' from [fd00:1122:3344:101::c]:53549 | ||
| 665 | 2025.01.28 23:05:49.891442 [ 275 ] {} <Debug> TCP-Session: 196936f6-00f8-4351-b99c-002b3bc4d466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2025.01.28 23:05:49.891457 [ 275 ] {} <Debug> TCP-Session: 196936f6-00f8-4351-b99c-002b3bc4d466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.01.28 23:05:50.185640 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44845 | ||
| 668 | 2025.01.28 23:05:50.185908 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2025.01.28 23:05:50.185943 [ 277 ] {} <Debug> TCP-Session: a5f925d9-2490-4bc1-80e8-4731f47bee4a Authenticating user 'default' from [fd00:1122:3344:101::a]:44845 | ||
| 670 | 2025.01.28 23:05:50.185970 [ 277 ] {} <Debug> TCP-Session: a5f925d9-2490-4bc1-80e8-4731f47bee4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.28 23:05:50.186067 [ 277 ] {} <Debug> TCP-Session: a5f925d9-2490-4bc1-80e8-4731f47bee4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2025.01.28 23:05:50.186138 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2025.01.28 23:05:50.186167 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2025.01.28 23:05:50.186285 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 675 | 2025.01.28 23:05:50.187633 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36038 | ||
| 676 | 2025.01.28 23:05:50.187727 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60117 | ||
| 677 | 2025.01.28 23:05:50.187942 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2025.01.28 23:05:50.187945 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35335 | ||
| 679 | 2025.01.28 23:05:50.188180 [ 278 ] {} <Debug> TCP-Session: 9f09b44c-d009-487e-9cc1-197959f34660 Authenticating user 'default' from [fd00:1122:3344:101::a]:36038 | ||
| 680 | 2025.01.28 23:05:50.188185 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47346 | ||
| 681 | 2025.01.28 23:05:50.188187 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.01.28 23:05:50.188270 [ 278 ] {} <Debug> TCP-Session: 9f09b44c-d009-487e-9cc1-197959f34660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.01.28 23:05:50.188228 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35635 | ||
| 684 | 2025.01.28 23:05:50.188466 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2025.01.28 23:05:50.188553 [ 279 ] {} <Debug> TCP-Session: e4ebf705-8a14-4a8b-b301-dbf6eedcdee6 Authenticating user 'default' from [fd00:1122:3344:101::a]:60117 | ||
| 686 | 2025.01.28 23:05:50.188586 [ 278 ] {} <Debug> TCP-Session: 9f09b44c-d009-487e-9cc1-197959f34660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.01.28 23:05:50.188657 [ 281 ] {} <Debug> TCP-Session: 029b34f2-c6cd-4c0a-b5ba-a3b5a51fb566 Authenticating user 'default' from [fd00:1122:3344:101::a]:47346 | ||
| 688 | 2025.01.28 23:05:50.188651 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 689 | 2025.01.28 23:05:50.188785 [ 279 ] {} <Debug> TCP-Session: e4ebf705-8a14-4a8b-b301-dbf6eedcdee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.01.28 23:05:50.188751 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39777 | ||
| 691 | 2025.01.28 23:05:50.188740 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.01.28 23:05:50.188947 [ 281 ] {} <Debug> TCP-Session: 029b34f2-c6cd-4c0a-b5ba-a3b5a51fb566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.01.28 23:05:50.189001 [ 282 ] {} <Debug> TCP-Session: c4d08900-4b16-44d9-8728-3ee8222bf278 Authenticating user 'default' from [fd00:1122:3344:101::a]:35635 | ||
| 694 | 2025.01.28 23:05:50.189160 [ 279 ] {} <Debug> TCP-Session: e4ebf705-8a14-4a8b-b301-dbf6eedcdee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.01.28 23:05:50.188934 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60845 | ||
| 696 | 2025.01.28 23:05:50.189284 [ 282 ] {} <Debug> TCP-Session: c4d08900-4b16-44d9-8728-3ee8222bf278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.01.28 23:05:50.189247 [ 281 ] {} <Debug> TCP-Session: 029b34f2-c6cd-4c0a-b5ba-a3b5a51fb566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.01.28 23:05:50.189186 [ 280 ] {} <Debug> TCP-Session: 9b319eb9-9536-4352-a9c9-5d9d23b86dc6 Authenticating user 'default' from [fd00:1122:3344:101::a]:35335 | ||
| 699 | 2025.01.28 23:05:50.189563 [ 282 ] {} <Debug> TCP-Session: c4d08900-4b16-44d9-8728-3ee8222bf278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.01.28 23:05:50.189715 [ 280 ] {} <Debug> TCP-Session: 9b319eb9-9536-4352-a9c9-5d9d23b86dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.01.28 23:05:50.189743 [ 280 ] {} <Debug> TCP-Session: 9b319eb9-9536-4352-a9c9-5d9d23b86dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.01.28 23:05:50.190066 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2025.01.28 23:05:50.190104 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2025.01.28 23:05:50.190118 [ 284 ] {} <Debug> TCP-Session: 07b0504e-2b6f-44ba-9576-d443765e6006 Authenticating user 'default' from [fd00:1122:3344:101::a]:60845 | ||
| 705 | 2025.01.28 23:05:50.190158 [ 283 ] {} <Debug> TCP-Session: 9b0d27af-7336-4bd8-bbf5-f9b3f7065a8a Authenticating user 'default' from [fd00:1122:3344:101::a]:39777 | ||
| 706 | 2025.01.28 23:05:50.190341 [ 284 ] {} <Debug> TCP-Session: 07b0504e-2b6f-44ba-9576-d443765e6006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.01.28 23:05:50.190357 [ 283 ] {} <Debug> TCP-Session: 9b0d27af-7336-4bd8-bbf5-f9b3f7065a8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.28 23:05:50.190382 [ 284 ] {} <Debug> TCP-Session: 07b0504e-2b6f-44ba-9576-d443765e6006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.28 23:05:50.190606 [ 283 ] {} <Debug> TCP-Session: 9b0d27af-7336-4bd8-bbf5-f9b3f7065a8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2025.01.28 23:05:50.888741 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64860 | ||
| 711 | 2025.01.28 23:05:50.888927 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2025.01.28 23:05:50.889067 [ 285 ] {} <Debug> TCP-Session: 87b536d1-3a99-4bff-ba33-d339c75c5a94 Authenticating user 'default' from [fd00:1122:3344:101::b]:64860 | ||
| 713 | 2025.01.28 23:05:50.889093 [ 285 ] {} <Debug> TCP-Session: 87b536d1-3a99-4bff-ba33-d339c75c5a94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.28 23:05:50.889106 [ 285 ] {} <Debug> TCP-Session: 87b536d1-3a99-4bff-ba33-d339c75c5a94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2025.01.28 23:05:50.889258 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2025.01.28 23:05:50.889287 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 717 | 2025.01.28 23:05:50.889381 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 718 | 2025.01.28 23:05:50.890368 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58191 | ||
| 719 | 2025.01.28 23:05:50.890660 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 720 | 2025.01.28 23:05:50.890665 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45155 | ||
| 721 | 2025.01.28 23:05:50.890707 [ 286 ] {} <Debug> TCP-Session: 33c51941-0d60-4f94-8057-657d7326ac77 Authenticating user 'default' from [fd00:1122:3344:101::b]:58191 | ||
| 722 | 2025.01.28 23:05:50.890749 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62207 | ||
| 723 | 2025.01.28 23:05:50.890670 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64148 | ||
| 724 | 2025.01.28 23:05:50.890936 [ 286 ] {} <Debug> TCP-Session: 33c51941-0d60-4f94-8057-657d7326ac77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2025.01.28 23:05:50.890943 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48668 | ||
| 726 | 2025.01.28 23:05:50.890958 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 727 | 2025.01.28 23:05:50.891155 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59791 | ||
| 728 | 2025.01.28 23:05:50.891337 [ 288 ] {} <Debug> TCP-Session: e6f13c11-2e09-4c3a-9a3a-bef6a27d904e Authenticating user 'default' from [fd00:1122:3344:101::b]:45155 | ||
| 729 | 2025.01.28 23:05:50.891422 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40329 | ||
| 730 | 2025.01.28 23:05:50.891513 [ 288 ] {} <Debug> TCP-Session: e6f13c11-2e09-4c3a-9a3a-bef6a27d904e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2025.01.28 23:05:50.891494 [ 286 ] {} <Debug> TCP-Session: 33c51941-0d60-4f94-8057-657d7326ac77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 732 | 2025.01.28 23:05:50.891394 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 733 | 2025.01.28 23:05:50.891800 [ 288 ] {} <Debug> TCP-Session: e6f13c11-2e09-4c3a-9a3a-bef6a27d904e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2025.01.28 23:05:50.891817 [ 287 ] {} <Debug> TCP-Session: fddfaeec-9395-4458-a116-562a5baaa7d2 Authenticating user 'default' from [fd00:1122:3344:101::b]:64148 | ||
| 735 | 2025.01.28 23:05:50.891910 [ 287 ] {} <Debug> TCP-Session: fddfaeec-9395-4458-a116-562a5baaa7d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.28 23:05:50.892022 [ 287 ] {} <Debug> TCP-Session: fddfaeec-9395-4458-a116-562a5baaa7d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.28 23:05:50.892272 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 738 | 2025.01.28 23:05:50.892312 [ 289 ] {} <Debug> TCP-Session: e6f62a13-7ea7-471a-bd27-ea2aebb55baf Authenticating user 'default' from [fd00:1122:3344:101::b]:62207 | ||
| 739 | 2025.01.28 23:05:50.892324 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 740 | 2025.01.28 23:05:50.892403 [ 289 ] {} <Debug> TCP-Session: e6f62a13-7ea7-471a-bd27-ea2aebb55baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.28 23:05:50.892513 [ 292 ] {} <Debug> TCP-Session: cf141df8-7e72-4642-80bc-a357c36885ef Authenticating user 'default' from [fd00:1122:3344:101::b]:40329 | ||
| 742 | 2025.01.28 23:05:50.892520 [ 289 ] {} <Debug> TCP-Session: e6f62a13-7ea7-471a-bd27-ea2aebb55baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2025.01.28 23:05:50.892555 [ 292 ] {} <Debug> TCP-Session: cf141df8-7e72-4642-80bc-a357c36885ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.01.28 23:05:50.892661 [ 292 ] {} <Debug> TCP-Session: cf141df8-7e72-4642-80bc-a357c36885ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2025.01.28 23:05:50.895678 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2025.01.28 23:05:50.895812 [ 291 ] {} <Debug> TCP-Session: bc0744dc-f66c-4b0f-a6d6-9255c3e44adc Authenticating user 'default' from [fd00:1122:3344:101::b]:59791 | ||
| 747 | 2025.01.28 23:05:50.895833 [ 291 ] {} <Debug> TCP-Session: bc0744dc-f66c-4b0f-a6d6-9255c3e44adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.28 23:05:50.895846 [ 291 ] {} <Debug> TCP-Session: bc0744dc-f66c-4b0f-a6d6-9255c3e44adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.28 23:05:50.897259 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 750 | 2025.01.28 23:05:50.897302 [ 290 ] {} <Debug> TCP-Session: 6590e66b-e7b2-4780-b31e-19c0e39ab6d0 Authenticating user 'default' from [fd00:1122:3344:101::b]:48668 | ||
| 751 | 2025.01.28 23:05:50.897322 [ 290 ] {} <Debug> TCP-Session: 6590e66b-e7b2-4780-b31e-19c0e39ab6d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.28 23:05:50.897392 [ 290 ] {} <Debug> TCP-Session: 6590e66b-e7b2-4780-b31e-19c0e39ab6d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2025.01.28 23:05:55.166079 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.28 23:05:55.166073 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.01.28 23:05:55.166186 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.28 23:05:55.166288 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.28 23:05:55.172735 [ 243 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Loading data parts | ||
| 758 | 2025.01.28 23:05:55.173080 [ 243 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): There are no data parts | ||
| 759 | 2025.01.28 23:05:55.181279 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.28 23:05:55.181360 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 761 | 2025.01.28 23:05:55.184808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.28 23:05:55.185757 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.01.28 23:05:55.186678 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 764 | 2025.01.28 23:05:55.192478 [ 242 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Loading data parts | ||
| 765 | 2025.01.28 23:05:55.192735 [ 242 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): There are no data parts | ||
| 766 | 2025.01.28 23:05:55.215837 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.28 23:05:55.215880 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 768 | 2025.01.28 23:05:55.223005 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.28 23:05:55.224159 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2025.01.28 23:05:55.226490 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.28 23:05:56.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.41 MiB, peak 150.41 MiB, free memory in arenas 0.00 B, will set to 151.20 MiB (RSS), difference: 4.80 MiB | ||
| 772 | 2025.01.28 23:05:57.666150 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.28 23:05:57.666247 [ 244 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.28 23:05:57.671964 [ 244 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Loading data parts | ||
| 775 | 2025.01.28 23:05:57.672119 [ 244 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): There are no data parts | ||
| 776 | 2025.01.28 23:05:57.681966 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.28 23:05:57.682004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 778 | 2025.01.28 23:05:57.685754 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.28 23:05:57.686387 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2025.01.28 23:05:57.686939 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.28 23:05:58.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.38 MiB, peak 155.38 MiB, free memory in arenas 0.00 B, will set to 151.66 MiB (RSS), difference: -3.72 MiB | ||
| 782 | 2025.01.28 23:06:02.622937 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.28 23:06:02.623007 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.28 23:06:02.687029 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 785 | 2025.01.28 23:06:02.687881 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.28 23:06:02.687924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 787 | 2025.01.28 23:06:02.688600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.28 23:06:02.689057 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2025.01.28 23:06:02.691531 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.28 23:06:02.726626 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.28 23:06:02.748410 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.28 23:06:02.748474 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 793 | 2025.01.28 23:06:02.755184 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.28 23:06:02.756280 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2025.01.28 23:06:02.758669 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.28 23:06:03.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.33 MiB, peak 156.33 MiB, free memory in arenas 0.00 B, will set to 154.60 MiB (RSS), difference: 2.26 MiB | ||
| 797 | 2025.01.28 23:06:08.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.61 MiB, peak 156.33 MiB, free memory in arenas 0.00 B, will set to 154.63 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2025.01.28 23:06:08.585595 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.28 23:06:08.585804 [ 3 ] {1f30b9f3-32ed-4093-9b94-25c2a1ac8f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.28 23:06:08.589965 [ 3 ] {1f30b9f3-32ed-4093-9b94-25c2a1ac8f11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.28 23:06:08.596046 [ 3 ] {1f30b9f3-32ed-4093-9b94-25c2a1ac8f11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.28 23:06:08.601224 [ 3 ] {1f30b9f3-32ed-4093-9b94-25c2a1ac8f11} <Debug> TCPHandler: Processed in 0.015752533 sec. | ||
| 803 | 2025.01.28 23:06:08.613109 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.28 23:06:08.613352 [ 254 ] {620397f2-2992-4df9-9365-2ed4d2e462d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.28 23:06:08.616373 [ 254 ] {620397f2-2992-4df9-9365-2ed4d2e462d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.28 23:06:08.616457 [ 254 ] {620397f2-2992-4df9-9365-2ed4d2e462d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.28 23:06:08.617136 [ 254 ] {620397f2-2992-4df9-9365-2ed4d2e462d9} <Debug> TCPHandler: Processed in 0.004165419 sec. | ||
| 808 | 2025.01.28 23:06:08.617550 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.28 23:06:08.617722 [ 3 ] {41f319d1-a93d-4cef-90fe-82050ada7548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.01.28 23:06:08.620098 [ 3 ] {41f319d1-a93d-4cef-90fe-82050ada7548} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.28 23:06:08.620159 [ 3 ] {41f319d1-a93d-4cef-90fe-82050ada7548} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.28 23:06:08.620677 [ 3 ] {41f319d1-a93d-4cef-90fe-82050ada7548} <Debug> TCPHandler: Processed in 0.003193094 sec. | ||
| 813 | 2025.01.28 23:06:08.621173 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.28 23:06:08.621343 [ 254 ] {3285b0cf-2d47-4146-ba9a-becb13b2e639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 815 | 2025.01.28 23:06:08.621729 [ 254 ] {3285b0cf-2d47-4146-ba9a-becb13b2e639} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.28 23:06:08.621790 [ 254 ] {3285b0cf-2d47-4146-ba9a-becb13b2e639} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.28 23:06:08.622323 [ 254 ] {3285b0cf-2d47-4146-ba9a-becb13b2e639} <Debug> TCPHandler: Processed in 0.00121036 sec. | ||
| 818 | 2025.01.28 23:06:08.622627 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.28 23:06:08.622784 [ 3 ] {937ae442-d167-4aa2-a93d-73d6333475e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 820 | 2025.01.28 23:06:08.623146 [ 3 ] {937ae442-d167-4aa2-a93d-73d6333475e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.28 23:06:08.623201 [ 3 ] {937ae442-d167-4aa2-a93d-73d6333475e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.28 23:06:08.623716 [ 3 ] {937ae442-d167-4aa2-a93d-73d6333475e3} <Debug> TCPHandler: Processed in 0.001147159 sec. | ||
| 823 | 2025.01.28 23:06:08.623985 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.28 23:06:08.624145 [ 254 ] {3dbce9a9-aa37-4b13-92a9-65332c2be9c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 825 | 2025.01.28 23:06:08.624532 [ 254 ] {3dbce9a9-aa37-4b13-92a9-65332c2be9c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.28 23:06:08.624590 [ 254 ] {3dbce9a9-aa37-4b13-92a9-65332c2be9c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.28 23:06:08.625117 [ 254 ] {3dbce9a9-aa37-4b13-92a9-65332c2be9c6} <Debug> TCPHandler: Processed in 0.00118996 sec. | ||
| 828 | 2025.01.28 23:06:08.625371 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.28 23:06:08.625524 [ 3 ] {203f0970-6552-47d3-a1e3-abea091d79af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 830 | 2025.01.28 23:06:08.625891 [ 3 ] {203f0970-6552-47d3-a1e3-abea091d79af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.28 23:06:08.625946 [ 3 ] {203f0970-6552-47d3-a1e3-abea091d79af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.28 23:06:08.626466 [ 3 ] {203f0970-6552-47d3-a1e3-abea091d79af} <Debug> TCPHandler: Processed in 0.001149759 sec. | ||
| 833 | 2025.01.28 23:06:08.626752 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.28 23:06:08.626911 [ 254 ] {5ebb6c98-8c06-4d21-8622-ea96de5f2d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 835 | 2025.01.28 23:06:08.627311 [ 254 ] {5ebb6c98-8c06-4d21-8622-ea96de5f2d30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.28 23:06:08.627371 [ 254 ] {5ebb6c98-8c06-4d21-8622-ea96de5f2d30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.28 23:06:08.627895 [ 254 ] {5ebb6c98-8c06-4d21-8622-ea96de5f2d30} <Debug> TCPHandler: Processed in 0.00119809 sec. | ||
| 838 | 2025.01.28 23:06:08.628168 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.28 23:06:08.628327 [ 3 ] {6b800ec3-e8b4-4e23-ae9a-032de4ef29a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 840 | 2025.01.28 23:06:08.628701 [ 3 ] {6b800ec3-e8b4-4e23-ae9a-032de4ef29a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.28 23:06:08.628754 [ 3 ] {6b800ec3-e8b4-4e23-ae9a-032de4ef29a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.28 23:06:08.629262 [ 3 ] {6b800ec3-e8b4-4e23-ae9a-032de4ef29a2} <Debug> TCPHandler: Processed in 0.001149579 sec. | ||
| 843 | 2025.01.28 23:06:08.629498 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.28 23:06:08.629657 [ 254 ] {4203b130-73f1-4d3c-b99b-5774834d0f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 845 | 2025.01.28 23:06:08.630043 [ 254 ] {4203b130-73f1-4d3c-b99b-5774834d0f43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.28 23:06:08.630101 [ 254 ] {4203b130-73f1-4d3c-b99b-5774834d0f43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.28 23:06:08.630613 [ 254 ] {4203b130-73f1-4d3c-b99b-5774834d0f43} <Debug> TCPHandler: Processed in 0.00116905 sec. | ||
| 848 | 2025.01.28 23:06:08.630884 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.28 23:06:08.631044 [ 3 ] {beb2f27d-7d31-41f9-a13b-1a3f6c112248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 850 | 2025.01.28 23:06:08.631429 [ 3 ] {beb2f27d-7d31-41f9-a13b-1a3f6c112248} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.28 23:06:08.631486 [ 3 ] {beb2f27d-7d31-41f9-a13b-1a3f6c112248} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.28 23:06:08.632001 [ 3 ] {beb2f27d-7d31-41f9-a13b-1a3f6c112248} <Debug> TCPHandler: Processed in 0.00117549 sec. | ||
| 853 | 2025.01.28 23:06:08.632248 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.28 23:06:08.632408 [ 254 ] {25ee0ff3-13c5-40ba-98f9-ca7316c83f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 855 | 2025.01.28 23:06:08.632797 [ 254 ] {25ee0ff3-13c5-40ba-98f9-ca7316c83f93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.28 23:06:08.632868 [ 254 ] {25ee0ff3-13c5-40ba-98f9-ca7316c83f93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.28 23:06:08.633419 [ 254 ] {25ee0ff3-13c5-40ba-98f9-ca7316c83f93} <Debug> TCPHandler: Processed in 0.001226051 sec. | ||
| 858 | 2025.01.28 23:06:08.633693 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.28 23:06:08.633854 [ 3 ] {5f051cc1-bb5c-498a-8222-7a361bda70fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 860 | 2025.01.28 23:06:08.634231 [ 3 ] {5f051cc1-bb5c-498a-8222-7a361bda70fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.28 23:06:08.634284 [ 3 ] {5f051cc1-bb5c-498a-8222-7a361bda70fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.28 23:06:08.634793 [ 3 ] {5f051cc1-bb5c-498a-8222-7a361bda70fe} <Debug> TCPHandler: Processed in 0.00121109 sec. | ||
| 863 | 2025.01.28 23:06:08.635139 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.28 23:06:08.635300 [ 254 ] {ac287abb-c55f-4ec8-b1d5-081858b40e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 865 | 2025.01.28 23:06:08.635698 [ 254 ] {ac287abb-c55f-4ec8-b1d5-081858b40e53} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.28 23:06:08.635755 [ 254 ] {ac287abb-c55f-4ec8-b1d5-081858b40e53} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.28 23:06:08.636278 [ 254 ] {ac287abb-c55f-4ec8-b1d5-081858b40e53} <Debug> TCPHandler: Processed in 0.0011917 sec. | ||
| 868 | 2025.01.28 23:06:08.636562 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.28 23:06:08.636731 [ 3 ] {9d5d4892-e815-426f-916c-026f3feddceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 870 | 2025.01.28 23:06:08.637150 [ 3 ] {9d5d4892-e815-426f-916c-026f3feddceb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.28 23:06:08.637209 [ 3 ] {9d5d4892-e815-426f-916c-026f3feddceb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2025.01.28 23:06:08.637782 [ 3 ] {9d5d4892-e815-426f-916c-026f3feddceb} <Debug> TCPHandler: Processed in 0.001273541 sec. | ||
| 873 | 2025.01.28 23:06:08.638067 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2025.01.28 23:06:08.638238 [ 254 ] {fe9a5c60-453c-4b6e-bbb5-5c96916c4d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 875 | 2025.01.28 23:06:08.638658 [ 254 ] {fe9a5c60-453c-4b6e-bbb5-5c96916c4d64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2025.01.28 23:06:08.638717 [ 254 ] {fe9a5c60-453c-4b6e-bbb5-5c96916c4d64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2025.01.28 23:06:08.639276 [ 254 ] {fe9a5c60-453c-4b6e-bbb5-5c96916c4d64} <Debug> TCPHandler: Processed in 0.001267911 sec. | ||
| 878 | 2025.01.28 23:06:08.639549 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.01.28 23:06:08.639717 [ 3 ] {4ce58d90-4742-4b50-be9a-9fcc4ec5645f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 880 | 2025.01.28 23:06:08.640134 [ 3 ] {4ce58d90-4742-4b50-be9a-9fcc4ec5645f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2025.01.28 23:06:08.640191 [ 3 ] {4ce58d90-4742-4b50-be9a-9fcc4ec5645f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2025.01.28 23:06:08.640721 [ 3 ] {4ce58d90-4742-4b50-be9a-9fcc4ec5645f} <Debug> TCPHandler: Processed in 0.001229421 sec. | ||
| 883 | 2025.01.28 23:06:08.641044 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2025.01.28 23:06:08.641218 [ 254 ] {42be2fcd-5550-4913-b46d-b63212a3b4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 885 | 2025.01.28 23:06:08.641647 [ 254 ] {42be2fcd-5550-4913-b46d-b63212a3b4c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2025.01.28 23:06:08.641707 [ 254 ] {42be2fcd-5550-4913-b46d-b63212a3b4c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2025.01.28 23:06:08.642241 [ 254 ] {42be2fcd-5550-4913-b46d-b63212a3b4c8} <Debug> TCPHandler: Processed in 0.001256281 sec. | ||
| 888 | 2025.01.28 23:06:08.644187 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2025.01.28 23:06:08.644322 [ 3 ] {0c00c354-4fec-4408-88d8-dbc56f9e50b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 890 | 2025.01.28 23:06:08.644375 [ 3 ] {0c00c354-4fec-4408-88d8-dbc56f9e50b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 891 | 2025.01.28 23:06:08.649018 [ 3 ] {0c00c354-4fec-4408-88d8-dbc56f9e50b4} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2025.01.28 23:06:08.649062 [ 3 ] {0c00c354-4fec-4408-88d8-dbc56f9e50b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 893 | 2025.01.28 23:06:08.649625 [ 3 ] {0c00c354-4fec-4408-88d8-dbc56f9e50b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2025.01.28 23:06:08.649844 [ 3 ] {0c00c354-4fec-4408-88d8-dbc56f9e50b4} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2025.01.28 23:06:08.650023 [ 3 ] {0c00c354-4fec-4408-88d8-dbc56f9e50b4} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.005744 sec., 3133.7047353760445 rows/sec., 438.30 KiB/sec. | ||
| 896 | 2025.01.28 23:06:08.650076 [ 3 ] {0c00c354-4fec-4408-88d8-dbc56f9e50b4} <Debug> TCPHandler: Processed in 0.00594301 sec. | ||
| 897 | 2025.01.28 23:06:08.650234 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2025.01.28 23:06:08.650365 [ 254 ] {7c6d431a-1c0c-4b12-b4d5-bc499363bcbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 899 | 2025.01.28 23:06:08.650415 [ 254 ] {7c6d431a-1c0c-4b12-b4d5-bc499363bcbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 900 | 2025.01.28 23:06:08.655563 [ 254 ] {7c6d431a-1c0c-4b12-b4d5-bc499363bcbb} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2025.01.28 23:06:08.655614 [ 254 ] {7c6d431a-1c0c-4b12-b4d5-bc499363bcbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 902 | 2025.01.28 23:06:08.658015 [ 254 ] {7c6d431a-1c0c-4b12-b4d5-bc499363bcbb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2025.01.28 23:06:08.658272 [ 254 ] {7c6d431a-1c0c-4b12-b4d5-bc499363bcbb} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2025.01.28 23:06:08.658566 [ 254 ] {7c6d431a-1c0c-4b12-b4d5-bc499363bcbb} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.008221 sec., 3649.191095973726 rows/sec., 285.09 KiB/sec. | ||
| 905 | 2025.01.28 23:06:08.658643 [ 254 ] {7c6d431a-1c0c-4b12-b4d5-bc499363bcbb} <Debug> TCPHandler: Processed in 0.008467692 sec. | ||
| 906 | 2025.01.28 23:06:08.658803 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2025.01.28 23:06:08.658927 [ 3 ] {be4ae406-0aa6-4d20-80c5-fa4009776050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 908 | 2025.01.28 23:06:08.658978 [ 3 ] {be4ae406-0aa6-4d20-80c5-fa4009776050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 909 | 2025.01.28 23:06:08.659613 [ 3 ] {be4ae406-0aa6-4d20-80c5-fa4009776050} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2025.01.28 23:06:08.659650 [ 3 ] {be4ae406-0aa6-4d20-80c5-fa4009776050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 911 | 2025.01.28 23:06:08.660031 [ 3 ] {be4ae406-0aa6-4d20-80c5-fa4009776050} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 912 | 2025.01.28 23:06:08.660277 [ 3 ] {be4ae406-0aa6-4d20-80c5-fa4009776050} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2025.01.28 23:06:08.660476 [ 3 ] {be4ae406-0aa6-4d20-80c5-fa4009776050} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001566 sec., 22988.505747126437 rows/sec., 1.80 MiB/sec. | ||
| 914 | 2025.01.28 23:06:08.660612 [ 3 ] {be4ae406-0aa6-4d20-80c5-fa4009776050} <Debug> TCPHandler: Processed in 0.001859252 sec. | ||
| 915 | 2025.01.28 23:06:08.660823 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2025.01.28 23:06:08.660945 [ 254 ] {adcca88b-38c6-4b33-ad45-f9687a66373e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 917 | 2025.01.28 23:06:08.661001 [ 254 ] {adcca88b-38c6-4b33-ad45-f9687a66373e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 918 | 2025.01.28 23:06:08.662185 [ 254 ] {adcca88b-38c6-4b33-ad45-f9687a66373e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2025.01.28 23:06:08.662225 [ 254 ] {adcca88b-38c6-4b33-ad45-f9687a66373e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 920 | 2025.01.28 23:06:08.662757 [ 254 ] {adcca88b-38c6-4b33-ad45-f9687a66373e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 921 | 2025.01.28 23:06:08.663010 [ 254 ] {adcca88b-38c6-4b33-ad45-f9687a66373e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2025.01.28 23:06:08.663277 [ 254 ] {adcca88b-38c6-4b33-ad45-f9687a66373e} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.002348 sec., 18739.352640545145 rows/sec., 1.31 MiB/sec. | ||
| 923 | 2025.01.28 23:06:08.663342 [ 254 ] {adcca88b-38c6-4b33-ad45-f9687a66373e} <Debug> TCPHandler: Processed in 0.002581583 sec. | ||
| 924 | 2025.01.28 23:06:08.663503 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2025.01.28 23:06:08.663624 [ 3 ] {89a01abf-a48f-487f-8300-d99fbf865925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 926 | 2025.01.28 23:06:08.663677 [ 3 ] {89a01abf-a48f-487f-8300-d99fbf865925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 927 | 2025.01.28 23:06:08.664174 [ 3 ] {89a01abf-a48f-487f-8300-d99fbf865925} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2025.01.28 23:06:08.664214 [ 3 ] {89a01abf-a48f-487f-8300-d99fbf865925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 929 | 2025.01.28 23:06:08.664596 [ 3 ] {89a01abf-a48f-487f-8300-d99fbf865925} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 930 | 2025.01.28 23:06:08.664844 [ 3 ] {89a01abf-a48f-487f-8300-d99fbf865925} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 931 | 2025.01.28 23:06:08.665081 [ 3 ] {89a01abf-a48f-487f-8300-d99fbf865925} <Debug> executeQuery: Read 16 rows, 1.09 KiB in 0.001469 sec., 10891.763104152484 rows/sec., 744.55 KiB/sec. | ||
| 932 | 2025.01.28 23:06:08.665140 [ 3 ] {89a01abf-a48f-487f-8300-d99fbf865925} <Debug> TCPHandler: Processed in 0.001694958 sec. | ||
| 933 | 2025.01.28 23:06:10.191732 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 934 | 2025.01.28 23:06:10.192409 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2025.01.28 23:06:10.192460 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 936 | 2025.01.28 23:06:10.193054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 937 | 2025.01.28 23:06:10.193330 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2025.01.28 23:06:10.193651 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 939 | 2025.01.28 23:06:10.258844 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 940 | 2025.01.28 23:06:10.277802 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2025.01.28 23:06:10.277866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 942 | 2025.01.28 23:06:10.284303 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 943 | 2025.01.28 23:06:10.285066 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2025.01.28 23:06:10.287709 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 945 | 2025.01.28 23:06:13.586687 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2025.01.28 23:06:13.586892 [ 3 ] {682cc852-58ec-429b-8391-bb395ed2f835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 947 | 2025.01.28 23:06:13.586966 [ 3 ] {682cc852-58ec-429b-8391-bb395ed2f835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 948 | 2025.01.28 23:06:13.587740 [ 3 ] {682cc852-58ec-429b-8391-bb395ed2f835} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 949 | 2025.01.28 23:06:13.587795 [ 3 ] {682cc852-58ec-429b-8391-bb395ed2f835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 950 | 2025.01.28 23:06:13.588239 [ 3 ] {682cc852-58ec-429b-8391-bb395ed2f835} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 951 | 2025.01.28 23:06:13.588492 [ 3 ] {682cc852-58ec-429b-8391-bb395ed2f835} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 952 | 2025.01.28 23:06:13.588708 [ 3 ] {682cc852-58ec-429b-8391-bb395ed2f835} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001869 sec., 16051.364365971107 rows/sec., 1.22 MiB/sec. | ||
| 953 | 2025.01.28 23:06:13.588774 [ 3 ] {682cc852-58ec-429b-8391-bb395ed2f835} <Debug> TCPHandler: Processed in 0.002223007 sec. | ||
| 954 | 2025.01.28 23:06:13.589041 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.01.28 23:06:13.589233 [ 254 ] {a6d47f4a-3a20-4eb9-bebd-be48bce4edd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 956 | 2025.01.28 23:06:13.589309 [ 254 ] {a6d47f4a-3a20-4eb9-bebd-be48bce4edd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 957 | 2025.01.28 23:06:13.590089 [ 254 ] {a6d47f4a-3a20-4eb9-bebd-be48bce4edd5} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2025.01.28 23:06:13.590140 [ 254 ] {a6d47f4a-3a20-4eb9-bebd-be48bce4edd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 959 | 2025.01.28 23:06:13.590587 [ 254 ] {a6d47f4a-3a20-4eb9-bebd-be48bce4edd5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 960 | 2025.01.28 23:06:13.590851 [ 254 ] {a6d47f4a-3a20-4eb9-bebd-be48bce4edd5} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2025.01.28 23:06:13.591114 [ 254 ] {a6d47f4a-3a20-4eb9-bebd-be48bce4edd5} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001932 sec., 18633.54037267081 rows/sec., 1.46 MiB/sec. | ||
| 962 | 2025.01.28 23:06:13.591257 [ 254 ] {a6d47f4a-3a20-4eb9-bebd-be48bce4edd5} <Debug> TCPHandler: Processed in 0.002348329 sec. | ||
| 963 | 2025.01.28 23:06:13.591433 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2025.01.28 23:06:13.591566 [ 3 ] {a3fbe79a-c3b6-4e79-b209-1c84969c14a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 965 | 2025.01.28 23:06:13.591628 [ 3 ] {a3fbe79a-c3b6-4e79-b209-1c84969c14a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 966 | 2025.01.28 23:06:13.592210 [ 3 ] {a3fbe79a-c3b6-4e79-b209-1c84969c14a3} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2025.01.28 23:06:13.592250 [ 3 ] {a3fbe79a-c3b6-4e79-b209-1c84969c14a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 968 | 2025.01.28 23:06:13.592666 [ 3 ] {a3fbe79a-c3b6-4e79-b209-1c84969c14a3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 969 | 2025.01.28 23:06:13.592936 [ 3 ] {a3fbe79a-c3b6-4e79-b209-1c84969c14a3} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 970 | 2025.01.28 23:06:13.593142 [ 3 ] {a3fbe79a-c3b6-4e79-b209-1c84969c14a3} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001607 sec., 68450.52893590541 rows/sec., 4.78 MiB/sec. | ||
| 971 | 2025.01.28 23:06:13.593202 [ 3 ] {a3fbe79a-c3b6-4e79-b209-1c84969c14a3} <Debug> TCPHandler: Processed in 0.001831941 sec. | ||
| 972 | 2025.01.28 23:06:13.593419 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2025.01.28 23:06:13.593547 [ 254 ] {e989c5e3-2ae5-4823-9b9d-4c566be8c988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 974 | 2025.01.28 23:06:13.593606 [ 254 ] {e989c5e3-2ae5-4823-9b9d-4c566be8c988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 975 | 2025.01.28 23:06:13.594126 [ 254 ] {e989c5e3-2ae5-4823-9b9d-4c566be8c988} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2025.01.28 23:06:13.594167 [ 254 ] {e989c5e3-2ae5-4823-9b9d-4c566be8c988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 977 | 2025.01.28 23:06:13.594565 [ 254 ] {e989c5e3-2ae5-4823-9b9d-4c566be8c988} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2025.01.28 23:06:13.594812 [ 254 ] {e989c5e3-2ae5-4823-9b9d-4c566be8c988} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 979 | 2025.01.28 23:06:13.595046 [ 254 ] {e989c5e3-2ae5-4823-9b9d-4c566be8c988} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001525 sec., 26229.50819672131 rows/sec., 1.75 MiB/sec. | ||
| 980 | 2025.01.28 23:06:13.595114 [ 254 ] {e989c5e3-2ae5-4823-9b9d-4c566be8c988} <Debug> TCPHandler: Processed in 0.00175638 sec. | ||
| 981 | 2025.01.28 23:06:17.623064 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2025.01.28 23:06:17.623147 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2025.01.28 23:06:17.688587 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 984 | 2025.01.28 23:06:17.692746 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2025.01.28 23:06:17.692803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 986 | 2025.01.28 23:06:17.694402 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 987 | 2025.01.28 23:06:17.694832 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 988 | 2025.01.28 23:06:17.694883 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 989 | 2025.01.28 23:06:17.697567 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 990 | 2025.01.28 23:06:17.697686 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2025.01.28 23:06:17.697745 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 992 | 2025.01.28 23:06:17.698278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 993 | 2025.01.28 23:06:17.698547 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2025.01.28 23:06:17.698804 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 995 | 2025.01.28 23:06:17.788775 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 996 | 2025.01.28 23:06:17.807897 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2025.01.28 23:06:17.807958 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 998 | 2025.01.28 23:06:17.814809 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 999 | 2025.01.28 23:06:17.815681 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1000 | 2025.01.28 23:06:17.819857 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1001 | 2025.01.28 23:06:18.585569 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2025.01.28 23:06:18.585817 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1003 | 2025.01.28 23:06:18.588095 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2025.01.28 23:06:18.590138 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1005 | 2025.01.28 23:06:18.590477 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2025.01.28 23:06:18.593097 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2025.01.28 23:06:18.595331 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1008 | 2025.01.28 23:06:18.600291 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2025.01.28 23:06:18.602236 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1010 | 2025.01.28 23:06:18.602267 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2025.01.28 23:06:18.604291 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1012 | 2025.01.28 23:06:18.604325 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1013 | 2025.01.28 23:06:18.622600 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.036888 sec., 487.9635653871178 rows/sec., 19.96 KiB/sec. | ||
| 1014 | 2025.01.28 23:06:18.622746 [ 3 ] {6dea1dd7-321c-4a8a-8a65-e00f378b8397} <Debug> TCPHandler: Processed in 0.037311473 sec. | ||
| 1015 | 2025.01.28 23:06:18.623613 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2025.01.28 23:06:18.623867 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1017 | 2025.01.28 23:06:18.624273 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2025.01.28 23:06:18.624320 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1019 | 2025.01.28 23:06:18.624638 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2025.01.28 23:06:18.624721 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2025.01.28 23:06:18.624906 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1022 | 2025.01.28 23:06:18.624946 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2025.01.28 23:06:18.624971 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1024 | 2025.01.28 23:06:18.624989 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1025 | 2025.01.28 23:06:18.625040 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1026 | 2025.01.28 23:06:18.625064 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1027 | 2025.01.28 23:06:18.625772 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002024 sec., 8893.280632411066 rows/sec., 363.80 KiB/sec. | ||
| 1028 | 2025.01.28 23:06:18.625904 [ 254 ] {ba39ffac-2a47-43f7-941d-f4546a1c5c7e} <Debug> TCPHandler: Processed in 0.002421121 sec. | ||
| 1029 | 2025.01.28 23:06:18.626239 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1030 | 2025.01.28 23:06:18.626429 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1031 | 2025.01.28 23:06:18.626758 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1032 | 2025.01.28 23:06:18.626802 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1033 | 2025.01.28 23:06:18.627086 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1034 | 2025.01.28 23:06:18.627157 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1035 | 2025.01.28 23:06:18.627314 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1036 | 2025.01.28 23:06:18.627349 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1037 | 2025.01.28 23:06:18.627374 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1038 | 2025.01.28 23:06:18.627391 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1039 | 2025.01.28 23:06:18.627437 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1040 | 2025.01.28 23:06:18.627461 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1041 | 2025.01.28 23:06:18.628171 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001831 sec., 9830.693610049153 rows/sec., 402.15 KiB/sec. | ||
| 1042 | 2025.01.28 23:06:18.628292 [ 3 ] {f4305011-dd0a-46b7-b5ff-5e39a1b59445} <Debug> TCPHandler: Processed in 0.002117525 sec. | ||
| 1043 | 2025.01.28 23:06:18.628991 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2025.01.28 23:06:18.629177 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1045 | 2025.01.28 23:06:18.629497 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1046 | 2025.01.28 23:06:18.629541 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1047 | 2025.01.28 23:06:18.629820 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1048 | 2025.01.28 23:06:18.629890 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1049 | 2025.01.28 23:06:18.630044 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1050 | 2025.01.28 23:06:18.630080 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1051 | 2025.01.28 23:06:18.630104 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1052 | 2025.01.28 23:06:18.630121 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1053 | 2025.01.28 23:06:18.630166 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1054 | 2025.01.28 23:06:18.630189 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1055 | 2025.01.28 23:06:18.630778 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001687 sec., 10669.82809721399 rows/sec., 436.47 KiB/sec. | ||
| 1056 | 2025.01.28 23:06:18.630899 [ 254 ] {43062573-204f-4db2-a040-5d9f243ba100} <Debug> TCPHandler: Processed in 0.001971273 sec. | ||
| 1057 | 2025.01.28 23:06:18.631234 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1058 | 2025.01.28 23:06:18.631461 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1059 | 2025.01.28 23:06:18.631882 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1060 | 2025.01.28 23:06:18.631940 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1061 | 2025.01.28 23:06:18.632257 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2025.01.28 23:06:18.632327 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2025.01.28 23:06:18.632481 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1064 | 2025.01.28 23:06:18.632522 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1065 | 2025.01.28 23:06:18.632546 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1066 | 2025.01.28 23:06:18.632564 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2025.01.28 23:06:18.632610 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1068 | 2025.01.28 23:06:18.632634 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1069 | 2025.01.28 23:06:18.633289 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00193 sec., 9326.42487046632 rows/sec., 381.52 KiB/sec. | ||
| 1070 | 2025.01.28 23:06:18.633413 [ 3 ] {0ae82304-62b0-4c68-9fd3-5dc4b0e5f5f0} <Debug> TCPHandler: Processed in 0.002247028 sec. | ||
| 1071 | 2025.01.28 23:06:18.633727 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2025.01.28 23:06:18.633944 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1073 | 2025.01.28 23:06:18.634285 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1074 | 2025.01.28 23:06:18.634330 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1075 | 2025.01.28 23:06:18.634614 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1076 | 2025.01.28 23:06:18.634687 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1077 | 2025.01.28 23:06:18.634844 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1078 | 2025.01.28 23:06:18.634879 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1079 | 2025.01.28 23:06:18.634903 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1080 | 2025.01.28 23:06:18.634920 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1081 | 2025.01.28 23:06:18.634965 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1082 | 2025.01.28 23:06:18.634988 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1083 | 2025.01.28 23:06:18.635578 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001737 sec., 10362.694300518135 rows/sec., 423.91 KiB/sec. | ||
| 1084 | 2025.01.28 23:06:18.635697 [ 254 ] {4f8b76e0-06b2-4e96-9e5e-8b67e4abb4e9} <Debug> TCPHandler: Processed in 0.002044474 sec. | ||
| 1085 | 2025.01.28 23:06:18.635975 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.01.28 23:06:18.636154 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1087 | 2025.01.28 23:06:18.636470 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1088 | 2025.01.28 23:06:18.636518 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1089 | 2025.01.28 23:06:18.636800 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1090 | 2025.01.28 23:06:18.636867 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1091 | 2025.01.28 23:06:18.637020 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1092 | 2025.01.28 23:06:18.637054 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1093 | 2025.01.28 23:06:18.637079 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1094 | 2025.01.28 23:06:18.637095 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1095 | 2025.01.28 23:06:18.637137 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1096 | 2025.01.28 23:06:18.637159 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1097 | 2025.01.28 23:06:18.637738 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001663 sec., 10823.812387251954 rows/sec., 442.77 KiB/sec. | ||
| 1098 | 2025.01.28 23:06:18.637858 [ 3 ] {172ab499-f981-42d8-b566-29af404d2572} <Debug> TCPHandler: Processed in 0.001947743 sec. | ||
| 1099 | 2025.01.28 23:06:18.638111 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2025.01.28 23:06:18.638290 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1101 | 2025.01.28 23:06:18.638609 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1102 | 2025.01.28 23:06:18.638653 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1103 | 2025.01.28 23:06:18.638941 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2025.01.28 23:06:18.639009 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1105 | 2025.01.28 23:06:18.639171 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1106 | 2025.01.28 23:06:18.639205 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1107 | 2025.01.28 23:06:18.639229 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1108 | 2025.01.28 23:06:18.639246 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1109 | 2025.01.28 23:06:18.639292 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1110 | 2025.01.28 23:06:18.639315 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1111 | 2025.01.28 23:06:18.639958 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00175 sec., 10285.714285714286 rows/sec., 420.76 KiB/sec. | ||
| 1112 | 2025.01.28 23:06:18.640076 [ 254 ] {f1cc9f9f-69fa-4076-a96f-b75643529112} <Debug> TCPHandler: Processed in 0.002024404 sec. | ||
| 1113 | 2025.01.28 23:06:18.640337 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.01.28 23:06:18.640553 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1115 | 2025.01.28 23:06:18.640928 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1116 | 2025.01.28 23:06:18.640983 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1117 | 2025.01.28 23:06:18.641277 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2025.01.28 23:06:18.641343 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1119 | 2025.01.28 23:06:18.641498 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1120 | 2025.01.28 23:06:18.641532 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1121 | 2025.01.28 23:06:18.641555 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1122 | 2025.01.28 23:06:18.641572 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1123 | 2025.01.28 23:06:18.641615 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1124 | 2025.01.28 23:06:18.641639 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1125 | 2025.01.28 23:06:18.642320 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001871 sec., 9620.523784072688 rows/sec., 393.55 KiB/sec. | ||
| 1126 | 2025.01.28 23:06:18.642438 [ 3 ] {598722a9-3d1d-42e1-aa0c-3c0b33a25866} <Debug> TCPHandler: Processed in 0.002168427 sec. | ||
| 1127 | 2025.01.28 23:06:18.642690 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2025.01.28 23:06:18.642868 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1129 | 2025.01.28 23:06:18.643185 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1130 | 2025.01.28 23:06:18.643230 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1131 | 2025.01.28 23:06:18.643515 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1132 | 2025.01.28 23:06:18.643582 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1133 | 2025.01.28 23:06:18.643733 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1134 | 2025.01.28 23:06:18.643766 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1135 | 2025.01.28 23:06:18.643788 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1136 | 2025.01.28 23:06:18.643805 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1137 | 2025.01.28 23:06:18.643848 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1138 | 2025.01.28 23:06:18.643873 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1139 | 2025.01.28 23:06:18.644441 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001657 sec., 10863.005431502716 rows/sec., 444.37 KiB/sec. | ||
| 1140 | 2025.01.28 23:06:18.644558 [ 254 ] {e324f3dd-c60c-468c-9c76-64de0c1a72e2} <Debug> TCPHandler: Processed in 0.001922062 sec. | ||
| 1141 | 2025.01.28 23:06:18.644793 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2025.01.28 23:06:18.644978 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1143 | 2025.01.28 23:06:18.645301 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1144 | 2025.01.28 23:06:18.645347 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1145 | 2025.01.28 23:06:18.645635 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1146 | 2025.01.28 23:06:18.645702 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1147 | 2025.01.28 23:06:18.645851 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1148 | 2025.01.28 23:06:18.645885 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1149 | 2025.01.28 23:06:18.645908 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1150 | 2025.01.28 23:06:18.645926 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1151 | 2025.01.28 23:06:18.645971 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1152 | 2025.01.28 23:06:18.645997 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1153 | 2025.01.28 23:06:18.646567 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001674 sec., 10752.688172043012 rows/sec., 439.86 KiB/sec. | ||
| 1154 | 2025.01.28 23:06:18.646689 [ 3 ] {1f3435e0-affc-4d5e-9792-b087d4d19773} <Debug> TCPHandler: Processed in 0.001954612 sec. | ||
| 1155 | 2025.01.28 23:06:18.646903 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.01.28 23:06:18.647085 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1157 | 2025.01.28 23:06:18.647405 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1158 | 2025.01.28 23:06:18.647451 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1159 | 2025.01.28 23:06:18.647748 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1160 | 2025.01.28 23:06:18.647815 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1161 | 2025.01.28 23:06:18.647965 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1162 | 2025.01.28 23:06:18.647997 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1163 | 2025.01.28 23:06:18.648031 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1164 | 2025.01.28 23:06:18.648049 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1165 | 2025.01.28 23:06:18.648094 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1166 | 2025.01.28 23:06:18.648119 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1167 | 2025.01.28 23:06:18.648711 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001714 sec., 10501.750291715285 rows/sec., 429.60 KiB/sec. | ||
| 1168 | 2025.01.28 23:06:18.648828 [ 254 ] {55f60817-045d-4570-9b6a-e1b43f41ed34} <Debug> TCPHandler: Processed in 0.001978213 sec. | ||
| 1169 | 2025.01.28 23:06:18.652847 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1170 | 2025.01.28 23:06:18.653049 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1171 | 2025.01.28 23:06:18.653375 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1172 | 2025.01.28 23:06:18.653425 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1173 | 2025.01.28 23:06:18.653725 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1174 | 2025.01.28 23:06:18.653791 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1175 | 2025.01.28 23:06:18.653943 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1176 | 2025.01.28 23:06:18.653976 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1177 | 2025.01.28 23:06:18.654001 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1178 | 2025.01.28 23:06:18.654018 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1179 | 2025.01.28 23:06:18.654062 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1180 | 2025.01.28 23:06:18.654087 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1181 | 2025.01.28 23:06:18.654672 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00173 sec., 10404.624277456647 rows/sec., 425.62 KiB/sec. | ||
| 1182 | 2025.01.28 23:06:18.654791 [ 3 ] {b2a732a8-9358-40e8-813e-9ccea09eb80e} <Debug> TCPHandler: Processed in 0.002000974 sec. | ||
| 1183 | 2025.01.28 23:06:18.657251 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2025.01.28 23:06:18.657384 [ 254 ] {605600d9-f8c0-493f-b288-5906afd0da38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1185 | 2025.01.28 23:06:18.657437 [ 254 ] {605600d9-f8c0-493f-b288-5906afd0da38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1186 | 2025.01.28 23:06:18.658205 [ 254 ] {605600d9-f8c0-493f-b288-5906afd0da38} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2025.01.28 23:06:18.658248 [ 254 ] {605600d9-f8c0-493f-b288-5906afd0da38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1188 | 2025.01.28 23:06:18.658779 [ 254 ] {605600d9-f8c0-493f-b288-5906afd0da38} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2025.01.28 23:06:18.659009 [ 254 ] {605600d9-f8c0-493f-b288-5906afd0da38} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2025.01.28 23:06:18.659234 [ 254 ] {605600d9-f8c0-493f-b288-5906afd0da38} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001888 sec., 6885.593220338983 rows/sec., 1.36 MiB/sec. | ||
| 1191 | 2025.01.28 23:06:18.659294 [ 254 ] {605600d9-f8c0-493f-b288-5906afd0da38} <Debug> TCPHandler: Processed in 0.002103875 sec. | ||
| 1192 | 2025.01.28 23:06:18.659478 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2025.01.28 23:06:18.659631 [ 3 ] {ca5015bc-74f8-47d6-a1cf-d48f9b8212b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1194 | 2025.01.28 23:06:18.659692 [ 3 ] {ca5015bc-74f8-47d6-a1cf-d48f9b8212b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1195 | 2025.01.28 23:06:18.660924 [ 3 ] {ca5015bc-74f8-47d6-a1cf-d48f9b8212b2} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2025.01.28 23:06:18.660972 [ 3 ] {ca5015bc-74f8-47d6-a1cf-d48f9b8212b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1197 | 2025.01.28 23:06:18.661404 [ 3 ] {ca5015bc-74f8-47d6-a1cf-d48f9b8212b2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1198 | 2025.01.28 23:06:18.661658 [ 3 ] {ca5015bc-74f8-47d6-a1cf-d48f9b8212b2} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2025.01.28 23:06:18.661884 [ 3 ] {ca5015bc-74f8-47d6-a1cf-d48f9b8212b2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002292 sec., 6108.202443280977 rows/sec., 439.71 KiB/sec. | ||
| 1200 | 2025.01.28 23:06:18.661967 [ 3 ] {ca5015bc-74f8-47d6-a1cf-d48f9b8212b2} <Debug> TCPHandler: Processed in 0.002558253 sec. | ||
| 1201 | 2025.01.28 23:06:18.662119 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2025.01.28 23:06:18.662239 [ 254 ] {2c215510-6a5a-482a-8838-4e2c2419d0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1203 | 2025.01.28 23:06:18.662288 [ 254 ] {2c215510-6a5a-482a-8838-4e2c2419d0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1204 | 2025.01.28 23:06:18.662987 [ 254 ] {2c215510-6a5a-482a-8838-4e2c2419d0dc} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2025.01.28 23:06:18.663030 [ 254 ] {2c215510-6a5a-482a-8838-4e2c2419d0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1206 | 2025.01.28 23:06:18.663417 [ 254 ] {2c215510-6a5a-482a-8838-4e2c2419d0dc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1207 | 2025.01.28 23:06:18.663654 [ 254 ] {2c215510-6a5a-482a-8838-4e2c2419d0dc} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2025.01.28 23:06:18.663879 [ 254 ] {2c215510-6a5a-482a-8838-4e2c2419d0dc} <Debug> executeQuery: Read 193 rows, 17.51 KiB in 0.001664 sec., 115985.57692307694 rows/sec., 10.28 MiB/sec. | ||
| 1209 | 2025.01.28 23:06:18.663950 [ 254 ] {2c215510-6a5a-482a-8838-4e2c2419d0dc} <Debug> TCPHandler: Processed in 0.001891482 sec. | ||
| 1210 | 2025.01.28 23:06:18.664096 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2025.01.28 23:06:18.664213 [ 3 ] {cd7f0822-b008-40a1-9d9d-804104b898fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1212 | 2025.01.28 23:06:18.664263 [ 3 ] {cd7f0822-b008-40a1-9d9d-804104b898fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1213 | 2025.01.28 23:06:18.665046 [ 3 ] {cd7f0822-b008-40a1-9d9d-804104b898fb} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2025.01.28 23:06:18.665084 [ 3 ] {cd7f0822-b008-40a1-9d9d-804104b898fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1215 | 2025.01.28 23:06:18.665449 [ 3 ] {cd7f0822-b008-40a1-9d9d-804104b898fb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1216 | 2025.01.28 23:06:18.665695 [ 3 ] {cd7f0822-b008-40a1-9d9d-804104b898fb} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2025.01.28 23:06:18.665924 [ 3 ] {cd7f0822-b008-40a1-9d9d-804104b898fb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00173 sec., 8670.520231213874 rows/sec., 611.34 KiB/sec. | ||
| 1218 | 2025.01.28 23:06:18.665982 [ 3 ] {cd7f0822-b008-40a1-9d9d-804104b898fb} <Debug> TCPHandler: Processed in 0.001943493 sec. | ||
| 1219 | 2025.01.28 23:06:18.666125 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2025.01.28 23:06:18.666247 [ 254 ] {a4d2de92-e2c2-41bb-8676-c4a473d1d3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1221 | 2025.01.28 23:06:18.666295 [ 254 ] {a4d2de92-e2c2-41bb-8676-c4a473d1d3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1222 | 2025.01.28 23:06:18.666884 [ 254 ] {a4d2de92-e2c2-41bb-8676-c4a473d1d3fc} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2025.01.28 23:06:18.666925 [ 254 ] {a4d2de92-e2c2-41bb-8676-c4a473d1d3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1224 | 2025.01.28 23:06:18.667285 [ 254 ] {a4d2de92-e2c2-41bb-8676-c4a473d1d3fc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1225 | 2025.01.28 23:06:18.667529 [ 254 ] {a4d2de92-e2c2-41bb-8676-c4a473d1d3fc} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2025.01.28 23:06:18.667736 [ 254 ] {a4d2de92-e2c2-41bb-8676-c4a473d1d3fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001515 sec., 9240.924092409241 rows/sec., 647.17 KiB/sec. | ||
| 1227 | 2025.01.28 23:06:18.667789 [ 254 ] {a4d2de92-e2c2-41bb-8676-c4a473d1d3fc} <Debug> TCPHandler: Processed in 0.001722449 sec. | ||
| 1228 | 2025.01.28 23:06:18.667936 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2025.01.28 23:06:18.668066 [ 3 ] {8b1a5f57-31df-4d79-9659-6dcd8c84d96a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1230 | 2025.01.28 23:06:18.668123 [ 3 ] {8b1a5f57-31df-4d79-9659-6dcd8c84d96a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1231 | 2025.01.28 23:06:18.668704 [ 3 ] {8b1a5f57-31df-4d79-9659-6dcd8c84d96a} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2025.01.28 23:06:18.668744 [ 3 ] {8b1a5f57-31df-4d79-9659-6dcd8c84d96a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1233 | 2025.01.28 23:06:18.669118 [ 3 ] {8b1a5f57-31df-4d79-9659-6dcd8c84d96a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1234 | 2025.01.28 23:06:18.669354 [ 3 ] {8b1a5f57-31df-4d79-9659-6dcd8c84d96a} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2025.01.28 23:06:18.669557 [ 3 ] {8b1a5f57-31df-4d79-9659-6dcd8c84d96a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001517 sec., 8569.54515491101 rows/sec., 534.31 KiB/sec. | ||
| 1236 | 2025.01.28 23:06:18.669608 [ 3 ] {8b1a5f57-31df-4d79-9659-6dcd8c84d96a} <Debug> TCPHandler: Processed in 0.001729579 sec. | ||
| 1237 | 2025.01.28 23:06:18.669758 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2025.01.28 23:06:18.669873 [ 254 ] {be316b1d-121f-4155-a8fc-8b951a6455e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1239 | 2025.01.28 23:06:18.669949 [ 254 ] {be316b1d-121f-4155-a8fc-8b951a6455e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1240 | 2025.01.28 23:06:18.670681 [ 254 ] {be316b1d-121f-4155-a8fc-8b951a6455e3} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2025.01.28 23:06:18.670721 [ 254 ] {be316b1d-121f-4155-a8fc-8b951a6455e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1242 | 2025.01.28 23:06:18.671128 [ 254 ] {be316b1d-121f-4155-a8fc-8b951a6455e3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2025.01.28 23:06:18.671380 [ 254 ] {be316b1d-121f-4155-a8fc-8b951a6455e3} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2025.01.28 23:06:18.671604 [ 254 ] {be316b1d-121f-4155-a8fc-8b951a6455e3} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.001754 sec., 206385.4047890536 rows/sec., 14.52 MiB/sec. | ||
| 1245 | 2025.01.28 23:06:18.671671 [ 254 ] {be316b1d-121f-4155-a8fc-8b951a6455e3} <Debug> TCPHandler: Processed in 0.001969893 sec. | ||
| 1246 | 2025.01.28 23:06:18.671838 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2025.01.28 23:06:18.672015 [ 3 ] {1c12ae55-5ae8-4cbb-83f0-f592ddb0ba74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1248 | 2025.01.28 23:06:18.672071 [ 3 ] {1c12ae55-5ae8-4cbb-83f0-f592ddb0ba74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1249 | 2025.01.28 23:06:18.672709 [ 3 ] {1c12ae55-5ae8-4cbb-83f0-f592ddb0ba74} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2025.01.28 23:06:18.672753 [ 3 ] {1c12ae55-5ae8-4cbb-83f0-f592ddb0ba74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1251 | 2025.01.28 23:06:18.673136 [ 3 ] {1c12ae55-5ae8-4cbb-83f0-f592ddb0ba74} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1252 | 2025.01.28 23:06:18.673398 [ 3 ] {1c12ae55-5ae8-4cbb-83f0-f592ddb0ba74} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2025.01.28 23:06:18.673713 [ 3 ] {1c12ae55-5ae8-4cbb-83f0-f592ddb0ba74} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001697 sec., 3535.6511490866237 rows/sec., 184.72 KiB/sec. | ||
| 1254 | 2025.01.28 23:06:18.673828 [ 3 ] {1c12ae55-5ae8-4cbb-83f0-f592ddb0ba74} <Debug> TCPHandler: Processed in 0.002059335 sec. | ||
| 1255 | 2025.01.28 23:06:18.674062 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2025.01.28 23:06:18.674208 [ 254 ] {746a8faa-a12a-4357-b0fa-8215d6742211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1257 | 2025.01.28 23:06:18.674265 [ 254 ] {746a8faa-a12a-4357-b0fa-8215d6742211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1258 | 2025.01.28 23:06:18.674856 [ 254 ] {746a8faa-a12a-4357-b0fa-8215d6742211} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2025.01.28 23:06:18.674896 [ 254 ] {746a8faa-a12a-4357-b0fa-8215d6742211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1260 | 2025.01.28 23:06:18.675307 [ 254 ] {746a8faa-a12a-4357-b0fa-8215d6742211} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2025.01.28 23:06:18.675551 [ 254 ] {746a8faa-a12a-4357-b0fa-8215d6742211} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.01.28 23:06:18.675761 [ 254 ] {746a8faa-a12a-4357-b0fa-8215d6742211} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001578 sec., 118504.43599493029 rows/sec., 7.87 MiB/sec. | ||
| 1263 | 2025.01.28 23:06:18.675821 [ 254 ] {746a8faa-a12a-4357-b0fa-8215d6742211} <Debug> TCPHandler: Processed in 0.001834801 sec. | ||
| 1264 | 2025.01.28 23:06:18.675980 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2025.01.28 23:06:18.676107 [ 3 ] {fb76f631-8ec1-4004-949e-68a7665e0177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1266 | 2025.01.28 23:06:18.676161 [ 3 ] {fb76f631-8ec1-4004-949e-68a7665e0177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1267 | 2025.01.28 23:06:18.676651 [ 3 ] {fb76f631-8ec1-4004-949e-68a7665e0177} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2025.01.28 23:06:18.676692 [ 3 ] {fb76f631-8ec1-4004-949e-68a7665e0177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1269 | 2025.01.28 23:06:18.677082 [ 3 ] {fb76f631-8ec1-4004-949e-68a7665e0177} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1270 | 2025.01.28 23:06:18.677328 [ 3 ] {fb76f631-8ec1-4004-949e-68a7665e0177} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2025.01.28 23:06:18.677563 [ 3 ] {fb76f631-8ec1-4004-949e-68a7665e0177} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec. | ||
| 1272 | 2025.01.28 23:06:18.677634 [ 3 ] {fb76f631-8ec1-4004-949e-68a7665e0177} <Debug> TCPHandler: Processed in 0.001721709 sec. | ||
| 1273 | 2025.01.28 23:06:18.677777 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2025.01.28 23:06:18.677896 [ 254 ] {916268ce-c80e-4bf6-b507-ea968f86d948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1275 | 2025.01.28 23:06:18.677977 [ 254 ] {916268ce-c80e-4bf6-b507-ea968f86d948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1276 | 2025.01.28 23:06:18.679256 [ 254 ] {916268ce-c80e-4bf6-b507-ea968f86d948} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2025.01.28 23:06:18.679297 [ 254 ] {916268ce-c80e-4bf6-b507-ea968f86d948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1278 | 2025.01.28 23:06:18.682004 [ 254 ] {916268ce-c80e-4bf6-b507-ea968f86d948} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1279 | 2025.01.28 23:06:18.682265 [ 254 ] {916268ce-c80e-4bf6-b507-ea968f86d948} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1280 | 2025.01.28 23:06:18.682506 [ 254 ] {916268ce-c80e-4bf6-b507-ea968f86d948} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004663 sec., 1715.633712202445 rows/sec., 3.07 MiB/sec. | ||
| 1281 | 2025.01.28 23:06:18.682642 [ 254 ] {916268ce-c80e-4bf6-b507-ea968f86d948} <Debug> TCPHandler: Processed in 0.004962683 sec. | ||
| 1282 | 2025.01.28 23:06:18.682808 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2025.01.28 23:06:18.682922 [ 3 ] {5cb43ba5-c926-426a-8544-8a466af03e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1284 | 2025.01.28 23:06:18.683040 [ 3 ] {5cb43ba5-c926-426a-8544-8a466af03e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1285 | 2025.01.28 23:06:18.683630 [ 3 ] {5cb43ba5-c926-426a-8544-8a466af03e11} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2025.01.28 23:06:18.683676 [ 3 ] {5cb43ba5-c926-426a-8544-8a466af03e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1287 | 2025.01.28 23:06:18.684107 [ 3 ] {5cb43ba5-c926-426a-8544-8a466af03e11} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1288 | 2025.01.28 23:06:18.684348 [ 3 ] {5cb43ba5-c926-426a-8544-8a466af03e11} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2025.01.28 23:06:18.684584 [ 3 ] {5cb43ba5-c926-426a-8544-8a466af03e11} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001618 sec., 38318.912237330034 rows/sec., 2.37 MiB/sec. | ||
| 1290 | 2025.01.28 23:06:18.684656 [ 3 ] {5cb43ba5-c926-426a-8544-8a466af03e11} <Debug> TCPHandler: Processed in 0.001851511 sec. | ||
| 1291 | 2025.01.28 23:06:23.588448 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2025.01.28 23:06:23.588670 [ 3 ] {049b8911-e68d-4302-99be-c450cf5ac3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1293 | 2025.01.28 23:06:23.588745 [ 3 ] {049b8911-e68d-4302-99be-c450cf5ac3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1294 | 2025.01.28 23:06:23.589563 [ 3 ] {049b8911-e68d-4302-99be-c450cf5ac3d3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.01.28 23:06:23.589621 [ 3 ] {049b8911-e68d-4302-99be-c450cf5ac3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1296 | 2025.01.28 23:06:23.590088 [ 3 ] {049b8911-e68d-4302-99be-c450cf5ac3d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1297 | 2025.01.28 23:06:23.590349 [ 3 ] {049b8911-e68d-4302-99be-c450cf5ac3d3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.01.28 23:06:23.590586 [ 3 ] {049b8911-e68d-4302-99be-c450cf5ac3d3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.18 MiB/sec. | ||
| 1299 | 2025.01.28 23:06:23.590650 [ 3 ] {049b8911-e68d-4302-99be-c450cf5ac3d3} <Debug> TCPHandler: Processed in 0.002335519 sec. | ||
| 1300 | 2025.01.28 23:06:23.590933 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2025.01.28 23:06:23.591161 [ 254 ] {83245e5a-52cc-4117-8f1e-a2ec759feb92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1302 | 2025.01.28 23:06:23.591241 [ 254 ] {83245e5a-52cc-4117-8f1e-a2ec759feb92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1303 | 2025.01.28 23:06:23.592045 [ 254 ] {83245e5a-52cc-4117-8f1e-a2ec759feb92} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2025.01.28 23:06:23.592097 [ 254 ] {83245e5a-52cc-4117-8f1e-a2ec759feb92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1305 | 2025.01.28 23:06:23.592569 [ 254 ] {83245e5a-52cc-4117-8f1e-a2ec759feb92} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1306 | 2025.01.28 23:06:23.592877 [ 254 ] {83245e5a-52cc-4117-8f1e-a2ec759feb92} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2025.01.28 23:06:23.593116 [ 254 ] {83245e5a-52cc-4117-8f1e-a2ec759feb92} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002014 sec., 31777.557100297912 rows/sec., 2.48 MiB/sec. | ||
| 1308 | 2025.01.28 23:06:23.593188 [ 254 ] {83245e5a-52cc-4117-8f1e-a2ec759feb92} <Debug> TCPHandler: Processed in 0.00239832 sec. | ||
| 1309 | 2025.01.28 23:06:23.593389 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.01.28 23:06:23.593538 [ 3 ] {2124b818-a4d5-4e6b-9e8b-23b95a298f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1311 | 2025.01.28 23:06:23.593611 [ 3 ] {2124b818-a4d5-4e6b-9e8b-23b95a298f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1312 | 2025.01.28 23:06:23.594235 [ 3 ] {2124b818-a4d5-4e6b-9e8b-23b95a298f52} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2025.01.28 23:06:23.594281 [ 3 ] {2124b818-a4d5-4e6b-9e8b-23b95a298f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1314 | 2025.01.28 23:06:23.594712 [ 3 ] {2124b818-a4d5-4e6b-9e8b-23b95a298f52} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1315 | 2025.01.28 23:06:23.594969 [ 3 ] {2124b818-a4d5-4e6b-9e8b-23b95a298f52} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2025.01.28 23:06:23.595215 [ 3 ] {2124b818-a4d5-4e6b-9e8b-23b95a298f52} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001711 sec., 75978.95967270601 rows/sec., 5.30 MiB/sec. | ||
| 1317 | 2025.01.28 23:06:23.595374 [ 3 ] {2124b818-a4d5-4e6b-9e8b-23b95a298f52} <Debug> TCPHandler: Processed in 0.002056065 sec. | ||
| 1318 | 2025.01.28 23:06:23.595583 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2025.01.28 23:06:23.595724 [ 254 ] {e0b2233c-898d-408a-b7e4-5a756f9aaffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1320 | 2025.01.28 23:06:23.595785 [ 254 ] {e0b2233c-898d-408a-b7e4-5a756f9aaffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1321 | 2025.01.28 23:06:23.596315 [ 254 ] {e0b2233c-898d-408a-b7e4-5a756f9aaffb} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2025.01.28 23:06:23.596355 [ 254 ] {e0b2233c-898d-408a-b7e4-5a756f9aaffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1323 | 2025.01.28 23:06:23.596829 [ 254 ] {e0b2233c-898d-408a-b7e4-5a756f9aaffb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1324 | 2025.01.28 23:06:23.597144 [ 254 ] {e0b2233c-898d-408a-b7e4-5a756f9aaffb} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2025.01.28 23:06:23.597359 [ 254 ] {e0b2233c-898d-408a-b7e4-5a756f9aaffb} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001669 sec., 28759.736369083286 rows/sec., 1.93 MiB/sec. | ||
| 1326 | 2025.01.28 23:06:23.597447 [ 254 ] {e0b2233c-898d-408a-b7e4-5a756f9aaffb} <Debug> TCPHandler: Processed in 0.001932632 sec. | ||
| 1327 | 2025.01.28 23:06:25.199885 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1328 | 2025.01.28 23:06:25.200542 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2025.01.28 23:06:25.200588 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1330 | 2025.01.28 23:06:25.201148 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1331 | 2025.01.28 23:06:25.201403 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2025.01.28 23:06:25.201640 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1333 | 2025.01.28 23:06:25.320904 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1334 | 2025.01.28 23:06:25.341282 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1335 | 2025.01.28 23:06:25.341344 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1336 | 2025.01.28 23:06:25.348119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1337 | 2025.01.28 23:06:25.348875 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1338 | 2025.01.28 23:06:25.351713 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1339 | 2025.01.28 23:06:27.697892 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1340 | 2025.01.28 23:06:27.701549 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1341 | 2025.01.28 23:06:27.701608 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1342 | 2025.01.28 23:06:27.703193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1343 | 2025.01.28 23:06:27.703513 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1344 | 2025.01.28 23:06:27.704122 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1345 | 2025.01.28 23:06:28.595812 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.01.28 23:06:28.596023 [ 3 ] {262d48fe-3f8e-4066-801c-1004dc063bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1347 | 2025.01.28 23:06:28.596102 [ 3 ] {262d48fe-3f8e-4066-801c-1004dc063bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1348 | 2025.01.28 23:06:28.596855 [ 3 ] {262d48fe-3f8e-4066-801c-1004dc063bd8} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1349 | 2025.01.28 23:06:28.596896 [ 3 ] {262d48fe-3f8e-4066-801c-1004dc063bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1350 | 2025.01.28 23:06:28.597339 [ 3 ] {262d48fe-3f8e-4066-801c-1004dc063bd8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1351 | 2025.01.28 23:06:28.597592 [ 3 ] {262d48fe-3f8e-4066-801c-1004dc063bd8} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1352 | 2025.01.28 23:06:28.597809 [ 3 ] {262d48fe-3f8e-4066-801c-1004dc063bd8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00184 sec., 7608.695652173913 rows/sec., 547.72 KiB/sec. | ||
| 1353 | 2025.01.28 23:06:28.597876 [ 3 ] {262d48fe-3f8e-4066-801c-1004dc063bd8} <Debug> TCPHandler: Processed in 0.002204757 sec. | ||
| 1354 | 2025.01.28 23:06:28.598139 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.28 23:06:28.598349 [ 254 ] {20840e76-205a-4d04-b180-c32d4e542262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1356 | 2025.01.28 23:06:28.598421 [ 254 ] {20840e76-205a-4d04-b180-c32d4e542262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1357 | 2025.01.28 23:06:28.599235 [ 254 ] {20840e76-205a-4d04-b180-c32d4e542262} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1358 | 2025.01.28 23:06:28.599282 [ 254 ] {20840e76-205a-4d04-b180-c32d4e542262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1359 | 2025.01.28 23:06:28.599743 [ 254 ] {20840e76-205a-4d04-b180-c32d4e542262} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1360 | 2025.01.28 23:06:28.600002 [ 254 ] {20840e76-205a-4d04-b180-c32d4e542262} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1361 | 2025.01.28 23:06:28.600246 [ 254 ] {20840e76-205a-4d04-b180-c32d4e542262} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001954 sec., 112077.7891504606 rows/sec., 9.78 MiB/sec. | ||
| 1362 | 2025.01.28 23:06:28.600310 [ 254 ] {20840e76-205a-4d04-b180-c32d4e542262} <Debug> TCPHandler: Processed in 0.002307049 sec. | ||
| 1363 | 2025.01.28 23:06:28.600524 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.01.28 23:06:28.600752 [ 3 ] {746e3b4a-3f59-4b30-9664-705810e20382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1365 | 2025.01.28 23:06:28.600844 [ 3 ] {746e3b4a-3f59-4b30-9664-705810e20382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1366 | 2025.01.28 23:06:28.601674 [ 3 ] {746e3b4a-3f59-4b30-9664-705810e20382} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2025.01.28 23:06:28.601711 [ 3 ] {746e3b4a-3f59-4b30-9664-705810e20382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1368 | 2025.01.28 23:06:28.602065 [ 3 ] {746e3b4a-3f59-4b30-9664-705810e20382} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1369 | 2025.01.28 23:06:28.602310 [ 3 ] {746e3b4a-3f59-4b30-9664-705810e20382} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2025.01.28 23:06:28.602552 [ 3 ] {746e3b4a-3f59-4b30-9664-705810e20382} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001835 sec., 8174.386920980926 rows/sec., 576.36 KiB/sec. | ||
| 1371 | 2025.01.28 23:06:28.602651 [ 3 ] {746e3b4a-3f59-4b30-9664-705810e20382} <Debug> TCPHandler: Processed in 0.002237638 sec. | ||
| 1372 | 2025.01.28 23:06:28.602824 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.01.28 23:06:28.602968 [ 254 ] {7e790794-1d31-4b29-87fa-2efdf416f450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1374 | 2025.01.28 23:06:28.603028 [ 254 ] {7e790794-1d31-4b29-87fa-2efdf416f450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1375 | 2025.01.28 23:06:28.603657 [ 254 ] {7e790794-1d31-4b29-87fa-2efdf416f450} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2025.01.28 23:06:28.603698 [ 254 ] {7e790794-1d31-4b29-87fa-2efdf416f450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1377 | 2025.01.28 23:06:28.604060 [ 254 ] {7e790794-1d31-4b29-87fa-2efdf416f450} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1378 | 2025.01.28 23:06:28.604303 [ 254 ] {7e790794-1d31-4b29-87fa-2efdf416f450} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2025.01.28 23:06:28.604502 [ 254 ] {7e790794-1d31-4b29-87fa-2efdf416f450} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001567 sec., 8934.269304403319 rows/sec., 625.70 KiB/sec. | ||
| 1380 | 2025.01.28 23:06:28.604558 [ 254 ] {7e790794-1d31-4b29-87fa-2efdf416f450} <Debug> TCPHandler: Processed in 0.0018035 sec. | ||
| 1381 | 2025.01.28 23:06:28.604706 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.01.28 23:06:28.604843 [ 3 ] {aaa0d64a-b45a-4b2b-8888-78349ae40cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1383 | 2025.01.28 23:06:28.604901 [ 3 ] {aaa0d64a-b45a-4b2b-8888-78349ae40cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1384 | 2025.01.28 23:06:28.605537 [ 3 ] {aaa0d64a-b45a-4b2b-8888-78349ae40cdc} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.01.28 23:06:28.605576 [ 3 ] {aaa0d64a-b45a-4b2b-8888-78349ae40cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1386 | 2025.01.28 23:06:28.605927 [ 3 ] {aaa0d64a-b45a-4b2b-8888-78349ae40cdc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1387 | 2025.01.28 23:06:28.606162 [ 3 ] {aaa0d64a-b45a-4b2b-8888-78349ae40cdc} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2025.01.28 23:06:28.606376 [ 3 ] {aaa0d64a-b45a-4b2b-8888-78349ae40cdc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 1389 | 2025.01.28 23:06:28.606427 [ 3 ] {aaa0d64a-b45a-4b2b-8888-78349ae40cdc} <Debug> TCPHandler: Processed in 0.00178653 sec. | ||
| 1390 | 2025.01.28 23:06:28.606577 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.01.28 23:06:28.606716 [ 254 ] {59d347ad-bbcd-4297-abc9-834d25b50e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1392 | 2025.01.28 23:06:28.606775 [ 254 ] {59d347ad-bbcd-4297-abc9-834d25b50e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1393 | 2025.01.28 23:06:28.607567 [ 254 ] {59d347ad-bbcd-4297-abc9-834d25b50e63} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2025.01.28 23:06:28.607607 [ 254 ] {59d347ad-bbcd-4297-abc9-834d25b50e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1395 | 2025.01.28 23:06:28.607991 [ 254 ] {59d347ad-bbcd-4297-abc9-834d25b50e63} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1396 | 2025.01.28 23:06:28.608237 [ 254 ] {59d347ad-bbcd-4297-abc9-834d25b50e63} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2025.01.28 23:06:28.608455 [ 254 ] {59d347ad-bbcd-4297-abc9-834d25b50e63} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001769 sec., 220463.53872244206 rows/sec., 15.64 MiB/sec. | ||
| 1398 | 2025.01.28 23:06:28.608508 [ 254 ] {59d347ad-bbcd-4297-abc9-834d25b50e63} <Debug> TCPHandler: Processed in 0.001998233 sec. | ||
| 1399 | 2025.01.28 23:06:28.608669 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.01.28 23:06:28.608808 [ 3 ] {6eefaa9a-ac35-47d2-b47a-05a795aa179e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1401 | 2025.01.28 23:06:28.608866 [ 3 ] {6eefaa9a-ac35-47d2-b47a-05a795aa179e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1402 | 2025.01.28 23:06:28.609404 [ 3 ] {6eefaa9a-ac35-47d2-b47a-05a795aa179e} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.01.28 23:06:28.609442 [ 3 ] {6eefaa9a-ac35-47d2-b47a-05a795aa179e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1404 | 2025.01.28 23:06:28.609800 [ 3 ] {6eefaa9a-ac35-47d2-b47a-05a795aa179e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1405 | 2025.01.28 23:06:28.610032 [ 3 ] {6eefaa9a-ac35-47d2-b47a-05a795aa179e} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.01.28 23:06:28.610255 [ 3 ] {6eefaa9a-ac35-47d2-b47a-05a795aa179e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec. | ||
| 1407 | 2025.01.28 23:06:28.610309 [ 3 ] {6eefaa9a-ac35-47d2-b47a-05a795aa179e} <Debug> TCPHandler: Processed in 0.001706578 sec. | ||
| 1408 | 2025.01.28 23:06:28.610464 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.28 23:06:28.610604 [ 254 ] {f6a7e3d4-2418-4784-9a65-de0659428a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1410 | 2025.01.28 23:06:28.610666 [ 254 ] {f6a7e3d4-2418-4784-9a65-de0659428a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1411 | 2025.01.28 23:06:28.611355 [ 254 ] {f6a7e3d4-2418-4784-9a65-de0659428a64} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2025.01.28 23:06:28.611394 [ 254 ] {f6a7e3d4-2418-4784-9a65-de0659428a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1413 | 2025.01.28 23:06:28.611802 [ 254 ] {f6a7e3d4-2418-4784-9a65-de0659428a64} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1414 | 2025.01.28 23:06:28.612037 [ 254 ] {f6a7e3d4-2418-4784-9a65-de0659428a64} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2025.01.28 23:06:28.612281 [ 254 ] {f6a7e3d4-2418-4784-9a65-de0659428a64} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001703 sec., 139166.17733411625 rows/sec., 9.33 MiB/sec. | ||
| 1416 | 2025.01.28 23:06:28.612364 [ 254 ] {f6a7e3d4-2418-4784-9a65-de0659428a64} <Debug> TCPHandler: Processed in 0.001970053 sec. | ||
| 1417 | 2025.01.28 23:06:28.612571 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.01.28 23:06:28.612796 [ 3 ] {89cf6625-f9ce-4636-892a-578bc1ae38d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1419 | 2025.01.28 23:06:28.612891 [ 3 ] {89cf6625-f9ce-4636-892a-578bc1ae38d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1420 | 2025.01.28 23:06:28.613562 [ 3 ] {89cf6625-f9ce-4636-892a-578bc1ae38d3} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.01.28 23:06:28.613601 [ 3 ] {89cf6625-f9ce-4636-892a-578bc1ae38d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1422 | 2025.01.28 23:06:28.613949 [ 3 ] {89cf6625-f9ce-4636-892a-578bc1ae38d3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1423 | 2025.01.28 23:06:28.614184 [ 3 ] {89cf6625-f9ce-4636-892a-578bc1ae38d3} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2025.01.28 23:06:28.614409 [ 3 ] {89cf6625-f9ce-4636-892a-578bc1ae38d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001663 sec., 601.3229104028864 rows/sec., 40.52 KiB/sec. | ||
| 1425 | 2025.01.28 23:06:28.614460 [ 3 ] {89cf6625-f9ce-4636-892a-578bc1ae38d3} <Debug> TCPHandler: Processed in 0.002000423 sec. | ||
| 1426 | 2025.01.28 23:06:28.614606 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.01.28 23:06:28.614744 [ 254 ] {41b1c427-f71f-46f9-8463-317f76422f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1428 | 2025.01.28 23:06:28.614835 [ 254 ] {41b1c427-f71f-46f9-8463-317f76422f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1429 | 2025.01.28 23:06:28.616003 [ 254 ] {41b1c427-f71f-46f9-8463-317f76422f41} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.01.28 23:06:28.616044 [ 254 ] {41b1c427-f71f-46f9-8463-317f76422f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1431 | 2025.01.28 23:06:28.616711 [ 254 ] {41b1c427-f71f-46f9-8463-317f76422f41} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1432 | 2025.01.28 23:06:28.616969 [ 254 ] {41b1c427-f71f-46f9-8463-317f76422f41} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2025.01.28 23:06:28.617199 [ 254 ] {41b1c427-f71f-46f9-8463-317f76422f41} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002486 sec., 3218.0209171359616 rows/sec., 5.77 MiB/sec. | ||
| 1434 | 2025.01.28 23:06:28.617301 [ 254 ] {41b1c427-f71f-46f9-8463-317f76422f41} <Debug> TCPHandler: Processed in 0.002763876 sec. | ||
| 1435 | 2025.01.28 23:06:28.617499 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.01.28 23:06:28.617638 [ 3 ] {fba2f0e1-e140-4b64-8ce3-23f5516d433e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1437 | 2025.01.28 23:06:28.617698 [ 3 ] {fba2f0e1-e140-4b64-8ce3-23f5516d433e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1438 | 2025.01.28 23:06:28.618274 [ 3 ] {fba2f0e1-e140-4b64-8ce3-23f5516d433e} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.01.28 23:06:28.618320 [ 3 ] {fba2f0e1-e140-4b64-8ce3-23f5516d433e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. | ||
| 1440 | 2025.01.28 23:06:28.618688 [ 3 ] {fba2f0e1-e140-4b64-8ce3-23f5516d433e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1441 | 2025.01.28 23:06:28.618925 [ 3 ] {fba2f0e1-e140-4b64-8ce3-23f5516d433e} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.01.28 23:06:28.619148 [ 3 ] {fba2f0e1-e140-4b64-8ce3-23f5516d433e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00154 sec., 53246.75324675325 rows/sec., 3.38 MiB/sec. | ||
| 1443 | 2025.01.28 23:06:28.619198 [ 3 ] {fba2f0e1-e140-4b64-8ce3-23f5516d433e} <Debug> TCPHandler: Processed in 0.001766689 sec. | ||
| 1444 | 2025.01.28 23:06:32.623209 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1445 | 2025.01.28 23:06:32.623273 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1446 | 2025.01.28 23:06:32.701851 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1447 | 2025.01.28 23:06:32.702483 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.01.28 23:06:32.702526 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1449 | 2025.01.28 23:06:32.703138 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1450 | 2025.01.28 23:06:32.703400 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.01.28 23:06:32.703539 [ 74 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1452 | 2025.01.28 23:06:32.703607 [ 74 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1453 | 2025.01.28 23:06:32.703614 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1454 | 2025.01.28 23:06:32.703637 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1455 | 2025.01.28 23:06:32.707752 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 1456 | 2025.01.28 23:06:32.708037 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1457 | 2025.01.28 23:06:32.708191 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1458 | 2025.01.28 23:06:32.708408 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1459 | 2025.01.28 23:06:32.708649 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1460 | 2025.01.28 23:06:32.708874 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1461 | 2025.01.28 23:06:32.709021 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1462 | 2025.01.28 23:06:32.709244 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1463 | 2025.01.28 23:06:32.733895 [ 190 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.030168254 sec., 93011.68042406433 rows/sec., 1.33 MiB/sec. | ||
| 1464 | 2025.01.28 23:06:32.734601 [ 190 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1465 | 2025.01.28 23:06:32.734954 [ 190 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1466 | 2025.01.28 23:06:32.735044 [ 190 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_6_1} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1467 | 2025.01.28 23:06:32.735187 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1468 | 2025.01.28 23:06:32.851876 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1469 | 2025.01.28 23:06:32.872372 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.01.28 23:06:32.872433 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1471 | 2025.01.28 23:06:32.879289 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1472 | 2025.01.28 23:06:32.880055 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.01.28 23:06:32.880468 [ 74 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2025.01.28 23:06:32.880626 [ 74 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.01.28 23:06:32.880723 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1476 | 2025.01.28 23:06:32.881245 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 1477 | 2025.01.28 23:06:32.896340 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1478 | 2025.01.28 23:06:32.897899 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1479 | 2025.01.28 23:06:32.899693 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 1480 | 2025.01.28 23:06:32.905464 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 1481 | 2025.01.28 23:06:32.910992 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 1482 | 2025.01.28 23:06:32.916181 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 1483 | 2025.01.28 23:06:32.925309 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 1484 | 2025.01.28 23:06:32.930139 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 1485 | 2025.01.28 23:06:32.989913 [ 186 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.10896946 sec., 422.13662433492834 rows/sec., 2.18 MiB/sec. | ||
| 1486 | 2025.01.28 23:06:32.992668 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1487 | 2025.01.28 23:06:32.995615 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_6_1} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1488 | 2025.01.28 23:06:32.995732 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_6_1} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1489 | 2025.01.28 23:06:32.998250 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1490 | 2025.01.28 23:06:33.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.71 MiB, peak 170.25 MiB, free memory in arenas 0.00 B, will set to 164.24 MiB (RSS), difference: 3.53 MiB | ||
| 1491 | 2025.01.28 23:06:33.589159 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1492 | 2025.01.28 23:06:33.589354 [ 3 ] {04a9b720-94f4-4eeb-9863-8e02dc62f43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1493 | 2025.01.28 23:06:33.589428 [ 3 ] {04a9b720-94f4-4eeb-9863-8e02dc62f43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1494 | 2025.01.28 23:06:33.590223 [ 3 ] {04a9b720-94f4-4eeb-9863-8e02dc62f43b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.01.28 23:06:33.590273 [ 3 ] {04a9b720-94f4-4eeb-9863-8e02dc62f43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1496 | 2025.01.28 23:06:33.590745 [ 3 ] {04a9b720-94f4-4eeb-9863-8e02dc62f43b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1497 | 2025.01.28 23:06:33.591016 [ 3 ] {04a9b720-94f4-4eeb-9863-8e02dc62f43b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.01.28 23:06:33.591215 [ 72 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1499 | 2025.01.28 23:06:33.591263 [ 3 ] {04a9b720-94f4-4eeb-9863-8e02dc62f43b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec. | ||
| 1500 | 2025.01.28 23:06:33.591281 [ 72 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1501 | 2025.01.28 23:06:33.591346 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1502 | 2025.01.28 23:06:33.591405 [ 3 ] {04a9b720-94f4-4eeb-9863-8e02dc62f43b} <Debug> TCPHandler: Processed in 0.00237228 sec. | ||
| 1503 | 2025.01.28 23:06:33.591616 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 1504 | 2025.01.28 23:06:33.591703 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1505 | 2025.01.28 23:06:33.591814 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1506 | 2025.01.28 23:06:33.591863 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1507 | 2025.01.28 23:06:33.591909 [ 254 ] {21e4a1ae-768f-49c9-8b9d-241a62a3a06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1508 | 2025.01.28 23:06:33.592007 [ 254 ] {21e4a1ae-768f-49c9-8b9d-241a62a3a06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1509 | 2025.01.28 23:06:33.592096 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1510 | 2025.01.28 23:06:33.592581 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 193 rows starting from the beginning of the part | ||
| 1511 | 2025.01.28 23:06:33.592904 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1512 | 2025.01.28 23:06:33.593321 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1513 | 2025.01.28 23:06:33.593710 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1514 | 2025.01.28 23:06:33.594938 [ 254 ] {21e4a1ae-768f-49c9-8b9d-241a62a3a06e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1515 | 2025.01.28 23:06:33.594989 [ 254 ] {21e4a1ae-768f-49c9-8b9d-241a62a3a06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1516 | 2025.01.28 23:06:33.595693 [ 254 ] {21e4a1ae-768f-49c9-8b9d-241a62a3a06e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1517 | 2025.01.28 23:06:33.595830 [ 186 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.004354673 sec., 134108.8067921518 rows/sec., 11.86 MiB/sec. | ||
| 1518 | 2025.01.28 23:06:33.596081 [ 254 ] {21e4a1ae-768f-49c9-8b9d-241a62a3a06e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1519 | 2025.01.28 23:06:33.596105 [ 186 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1520 | 2025.01.28 23:06:33.596374 [ 72 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1521 | 2025.01.28 23:06:33.596456 [ 72 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1522 | 2025.01.28 23:06:33.596512 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1523 | 2025.01.28 23:06:33.596695 [ 254 ] {21e4a1ae-768f-49c9-8b9d-241a62a3a06e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004816 sec., 13289.036544850498 rows/sec., 1.04 MiB/sec. | ||
| 1524 | 2025.01.28 23:06:33.597158 [ 254 ] {21e4a1ae-768f-49c9-8b9d-241a62a3a06e} <Debug> TCPHandler: Processed in 0.005596334 sec. | ||
| 1525 | 2025.01.28 23:06:33.597170 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 1526 | 2025.01.28 23:06:33.597177 [ 186 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1527 | 2025.01.28 23:06:33.597487 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1528 | 2025.01.28 23:06:33.597676 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1529 | 2025.01.28 23:06:33.597782 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1530 | 2025.01.28 23:06:33.597807 [ 186 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_6_1} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1531 | 2025.01.28 23:06:33.598132 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1532 | 2025.01.28 23:06:33.598189 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1533 | 2025.01.28 23:06:33.598464 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 362 rows starting from the beginning of the part | ||
| 1534 | 2025.01.28 23:06:33.598492 [ 3 ] {73963d3f-9182-42f6-a34f-35e93a6cfc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1535 | 2025.01.28 23:06:33.598724 [ 3 ] {73963d3f-9182-42f6-a34f-35e93a6cfc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1536 | 2025.01.28 23:06:33.598759 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1537 | 2025.01.28 23:06:33.599070 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1538 | 2025.01.28 23:06:33.599745 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1539 | 2025.01.28 23:06:33.601334 [ 3 ] {73963d3f-9182-42f6-a34f-35e93a6cfc24} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2025.01.28 23:06:33.601407 [ 3 ] {73963d3f-9182-42f6-a34f-35e93a6cfc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1541 | 2025.01.28 23:06:33.602420 [ 3 ] {73963d3f-9182-42f6-a34f-35e93a6cfc24} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1542 | 2025.01.28 23:06:33.602609 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 5 columns (5 merged, 0 gathered) in 0.005942979 sec., 160189.0230471957 rows/sec., 12.18 MiB/sec. | ||
| 1543 | 2025.01.28 23:06:33.602862 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1544 | 2025.01.28 23:06:33.602890 [ 3 ] {73963d3f-9182-42f6-a34f-35e93a6cfc24} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2025.01.28 23:06:33.603180 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1546 | 2025.01.28 23:06:33.603275 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2025.01.28 23:06:33.603340 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1548 | 2025.01.28 23:06:33.603542 [ 3 ] {73963d3f-9182-42f6-a34f-35e93a6cfc24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005626 sec., 28439.38855314611 rows/sec., 1.98 MiB/sec. | ||
| 1549 | 2025.01.28 23:06:33.603617 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2025.01.28 23:06:33.603738 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 1551 | 2025.01.28 23:06:33.603893 [ 3 ] {73963d3f-9182-42f6-a34f-35e93a6cfc24} <Debug> TCPHandler: Processed in 0.006588519 sec. | ||
| 1552 | 2025.01.28 23:06:33.603930 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_6_1} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1553 | 2025.01.28 23:06:33.604184 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1554 | 2025.01.28 23:06:33.604233 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1555 | 2025.01.28 23:06:33.604232 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1556 | 2025.01.28 23:06:33.604321 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 44 rows starting from the beginning of the part | ||
| 1557 | 2025.01.28 23:06:33.604582 [ 254 ] {eda36148-0bb2-442a-9748-ac9ffa776591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1558 | 2025.01.28 23:06:33.604659 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
| 1559 | 2025.01.28 23:06:33.604754 [ 254 ] {eda36148-0bb2-442a-9748-ac9ffa776591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1560 | 2025.01.28 23:06:33.605036 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 187 rows starting from the beginning of the part | ||
| 1561 | 2025.01.28 23:06:33.605356 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 130 rows starting from the beginning of the part | ||
| 1562 | 2025.01.28 23:06:33.605836 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1563 | 2025.01.28 23:06:33.606123 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1564 | 2025.01.28 23:06:33.607033 [ 254 ] {eda36148-0bb2-442a-9748-ac9ffa776591} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1565 | 2025.01.28 23:06:33.607097 [ 254 ] {eda36148-0bb2-442a-9748-ac9ffa776591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1566 | 2025.01.28 23:06:33.608191 [ 254 ] {eda36148-0bb2-442a-9748-ac9ffa776591} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1567 | 2025.01.28 23:06:33.608675 [ 254 ] {eda36148-0bb2-442a-9748-ac9ffa776591} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1568 | 2025.01.28 23:06:33.609009 [ 72 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1569 | 2025.01.28 23:06:33.609121 [ 72 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2025.01.28 23:06:33.609211 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1571 | 2025.01.28 23:06:33.609432 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.005946729 sec., 145962.59557144775 rows/sec., 9.97 MiB/sec. | ||
| 1572 | 2025.01.28 23:06:33.609551 [ 254 ] {eda36148-0bb2-442a-9748-ac9ffa776591} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00509 sec., 11787.819253438114 rows/sec., 813.48 KiB/sec. | ||
| 1573 | 2025.01.28 23:06:33.609810 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 1574 | 2025.01.28 23:06:33.609984 [ 254 ] {eda36148-0bb2-442a-9748-ac9ffa776591} <Debug> TCPHandler: Processed in 0.005949169 sec. | ||
| 1575 | 2025.01.28 23:06:33.610117 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1576 | 2025.01.28 23:06:33.610593 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1577 | 2025.01.28 23:06:33.610662 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 1578 | 2025.01.28 23:06:33.610887 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1579 | 2025.01.28 23:06:33.611203 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part | ||
| 1580 | 2025.01.28 23:06:33.611223 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1581 | 2025.01.28 23:06:33.611552 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1582 | 2025.01.28 23:06:33.611566 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part | ||
| 1583 | 2025.01.28 23:06:33.611801 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1584 | 2025.01.28 23:06:33.611861 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1585 | 2025.01.28 23:06:33.612016 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1586 | 2025.01.28 23:06:33.613138 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 4 columns (4 merged, 0 gathered) in 0.003797863 sec., 81098.23866737689 rows/sec., 5.28 MiB/sec. | ||
| 1587 | 2025.01.28 23:06:33.613272 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1588 | 2025.01.28 23:06:33.613551 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2025.01.28 23:06:33.613625 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_6_1} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1590 | 2025.01.28 23:06:33.613696 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1591 | 2025.01.28 23:06:35.897418 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1592 | 2025.01.28 23:06:35.897709 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1593 | 2025.01.28 23:06:35.898138 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1594 | 2025.01.28 23:06:35.898190 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1595 | 2025.01.28 23:06:35.898547 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1596 | 2025.01.28 23:06:35.898634 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1597 | 2025.01.28 23:06:35.898815 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1598 | 2025.01.28 23:06:35.899067 [ 295 ] {81640630-0287-4097-a3ad-97b053391397} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1599 | 2025.01.28 23:06:35.899102 [ 296 ] {81640630-0287-4097-a3ad-97b053391397} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1600 | 2025.01.28 23:06:35.899244 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 1601 | 2025.01.28 23:06:35.899281 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1602 | 2025.01.28 23:06:35.903208 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1603 | 2025.01.28 23:06:35.903243 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1604 | 2025.01.28 23:06:35.903304 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1605 | 2025.01.28 23:06:35.903353 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1606 | 2025.01.28 23:06:35.904966 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.007384 sec., 4198.266522210184 rows/sec., 158.44 KiB/sec. | ||
| 1607 | 2025.01.28 23:06:35.905147 [ 3 ] {81640630-0287-4097-a3ad-97b053391397} <Debug> TCPHandler: Processed in 0.007870252 sec. | ||
| 1608 | 2025.01.28 23:06:35.905635 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1609 | 2025.01.28 23:06:35.905887 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1610 | 2025.01.28 23:06:35.906322 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1611 | 2025.01.28 23:06:35.906373 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1612 | 2025.01.28 23:06:35.906733 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1613 | 2025.01.28 23:06:35.906815 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1614 | 2025.01.28 23:06:35.907000 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1615 | 2025.01.28 23:06:35.907134 [ 295 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1616 | 2025.01.28 23:06:35.907131 [ 297 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1617 | 2025.01.28 23:06:35.907265 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 1618 | 2025.01.28 23:06:35.907294 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1619 | 2025.01.28 23:06:35.907389 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1620 | 2025.01.28 23:06:35.907414 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1621 | 2025.01.28 23:06:35.907459 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1622 | 2025.01.28 23:06:35.907509 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1623 | 2025.01.28 23:06:35.908562 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002803 sec., 11059.579022475918 rows/sec., 417.38 KiB/sec. | ||
| 1624 | 2025.01.28 23:06:35.908729 [ 254 ] {1d0d3b4c-f377-4d86-aebb-617924ace7a8} <Debug> TCPHandler: Processed in 0.003219913 sec. | ||
| 1625 | 2025.01.28 23:06:35.909019 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1626 | 2025.01.28 23:06:35.909261 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1627 | 2025.01.28 23:06:35.909666 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1628 | 2025.01.28 23:06:35.909715 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1629 | 2025.01.28 23:06:35.910035 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1630 | 2025.01.28 23:06:35.910103 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1631 | 2025.01.28 23:06:35.910260 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1632 | 2025.01.28 23:06:35.910369 [ 296 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1633 | 2025.01.28 23:06:35.910382 [ 297 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1634 | 2025.01.28 23:06:35.910490 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 1635 | 2025.01.28 23:06:35.910520 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1636 | 2025.01.28 23:06:35.910614 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1637 | 2025.01.28 23:06:35.910641 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1638 | 2025.01.28 23:06:35.910691 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1639 | 2025.01.28 23:06:35.910748 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1640 | 2025.01.28 23:06:35.912034 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002898 sec., 10697.032436162872 rows/sec., 403.70 KiB/sec. | ||
| 1641 | 2025.01.28 23:06:35.912199 [ 3 ] {5819f798-1fba-41b9-85f3-3c41a5fff628} <Debug> TCPHandler: Processed in 0.003251284 sec. | ||
| 1642 | 2025.01.28 23:06:35.912516 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1643 | 2025.01.28 23:06:35.912733 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1644 | 2025.01.28 23:06:35.913092 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1645 | 2025.01.28 23:06:35.913143 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1646 | 2025.01.28 23:06:35.913466 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1647 | 2025.01.28 23:06:35.913536 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1648 | 2025.01.28 23:06:35.913696 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1649 | 2025.01.28 23:06:35.913801 [ 295 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1650 | 2025.01.28 23:06:35.913818 [ 297 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1651 | 2025.01.28 23:06:35.913922 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 1652 | 2025.01.28 23:06:35.913952 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1653 | 2025.01.28 23:06:35.914037 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1654 | 2025.01.28 23:06:35.914059 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1655 | 2025.01.28 23:06:35.914102 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1656 | 2025.01.28 23:06:35.914152 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1657 | 2025.01.28 23:06:35.915197 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002563 sec., 12095.200936402653 rows/sec., 456.47 KiB/sec. | ||
| 1658 | 2025.01.28 23:06:35.915337 [ 254 ] {b39edf1c-f9bb-46c2-9115-31e554b0cc6f} <Debug> TCPHandler: Processed in 0.002889258 sec. | ||
| 1659 | 2025.01.28 23:06:35.915613 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2025.01.28 23:06:35.915813 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1661 | 2025.01.28 23:06:35.916163 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1662 | 2025.01.28 23:06:35.916212 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1663 | 2025.01.28 23:06:35.916535 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1664 | 2025.01.28 23:06:35.916601 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1665 | 2025.01.28 23:06:35.916755 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1666 | 2025.01.28 23:06:35.916876 [ 296 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1667 | 2025.01.28 23:06:35.916878 [ 295 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1668 | 2025.01.28 23:06:35.916987 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 1669 | 2025.01.28 23:06:35.917015 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1670 | 2025.01.28 23:06:35.917100 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1671 | 2025.01.28 23:06:35.917121 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1672 | 2025.01.28 23:06:35.917165 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1673 | 2025.01.28 23:06:35.917215 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1674 | 2025.01.28 23:06:35.918252 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002541 sec., 12199.921290830382 rows/sec., 460.42 KiB/sec. | ||
| 1675 | 2025.01.28 23:06:35.918409 [ 3 ] {10447408-2a3f-4759-b6a6-a5d603cf1081} <Debug> TCPHandler: Processed in 0.002858628 sec. | ||
| 1676 | 2025.01.28 23:06:35.918678 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1677 | 2025.01.28 23:06:35.918909 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1678 | 2025.01.28 23:06:35.919324 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1679 | 2025.01.28 23:06:35.919384 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1680 | 2025.01.28 23:06:35.919746 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1681 | 2025.01.28 23:06:35.919814 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1682 | 2025.01.28 23:06:35.919968 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1683 | 2025.01.28 23:06:35.920075 [ 297 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1684 | 2025.01.28 23:06:35.920091 [ 295 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1685 | 2025.01.28 23:06:35.920191 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 1686 | 2025.01.28 23:06:35.920216 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1687 | 2025.01.28 23:06:35.920298 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1688 | 2025.01.28 23:06:35.920319 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1689 | 2025.01.28 23:06:35.920361 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1690 | 2025.01.28 23:06:35.920410 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1691 | 2025.01.28 23:06:35.921412 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002622 sec., 11823.035850495804 rows/sec., 446.19 KiB/sec. | ||
| 1692 | 2025.01.28 23:06:35.921552 [ 254 ] {3ec02c4b-eef3-4830-a294-9c4e42c8a1dd} <Debug> TCPHandler: Processed in 0.00294058 sec. | ||
| 1693 | 2025.01.28 23:06:35.998756 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1694 | 2025.01.28 23:06:35.998911 [ 3 ] {7e9429df-45cb-4f91-9983-f7acc8b548e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1695 | 2025.01.28 23:06:35.998975 [ 3 ] {7e9429df-45cb-4f91-9983-f7acc8b548e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1696 | 2025.01.28 23:06:35.999771 [ 3 ] {7e9429df-45cb-4f91-9983-f7acc8b548e9} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1697 | 2025.01.28 23:06:35.999819 [ 3 ] {7e9429df-45cb-4f91-9983-f7acc8b548e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1698 | 2025.01.28 23:06:36.000716 [ 3 ] {7e9429df-45cb-4f91-9983-f7acc8b548e9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1699 | 2025.01.28 23:06:36.000950 [ 3 ] {7e9429df-45cb-4f91-9983-f7acc8b548e9} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1700 | 2025.01.28 23:06:36.001179 [ 3 ] {7e9429df-45cb-4f91-9983-f7acc8b548e9} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002311 sec., 2596.2786672436173 rows/sec., 578.08 KiB/sec. | ||
| 1701 | 2025.01.28 23:06:36.001244 [ 3 ] {7e9429df-45cb-4f91-9983-f7acc8b548e9} <Debug> TCPHandler: Processed in 0.002567013 sec. | ||
| 1702 | 2025.01.28 23:06:36.001446 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2025.01.28 23:06:36.001623 [ 254 ] {d9d6e8ba-3688-4aad-aa98-a6f4000962d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1704 | 2025.01.28 23:06:36.001694 [ 254 ] {d9d6e8ba-3688-4aad-aa98-a6f4000962d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1705 | 2025.01.28 23:06:36.002477 [ 254 ] {d9d6e8ba-3688-4aad-aa98-a6f4000962d4} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2025.01.28 23:06:36.002532 [ 254 ] {d9d6e8ba-3688-4aad-aa98-a6f4000962d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1707 | 2025.01.28 23:06:36.002981 [ 254 ] {d9d6e8ba-3688-4aad-aa98-a6f4000962d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1708 | 2025.01.28 23:06:36.003239 [ 254 ] {d9d6e8ba-3688-4aad-aa98-a6f4000962d4} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1709 | 2025.01.28 23:06:36.003539 [ 254 ] {d9d6e8ba-3688-4aad-aa98-a6f4000962d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001937 sec., 7227.671657201859 rows/sec., 520.30 KiB/sec. | ||
| 1710 | 2025.01.28 23:06:36.003621 [ 254 ] {d9d6e8ba-3688-4aad-aa98-a6f4000962d4} <Debug> TCPHandler: Processed in 0.002270998 sec. | ||
| 1711 | 2025.01.28 23:06:36.003778 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.01.28 23:06:36.003901 [ 3 ] {f421e261-4e62-4b51-b90e-c61b6151ef81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1713 | 2025.01.28 23:06:36.003952 [ 3 ] {f421e261-4e62-4b51-b90e-c61b6151ef81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1714 | 2025.01.28 23:06:36.005221 [ 3 ] {f421e261-4e62-4b51-b90e-c61b6151ef81} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.01.28 23:06:36.005262 [ 3 ] {f421e261-4e62-4b51-b90e-c61b6151ef81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1716 | 2025.01.28 23:06:36.005796 [ 3 ] {f421e261-4e62-4b51-b90e-c61b6151ef81} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1717 | 2025.01.28 23:06:36.006038 [ 3 ] {f421e261-4e62-4b51-b90e-c61b6151ef81} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2025.01.28 23:06:36.006256 [ 3 ] {f421e261-4e62-4b51-b90e-c61b6151ef81} <Debug> executeQuery: Read 1359 rows, 116.14 KiB in 0.002381 sec., 570768.5846283075 rows/sec., 47.63 MiB/sec. | ||
| 1719 | 2025.01.28 23:06:36.006314 [ 3 ] {f421e261-4e62-4b51-b90e-c61b6151ef81} <Debug> TCPHandler: Processed in 0.002592024 sec. | ||
| 1720 | 2025.01.28 23:06:36.006475 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1721 | 2025.01.28 23:06:36.006616 [ 254 ] {d3791d4a-b53d-4ec8-9afb-9ab28f27ccc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1722 | 2025.01.28 23:06:36.006676 [ 254 ] {d3791d4a-b53d-4ec8-9afb-9ab28f27ccc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1723 | 2025.01.28 23:06:36.007666 [ 254 ] {d3791d4a-b53d-4ec8-9afb-9ab28f27ccc9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2025.01.28 23:06:36.007706 [ 254 ] {d3791d4a-b53d-4ec8-9afb-9ab28f27ccc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1725 | 2025.01.28 23:06:36.008057 [ 254 ] {d3791d4a-b53d-4ec8-9afb-9ab28f27ccc9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1726 | 2025.01.28 23:06:36.008362 [ 254 ] {d3791d4a-b53d-4ec8-9afb-9ab28f27ccc9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2025.01.28 23:06:36.008573 [ 254 ] {d3791d4a-b53d-4ec8-9afb-9ab28f27ccc9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001989 sec., 7541.478129713424 rows/sec., 531.73 KiB/sec. | ||
| 1728 | 2025.01.28 23:06:36.008630 [ 254 ] {d3791d4a-b53d-4ec8-9afb-9ab28f27ccc9} <Debug> TCPHandler: Processed in 0.002220997 sec. | ||
| 1729 | 2025.01.28 23:06:36.008794 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1730 | 2025.01.28 23:06:36.008915 [ 3 ] {1f7e01c0-5024-4f7e-891b-5936e59781e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1731 | 2025.01.28 23:06:36.008964 [ 3 ] {1f7e01c0-5024-4f7e-891b-5936e59781e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1732 | 2025.01.28 23:06:36.009629 [ 3 ] {1f7e01c0-5024-4f7e-891b-5936e59781e7} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.01.28 23:06:36.009668 [ 3 ] {1f7e01c0-5024-4f7e-891b-5936e59781e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1734 | 2025.01.28 23:06:36.010055 [ 3 ] {1f7e01c0-5024-4f7e-891b-5936e59781e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1735 | 2025.01.28 23:06:36.010297 [ 3 ] {1f7e01c0-5024-4f7e-891b-5936e59781e7} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2025.01.28 23:06:36.010507 [ 3 ] {1f7e01c0-5024-4f7e-891b-5936e59781e7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001617 sec., 149659.86394557822 rows/sec., 10.14 MiB/sec. | ||
| 1737 | 2025.01.28 23:06:36.010562 [ 3 ] {1f7e01c0-5024-4f7e-891b-5936e59781e7} <Debug> TCPHandler: Processed in 0.001826001 sec. | ||
| 1738 | 2025.01.28 23:06:36.010718 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.01.28 23:06:36.010855 [ 254 ] {c538cf3b-cc9e-4ce4-bb8b-578e3090935f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1740 | 2025.01.28 23:06:36.010912 [ 254 ] {c538cf3b-cc9e-4ce4-bb8b-578e3090935f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1741 | 2025.01.28 23:06:36.011603 [ 254 ] {c538cf3b-cc9e-4ce4-bb8b-578e3090935f} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.01.28 23:06:36.011644 [ 254 ] {c538cf3b-cc9e-4ce4-bb8b-578e3090935f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1743 | 2025.01.28 23:06:36.012009 [ 254 ] {c538cf3b-cc9e-4ce4-bb8b-578e3090935f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1744 | 2025.01.28 23:06:36.012275 [ 254 ] {c538cf3b-cc9e-4ce4-bb8b-578e3090935f} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1745 | 2025.01.28 23:06:36.012503 [ 254 ] {c538cf3b-cc9e-4ce4-bb8b-578e3090935f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001671 sec., 7779.7725912627175 rows/sec., 485.07 KiB/sec. | ||
| 1746 | 2025.01.28 23:06:36.012581 [ 254 ] {c538cf3b-cc9e-4ce4-bb8b-578e3090935f} <Debug> TCPHandler: Processed in 0.001930592 sec. | ||
| 1747 | 2025.01.28 23:06:36.012725 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.01.28 23:06:36.012842 [ 3 ] {316658fa-63d8-4c24-bf90-b3ab823298be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1749 | 2025.01.28 23:06:36.012892 [ 3 ] {316658fa-63d8-4c24-bf90-b3ab823298be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1750 | 2025.01.28 23:06:36.013742 [ 3 ] {316658fa-63d8-4c24-bf90-b3ab823298be} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.01.28 23:06:36.013782 [ 3 ] {316658fa-63d8-4c24-bf90-b3ab823298be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1752 | 2025.01.28 23:06:36.014196 [ 3 ] {316658fa-63d8-4c24-bf90-b3ab823298be} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1753 | 2025.01.28 23:06:36.014441 [ 3 ] {316658fa-63d8-4c24-bf90-b3ab823298be} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.01.28 23:06:36.014649 [ 3 ] {316658fa-63d8-4c24-bf90-b3ab823298be} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.00183 sec., 462295.08196721313 rows/sec., 33.41 MiB/sec. | ||
| 1755 | 2025.01.28 23:06:36.014704 [ 3 ] {316658fa-63d8-4c24-bf90-b3ab823298be} <Debug> TCPHandler: Processed in 0.002037374 sec. | ||
| 1756 | 2025.01.28 23:06:36.014859 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1757 | 2025.01.28 23:06:36.014997 [ 254 ] {14abbf0e-0743-49a8-9997-cf7843f48907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1758 | 2025.01.28 23:06:36.015056 [ 254 ] {14abbf0e-0743-49a8-9997-cf7843f48907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1759 | 2025.01.28 23:06:36.015629 [ 254 ] {14abbf0e-0743-49a8-9997-cf7843f48907} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2025.01.28 23:06:36.015668 [ 254 ] {14abbf0e-0743-49a8-9997-cf7843f48907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1761 | 2025.01.28 23:06:36.016047 [ 254 ] {14abbf0e-0743-49a8-9997-cf7843f48907} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1762 | 2025.01.28 23:06:36.016291 [ 254 ] {14abbf0e-0743-49a8-9997-cf7843f48907} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1763 | 2025.01.28 23:06:36.016503 [ 254 ] {14abbf0e-0743-49a8-9997-cf7843f48907} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001536 sec., 3906.25 rows/sec., 204.09 KiB/sec. | ||
| 1764 | 2025.01.28 23:06:36.016557 [ 254 ] {14abbf0e-0743-49a8-9997-cf7843f48907} <Debug> TCPHandler: Processed in 0.001765199 sec. | ||
| 1765 | 2025.01.28 23:06:36.016702 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2025.01.28 23:06:36.016821 [ 3 ] {473aa5e6-2071-4534-8989-e254f4eb9035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1767 | 2025.01.28 23:06:36.016883 [ 3 ] {473aa5e6-2071-4534-8989-e254f4eb9035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1768 | 2025.01.28 23:06:36.018009 [ 3 ] {473aa5e6-2071-4534-8989-e254f4eb9035} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1769 | 2025.01.28 23:06:36.018045 [ 3 ] {473aa5e6-2071-4534-8989-e254f4eb9035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1770 | 2025.01.28 23:06:36.018600 [ 3 ] {473aa5e6-2071-4534-8989-e254f4eb9035} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1771 | 2025.01.28 23:06:36.018838 [ 3 ] {473aa5e6-2071-4534-8989-e254f4eb9035} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1772 | 2025.01.28 23:06:36.019049 [ 3 ] {473aa5e6-2071-4534-8989-e254f4eb9035} <Debug> executeQuery: Read 2237 rows, 152.80 KiB in 0.002253 sec., 992898.3577452287 rows/sec., 66.23 MiB/sec. | ||
| 1773 | 2025.01.28 23:06:36.019106 [ 3 ] {473aa5e6-2071-4534-8989-e254f4eb9035} <Debug> TCPHandler: Processed in 0.002463741 sec. | ||
| 1774 | 2025.01.28 23:06:36.019257 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1775 | 2025.01.28 23:06:36.019396 [ 254 ] {6905c699-9b86-455a-99b0-96e9284e9b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1776 | 2025.01.28 23:06:36.019456 [ 254 ] {6905c699-9b86-455a-99b0-96e9284e9b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1777 | 2025.01.28 23:06:36.019951 [ 254 ] {6905c699-9b86-455a-99b0-96e9284e9b3e} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2025.01.28 23:06:36.019991 [ 254 ] {6905c699-9b86-455a-99b0-96e9284e9b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1779 | 2025.01.28 23:06:36.020375 [ 254 ] {6905c699-9b86-455a-99b0-96e9284e9b3e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1780 | 2025.01.28 23:06:36.020613 [ 254 ] {6905c699-9b86-455a-99b0-96e9284e9b3e} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1781 | 2025.01.28 23:06:36.020825 [ 254 ] {6905c699-9b86-455a-99b0-96e9284e9b3e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec. | ||
| 1782 | 2025.01.28 23:06:36.020879 [ 254 ] {6905c699-9b86-455a-99b0-96e9284e9b3e} <Debug> TCPHandler: Processed in 0.001688299 sec. | ||
| 1783 | 2025.01.28 23:06:36.021034 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2025.01.28 23:06:36.021174 [ 3 ] {1f59839a-4fbf-4ab4-8fad-1dc7cf01bea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1785 | 2025.01.28 23:06:36.021267 [ 3 ] {1f59839a-4fbf-4ab4-8fad-1dc7cf01bea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1786 | 2025.01.28 23:06:36.022431 [ 3 ] {1f59839a-4fbf-4ab4-8fad-1dc7cf01bea7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1787 | 2025.01.28 23:06:36.022470 [ 3 ] {1f59839a-4fbf-4ab4-8fad-1dc7cf01bea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1788 | 2025.01.28 23:06:36.023069 [ 3 ] {1f59839a-4fbf-4ab4-8fad-1dc7cf01bea7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1789 | 2025.01.28 23:06:36.023329 [ 3 ] {1f59839a-4fbf-4ab4-8fad-1dc7cf01bea7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1790 | 2025.01.28 23:06:36.023571 [ 3 ] {1f59839a-4fbf-4ab4-8fad-1dc7cf01bea7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002429 sec., 3293.536434746809 rows/sec., 5.90 MiB/sec. | ||
| 1791 | 2025.01.28 23:06:36.023673 [ 3 ] {1f59839a-4fbf-4ab4-8fad-1dc7cf01bea7} <Debug> TCPHandler: Processed in 0.002706555 sec. | ||
| 1792 | 2025.01.28 23:06:36.023894 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2025.01.28 23:06:36.024096 [ 254 ] {2e0dbbcd-cc95-4f5c-b53f-bdd651283874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1794 | 2025.01.28 23:06:36.024184 [ 254 ] {2e0dbbcd-cc95-4f5c-b53f-bdd651283874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1795 | 2025.01.28 23:06:36.024857 [ 254 ] {2e0dbbcd-cc95-4f5c-b53f-bdd651283874} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2025.01.28 23:06:36.024896 [ 254 ] {2e0dbbcd-cc95-4f5c-b53f-bdd651283874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1797 | 2025.01.28 23:06:36.025280 [ 254 ] {2e0dbbcd-cc95-4f5c-b53f-bdd651283874} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1798 | 2025.01.28 23:06:36.025537 [ 254 ] {2e0dbbcd-cc95-4f5c-b53f-bdd651283874} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1799 | 2025.01.28 23:06:36.025733 [ 254 ] {2e0dbbcd-cc95-4f5c-b53f-bdd651283874} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001686 sec., 34400.94899169632 rows/sec., 2.13 MiB/sec. | ||
| 1800 | 2025.01.28 23:06:36.025786 [ 254 ] {2e0dbbcd-cc95-4f5c-b53f-bdd651283874} <Debug> TCPHandler: Processed in 0.001989484 sec. | ||
| 1801 | 2025.01.28 23:06:37.704585 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1802 | 2025.01.28 23:06:37.708585 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1803 | 2025.01.28 23:06:37.708646 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1804 | 2025.01.28 23:06:37.710171 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1805 | 2025.01.28 23:06:37.710482 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1806 | 2025.01.28 23:06:37.711118 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1807 | 2025.01.28 23:06:38.584696 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1808 | 2025.01.28 23:06:38.584897 [ 3 ] {617fef88-a030-41ad-882a-8a0624c14024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1809 | 2025.01.28 23:06:38.584969 [ 3 ] {617fef88-a030-41ad-882a-8a0624c14024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1810 | 2025.01.28 23:06:38.585733 [ 3 ] {617fef88-a030-41ad-882a-8a0624c14024} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1811 | 2025.01.28 23:06:38.585782 [ 3 ] {617fef88-a030-41ad-882a-8a0624c14024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1812 | 2025.01.28 23:06:38.586214 [ 3 ] {617fef88-a030-41ad-882a-8a0624c14024} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1813 | 2025.01.28 23:06:38.586468 [ 3 ] {617fef88-a030-41ad-882a-8a0624c14024} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1814 | 2025.01.28 23:06:38.586703 [ 3 ] {617fef88-a030-41ad-882a-8a0624c14024} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.32 MiB/sec. | ||
| 1815 | 2025.01.28 23:06:38.586759 [ 3 ] {617fef88-a030-41ad-882a-8a0624c14024} <Debug> TCPHandler: Processed in 0.002193246 sec. | ||
| 1816 | 2025.01.28 23:06:38.587030 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1817 | 2025.01.28 23:06:38.587221 [ 254 ] {e305b1ec-121a-4bc7-b7c4-5e7d855a82f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1818 | 2025.01.28 23:06:38.587296 [ 254 ] {e305b1ec-121a-4bc7-b7c4-5e7d855a82f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1819 | 2025.01.28 23:06:38.588072 [ 254 ] {e305b1ec-121a-4bc7-b7c4-5e7d855a82f4} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1820 | 2025.01.28 23:06:38.588122 [ 254 ] {e305b1ec-121a-4bc7-b7c4-5e7d855a82f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1821 | 2025.01.28 23:06:38.588565 [ 254 ] {e305b1ec-121a-4bc7-b7c4-5e7d855a82f4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1822 | 2025.01.28 23:06:38.588821 [ 254 ] {e305b1ec-121a-4bc7-b7c4-5e7d855a82f4} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1823 | 2025.01.28 23:06:38.589019 [ 254 ] {e305b1ec-121a-4bc7-b7c4-5e7d855a82f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001853 sec., 34538.586076632484 rows/sec., 2.70 MiB/sec. | ||
| 1824 | 2025.01.28 23:06:38.589083 [ 254 ] {e305b1ec-121a-4bc7-b7c4-5e7d855a82f4} <Debug> TCPHandler: Processed in 0.002190546 sec. | ||
| 1825 | 2025.01.28 23:06:38.589242 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1826 | 2025.01.28 23:06:38.589383 [ 3 ] {3813c02f-22a8-46e2-955e-56541f8029d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1827 | 2025.01.28 23:06:38.589438 [ 3 ] {3813c02f-22a8-46e2-955e-56541f8029d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1828 | 2025.01.28 23:06:38.590001 [ 3 ] {3813c02f-22a8-46e2-955e-56541f8029d6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1829 | 2025.01.28 23:06:38.590040 [ 3 ] {3813c02f-22a8-46e2-955e-56541f8029d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1830 | 2025.01.28 23:06:38.590492 [ 3 ] {3813c02f-22a8-46e2-955e-56541f8029d6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1831 | 2025.01.28 23:06:38.590742 [ 3 ] {3813c02f-22a8-46e2-955e-56541f8029d6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1832 | 2025.01.28 23:06:38.590964 [ 3 ] {3813c02f-22a8-46e2-955e-56541f8029d6} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001607 sec., 39825.762289981336 rows/sec., 2.77 MiB/sec. | ||
| 1833 | 2025.01.28 23:06:38.591015 [ 3 ] {3813c02f-22a8-46e2-955e-56541f8029d6} <Debug> TCPHandler: Processed in 0.00183387 sec. | ||
| 1834 | 2025.01.28 23:06:38.591186 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1835 | 2025.01.28 23:06:38.591315 [ 254 ] {5fbabec8-fe8d-4321-bdf8-f20ee0c670eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1836 | 2025.01.28 23:06:38.591372 [ 254 ] {5fbabec8-fe8d-4321-bdf8-f20ee0c670eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1837 | 2025.01.28 23:06:38.591883 [ 254 ] {5fbabec8-fe8d-4321-bdf8-f20ee0c670eb} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1838 | 2025.01.28 23:06:38.591922 [ 254 ] {5fbabec8-fe8d-4321-bdf8-f20ee0c670eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1839 | 2025.01.28 23:06:38.592328 [ 254 ] {5fbabec8-fe8d-4321-bdf8-f20ee0c670eb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1840 | 2025.01.28 23:06:38.592577 [ 254 ] {5fbabec8-fe8d-4321-bdf8-f20ee0c670eb} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1841 | 2025.01.28 23:06:38.592752 [ 254 ] {5fbabec8-fe8d-4321-bdf8-f20ee0c670eb} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001466 sec., 16371.077762619372 rows/sec., 1.10 MiB/sec. | ||
| 1842 | 2025.01.28 23:06:38.592804 [ 254 ] {5fbabec8-fe8d-4321-bdf8-f20ee0c670eb} <Debug> TCPHandler: Processed in 0.001678928 sec. | ||
| 1843 | 2025.01.28 23:06:40.203837 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1844 | 2025.01.28 23:06:40.204893 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2025.01.28 23:06:40.204935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1846 | 2025.01.28 23:06:40.205489 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1847 | 2025.01.28 23:06:40.205754 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2025.01.28 23:06:40.206053 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1849 | 2025.01.28 23:06:40.396514 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1850 | 2025.01.28 23:06:40.416042 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2025.01.28 23:06:40.416106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1852 | 2025.01.28 23:06:40.422845 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1853 | 2025.01.28 23:06:40.423598 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2025.01.28 23:06:40.426741 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1855 | 2025.01.28 23:06:41.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.53 MiB, peak 170.25 MiB, free memory in arenas 0.00 B, will set to 166.57 MiB (RSS), difference: 1.04 MiB | ||
| 1856 | 2025.01.28 23:06:43.591423 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1857 | 2025.01.28 23:06:43.591633 [ 3 ] {f0b48550-fa86-4983-8fbc-6e5766445d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1858 | 2025.01.28 23:06:43.591710 [ 3 ] {f0b48550-fa86-4983-8fbc-6e5766445d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1859 | 2025.01.28 23:06:43.592496 [ 3 ] {f0b48550-fa86-4983-8fbc-6e5766445d2f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1860 | 2025.01.28 23:06:43.592542 [ 3 ] {f0b48550-fa86-4983-8fbc-6e5766445d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1861 | 2025.01.28 23:06:43.592956 [ 3 ] {f0b48550-fa86-4983-8fbc-6e5766445d2f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1862 | 2025.01.28 23:06:43.593257 [ 3 ] {f0b48550-fa86-4983-8fbc-6e5766445d2f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1863 | 2025.01.28 23:06:43.593451 [ 3 ] {f0b48550-fa86-4983-8fbc-6e5766445d2f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec. | ||
| 1864 | 2025.01.28 23:06:43.593507 [ 3 ] {f0b48550-fa86-4983-8fbc-6e5766445d2f} <Debug> TCPHandler: Processed in 0.002223067 sec. | ||
| 1865 | 2025.01.28 23:06:43.593774 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1866 | 2025.01.28 23:06:43.593999 [ 254 ] {4a276092-ad3d-471a-85b8-0cc390bba8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1867 | 2025.01.28 23:06:43.594090 [ 254 ] {4a276092-ad3d-471a-85b8-0cc390bba8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1868 | 2025.01.28 23:06:43.594993 [ 254 ] {4a276092-ad3d-471a-85b8-0cc390bba8ee} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1869 | 2025.01.28 23:06:43.595047 [ 254 ] {4a276092-ad3d-471a-85b8-0cc390bba8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1870 | 2025.01.28 23:06:43.595503 [ 254 ] {4a276092-ad3d-471a-85b8-0cc390bba8ee} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1871 | 2025.01.28 23:06:43.595788 [ 254 ] {4a276092-ad3d-471a-85b8-0cc390bba8ee} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1872 | 2025.01.28 23:06:43.596033 [ 254 ] {4a276092-ad3d-471a-85b8-0cc390bba8ee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002103 sec., 30432.71516880647 rows/sec., 2.38 MiB/sec. | ||
| 1873 | 2025.01.28 23:06:43.596107 [ 254 ] {4a276092-ad3d-471a-85b8-0cc390bba8ee} <Debug> TCPHandler: Processed in 0.002468741 sec. | ||
| 1874 | 2025.01.28 23:06:43.596275 [ 3 ] {} <Trace> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1875 | 2025.01.28 23:06:43.596402 [ 3 ] {8b6fafc7-ec86-4053-a8c1-798e4e683528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64629) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1876 | 2025.01.28 23:06:43.596464 [ 3 ] {8b6fafc7-ec86-4053-a8c1-798e4e683528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1877 | 2025.01.28 23:06:43.597040 [ 3 ] {8b6fafc7-ec86-4053-a8c1-798e4e683528} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2025.01.28 23:06:43.597078 [ 3 ] {8b6fafc7-ec86-4053-a8c1-798e4e683528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1879 | 2025.01.28 23:06:43.597475 [ 3 ] {8b6fafc7-ec86-4053-a8c1-798e4e683528} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1880 | 2025.01.28 23:06:43.597714 [ 3 ] {8b6fafc7-ec86-4053-a8c1-798e4e683528} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1881 | 2025.01.28 23:06:43.597889 [ 3 ] {8b6fafc7-ec86-4053-a8c1-798e4e683528} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
| 1882 | 2025.01.28 23:06:43.597939 [ 3 ] {8b6fafc7-ec86-4053-a8c1-798e4e683528} <Debug> TCPHandler: Processed in 0.001725229 sec. | ||
| 1883 | 2025.01.28 23:06:43.598112 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1884 | 2025.01.28 23:06:43.598273 [ 254 ] {aa8169c5-0be0-4ced-b425-db79d268578d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1885 | 2025.01.28 23:06:43.598341 [ 254 ] {aa8169c5-0be0-4ced-b425-db79d268578d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1886 | 2025.01.28 23:06:43.598969 [ 254 ] {aa8169c5-0be0-4ced-b425-db79d268578d} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2025.01.28 23:06:43.599012 [ 254 ] {aa8169c5-0be0-4ced-b425-db79d268578d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 1888 | 2025.01.28 23:06:43.599417 [ 254 ] {aa8169c5-0be0-4ced-b425-db79d268578d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1889 | 2025.01.28 23:06:43.599666 [ 254 ] {aa8169c5-0be0-4ced-b425-db79d268578d} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2025.01.28 23:06:43.599928 [ 254 ] {aa8169c5-0be0-4ced-b425-db79d268578d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001694 sec., 35419.12632821724 rows/sec., 2.39 MiB/sec. | ||
| 1891 | 2025.01.28 23:06:43.600104 [ 254 ] {aa8169c5-0be0-4ced-b425-db79d268578d} <Debug> TCPHandler: Processed in 0.002059524 sec. | ||
| 1892 | 2025.01.28 23:06:47.623313 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1893 | 2025.01.28 23:06:47.623372 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1894 | 2025.01.28 23:06:47.706244 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1895 | 2025.01.28 23:06:47.706876 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1896 | 2025.01.28 23:06:47.706925 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1897 | 2025.01.28 23:06:47.707564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1898 | 2025.01.28 23:06:47.707824 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1899 | 2025.01.28 23:06:47.708090 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1900 | 2025.01.28 23:06:47.711547 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1901 | 2025.01.28 23:06:47.714466 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1902 | 2025.01.28 23:06:47.714531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1903 | 2025.01.28 23:06:47.716069 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1904 | 2025.01.28 23:06:47.716399 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1905 | 2025.01.28 23:06:47.717359 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1906 | 2025.01.28 23:06:47.926871 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1907 | 2025.01.28 23:06:47.946810 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1908 | 2025.01.28 23:06:47.946865 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1909 | 2025.01.28 23:06:47.953970 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1910 | 2025.01.28 23:06:47.954741 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2025.01.28 23:06:47.957311 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1912 | 2025.01.28 23:06:48.000831 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1913 | 2025.01.28 23:06:48.000969 [ 3 ] {} <Debug> TCP-Session: c0422271-9f93-4807-b6f5-a57f7dc99e9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1914 | 2025.01.28 23:06:48.595339 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2025.01.28 23:06:48.595547 [ 254 ] {b124e2ea-ff2e-42a6-be26-ae5849ed547d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1916 | 2025.01.28 23:06:48.595627 [ 254 ] {b124e2ea-ff2e-42a6-be26-ae5849ed547d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1917 | 2025.01.28 23:06:48.596498 [ 254 ] {b124e2ea-ff2e-42a6-be26-ae5849ed547d} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2025.01.28 23:06:48.596547 [ 254 ] {b124e2ea-ff2e-42a6-be26-ae5849ed547d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1919 | 2025.01.28 23:06:48.597113 [ 254 ] {b124e2ea-ff2e-42a6-be26-ae5849ed547d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1920 | 2025.01.28 23:06:48.597405 [ 254 ] {b124e2ea-ff2e-42a6-be26-ae5849ed547d} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1921 | 2025.01.28 23:06:48.597755 [ 254 ] {b124e2ea-ff2e-42a6-be26-ae5849ed547d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002242 sec., 6244.424620874219 rows/sec., 449.51 KiB/sec. | ||
| 1922 | 2025.01.28 23:06:48.597929 [ 254 ] {b124e2ea-ff2e-42a6-be26-ae5849ed547d} <Debug> TCPHandler: Processed in 0.002729906 sec. | ||
| 1923 | 2025.01.28 23:06:48.598195 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1924 | 2025.01.28 23:06:48.598387 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1925 | 2025.01.28 23:06:48.598484 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1926 | 2025.01.28 23:06:48.599378 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1927 | 2025.01.28 23:06:48.599425 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1928 | 2025.01.28 23:06:48.599875 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1929 | 2025.01.28 23:06:48.600142 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1930 | 2025.01.28 23:06:48.600461 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002103 sec., 104136.94721825964 rows/sec., 9.09 MiB/sec. | ||
| 1931 | 2025.01.28 23:06:48.600571 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1932 | 2025.01.28 23:06:48.600588 [ 5 ] {34404b92-4c80-443f-ace9-811453c02863} <Debug> TCPHandler: Processed in 0.002546062 sec. | ||
| 1933 | 2025.01.28 23:06:48.600775 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.01.28 23:06:48.600913 [ 254 ] {13a39f41-ffc5-41c7-8161-9196211f3ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1935 | 2025.01.28 23:06:48.600972 [ 254 ] {13a39f41-ffc5-41c7-8161-9196211f3ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1936 | 2025.01.28 23:06:48.601588 [ 254 ] {13a39f41-ffc5-41c7-8161-9196211f3ba3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2025.01.28 23:06:48.601630 [ 254 ] {13a39f41-ffc5-41c7-8161-9196211f3ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1938 | 2025.01.28 23:06:48.601993 [ 254 ] {13a39f41-ffc5-41c7-8161-9196211f3ba3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1939 | 2025.01.28 23:06:48.602235 [ 254 ] {13a39f41-ffc5-41c7-8161-9196211f3ba3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2025.01.28 23:06:48.602501 [ 254 ] {13a39f41-ffc5-41c7-8161-9196211f3ba3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001616 sec., 9282.178217821782 rows/sec., 654.47 KiB/sec. | ||
| 1941 | 2025.01.28 23:06:48.602561 [ 254 ] {13a39f41-ffc5-41c7-8161-9196211f3ba3} <Debug> TCPHandler: Processed in 0.001871252 sec. | ||
| 1942 | 2025.01.28 23:06:48.602727 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2025.01.28 23:06:48.602865 [ 5 ] {9263f316-11e2-4aea-8b31-0275bfa95d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1944 | 2025.01.28 23:06:48.602923 [ 5 ] {9263f316-11e2-4aea-8b31-0275bfa95d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1945 | 2025.01.28 23:06:48.603571 [ 5 ] {9263f316-11e2-4aea-8b31-0275bfa95d5b} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2025.01.28 23:06:48.603610 [ 5 ] {9263f316-11e2-4aea-8b31-0275bfa95d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1947 | 2025.01.28 23:06:48.603980 [ 5 ] {9263f316-11e2-4aea-8b31-0275bfa95d5b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1948 | 2025.01.28 23:06:48.604224 [ 5 ] {9263f316-11e2-4aea-8b31-0275bfa95d5b} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1949 | 2025.01.28 23:06:48.604489 [ 5 ] {9263f316-11e2-4aea-8b31-0275bfa95d5b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec. | ||
| 1950 | 2025.01.28 23:06:48.604554 [ 5 ] {9263f316-11e2-4aea-8b31-0275bfa95d5b} <Debug> TCPHandler: Processed in 0.001864902 sec. | ||
| 1951 | 2025.01.28 23:06:48.604704 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2025.01.28 23:06:48.604821 [ 254 ] {5b16cf90-5708-4370-803f-7b18279d20e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1953 | 2025.01.28 23:06:48.604870 [ 254 ] {5b16cf90-5708-4370-803f-7b18279d20e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1954 | 2025.01.28 23:06:48.605464 [ 254 ] {5b16cf90-5708-4370-803f-7b18279d20e2} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1955 | 2025.01.28 23:06:48.605502 [ 254 ] {5b16cf90-5708-4370-803f-7b18279d20e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1956 | 2025.01.28 23:06:48.605855 [ 254 ] {5b16cf90-5708-4370-803f-7b18279d20e2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1957 | 2025.01.28 23:06:48.606085 [ 254 ] {5b16cf90-5708-4370-803f-7b18279d20e2} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1958 | 2025.01.28 23:06:48.606410 [ 254 ] {5b16cf90-5708-4370-803f-7b18279d20e2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec. | ||
| 1959 | 2025.01.28 23:06:48.606565 [ 254 ] {5b16cf90-5708-4370-803f-7b18279d20e2} <Debug> TCPHandler: Processed in 0.001916182 sec. | ||
| 1960 | 2025.01.28 23:06:48.606714 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1961 | 2025.01.28 23:06:48.606833 [ 5 ] {706fa65e-d311-498f-b4a4-780c18441ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1962 | 2025.01.28 23:06:48.606884 [ 5 ] {706fa65e-d311-498f-b4a4-780c18441ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1963 | 2025.01.28 23:06:48.607608 [ 5 ] {706fa65e-d311-498f-b4a4-780c18441ed8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1964 | 2025.01.28 23:06:48.607648 [ 5 ] {706fa65e-d311-498f-b4a4-780c18441ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1965 | 2025.01.28 23:06:48.608031 [ 5 ] {706fa65e-d311-498f-b4a4-780c18441ed8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1966 | 2025.01.28 23:06:48.608269 [ 5 ] {706fa65e-d311-498f-b4a4-780c18441ed8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1967 | 2025.01.28 23:06:48.608494 [ 5 ] {706fa65e-d311-498f-b4a4-780c18441ed8} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001685 sec., 231454.0059347181 rows/sec., 16.41 MiB/sec. | ||
| 1968 | 2025.01.28 23:06:48.608568 [ 5 ] {706fa65e-d311-498f-b4a4-780c18441ed8} <Debug> TCPHandler: Processed in 0.001912512 sec. | ||
| 1969 | 2025.01.28 23:06:48.608724 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1970 | 2025.01.28 23:06:48.608862 [ 254 ] {de8cd29b-9d23-495c-827d-1342fb314f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1971 | 2025.01.28 23:06:48.608921 [ 254 ] {de8cd29b-9d23-495c-827d-1342fb314f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1972 | 2025.01.28 23:06:48.609434 [ 254 ] {de8cd29b-9d23-495c-827d-1342fb314f86} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1973 | 2025.01.28 23:06:48.609473 [ 254 ] {de8cd29b-9d23-495c-827d-1342fb314f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1974 | 2025.01.28 23:06:48.609833 [ 254 ] {de8cd29b-9d23-495c-827d-1342fb314f86} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1975 | 2025.01.28 23:06:48.610074 [ 254 ] {de8cd29b-9d23-495c-827d-1342fb314f86} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1976 | 2025.01.28 23:06:48.610267 [ 254 ] {de8cd29b-9d23-495c-827d-1342fb314f86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. | ||
| 1977 | 2025.01.28 23:06:48.610324 [ 254 ] {de8cd29b-9d23-495c-827d-1342fb314f86} <Debug> TCPHandler: Processed in 0.001665228 sec. | ||
| 1978 | 2025.01.28 23:06:48.610486 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1979 | 2025.01.28 23:06:48.610624 [ 5 ] {331314fb-fd64-4bbc-b988-9200c9869b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1980 | 2025.01.28 23:06:48.610685 [ 5 ] {331314fb-fd64-4bbc-b988-9200c9869b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1981 | 2025.01.28 23:06:48.611326 [ 5 ] {331314fb-fd64-4bbc-b988-9200c9869b04} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1982 | 2025.01.28 23:06:48.611365 [ 5 ] {331314fb-fd64-4bbc-b988-9200c9869b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1983 | 2025.01.28 23:06:48.611749 [ 5 ] {331314fb-fd64-4bbc-b988-9200c9869b04} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1984 | 2025.01.28 23:06:48.611989 [ 5 ] {331314fb-fd64-4bbc-b988-9200c9869b04} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1985 | 2025.01.28 23:06:48.612203 [ 5 ] {331314fb-fd64-4bbc-b988-9200c9869b04} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00161 sec., 147204.96894409938 rows/sec., 9.87 MiB/sec. | ||
| 1986 | 2025.01.28 23:06:48.612256 [ 5 ] {331314fb-fd64-4bbc-b988-9200c9869b04} <Debug> TCPHandler: Processed in 0.001838481 sec. | ||
| 1987 | 2025.01.28 23:06:48.612420 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1988 | 2025.01.28 23:06:48.612559 [ 254 ] {aa426bf9-c4c4-4396-92c1-fea600d5da86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1989 | 2025.01.28 23:06:48.612618 [ 254 ] {aa426bf9-c4c4-4396-92c1-fea600d5da86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1990 | 2025.01.28 23:06:48.613152 [ 254 ] {aa426bf9-c4c4-4396-92c1-fea600d5da86} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1991 | 2025.01.28 23:06:48.613189 [ 254 ] {aa426bf9-c4c4-4396-92c1-fea600d5da86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 1992 | 2025.01.28 23:06:48.613557 [ 254 ] {aa426bf9-c4c4-4396-92c1-fea600d5da86} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1993 | 2025.01.28 23:06:48.613793 [ 254 ] {aa426bf9-c4c4-4396-92c1-fea600d5da86} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1994 | 2025.01.28 23:06:48.613967 [ 254 ] {aa426bf9-c4c4-4396-92c1-fea600d5da86} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec. | ||
| 1995 | 2025.01.28 23:06:48.614023 [ 254 ] {aa426bf9-c4c4-4396-92c1-fea600d5da86} <Debug> TCPHandler: Processed in 0.001668348 sec. | ||
| 1996 | 2025.01.28 23:06:48.614178 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1997 | 2025.01.28 23:06:48.614314 [ 5 ] {a4b9d1a4-14fb-40ac-8eb9-a4ee4c3ce9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1998 | 2025.01.28 23:06:48.614407 [ 5 ] {a4b9d1a4-14fb-40ac-8eb9-a4ee4c3ce9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1999 | 2025.01.28 23:06:48.615628 [ 5 ] {a4b9d1a4-14fb-40ac-8eb9-a4ee4c3ce9a1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2000 | 2025.01.28 23:06:48.615668 [ 5 ] {a4b9d1a4-14fb-40ac-8eb9-a4ee4c3ce9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 2001 | 2025.01.28 23:06:48.616270 [ 5 ] {a4b9d1a4-14fb-40ac-8eb9-a4ee4c3ce9a1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2002 | 2025.01.28 23:06:48.616529 [ 5 ] {a4b9d1a4-14fb-40ac-8eb9-a4ee4c3ce9a1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2003 | 2025.01.28 23:06:48.616794 [ 5 ] {a4b9d1a4-14fb-40ac-8eb9-a4ee4c3ce9a1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002504 sec., 3194.8881789137376 rows/sec., 5.73 MiB/sec. | ||
| 2004 | 2025.01.28 23:06:48.616897 [ 5 ] {a4b9d1a4-14fb-40ac-8eb9-a4ee4c3ce9a1} <Debug> TCPHandler: Processed in 0.002784027 sec. | ||
| 2005 | 2025.01.28 23:06:48.617067 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2006 | 2025.01.28 23:06:48.617205 [ 254 ] {52235ad4-2b96-49e8-9265-8941d4e85f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2007 | 2025.01.28 23:06:48.617266 [ 254 ] {52235ad4-2b96-49e8-9265-8941d4e85f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2008 | 2025.01.28 23:06:48.617848 [ 254 ] {52235ad4-2b96-49e8-9265-8941d4e85f87} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2009 | 2025.01.28 23:06:48.617895 [ 254 ] {52235ad4-2b96-49e8-9265-8941d4e85f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.60 GiB. | ||
| 2010 | 2025.01.28 23:06:48.618292 [ 254 ] {52235ad4-2b96-49e8-9265-8941d4e85f87} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2011 | 2025.01.28 23:06:48.618526 [ 254 ] {52235ad4-2b96-49e8-9265-8941d4e85f87} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2012 | 2025.01.28 23:06:48.618720 [ 254 ] {52235ad4-2b96-49e8-9265-8941d4e85f87} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec. | ||
| 2013 | 2025.01.28 23:06:48.618784 [ 254 ] {52235ad4-2b96-49e8-9265-8941d4e85f87} <Debug> TCPHandler: Processed in 0.001775839 sec. | ||
| 2014 | 2025.01.28 23:06:53.592345 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2015 | 2025.01.28 23:06:53.592603 [ 254 ] {67e3486b-edcc-4ed0-b257-332f5667b2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2016 | 2025.01.28 23:06:53.592697 [ 254 ] {67e3486b-edcc-4ed0-b257-332f5667b2e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2017 | 2025.01.28 23:06:53.593788 [ 254 ] {67e3486b-edcc-4ed0-b257-332f5667b2e6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2018 | 2025.01.28 23:06:53.593858 [ 254 ] {67e3486b-edcc-4ed0-b257-332f5667b2e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2019 | 2025.01.28 23:06:53.594457 [ 254 ] {67e3486b-edcc-4ed0-b257-332f5667b2e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2020 | 2025.01.28 23:06:53.594792 [ 254 ] {67e3486b-edcc-4ed0-b257-332f5667b2e6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2021 | 2025.01.28 23:06:53.595058 [ 38 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2022 | 2025.01.28 23:06:53.595073 [ 254 ] {67e3486b-edcc-4ed0-b257-332f5667b2e6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002526 sec., 22169.437846397464 rows/sec., 1.70 MiB/sec. | ||
| 2023 | 2025.01.28 23:06:53.595173 [ 38 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2024 | 2025.01.28 23:06:53.595269 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2025 | 2025.01.28 23:06:53.595287 [ 254 ] {67e3486b-edcc-4ed0-b257-332f5667b2e6} <Debug> TCPHandler: Processed in 0.003132332 sec. | ||
| 2026 | 2025.01.28 23:06:53.595573 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 2027 | 2025.01.28 23:06:53.595775 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2028 | 2025.01.28 23:06:53.595826 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2025.01.28 23:06:53.595847 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2030 | 2025.01.28 23:06:53.596191 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part | ||
| 2031 | 2025.01.28 23:06:53.596214 [ 5 ] {a9e16479-5298-4005-b20f-966c2cb9c302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2032 | 2025.01.28 23:06:53.596419 [ 5 ] {a9e16479-5298-4005-b20f-966c2cb9c302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2033 | 2025.01.28 23:06:53.596520 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2034 | 2025.01.28 23:06:53.596885 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2035 | 2025.01.28 23:06:53.597169 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 219 rows starting from the beginning of the part | ||
| 2036 | 2025.01.28 23:06:53.597527 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2037 | 2025.01.28 23:06:53.599488 [ 5 ] {a9e16479-5298-4005-b20f-966c2cb9c302} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2025.01.28 23:06:53.599585 [ 5 ] {a9e16479-5298-4005-b20f-966c2cb9c302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2039 | 2025.01.28 23:06:53.600568 [ 5 ] {a9e16479-5298-4005-b20f-966c2cb9c302} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2040 | 2025.01.28 23:06:53.601174 [ 5 ] {a9e16479-5298-4005-b20f-966c2cb9c302} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2025.01.28 23:06:53.601375 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.0059572 sec., 329852.95105082926 rows/sec., 28.88 MiB/sec. | ||
| 2042 | 2025.01.28 23:06:53.601619 [ 38 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2043 | 2025.01.28 23:06:53.601745 [ 38 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2044 | 2025.01.28 23:06:53.601781 [ 5 ] {a9e16479-5298-4005-b20f-966c2cb9c302} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005663 sec., 11301.430337277063 rows/sec., 903.27 KiB/sec. | ||
| 2045 | 2025.01.28 23:06:53.601824 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2046 | 2025.01.28 23:06:53.601840 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2047 | 2025.01.28 23:06:53.602189 [ 5 ] {a9e16479-5298-4005-b20f-966c2cb9c302} <Debug> TCPHandler: Processed in 0.00657819 sec. | ||
| 2048 | 2025.01.28 23:06:53.602285 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 2049 | 2025.01.28 23:06:53.602520 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2050 | 2025.01.28 23:06:53.602551 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2051 | 2025.01.28 23:06:53.602582 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2052 | 2025.01.28 23:06:53.602696 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2025.01.28 23:06:53.603062 [ 254 ] {4e8b4fc9-18ec-42b1-a0b7-ec7b30bda56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2054 | 2025.01.28 23:06:53.603116 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2055 | 2025.01.28 23:06:53.603168 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_11_2} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2056 | 2025.01.28 23:06:53.603304 [ 254 ] {4e8b4fc9-18ec-42b1-a0b7-ec7b30bda56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2057 | 2025.01.28 23:06:53.603664 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 2058 | 2025.01.28 23:06:53.603695 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2059 | 2025.01.28 23:06:53.604016 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2060 | 2025.01.28 23:06:53.604492 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 2061 | 2025.01.28 23:06:53.604910 [ 186 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2062 | 2025.01.28 23:06:53.606600 [ 254 ] {4e8b4fc9-18ec-42b1-a0b7-ec7b30bda56e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2063 | 2025.01.28 23:06:53.606699 [ 254 ] {4e8b4fc9-18ec-42b1-a0b7-ec7b30bda56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2064 | 2025.01.28 23:06:53.608121 [ 254 ] {4e8b4fc9-18ec-42b1-a0b7-ec7b30bda56e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2065 | 2025.01.28 23:06:53.608664 [ 254 ] {4e8b4fc9-18ec-42b1-a0b7-ec7b30bda56e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2066 | 2025.01.28 23:06:53.609196 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.007083149 sec., 256665.50287167472 rows/sec., 19.54 MiB/sec. | ||
| 2067 | 2025.01.28 23:06:53.609244 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2068 | 2025.01.28 23:06:53.609376 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2069 | 2025.01.28 23:06:53.609418 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2070 | 2025.01.28 23:06:53.609470 [ 254 ] {4e8b4fc9-18ec-42b1-a0b7-ec7b30bda56e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006653 sec., 24049.301067187735 rows/sec., 1.67 MiB/sec. | ||
| 2071 | 2025.01.28 23:06:53.609715 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2072 | 2025.01.28 23:06:53.609938 [ 254 ] {4e8b4fc9-18ec-42b1-a0b7-ec7b30bda56e} <Debug> TCPHandler: Processed in 0.007537106 sec. | ||
| 2073 | 2025.01.28 23:06:53.610054 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 2074 | 2025.01.28 23:06:53.610421 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2075 | 2025.01.28 23:06:53.610832 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2076 | 2025.01.28 23:06:53.610938 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 868 rows starting from the beginning of the part | ||
| 2077 | 2025.01.28 23:06:53.610974 [ 5 ] {8d3b464f-d0f8-48ea-be0c-3bfe4be95666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2078 | 2025.01.28 23:06:53.611003 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2025.01.28 23:06:53.611347 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2237 rows starting from the beginning of the part | ||
| 2080 | 2025.01.28 23:06:53.611357 [ 5 ] {8d3b464f-d0f8-48ea-be0c-3bfe4be95666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2081 | 2025.01.28 23:06:53.611450 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_11_2} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2082 | 2025.01.28 23:06:53.611970 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2083 | 2025.01.28 23:06:53.611976 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2084 | 2025.01.28 23:06:53.612343 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2085 | 2025.01.28 23:06:53.612775 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2086 | 2025.01.28 23:06:53.613246 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2087 | 2025.01.28 23:06:53.615071 [ 5 ] {8d3b464f-d0f8-48ea-be0c-3bfe4be95666} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2088 | 2025.01.28 23:06:53.615197 [ 5 ] {8d3b464f-d0f8-48ea-be0c-3bfe4be95666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2089 | 2025.01.28 23:06:53.616299 [ 5 ] {8d3b464f-d0f8-48ea-be0c-3bfe4be95666} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2090 | 2025.01.28 23:06:53.616572 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3726 rows, containing 5 columns (5 merged, 0 gathered) in 0.007029788 sec., 530030.2085923501 rows/sec., 35.72 MiB/sec. | ||
| 2091 | 2025.01.28 23:06:53.616902 [ 5 ] {8d3b464f-d0f8-48ea-be0c-3bfe4be95666} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2092 | 2025.01.28 23:06:53.616918 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2093 | 2025.01.28 23:06:53.617384 [ 38 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2094 | 2025.01.28 23:06:53.617526 [ 38 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2025.01.28 23:06:53.617606 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2096 | 2025.01.28 23:06:53.617644 [ 5 ] {8d3b464f-d0f8-48ea-be0c-3bfe4be95666} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006834 sec., 8779.63125548727 rows/sec., 605.89 KiB/sec. | ||
| 2097 | 2025.01.28 23:06:53.618000 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2025.01.28 23:06:53.618219 [ 5 ] {8d3b464f-d0f8-48ea-be0c-3bfe4be95666} <Debug> TCPHandler: Processed in 0.008060155 sec. | ||
| 2099 | 2025.01.28 23:06:53.618331 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 2100 | 2025.01.28 23:06:53.618574 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2101 | 2025.01.28 23:06:53.618785 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 2102 | 2025.01.28 23:06:53.618791 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2103 | 2025.01.28 23:06:53.618852 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part | ||
| 2104 | 2025.01.28 23:06:53.618960 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 2105 | 2025.01.28 23:06:53.619205 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 2106 | 2025.01.28 23:06:53.619359 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2107 | 2025.01.28 23:06:53.619504 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2108 | 2025.01.28 23:06:53.619663 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 2109 | 2025.01.28 23:06:53.621210 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.003465598 sec., 170821.88990182936 rows/sec., 11.12 MiB/sec. | ||
| 2110 | 2025.01.28 23:06:53.621484 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2111 | 2025.01.28 23:06:53.621915 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2112 | 2025.01.28 23:06:53.622020 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_11_2} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2113 | 2025.01.28 23:06:53.622128 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2114 | 2025.01.28 23:06:55.208288 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2115 | 2025.01.28 23:06:55.209089 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2116 | 2025.01.28 23:06:55.209145 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2117 | 2025.01.28 23:06:55.209703 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2118 | 2025.01.28 23:06:55.209961 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2119 | 2025.01.28 23:06:55.210234 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2120 | 2025.01.28 23:06:55.457462 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2121 | 2025.01.28 23:06:55.477578 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2025.01.28 23:06:55.477638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2123 | 2025.01.28 23:06:55.484188 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2124 | 2025.01.28 23:06:55.484996 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2125 | 2025.01.28 23:06:55.487649 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2126 | 2025.01.28 23:06:57.717604 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 314 | ||
| 2127 | 2025.01.28 23:06:57.720723 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2128 | 2025.01.28 23:06:57.720770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2129 | 2025.01.28 23:06:57.722315 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2130 | 2025.01.28 23:06:57.722616 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2131 | 2025.01.28 23:06:57.722826 [ 33 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2132 | 2025.01.28 23:06:57.722940 [ 33 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2133 | 2025.01.28 23:06:57.723016 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2134 | 2025.01.28 23:06:57.723632 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 2135 | 2025.01.28 23:06:57.724080 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314 | ||
| 2136 | 2025.01.28 23:06:57.724458 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2137 | 2025.01.28 23:06:57.724579 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 2138 | 2025.01.28 23:06:57.725219 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2139 | 2025.01.28 23:06:57.726136 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2140 | 2025.01.28 23:06:57.726572 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2141 | 2025.01.28 23:06:57.726981 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2142 | 2025.01.28 23:06:57.727397 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 2143 | 2025.01.28 23:06:57.737272 [ 198 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.014095505 sec., 22276.605201445425 rows/sec., 22.11 MiB/sec. | ||
| 2144 | 2025.01.28 23:06:57.738003 [ 198 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2145 | 2025.01.28 23:06:57.738659 [ 198 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2146 | 2025.01.28 23:06:57.738733 [ 198 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_6_1} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2147 | 2025.01.28 23:06:57.738906 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
| 2148 | 2025.01.28 23:06:58.595826 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2149 | 2025.01.28 23:06:58.596034 [ 254 ] {66029553-9c34-4a6a-9ba9-a44538368338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2150 | 2025.01.28 23:06:58.596115 [ 254 ] {66029553-9c34-4a6a-9ba9-a44538368338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2151 | 2025.01.28 23:06:58.596935 [ 254 ] {66029553-9c34-4a6a-9ba9-a44538368338} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2025.01.28 23:06:58.596983 [ 254 ] {66029553-9c34-4a6a-9ba9-a44538368338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2153 | 2025.01.28 23:06:58.597436 [ 254 ] {66029553-9c34-4a6a-9ba9-a44538368338} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2154 | 2025.01.28 23:06:58.597707 [ 254 ] {66029553-9c34-4a6a-9ba9-a44538368338} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2025.01.28 23:06:58.597909 [ 32 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2156 | 2025.01.28 23:06:58.597995 [ 254 ] {66029553-9c34-4a6a-9ba9-a44538368338} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00201 sec., 6965.174129353233 rows/sec., 501.40 KiB/sec. | ||
| 2157 | 2025.01.28 23:06:58.598002 [ 32 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2025.01.28 23:06:58.598079 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2159 | 2025.01.28 23:06:58.598136 [ 254 ] {66029553-9c34-4a6a-9ba9-a44538368338} <Debug> TCPHandler: Processed in 0.00244851 sec. | ||
| 2160 | 2025.01.28 23:06:58.598576 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2161 | 2025.01.28 23:06:58.598611 [ 199 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 2162 | 2025.01.28 23:06:58.598778 [ 199 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2163 | 2025.01.28 23:06:58.598786 [ 5 ] {d1ae9440-fbfd-4b95-af59-4d2bbe895fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2164 | 2025.01.28 23:06:58.598821 [ 199 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 2165 | 2025.01.28 23:06:58.598862 [ 5 ] {d1ae9440-fbfd-4b95-af59-4d2bbe895fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2166 | 2025.01.28 23:06:58.599092 [ 199 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 2167 | 2025.01.28 23:06:58.599395 [ 199 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 2168 | 2025.01.28 23:06:58.599693 [ 199 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 2169 | 2025.01.28 23:06:58.599984 [ 199 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 2170 | 2025.01.28 23:06:58.600978 [ 5 ] {d1ae9440-fbfd-4b95-af59-4d2bbe895fe9} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2171 | 2025.01.28 23:06:58.601030 [ 5 ] {d1ae9440-fbfd-4b95-af59-4d2bbe895fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2172 | 2025.01.28 23:06:58.601449 [ 198 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003171213 sec., 22073.572478417565 rows/sec., 1.64 MiB/sec. | ||
| 2173 | 2025.01.28 23:06:58.601687 [ 198 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2174 | 2025.01.28 23:06:58.601712 [ 5 ] {d1ae9440-fbfd-4b95-af59-4d2bbe895fe9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2175 | 2025.01.28 23:06:58.602329 [ 5 ] {d1ae9440-fbfd-4b95-af59-4d2bbe895fe9} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2176 | 2025.01.28 23:06:58.602407 [ 198 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_5_1} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2177 | 2025.01.28 23:06:58.602583 [ 198 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_5_1} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2178 | 2025.01.28 23:06:58.602738 [ 5 ] {d1ae9440-fbfd-4b95-af59-4d2bbe895fe9} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.004007 sec., 54654.354878961814 rows/sec., 4.77 MiB/sec. | ||
| 2179 | 2025.01.28 23:06:58.602754 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2180 | 2025.01.28 23:06:58.602873 [ 5 ] {d1ae9440-fbfd-4b95-af59-4d2bbe895fe9} <Debug> TCPHandler: Processed in 0.004570377 sec. | ||
| 2181 | 2025.01.28 23:06:58.603026 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2182 | 2025.01.28 23:06:58.603151 [ 254 ] {50d46ee1-0202-4448-95f8-64f286984fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2183 | 2025.01.28 23:06:58.603205 [ 254 ] {50d46ee1-0202-4448-95f8-64f286984fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2184 | 2025.01.28 23:06:58.603818 [ 254 ] {50d46ee1-0202-4448-95f8-64f286984fd4} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2185 | 2025.01.28 23:06:58.603860 [ 254 ] {50d46ee1-0202-4448-95f8-64f286984fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2186 | 2025.01.28 23:06:58.604231 [ 254 ] {50d46ee1-0202-4448-95f8-64f286984fd4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2187 | 2025.01.28 23:06:58.604481 [ 254 ] {50d46ee1-0202-4448-95f8-64f286984fd4} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2188 | 2025.01.28 23:06:58.604648 [ 32 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2189 | 2025.01.28 23:06:58.604709 [ 32 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2190 | 2025.01.28 23:06:58.604747 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2191 | 2025.01.28 23:06:58.604760 [ 254 ] {50d46ee1-0202-4448-95f8-64f286984fd4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001625 sec., 9230.76923076923 rows/sec., 650.84 KiB/sec. | ||
| 2192 | 2025.01.28 23:06:58.604901 [ 254 ] {50d46ee1-0202-4448-95f8-64f286984fd4} <Debug> TCPHandler: Processed in 0.001925852 sec. | ||
| 2193 | 2025.01.28 23:06:58.605153 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2194 | 2025.01.28 23:06:58.605157 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 2195 | 2025.01.28 23:06:58.605366 [ 5 ] {f628c18f-1874-4efd-bbfd-53bb5784ee58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2196 | 2025.01.28 23:06:58.605485 [ 5 ] {f628c18f-1874-4efd-bbfd-53bb5784ee58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2197 | 2025.01.28 23:06:58.605638 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2198 | 2025.01.28 23:06:58.605735 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2199 | 2025.01.28 23:06:58.606111 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2200 | 2025.01.28 23:06:58.606490 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2201 | 2025.01.28 23:06:58.606849 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 2202 | 2025.01.28 23:06:58.607200 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 2203 | 2025.01.28 23:06:58.608106 [ 5 ] {f628c18f-1874-4efd-bbfd-53bb5784ee58} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2204 | 2025.01.28 23:06:58.608164 [ 5 ] {f628c18f-1874-4efd-bbfd-53bb5784ee58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2205 | 2025.01.28 23:06:58.609189 [ 5 ] {f628c18f-1874-4efd-bbfd-53bb5784ee58} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2206 | 2025.01.28 23:06:58.609790 [ 5 ] {f628c18f-1874-4efd-bbfd-53bb5784ee58} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2207 | 2025.01.28 23:06:58.609797 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 5 columns (5 merged, 0 gathered) in 0.004903732 sec., 15294.473678414726 rows/sec., 1.11 MiB/sec. | ||
| 2208 | 2025.01.28 23:06:58.610055 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2209 | 2025.01.28 23:06:58.610163 [ 5 ] {f628c18f-1874-4efd-bbfd-53bb5784ee58} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004848 sec., 2887.788778877888 rows/sec., 202.24 KiB/sec. | ||
| 2210 | 2025.01.28 23:06:58.610283 [ 5 ] {f628c18f-1874-4efd-bbfd-53bb5784ee58} <Debug> TCPHandler: Processed in 0.005258397 sec. | ||
| 2211 | 2025.01.28 23:06:58.610547 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2212 | 2025.01.28 23:06:58.610555 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2213 | 2025.01.28 23:06:58.610721 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_5_1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2214 | 2025.01.28 23:06:58.610759 [ 254 ] {031d372f-c662-45a9-b00e-6e494f508c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2215 | 2025.01.28 23:06:58.610865 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2216 | 2025.01.28 23:06:58.610886 [ 254 ] {031d372f-c662-45a9-b00e-6e494f508c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2217 | 2025.01.28 23:06:58.611565 [ 254 ] {031d372f-c662-45a9-b00e-6e494f508c3e} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2218 | 2025.01.28 23:06:58.611605 [ 254 ] {031d372f-c662-45a9-b00e-6e494f508c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2219 | 2025.01.28 23:06:58.611974 [ 254 ] {031d372f-c662-45a9-b00e-6e494f508c3e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2220 | 2025.01.28 23:06:58.612218 [ 254 ] {031d372f-c662-45a9-b00e-6e494f508c3e} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2025.01.28 23:06:58.612379 [ 32 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2222 | 2025.01.28 23:06:58.612438 [ 32 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2223 | 2025.01.28 23:06:58.612472 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2224 | 2025.01.28 23:06:58.612473 [ 254 ] {031d372f-c662-45a9-b00e-6e494f508c3e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001756 sec., 7403.189066059225 rows/sec., 461.59 KiB/sec. | ||
| 2225 | 2025.01.28 23:06:58.612833 [ 254 ] {031d372f-c662-45a9-b00e-6e494f508c3e} <Debug> TCPHandler: Processed in 0.002429331 sec. | ||
| 2226 | 2025.01.28 23:06:58.612875 [ 196 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 2227 | 2025.01.28 23:06:58.613080 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2228 | 2025.01.28 23:06:58.613099 [ 196 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2229 | 2025.01.28 23:06:58.613154 [ 196 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 2230 | 2025.01.28 23:06:58.613377 [ 5 ] {19ae0f78-d07a-4aee-a776-2026159e7d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2231 | 2025.01.28 23:06:58.613454 [ 196 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 2232 | 2025.01.28 23:06:58.613526 [ 5 ] {19ae0f78-d07a-4aee-a776-2026159e7d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2233 | 2025.01.28 23:06:58.613802 [ 196 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 2234 | 2025.01.28 23:06:58.614158 [ 196 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 2235 | 2025.01.28 23:06:58.614513 [ 196 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 2236 | 2025.01.28 23:06:58.616331 [ 5 ] {19ae0f78-d07a-4aee-a776-2026159e7d13} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2025.01.28 23:06:58.616407 [ 5 ] {19ae0f78-d07a-4aee-a776-2026159e7d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2238 | 2025.01.28 23:06:58.616877 [ 196 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004307132 sec., 15091.24865455714 rows/sec., 999.89 KiB/sec. | ||
| 2239 | 2025.01.28 23:06:58.617051 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2240 | 2025.01.28 23:06:58.617204 [ 5 ] {19ae0f78-d07a-4aee-a776-2026159e7d13} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2241 | 2025.01.28 23:06:58.617386 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_5_1} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2025.01.28 23:06:58.617487 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_5_1} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2243 | 2025.01.28 23:06:58.617491 [ 5 ] {19ae0f78-d07a-4aee-a776-2026159e7d13} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2244 | 2025.01.28 23:06:58.617594 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2245 | 2025.01.28 23:06:58.617757 [ 5 ] {19ae0f78-d07a-4aee-a776-2026159e7d13} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00452 sec., 86283.18584070797 rows/sec., 6.12 MiB/sec. | ||
| 2246 | 2025.01.28 23:06:58.617819 [ 5 ] {19ae0f78-d07a-4aee-a776-2026159e7d13} <Debug> TCPHandler: Processed in 0.004856141 sec. | ||
| 2247 | 2025.01.28 23:06:58.617993 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2248 | 2025.01.28 23:06:58.618115 [ 254 ] {73775422-c4e6-4484-8940-b4dbd049448a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2249 | 2025.01.28 23:06:58.618166 [ 254 ] {73775422-c4e6-4484-8940-b4dbd049448a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2250 | 2025.01.28 23:06:58.618664 [ 254 ] {73775422-c4e6-4484-8940-b4dbd049448a} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.01.28 23:06:58.618702 [ 254 ] {73775422-c4e6-4484-8940-b4dbd049448a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2252 | 2025.01.28 23:06:58.619070 [ 254 ] {73775422-c4e6-4484-8940-b4dbd049448a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2253 | 2025.01.28 23:06:58.619321 [ 254 ] {73775422-c4e6-4484-8940-b4dbd049448a} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2254 | 2025.01.28 23:06:58.619504 [ 254 ] {73775422-c4e6-4484-8940-b4dbd049448a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 221.54 KiB/sec. | ||
| 2255 | 2025.01.28 23:06:58.619553 [ 254 ] {73775422-c4e6-4484-8940-b4dbd049448a} <Debug> TCPHandler: Processed in 0.001620587 sec. | ||
| 2256 | 2025.01.28 23:06:58.619771 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2257 | 2025.01.28 23:06:58.619988 [ 5 ] {1c725892-8a00-4bbb-85f2-29d0324c896d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2258 | 2025.01.28 23:06:58.620083 [ 5 ] {1c725892-8a00-4bbb-85f2-29d0324c896d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2259 | 2025.01.28 23:06:58.620861 [ 5 ] {1c725892-8a00-4bbb-85f2-29d0324c896d} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2260 | 2025.01.28 23:06:58.620899 [ 5 ] {1c725892-8a00-4bbb-85f2-29d0324c896d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2261 | 2025.01.28 23:06:58.621296 [ 5 ] {1c725892-8a00-4bbb-85f2-29d0324c896d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2262 | 2025.01.28 23:06:58.621532 [ 5 ] {1c725892-8a00-4bbb-85f2-29d0324c896d} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2263 | 2025.01.28 23:06:58.621797 [ 5 ] {1c725892-8a00-4bbb-85f2-29d0324c896d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001858 sec., 127556.51237890204 rows/sec., 8.55 MiB/sec. | ||
| 2264 | 2025.01.28 23:06:58.621988 [ 5 ] {1c725892-8a00-4bbb-85f2-29d0324c896d} <Debug> TCPHandler: Processed in 0.002319209 sec. | ||
| 2265 | 2025.01.28 23:06:58.622165 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2266 | 2025.01.28 23:06:58.622305 [ 254 ] {4ded8d81-8028-4ff8-a80b-397ed0249062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2267 | 2025.01.28 23:06:58.622365 [ 254 ] {4ded8d81-8028-4ff8-a80b-397ed0249062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2268 | 2025.01.28 23:06:58.622837 [ 254 ] {4ded8d81-8028-4ff8-a80b-397ed0249062} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2269 | 2025.01.28 23:06:58.622874 [ 254 ] {4ded8d81-8028-4ff8-a80b-397ed0249062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2270 | 2025.01.28 23:06:58.623230 [ 254 ] {4ded8d81-8028-4ff8-a80b-397ed0249062} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2271 | 2025.01.28 23:06:58.623470 [ 254 ] {4ded8d81-8028-4ff8-a80b-397ed0249062} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2272 | 2025.01.28 23:06:58.623609 [ 31 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2273 | 2025.01.28 23:06:58.623663 [ 31 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2025.01.28 23:06:58.623670 [ 254 ] {4ded8d81-8028-4ff8-a80b-397ed0249062} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec. | ||
| 2275 | 2025.01.28 23:06:58.623693 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2276 | 2025.01.28 23:06:58.623738 [ 254 ] {4ded8d81-8028-4ff8-a80b-397ed0249062} <Debug> TCPHandler: Processed in 0.001639677 sec. | ||
| 2277 | 2025.01.28 23:06:58.624071 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2278 | 2025.01.28 23:06:58.624133 [ 188 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::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 | ||
| 2279 | 2025.01.28 23:06:58.624385 [ 5 ] {de788bb7-4a52-410c-83d9-c2347e2ac1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2280 | 2025.01.28 23:06:58.624385 [ 188 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2281 | 2025.01.28 23:06:58.624473 [ 188 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2282 | 2025.01.28 23:06:58.624569 [ 5 ] {de788bb7-4a52-410c-83d9-c2347e2ac1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2283 | 2025.01.28 23:06:58.624797 [ 188 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2284 | 2025.01.28 23:06:58.625236 [ 188 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2285 | 2025.01.28 23:06:58.625560 [ 188 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2286 | 2025.01.28 23:06:58.625889 [ 188 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2287 | 2025.01.28 23:06:58.629189 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00539324 sec., 927.086500878878 rows/sec., 62.47 KiB/sec. | ||
| 2288 | 2025.01.28 23:06:58.629337 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2289 | 2025.01.28 23:06:58.629532 [ 5 ] {de788bb7-4a52-410c-83d9-c2347e2ac1e9} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2290 | 2025.01.28 23:06:58.629576 [ 5 ] {de788bb7-4a52-410c-83d9-c2347e2ac1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2291 | 2025.01.28 23:06:58.629713 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2292 | 2025.01.28 23:06:58.629830 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_5_1} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2293 | 2025.01.28 23:06:58.629929 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2294 | 2025.01.28 23:06:58.630302 [ 5 ] {de788bb7-4a52-410c-83d9-c2347e2ac1e9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2295 | 2025.01.28 23:06:58.630554 [ 5 ] {de788bb7-4a52-410c-83d9-c2347e2ac1e9} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2025.01.28 23:06:58.630858 [ 5 ] {de788bb7-4a52-410c-83d9-c2347e2ac1e9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006579 sec., 1215.9902720778234 rows/sec., 2.18 MiB/sec. | ||
| 2297 | 2025.01.28 23:06:58.631072 [ 5 ] {de788bb7-4a52-410c-83d9-c2347e2ac1e9} <Debug> TCPHandler: Processed in 0.007228871 sec. | ||
| 2298 | 2025.01.28 23:06:58.631245 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2299 | 2025.01.28 23:06:58.631389 [ 254 ] {3a9a504e-0a9d-43f6-8612-60fe30ae9c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2300 | 2025.01.28 23:06:58.631451 [ 254 ] {3a9a504e-0a9d-43f6-8612-60fe30ae9c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2301 | 2025.01.28 23:06:58.631952 [ 254 ] {3a9a504e-0a9d-43f6-8612-60fe30ae9c12} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2302 | 2025.01.28 23:06:58.631991 [ 254 ] {3a9a504e-0a9d-43f6-8612-60fe30ae9c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2303 | 2025.01.28 23:06:58.632370 [ 254 ] {3a9a504e-0a9d-43f6-8612-60fe30ae9c12} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2304 | 2025.01.28 23:06:58.632613 [ 254 ] {3a9a504e-0a9d-43f6-8612-60fe30ae9c12} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2305 | 2025.01.28 23:06:58.632785 [ 254 ] {3a9a504e-0a9d-43f6-8612-60fe30ae9c12} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 2306 | 2025.01.28 23:06:58.632830 [ 254 ] {3a9a504e-0a9d-43f6-8612-60fe30ae9c12} <Debug> TCPHandler: Processed in 0.001681708 sec. | ||
| 2307 | 2025.01.28 23:07:02.623413 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2308 | 2025.01.28 23:07:02.623485 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2309 | 2025.01.28 23:07:02.710433 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2310 | 2025.01.28 23:07:02.711162 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2025.01.28 23:07:02.711217 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2312 | 2025.01.28 23:07:02.711797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2313 | 2025.01.28 23:07:02.712060 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2025.01.28 23:07:02.712296 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2315 | 2025.01.28 23:07:02.987787 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2316 | 2025.01.28 23:07:03.009566 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2025.01.28 23:07:03.009638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2318 | 2025.01.28 23:07:03.017408 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2319 | 2025.01.28 23:07:03.018200 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2025.01.28 23:07:03.021672 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2321 | 2025.01.28 23:07:03.589497 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2322 | 2025.01.28 23:07:03.589797 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2323 | 2025.01.28 23:07:03.590284 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2324 | 2025.01.28 23:07:03.590348 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2325 | 2025.01.28 23:07:03.590768 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2326 | 2025.01.28 23:07:03.590849 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2327 | 2025.01.28 23:07:03.591027 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2328 | 2025.01.28 23:07:03.591212 [ 295 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2329 | 2025.01.28 23:07:03.591222 [ 296 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2330 | 2025.01.28 23:07:03.591246 [ 297 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2331 | 2025.01.28 23:07:03.591408 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 2332 | 2025.01.28 23:07:03.591439 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2333 | 2025.01.28 23:07:03.591560 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2334 | 2025.01.28 23:07:03.591585 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2335 | 2025.01.28 23:07:03.591629 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2336 | 2025.01.28 23:07:03.591676 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2337 | 2025.01.28 23:07:03.591719 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2338 | 2025.01.28 23:07:03.593576 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003922 sec., 9433.962264150943 rows/sec., 353.57 KiB/sec. | ||
| 2339 | 2025.01.28 23:07:03.593773 [ 254 ] {7875605d-2ef5-4ddf-b00c-e43b514369a5} <Debug> TCPHandler: Processed in 0.004413274 sec. | ||
| 2340 | 2025.01.28 23:07:03.594225 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2025.01.28 23:07:03.594489 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2342 | 2025.01.28 23:07:03.594919 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2343 | 2025.01.28 23:07:03.594972 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2344 | 2025.01.28 23:07:03.595342 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2345 | 2025.01.28 23:07:03.595421 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2346 | 2025.01.28 23:07:03.595595 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2347 | 2025.01.28 23:07:03.595724 [ 299 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2348 | 2025.01.28 23:07:03.595744 [ 296 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2349 | 2025.01.28 23:07:03.595770 [ 297 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2350 | 2025.01.28 23:07:03.595895 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 2351 | 2025.01.28 23:07:03.595926 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2352 | 2025.01.28 23:07:03.596043 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2353 | 2025.01.28 23:07:03.596067 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2354 | 2025.01.28 23:07:03.596110 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2355 | 2025.01.28 23:07:03.596156 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2356 | 2025.01.28 23:07:03.596199 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2357 | 2025.01.28 23:07:03.597670 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003309 sec., 11181.625868842551 rows/sec., 419.07 KiB/sec. | ||
| 2358 | 2025.01.28 23:07:03.597857 [ 5 ] {09ea0fcf-f600-4e8d-a72a-843e0da2dc04} <Debug> TCPHandler: Processed in 0.003753493 sec. | ||
| 2359 | 2025.01.28 23:07:03.598158 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2360 | 2025.01.28 23:07:03.598388 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2361 | 2025.01.28 23:07:03.598780 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2362 | 2025.01.28 23:07:03.598832 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2363 | 2025.01.28 23:07:03.599172 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2364 | 2025.01.28 23:07:03.599238 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2365 | 2025.01.28 23:07:03.599390 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2366 | 2025.01.28 23:07:03.599551 [ 296 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2367 | 2025.01.28 23:07:03.599555 [ 295 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2368 | 2025.01.28 23:07:03.599577 [ 297 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2369 | 2025.01.28 23:07:03.599718 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 2370 | 2025.01.28 23:07:03.599748 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2371 | 2025.01.28 23:07:03.599855 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2372 | 2025.01.28 23:07:03.599876 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2373 | 2025.01.28 23:07:03.599918 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2374 | 2025.01.28 23:07:03.599967 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2375 | 2025.01.28 23:07:03.600010 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2376 | 2025.01.28 23:07:03.601473 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003203 sec., 11551.670309085232 rows/sec., 432.94 KiB/sec. | ||
| 2377 | 2025.01.28 23:07:03.601683 [ 254 ] {84f4dbec-a7a1-4ed6-8e1e-68ed653c890e} <Debug> TCPHandler: Processed in 0.00359296 sec. | ||
| 2378 | 2025.01.28 23:07:03.602553 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2379 | 2025.01.28 23:07:03.602781 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2380 | 2025.01.28 23:07:03.603197 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2381 | 2025.01.28 23:07:03.603257 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2382 | 2025.01.28 23:07:03.603669 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2383 | 2025.01.28 23:07:03.603734 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2384 | 2025.01.28 23:07:03.603884 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2385 | 2025.01.28 23:07:03.603958 [ 299 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2386 | 2025.01.28 23:07:03.604045 [ 297 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2387 | 2025.01.28 23:07:03.604050 [ 295 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2388 | 2025.01.28 23:07:03.604197 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 2389 | 2025.01.28 23:07:03.604226 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2390 | 2025.01.28 23:07:03.604335 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2391 | 2025.01.28 23:07:03.604360 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2392 | 2025.01.28 23:07:03.604400 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2393 | 2025.01.28 23:07:03.604447 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2394 | 2025.01.28 23:07:03.604490 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2395 | 2025.01.28 23:07:03.605920 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003257 sec., 11360.147374884864 rows/sec., 425.77 KiB/sec. | ||
| 2396 | 2025.01.28 23:07:03.606116 [ 5 ] {1657b585-ac0a-4c07-946b-598c3259a548} <Debug> TCPHandler: Processed in 0.003631151 sec. | ||
| 2397 | 2025.01.28 23:07:03.610918 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2398 | 2025.01.28 23:07:03.611079 [ 254 ] {5ec76f0e-8813-41c6-b5d2-022561dd1d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2399 | 2025.01.28 23:07:03.611145 [ 254 ] {5ec76f0e-8813-41c6-b5d2-022561dd1d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2400 | 2025.01.28 23:07:03.611967 [ 254 ] {5ec76f0e-8813-41c6-b5d2-022561dd1d5a} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2025.01.28 23:07:03.612007 [ 254 ] {5ec76f0e-8813-41c6-b5d2-022561dd1d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2402 | 2025.01.28 23:07:03.612524 [ 254 ] {5ec76f0e-8813-41c6-b5d2-022561dd1d5a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2403 | 2025.01.28 23:07:03.612756 [ 254 ] {5ec76f0e-8813-41c6-b5d2-022561dd1d5a} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2404 | 2025.01.28 23:07:03.612965 [ 254 ] {5ec76f0e-8813-41c6-b5d2-022561dd1d5a} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001927 sec., 2075.765438505449 rows/sec., 195.62 KiB/sec. | ||
| 2405 | 2025.01.28 23:07:03.613028 [ 254 ] {5ec76f0e-8813-41c6-b5d2-022561dd1d5a} <Debug> TCPHandler: Processed in 0.002177316 sec. | ||
| 2406 | 2025.01.28 23:07:03.613192 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2407 | 2025.01.28 23:07:03.613359 [ 5 ] {76be797b-0323-45f1-aab8-b10ee5fca416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2408 | 2025.01.28 23:07:03.613420 [ 5 ] {76be797b-0323-45f1-aab8-b10ee5fca416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2409 | 2025.01.28 23:07:03.614136 [ 5 ] {76be797b-0323-45f1-aab8-b10ee5fca416} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2025.01.28 23:07:03.614181 [ 5 ] {76be797b-0323-45f1-aab8-b10ee5fca416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2411 | 2025.01.28 23:07:03.614608 [ 5 ] {76be797b-0323-45f1-aab8-b10ee5fca416} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2412 | 2025.01.28 23:07:03.614857 [ 5 ] {76be797b-0323-45f1-aab8-b10ee5fca416} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2025.01.28 23:07:03.615080 [ 5 ] {76be797b-0323-45f1-aab8-b10ee5fca416} <Debug> executeQuery: Read 111 rows, 9.56 KiB in 0.001763 sec., 62960.8621667612 rows/sec., 5.30 MiB/sec. | ||
| 2414 | 2025.01.28 23:07:03.615139 [ 5 ] {76be797b-0323-45f1-aab8-b10ee5fca416} <Debug> TCPHandler: Processed in 0.002014983 sec. | ||
| 2415 | 2025.01.28 23:07:03.615317 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2025.01.28 23:07:03.615458 [ 254 ] {a3dfe378-f12a-4217-8610-edd776ea9cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2417 | 2025.01.28 23:07:03.615518 [ 254 ] {a3dfe378-f12a-4217-8610-edd776ea9cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2418 | 2025.01.28 23:07:03.616137 [ 254 ] {a3dfe378-f12a-4217-8610-edd776ea9cee} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2419 | 2025.01.28 23:07:03.616175 [ 254 ] {a3dfe378-f12a-4217-8610-edd776ea9cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2420 | 2025.01.28 23:07:03.616545 [ 254 ] {a3dfe378-f12a-4217-8610-edd776ea9cee} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2421 | 2025.01.28 23:07:03.616801 [ 254 ] {a3dfe378-f12a-4217-8610-edd776ea9cee} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2422 | 2025.01.28 23:07:03.617025 [ 254 ] {a3dfe378-f12a-4217-8610-edd776ea9cee} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001588 sec., 17002.518891687658 rows/sec., 1.25 MiB/sec. | ||
| 2423 | 2025.01.28 23:07:03.617161 [ 254 ] {a3dfe378-f12a-4217-8610-edd776ea9cee} <Debug> TCPHandler: Processed in 0.001910822 sec. | ||
| 2424 | 2025.01.28 23:07:03.617322 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2425 | 2025.01.28 23:07:03.617448 [ 5 ] {78f26985-7d59-4b7f-9881-b83d9c9e0d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2426 | 2025.01.28 23:07:03.617505 [ 5 ] {78f26985-7d59-4b7f-9881-b83d9c9e0d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2427 | 2025.01.28 23:07:03.618153 [ 5 ] {78f26985-7d59-4b7f-9881-b83d9c9e0d1f} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2428 | 2025.01.28 23:07:03.618198 [ 5 ] {78f26985-7d59-4b7f-9881-b83d9c9e0d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2429 | 2025.01.28 23:07:03.618569 [ 5 ] {78f26985-7d59-4b7f-9881-b83d9c9e0d1f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2430 | 2025.01.28 23:07:03.618815 [ 5 ] {78f26985-7d59-4b7f-9881-b83d9c9e0d1f} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2431 | 2025.01.28 23:07:03.618978 [ 23 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2432 | 2025.01.28 23:07:03.619035 [ 23 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2433 | 2025.01.28 23:07:03.619072 [ 5 ] {78f26985-7d59-4b7f-9881-b83d9c9e0d1f} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001638 sec., 610.5006105006105 rows/sec., 40.54 KiB/sec. | ||
| 2434 | 2025.01.28 23:07:03.619081 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2435 | 2025.01.28 23:07:03.619221 [ 5 ] {78f26985-7d59-4b7f-9881-b83d9c9e0d1f} <Debug> TCPHandler: Processed in 0.001966392 sec. | ||
| 2436 | 2025.01.28 23:07:03.619504 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2437 | 2025.01.28 23:07:03.619674 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::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 | ||
| 2438 | 2025.01.28 23:07:03.619745 [ 254 ] {3aaa103b-7050-4c13-8f58-6a8b1fbb9d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2439 | 2025.01.28 23:07:03.619828 [ 254 ] {3aaa103b-7050-4c13-8f58-6a8b1fbb9d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2440 | 2025.01.28 23:07:03.620010 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2441 | 2025.01.28 23:07:03.620093 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2442 | 2025.01.28 23:07:03.620412 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::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 | ||
| 2443 | 2025.01.28 23:07:03.620935 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2444 | 2025.01.28 23:07:03.621246 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::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 | ||
| 2445 | 2025.01.28 23:07:03.621554 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::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 | ||
| 2446 | 2025.01.28 23:07:03.621681 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::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 | ||
| 2447 | 2025.01.28 23:07:03.622509 [ 254 ] {3aaa103b-7050-4c13-8f58-6a8b1fbb9d6b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2448 | 2025.01.28 23:07:03.622575 [ 254 ] {3aaa103b-7050-4c13-8f58-6a8b1fbb9d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2449 | 2025.01.28 23:07:03.623738 [ 254 ] {3aaa103b-7050-4c13-8f58-6a8b1fbb9d6b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2450 | 2025.01.28 23:07:03.624147 [ 199 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.004919422 sec., 60779.498079245895 rows/sec., 4.36 MiB/sec. | ||
| 2451 | 2025.01.28 23:07:03.624285 [ 254 ] {3aaa103b-7050-4c13-8f58-6a8b1fbb9d6b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2452 | 2025.01.28 23:07:03.624384 [ 199 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2453 | 2025.01.28 23:07:03.624714 [ 254 ] {3aaa103b-7050-4c13-8f58-6a8b1fbb9d6b} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.004996 sec., 20216.172938350683 rows/sec., 1.58 MiB/sec. | ||
| 2454 | 2025.01.28 23:07:03.624866 [ 254 ] {3aaa103b-7050-4c13-8f58-6a8b1fbb9d6b} <Debug> TCPHandler: Processed in 0.005520922 sec. | ||
| 2455 | 2025.01.28 23:07:03.625036 [ 200 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_6_1} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2456 | 2025.01.28 23:07:03.625051 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2025.01.28 23:07:03.625206 [ 200 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_6_1} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2458 | 2025.01.28 23:07:03.625300 [ 5 ] {898ed286-d424-4ade-8460-3efb98a49de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2459 | 2025.01.28 23:07:03.625373 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2460 | 2025.01.28 23:07:03.625430 [ 5 ] {898ed286-d424-4ade-8460-3efb98a49de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2461 | 2025.01.28 23:07:03.626061 [ 5 ] {898ed286-d424-4ade-8460-3efb98a49de7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2462 | 2025.01.28 23:07:03.626100 [ 5 ] {898ed286-d424-4ade-8460-3efb98a49de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2463 | 2025.01.28 23:07:03.626490 [ 5 ] {898ed286-d424-4ade-8460-3efb98a49de7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2464 | 2025.01.28 23:07:03.626727 [ 5 ] {898ed286-d424-4ade-8460-3efb98a49de7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2465 | 2025.01.28 23:07:03.626941 [ 5 ] {898ed286-d424-4ade-8460-3efb98a49de7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec. | ||
| 2466 | 2025.01.28 23:07:03.626997 [ 5 ] {898ed286-d424-4ade-8460-3efb98a49de7} <Debug> TCPHandler: Processed in 0.002032194 sec. | ||
| 2467 | 2025.01.28 23:07:03.627144 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2025.01.28 23:07:03.627262 [ 254 ] {d07c1b0a-d741-44fb-8001-914c86acf776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2469 | 2025.01.28 23:07:03.627314 [ 254 ] {d07c1b0a-d741-44fb-8001-914c86acf776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2470 | 2025.01.28 23:07:03.627803 [ 254 ] {d07c1b0a-d741-44fb-8001-914c86acf776} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2471 | 2025.01.28 23:07:03.627843 [ 254 ] {d07c1b0a-d741-44fb-8001-914c86acf776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2472 | 2025.01.28 23:07:03.628207 [ 254 ] {d07c1b0a-d741-44fb-8001-914c86acf776} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2473 | 2025.01.28 23:07:03.628473 [ 254 ] {d07c1b0a-d741-44fb-8001-914c86acf776} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2025.01.28 23:07:03.628751 [ 254 ] {d07c1b0a-d741-44fb-8001-914c86acf776} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 42.01 KiB/sec. | ||
| 2475 | 2025.01.28 23:07:03.628814 [ 254 ] {d07c1b0a-d741-44fb-8001-914c86acf776} <Debug> TCPHandler: Processed in 0.001725479 sec. | ||
| 2476 | 2025.01.28 23:07:03.628956 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2477 | 2025.01.28 23:07:03.629072 [ 5 ] {fe2c8119-f759-41ee-96ba-5d1e35062301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2478 | 2025.01.28 23:07:03.629152 [ 5 ] {fe2c8119-f759-41ee-96ba-5d1e35062301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2479 | 2025.01.28 23:07:03.630312 [ 5 ] {fe2c8119-f759-41ee-96ba-5d1e35062301} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2480 | 2025.01.28 23:07:03.630350 [ 5 ] {fe2c8119-f759-41ee-96ba-5d1e35062301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2481 | 2025.01.28 23:07:03.630979 [ 5 ] {fe2c8119-f759-41ee-96ba-5d1e35062301} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2482 | 2025.01.28 23:07:03.631229 [ 5 ] {fe2c8119-f759-41ee-96ba-5d1e35062301} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2483 | 2025.01.28 23:07:03.631396 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2484 | 2025.01.28 23:07:03.631471 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2485 | 2025.01.28 23:07:03.631503 [ 5 ] {fe2c8119-f759-41ee-96ba-5d1e35062301} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002447 sec., 11033.919084593379 rows/sec., 19.77 MiB/sec. | ||
| 2486 | 2025.01.28 23:07:03.631521 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2487 | 2025.01.28 23:07:03.631885 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 2488 | 2025.01.28 23:07:03.631913 [ 5 ] {fe2c8119-f759-41ee-96ba-5d1e35062301} <Debug> TCPHandler: Processed in 0.003014281 sec. | ||
| 2489 | 2025.01.28 23:07:03.632160 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2490 | 2025.01.28 23:07:03.632477 [ 254 ] {9d46ef49-90b8-47f7-876b-5c2ba86a353d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2491 | 2025.01.28 23:07:03.632526 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2492 | 2025.01.28 23:07:03.632608 [ 254 ] {9d46ef49-90b8-47f7-876b-5c2ba86a353d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2493 | 2025.01.28 23:07:03.632661 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 2494 | 2025.01.28 23:07:03.633583 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 2495 | 2025.01.28 23:07:03.634210 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2496 | 2025.01.28 23:07:03.634976 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 2497 | 2025.01.28 23:07:03.635051 [ 254 ] {9d46ef49-90b8-47f7-876b-5c2ba86a353d} <Trace> oximeter.measurements_i64 (a920aa06-de13-4323-97a8-d25c2b4dc563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2498 | 2025.01.28 23:07:03.635144 [ 254 ] {9d46ef49-90b8-47f7-876b-5c2ba86a353d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2499 | 2025.01.28 23:07:03.635605 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 2500 | 2025.01.28 23:07:03.636228 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 2501 | 2025.01.28 23:07:03.636959 [ 254 ] {9d46ef49-90b8-47f7-876b-5c2ba86a353d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2502 | 2025.01.28 23:07:03.637490 [ 254 ] {9d46ef49-90b8-47f7-876b-5c2ba86a353d} <Trace> oximeter.measurements_i64 (a920aa06-de13-4323-97a8-d25c2b4dc563): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2025.01.28 23:07:03.638183 [ 254 ] {9d46ef49-90b8-47f7-876b-5c2ba86a353d} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.0058 sec., 3103.4482758620693 rows/sec., 233.87 KiB/sec. | ||
| 2504 | 2025.01.28 23:07:03.638389 [ 254 ] {9d46ef49-90b8-47f7-876b-5c2ba86a353d} <Debug> TCPHandler: Processed in 0.006357827 sec. | ||
| 2505 | 2025.01.28 23:07:03.638596 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2506 | 2025.01.28 23:07:03.638908 [ 5 ] {a6ab734c-9421-4bd6-bf52-807e6c3c2df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2507 | 2025.01.28 23:07:03.639024 [ 5 ] {a6ab734c-9421-4bd6-bf52-807e6c3c2df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2508 | 2025.01.28 23:07:03.641149 [ 5 ] {a6ab734c-9421-4bd6-bf52-807e6c3c2df0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.01.28 23:07:03.641238 [ 5 ] {a6ab734c-9421-4bd6-bf52-807e6c3c2df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2510 | 2025.01.28 23:07:03.642495 [ 5 ] {a6ab734c-9421-4bd6-bf52-807e6c3c2df0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2511 | 2025.01.28 23:07:03.643196 [ 5 ] {a6ab734c-9421-4bd6-bf52-807e6c3c2df0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.01.28 23:07:03.643698 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 67 rows, containing 19 columns (19 merged, 0 gathered) in 0.012010791 sec., 5578.317031742539 rows/sec., 10.00 MiB/sec. | ||
| 2513 | 2025.01.28 23:07:03.643805 [ 5 ] {a6ab734c-9421-4bd6-bf52-807e6c3c2df0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004993 sec., 12016.823552974163 rows/sec., 829.29 KiB/sec. | ||
| 2514 | 2025.01.28 23:07:03.643910 [ 5 ] {a6ab734c-9421-4bd6-bf52-807e6c3c2df0} <Debug> TCPHandler: Processed in 0.005417921 sec. | ||
| 2515 | 2025.01.28 23:07:03.644136 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2516 | 2025.01.28 23:07:03.644562 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2517 | 2025.01.28 23:07:03.644639 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2518 | 2025.01.28 23:07:03.644745 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 2519 | 2025.01.28 23:07:04.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.48 MiB, peak 173.07 MiB, free memory in arenas 0.00 B, will set to 168.46 MiB (RSS), difference: -1.02 MiB | ||
| 2520 | 2025.01.28 23:07:05.782073 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2521 | 2025.01.28 23:07:05.782346 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) 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', '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) | ||
| 2522 | 2025.01.28 23:07:05.782791 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2523 | 2025.01.28 23:07:05.782849 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <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', '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 | ||
| 2524 | 2025.01.28 23:07:05.783245 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2525 | 2025.01.28 23:07:05.783332 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2526 | 2025.01.28 23:07:05.783515 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2527 | 2025.01.28 23:07:05.783740 [ 299 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2528 | 2025.01.28 23:07:05.783743 [ 296 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2529 | 2025.01.28 23:07:05.783748 [ 295 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2530 | 2025.01.28 23:07:05.783815 [ 297 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2531 | 2025.01.28 23:07:05.784033 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (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 | ||
| 2532 | 2025.01.28 23:07:05.784066 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2533 | 2025.01.28 23:07:05.784211 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2534 | 2025.01.28 23:07:05.784237 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 2535 | 2025.01.28 23:07:05.784286 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <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', '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'))" | ||
| 2536 | 2025.01.28 23:07:05.784337 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <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', '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'))" | ||
| 2537 | 2025.01.28 23:07:05.784381 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <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', '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'))" | ||
| 2538 | 2025.01.28 23:07:05.784428 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <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', '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'))" | ||
| 2539 | 2025.01.28 23:07:05.786649 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00443 sec., 9255.07900677201 rows/sec., 353.15 KiB/sec. | ||
| 2540 | 2025.01.28 23:07:05.786905 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Debug> MemoryTracker: Peak memory usage (for query): 144.52 KiB. | ||
| 2541 | 2025.01.28 23:07:05.786924 [ 254 ] {b4449b25-2bbe-4191-b6e1-1bcb67dd06cd} <Debug> TCPHandler: Processed in 0.004985384 sec. | ||
| 2542 | 2025.01.28 23:07:05.826581 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2025.01.28 23:07:05.826732 [ 254 ] {56ec4348-387a-4816-9816-05e92e8921b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2544 | 2025.01.28 23:07:05.826798 [ 254 ] {56ec4348-387a-4816-9816-05e92e8921b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2545 | 2025.01.28 23:07:05.827623 [ 254 ] {56ec4348-387a-4816-9816-05e92e8921b8} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2025.01.28 23:07:05.827677 [ 254 ] {56ec4348-387a-4816-9816-05e92e8921b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2547 | 2025.01.28 23:07:05.828194 [ 254 ] {56ec4348-387a-4816-9816-05e92e8921b8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2548 | 2025.01.28 23:07:05.828433 [ 254 ] {56ec4348-387a-4816-9816-05e92e8921b8} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2025.01.28 23:07:05.828670 [ 254 ] {56ec4348-387a-4816-9816-05e92e8921b8} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001982 sec., 504.5408678102927 rows/sec., 114.31 KiB/sec. | ||
| 2550 | 2025.01.28 23:07:05.828729 [ 254 ] {56ec4348-387a-4816-9816-05e92e8921b8} <Debug> TCPHandler: Processed in 0.002213177 sec. | ||
| 2551 | 2025.01.28 23:07:05.829009 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2552 | 2025.01.28 23:07:05.829292 [ 5 ] {837e11b7-e207-4bba-a036-da88ddd920e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2553 | 2025.01.28 23:07:05.829401 [ 5 ] {837e11b7-e207-4bba-a036-da88ddd920e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2554 | 2025.01.28 23:07:05.830249 [ 5 ] {837e11b7-e207-4bba-a036-da88ddd920e7} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2555 | 2025.01.28 23:07:05.830295 [ 5 ] {837e11b7-e207-4bba-a036-da88ddd920e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2556 | 2025.01.28 23:07:05.830711 [ 5 ] {837e11b7-e207-4bba-a036-da88ddd920e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2557 | 2025.01.28 23:07:05.830959 [ 5 ] {837e11b7-e207-4bba-a036-da88ddd920e7} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2558 | 2025.01.28 23:07:05.831183 [ 5 ] {837e11b7-e207-4bba-a036-da88ddd920e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec. | ||
| 2559 | 2025.01.28 23:07:05.831239 [ 5 ] {837e11b7-e207-4bba-a036-da88ddd920e7} <Debug> TCPHandler: Processed in 0.002409321 sec. | ||
| 2560 | 2025.01.28 23:07:05.831404 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2561 | 2025.01.28 23:07:05.831546 [ 254 ] {d10e4089-6646-4032-b7b3-cb5500a4b9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2562 | 2025.01.28 23:07:05.831606 [ 254 ] {d10e4089-6646-4032-b7b3-cb5500a4b9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2563 | 2025.01.28 23:07:05.832217 [ 254 ] {d10e4089-6646-4032-b7b3-cb5500a4b9b2} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2564 | 2025.01.28 23:07:05.832255 [ 254 ] {d10e4089-6646-4032-b7b3-cb5500a4b9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2565 | 2025.01.28 23:07:05.832608 [ 254 ] {d10e4089-6646-4032-b7b3-cb5500a4b9b2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2566 | 2025.01.28 23:07:05.832849 [ 254 ] {d10e4089-6646-4032-b7b3-cb5500a4b9b2} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2567 | 2025.01.28 23:07:05.833025 [ 254 ] {d10e4089-6646-4032-b7b3-cb5500a4b9b2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001513 sec., 6609.385327164574 rows/sec., 538.95 KiB/sec. | ||
| 2568 | 2025.01.28 23:07:05.833080 [ 254 ] {d10e4089-6646-4032-b7b3-cb5500a4b9b2} <Debug> TCPHandler: Processed in 0.001746579 sec. | ||
| 2569 | 2025.01.28 23:07:05.833235 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2570 | 2025.01.28 23:07:05.833370 [ 5 ] {bdfd9b19-966b-4e03-9a4f-c1d5ccffd38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2571 | 2025.01.28 23:07:05.833426 [ 5 ] {bdfd9b19-966b-4e03-9a4f-c1d5ccffd38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2572 | 2025.01.28 23:07:05.834745 [ 5 ] {bdfd9b19-966b-4e03-9a4f-c1d5ccffd38a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2573 | 2025.01.28 23:07:05.834784 [ 5 ] {bdfd9b19-966b-4e03-9a4f-c1d5ccffd38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2574 | 2025.01.28 23:07:05.835218 [ 5 ] {bdfd9b19-966b-4e03-9a4f-c1d5ccffd38a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2575 | 2025.01.28 23:07:05.835458 [ 5 ] {bdfd9b19-966b-4e03-9a4f-c1d5ccffd38a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2576 | 2025.01.28 23:07:05.835730 [ 5 ] {bdfd9b19-966b-4e03-9a4f-c1d5ccffd38a} <Debug> executeQuery: Read 1364 rows, 116.50 KiB in 0.002369 sec., 575770.3672435627 rows/sec., 48.03 MiB/sec. | ||
| 2577 | 2025.01.28 23:07:05.835906 [ 5 ] {bdfd9b19-966b-4e03-9a4f-c1d5ccffd38a} <Debug> TCPHandler: Processed in 0.002732725 sec. | ||
| 2578 | 2025.01.28 23:07:05.836077 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2025.01.28 23:07:05.836214 [ 254 ] {373030be-c4c2-4e97-bd08-69ea2c8c6c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2580 | 2025.01.28 23:07:05.836272 [ 254 ] {373030be-c4c2-4e97-bd08-69ea2c8c6c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2581 | 2025.01.28 23:07:05.836920 [ 254 ] {373030be-c4c2-4e97-bd08-69ea2c8c6c8e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2025.01.28 23:07:05.836958 [ 254 ] {373030be-c4c2-4e97-bd08-69ea2c8c6c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2583 | 2025.01.28 23:07:05.837313 [ 254 ] {373030be-c4c2-4e97-bd08-69ea2c8c6c8e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2584 | 2025.01.28 23:07:05.837557 [ 254 ] {373030be-c4c2-4e97-bd08-69ea2c8c6c8e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2025.01.28 23:07:05.837760 [ 254 ] {373030be-c4c2-4e97-bd08-69ea2c8c6c8e} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001568 sec., 15943.877551020409 rows/sec., 1.09 MiB/sec. | ||
| 2586 | 2025.01.28 23:07:05.837831 [ 254 ] {373030be-c4c2-4e97-bd08-69ea2c8c6c8e} <Debug> TCPHandler: Processed in 0.001822591 sec. | ||
| 2587 | 2025.01.28 23:07:05.837969 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2588 | 2025.01.28 23:07:05.838086 [ 5 ] {64ff34f0-21c4-4737-8901-aa99ecf8bc3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2589 | 2025.01.28 23:07:05.838133 [ 5 ] {64ff34f0-21c4-4737-8901-aa99ecf8bc3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2590 | 2025.01.28 23:07:05.838804 [ 5 ] {64ff34f0-21c4-4737-8901-aa99ecf8bc3d} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2025.01.28 23:07:05.838842 [ 5 ] {64ff34f0-21c4-4737-8901-aa99ecf8bc3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2592 | 2025.01.28 23:07:05.839255 [ 5 ] {64ff34f0-21c4-4737-8901-aa99ecf8bc3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2593 | 2025.01.28 23:07:05.839497 [ 5 ] {64ff34f0-21c4-4737-8901-aa99ecf8bc3d} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.01.28 23:07:05.839765 [ 5 ] {64ff34f0-21c4-4737-8901-aa99ecf8bc3d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001679 sec., 144133.41274568197 rows/sec., 9.77 MiB/sec. | ||
| 2595 | 2025.01.28 23:07:05.839901 [ 5 ] {64ff34f0-21c4-4737-8901-aa99ecf8bc3d} <Debug> TCPHandler: Processed in 0.001991013 sec. | ||
| 2596 | 2025.01.28 23:07:05.840043 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2597 | 2025.01.28 23:07:05.840160 [ 254 ] {7772221c-ad9b-4fa0-ab70-ed2454150a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2598 | 2025.01.28 23:07:05.840209 [ 254 ] {7772221c-ad9b-4fa0-ab70-ed2454150a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2599 | 2025.01.28 23:07:05.841027 [ 254 ] {7772221c-ad9b-4fa0-ab70-ed2454150a25} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2600 | 2025.01.28 23:07:05.841066 [ 254 ] {7772221c-ad9b-4fa0-ab70-ed2454150a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2601 | 2025.01.28 23:07:05.841423 [ 254 ] {7772221c-ad9b-4fa0-ab70-ed2454150a25} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2602 | 2025.01.28 23:07:05.841668 [ 254 ] {7772221c-ad9b-4fa0-ab70-ed2454150a25} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2603 | 2025.01.28 23:07:05.841864 [ 254 ] {7772221c-ad9b-4fa0-ab70-ed2454150a25} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001722 sec., 7549.361207897793 rows/sec., 470.70 KiB/sec. | ||
| 2604 | 2025.01.28 23:07:05.841919 [ 254 ] {7772221c-ad9b-4fa0-ab70-ed2454150a25} <Debug> TCPHandler: Processed in 0.001930382 sec. | ||
| 2605 | 2025.01.28 23:07:05.842068 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2606 | 2025.01.28 23:07:05.842203 [ 5 ] {006f6fdb-62c8-4acd-afe1-5a669f5ad5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2607 | 2025.01.28 23:07:05.842260 [ 5 ] {006f6fdb-62c8-4acd-afe1-5a669f5ad5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2608 | 2025.01.28 23:07:05.843208 [ 5 ] {006f6fdb-62c8-4acd-afe1-5a669f5ad5d0} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2609 | 2025.01.28 23:07:05.843247 [ 5 ] {006f6fdb-62c8-4acd-afe1-5a669f5ad5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2610 | 2025.01.28 23:07:05.843640 [ 5 ] {006f6fdb-62c8-4acd-afe1-5a669f5ad5d0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2611 | 2025.01.28 23:07:05.843867 [ 5 ] {006f6fdb-62c8-4acd-afe1-5a669f5ad5d0} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2612 | 2025.01.28 23:07:05.844068 [ 5 ] {006f6fdb-62c8-4acd-afe1-5a669f5ad5d0} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.001895 sec., 451715.0395778364 rows/sec., 32.69 MiB/sec. | ||
| 2613 | 2025.01.28 23:07:05.844119 [ 5 ] {006f6fdb-62c8-4acd-afe1-5a669f5ad5d0} <Debug> TCPHandler: Processed in 0.002117366 sec. | ||
| 2614 | 2025.01.28 23:07:05.844263 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2615 | 2025.01.28 23:07:05.844379 [ 254 ] {bea64f7b-e768-4289-96e6-6039874baaf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2616 | 2025.01.28 23:07:05.844431 [ 254 ] {bea64f7b-e768-4289-96e6-6039874baaf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2617 | 2025.01.28 23:07:05.844916 [ 254 ] {bea64f7b-e768-4289-96e6-6039874baaf1} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2618 | 2025.01.28 23:07:05.844953 [ 254 ] {bea64f7b-e768-4289-96e6-6039874baaf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2619 | 2025.01.28 23:07:05.845320 [ 254 ] {bea64f7b-e768-4289-96e6-6039874baaf1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2620 | 2025.01.28 23:07:05.845557 [ 254 ] {bea64f7b-e768-4289-96e6-6039874baaf1} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2621 | 2025.01.28 23:07:05.845674 [ 87 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2622 | 2025.01.28 23:07:05.845719 [ 87 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2025.01.28 23:07:05.845746 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2624 | 2025.01.28 23:07:05.845748 [ 254 ] {bea64f7b-e768-4289-96e6-6039874baaf1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec. | ||
| 2625 | 2025.01.28 23:07:05.845879 [ 254 ] {bea64f7b-e768-4289-96e6-6039874baaf1} <Debug> TCPHandler: Processed in 0.001669948 sec. | ||
| 2626 | 2025.01.28 23:07:05.846132 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 2627 | 2025.01.28 23:07:05.846154 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2628 | 2025.01.28 23:07:05.846559 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2629 | 2025.01.28 23:07:05.846578 [ 5 ] {fa973cca-9032-4a24-9837-2b61345834c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2630 | 2025.01.28 23:07:05.846653 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 2631 | 2025.01.28 23:07:05.846762 [ 5 ] {fa973cca-9032-4a24-9837-2b61345834c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2632 | 2025.01.28 23:07:05.846928 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 2633 | 2025.01.28 23:07:05.847313 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 2634 | 2025.01.28 23:07:05.847716 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 2635 | 2025.01.28 23:07:05.848050 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 2636 | 2025.01.28 23:07:05.848354 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 2637 | 2025.01.28 23:07:05.849883 [ 5 ] {fa973cca-9032-4a24-9837-2b61345834c0} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2638 | 2025.01.28 23:07:05.849955 [ 5 ] {fa973cca-9032-4a24-9837-2b61345834c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2639 | 2025.01.28 23:07:05.850864 [ 187 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004980393 sec., 7228.345232996674 rows/sec., 377.65 KiB/sec. | ||
| 2640 | 2025.01.28 23:07:05.851037 [ 187 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2641 | 2025.01.28 23:07:05.851042 [ 5 ] {fa973cca-9032-4a24-9837-2b61345834c0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2642 | 2025.01.28 23:07:05.851367 [ 5 ] {fa973cca-9032-4a24-9837-2b61345834c0} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2643 | 2025.01.28 23:07:05.851459 [ 187 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_6_1} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2025.01.28 23:07:05.851801 [ 187 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_6_1} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2645 | 2025.01.28 23:07:05.851864 [ 5 ] {fa973cca-9032-4a24-9837-2b61345834c0} <Debug> executeQuery: Read 1024 rows, 69.89 KiB in 0.005391 sec., 189946.20664069746 rows/sec., 12.66 MiB/sec. | ||
| 2646 | 2025.01.28 23:07:05.852150 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2647 | 2025.01.28 23:07:05.852336 [ 5 ] {fa973cca-9032-4a24-9837-2b61345834c0} <Debug> TCPHandler: Processed in 0.006356056 sec. | ||
| 2648 | 2025.01.28 23:07:05.852588 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2649 | 2025.01.28 23:07:05.852799 [ 254 ] {5ab2ee00-68ef-4539-9be5-ae95625c2eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2650 | 2025.01.28 23:07:05.852858 [ 254 ] {5ab2ee00-68ef-4539-9be5-ae95625c2eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2651 | 2025.01.28 23:07:05.853403 [ 254 ] {5ab2ee00-68ef-4539-9be5-ae95625c2eac} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2652 | 2025.01.28 23:07:05.853448 [ 254 ] {5ab2ee00-68ef-4539-9be5-ae95625c2eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2653 | 2025.01.28 23:07:05.853850 [ 254 ] {5ab2ee00-68ef-4539-9be5-ae95625c2eac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2654 | 2025.01.28 23:07:05.854089 [ 254 ] {5ab2ee00-68ef-4539-9be5-ae95625c2eac} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2655 | 2025.01.28 23:07:05.854285 [ 254 ] {5ab2ee00-68ef-4539-9be5-ae95625c2eac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 2656 | 2025.01.28 23:07:05.854361 [ 254 ] {5ab2ee00-68ef-4539-9be5-ae95625c2eac} <Debug> TCPHandler: Processed in 0.001914682 sec. | ||
| 2657 | 2025.01.28 23:07:05.854508 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2658 | 2025.01.28 23:07:05.854624 [ 5 ] {bfcf9e41-e67b-483e-90d8-7076bbdfe01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2659 | 2025.01.28 23:07:05.854707 [ 5 ] {bfcf9e41-e67b-483e-90d8-7076bbdfe01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2660 | 2025.01.28 23:07:05.855939 [ 5 ] {bfcf9e41-e67b-483e-90d8-7076bbdfe01e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2661 | 2025.01.28 23:07:05.855978 [ 5 ] {bfcf9e41-e67b-483e-90d8-7076bbdfe01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2662 | 2025.01.28 23:07:05.856583 [ 5 ] {bfcf9e41-e67b-483e-90d8-7076bbdfe01e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2663 | 2025.01.28 23:07:05.856838 [ 5 ] {bfcf9e41-e67b-483e-90d8-7076bbdfe01e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2664 | 2025.01.28 23:07:05.857174 [ 5 ] {bfcf9e41-e67b-483e-90d8-7076bbdfe01e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002558 sec., 3127.443315089914 rows/sec., 5.60 MiB/sec. | ||
| 2665 | 2025.01.28 23:07:05.857272 [ 5 ] {bfcf9e41-e67b-483e-90d8-7076bbdfe01e} <Debug> TCPHandler: Processed in 0.002821357 sec. | ||
| 2666 | 2025.01.28 23:07:05.857413 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2667 | 2025.01.28 23:07:05.857531 [ 254 ] {605745e6-bc1e-4cad-b00a-ebd8c2d89346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2668 | 2025.01.28 23:07:05.857582 [ 254 ] {605745e6-bc1e-4cad-b00a-ebd8c2d89346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2669 | 2025.01.28 23:07:05.858071 [ 254 ] {605745e6-bc1e-4cad-b00a-ebd8c2d89346} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2670 | 2025.01.28 23:07:05.858109 [ 254 ] {605745e6-bc1e-4cad-b00a-ebd8c2d89346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2671 | 2025.01.28 23:07:05.858476 [ 254 ] {605745e6-bc1e-4cad-b00a-ebd8c2d89346} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2672 | 2025.01.28 23:07:05.858714 [ 254 ] {605745e6-bc1e-4cad-b00a-ebd8c2d89346} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2673 | 2025.01.28 23:07:05.858893 [ 254 ] {605745e6-bc1e-4cad-b00a-ebd8c2d89346} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001388 sec., 41786.74351585015 rows/sec., 2.59 MiB/sec. | ||
| 2674 | 2025.01.28 23:07:05.858943 [ 254 ] {605745e6-bc1e-4cad-b00a-ebd8c2d89346} <Debug> TCPHandler: Processed in 0.001585146 sec. | ||
| 2675 | 2025.01.28 23:07:06.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.64 MiB, peak 173.07 MiB, free memory in arenas 0.00 B, will set to 168.52 MiB (RSS), difference: -1.12 MiB | ||
| 2676 | 2025.01.28 23:07:07.724352 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 78 entries to flush up to offset 392 | ||
| 2677 | 2025.01.28 23:07:07.728500 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2678 | 2025.01.28 23:07:07.728556 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2679 | 2025.01.28 23:07:07.730097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2680 | 2025.01.28 23:07:07.730417 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2681 | 2025.01.28 23:07:07.731287 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 392 | ||
| 2682 | 2025.01.28 23:07:08.586454 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2683 | 2025.01.28 23:07:08.586757 [ 254 ] {5f3aed35-7056-4eb3-ad78-6722a5b2207a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2684 | 2025.01.28 23:07:08.586871 [ 254 ] {5f3aed35-7056-4eb3-ad78-6722a5b2207a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2685 | 2025.01.28 23:07:08.587649 [ 254 ] {5f3aed35-7056-4eb3-ad78-6722a5b2207a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2686 | 2025.01.28 23:07:08.587691 [ 254 ] {5f3aed35-7056-4eb3-ad78-6722a5b2207a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2687 | 2025.01.28 23:07:08.588133 [ 254 ] {5f3aed35-7056-4eb3-ad78-6722a5b2207a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2688 | 2025.01.28 23:07:08.588393 [ 254 ] {5f3aed35-7056-4eb3-ad78-6722a5b2207a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2689 | 2025.01.28 23:07:08.588600 [ 254 ] {5f3aed35-7056-4eb3-ad78-6722a5b2207a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec. | ||
| 2690 | 2025.01.28 23:07:08.588656 [ 254 ] {5f3aed35-7056-4eb3-ad78-6722a5b2207a} <Debug> TCPHandler: Processed in 0.00238444 sec. | ||
| 2691 | 2025.01.28 23:07:08.589039 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2692 | 2025.01.28 23:07:08.589348 [ 5 ] {61ec54d3-6346-4817-b234-de33efe6bece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2693 | 2025.01.28 23:07:08.589466 [ 5 ] {61ec54d3-6346-4817-b234-de33efe6bece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2694 | 2025.01.28 23:07:08.590393 [ 5 ] {61ec54d3-6346-4817-b234-de33efe6bece} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2025.01.28 23:07:08.590448 [ 5 ] {61ec54d3-6346-4817-b234-de33efe6bece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2696 | 2025.01.28 23:07:08.590896 [ 5 ] {61ec54d3-6346-4817-b234-de33efe6bece} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2697 | 2025.01.28 23:07:08.591149 [ 5 ] {61ec54d3-6346-4817-b234-de33efe6bece} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2698 | 2025.01.28 23:07:08.591384 [ 5 ] {61ec54d3-6346-4817-b234-de33efe6bece} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002121 sec., 30174.446016030175 rows/sec., 2.36 MiB/sec. | ||
| 2699 | 2025.01.28 23:07:08.591453 [ 5 ] {61ec54d3-6346-4817-b234-de33efe6bece} <Debug> TCPHandler: Processed in 0.002600933 sec. | ||
| 2700 | 2025.01.28 23:07:08.591596 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2701 | 2025.01.28 23:07:08.591714 [ 254 ] {1e8878b0-0450-46d5-b64c-1f32a5c0e543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2702 | 2025.01.28 23:07:08.591768 [ 254 ] {1e8878b0-0450-46d5-b64c-1f32a5c0e543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2703 | 2025.01.28 23:07:08.592324 [ 254 ] {1e8878b0-0450-46d5-b64c-1f32a5c0e543} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2704 | 2025.01.28 23:07:08.592362 [ 254 ] {1e8878b0-0450-46d5-b64c-1f32a5c0e543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2705 | 2025.01.28 23:07:08.592761 [ 254 ] {1e8878b0-0450-46d5-b64c-1f32a5c0e543} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2706 | 2025.01.28 23:07:08.593002 [ 254 ] {1e8878b0-0450-46d5-b64c-1f32a5c0e543} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2707 | 2025.01.28 23:07:08.593179 [ 254 ] {1e8878b0-0450-46d5-b64c-1f32a5c0e543} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00149 sec., 42953.02013422819 rows/sec., 2.99 MiB/sec. | ||
| 2708 | 2025.01.28 23:07:08.593230 [ 254 ] {1e8878b0-0450-46d5-b64c-1f32a5c0e543} <Debug> TCPHandler: Processed in 0.001690138 sec. | ||
| 2709 | 2025.01.28 23:07:08.593380 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2710 | 2025.01.28 23:07:08.593500 [ 5 ] {6bb70b82-04f4-4a53-bcf6-7e6f7e7f3241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2711 | 2025.01.28 23:07:08.593555 [ 5 ] {6bb70b82-04f4-4a53-bcf6-7e6f7e7f3241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2712 | 2025.01.28 23:07:08.594051 [ 5 ] {6bb70b82-04f4-4a53-bcf6-7e6f7e7f3241} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2025.01.28 23:07:08.594091 [ 5 ] {6bb70b82-04f4-4a53-bcf6-7e6f7e7f3241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
| 2714 | 2025.01.28 23:07:08.594466 [ 5 ] {6bb70b82-04f4-4a53-bcf6-7e6f7e7f3241} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2715 | 2025.01.28 23:07:08.594701 [ 5 ] {6bb70b82-04f4-4a53-bcf6-7e6f7e7f3241} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2025.01.28 23:07:08.594915 [ 5 ] {6bb70b82-04f4-4a53-bcf6-7e6f7e7f3241} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001442 sec., 16643.55062413315 rows/sec., 1.12 MiB/sec. | ||
| 2717 | 2025.01.28 23:07:08.594969 [ 5 ] {6bb70b82-04f4-4a53-bcf6-7e6f7e7f3241} <Debug> TCPHandler: Processed in 0.001648738 sec. | ||
| 2718 | 2025.01.28 23:07:10.212476 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2719 | 2025.01.28 23:07:10.213226 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2720 | 2025.01.28 23:07:10.213278 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2721 | 2025.01.28 23:07:10.213807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2722 | 2025.01.28 23:07:10.214064 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2723 | 2025.01.28 23:07:10.214270 [ 67 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2724 | 2025.01.28 23:07:10.214343 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2725 | 2025.01.28 23:07:10.214370 [ 67 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2726 | 2025.01.28 23:07:10.214407 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2727 | 2025.01.28 23:07:10.214558 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 2728 | 2025.01.28 23:07:10.214722 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2729 | 2025.01.28 23:07:10.214765 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 2730 | 2025.01.28 23:07:10.214870 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2731 | 2025.01.28 23:07:10.215089 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2732 | 2025.01.28 23:07:10.215225 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2733 | 2025.01.28 23:07:10.215354 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2734 | 2025.01.28 23:07:10.215443 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2735 | 2025.01.28 23:07:10.217181 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002691475 sec., 1903788.8146833985 rows/sec., 27.23 MiB/sec. | ||
| 2736 | 2025.01.28 23:07:10.217620 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2737 | 2025.01.28 23:07:10.218016 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2738 | 2025.01.28 23:07:10.218110 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_11_2} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2739 | 2025.01.28 23:07:10.218223 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2740 | 2025.01.28 23:07:10.521799 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2741 | 2025.01.28 23:07:10.543543 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2742 | 2025.01.28 23:07:10.543585 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2743 | 2025.01.28 23:07:10.551253 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2744 | 2025.01.28 23:07:10.552003 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2745 | 2025.01.28 23:07:10.552284 [ 67 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2746 | 2025.01.28 23:07:10.552356 [ 67 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.01.28 23:07:10.552401 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2748 | 2025.01.28 23:07:10.552640 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 2749 | 2025.01.28 23:07:10.560220 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2750 | 2025.01.28 23:07:10.561512 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2751 | 2025.01.28 23:07:10.562374 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 2752 | 2025.01.28 23:07:10.566866 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 2753 | 2025.01.28 23:07:10.571351 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 2754 | 2025.01.28 23:07:10.576362 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 2755 | 2025.01.28 23:07:10.581656 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 2756 | 2025.01.28 23:07:10.586047 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 2757 | 2025.01.28 23:07:10.641693 [ 187 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.08919362 sec., 930.5598315215819 rows/sec., 4.81 MiB/sec. | ||
| 2758 | 2025.01.28 23:07:10.644501 [ 187 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2759 | 2025.01.28 23:07:10.647908 [ 187 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_11_2} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.01.28 23:07:10.648041 [ 187 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_11_2} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2761 | 2025.01.28 23:07:10.650677 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2762 | 2025.01.28 23:07:11.000234 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.65 MiB, peak 179.53 MiB, free memory in arenas 0.00 B, will set to 171.03 MiB (RSS), difference: 1.38 MiB | ||
| 2763 | 2025.01.28 23:07:13.591562 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2025.01.28 23:07:13.591756 [ 254 ] {efc03bfa-391f-4bfb-8174-6aa74a21bb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2765 | 2025.01.28 23:07:13.591827 [ 254 ] {efc03bfa-391f-4bfb-8174-6aa74a21bb9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2766 | 2025.01.28 23:07:13.592804 [ 254 ] {efc03bfa-391f-4bfb-8174-6aa74a21bb9f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2767 | 2025.01.28 23:07:13.592864 [ 254 ] {efc03bfa-391f-4bfb-8174-6aa74a21bb9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2768 | 2025.01.28 23:07:13.593441 [ 254 ] {efc03bfa-391f-4bfb-8174-6aa74a21bb9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2769 | 2025.01.28 23:07:13.593769 [ 254 ] {efc03bfa-391f-4bfb-8174-6aa74a21bb9f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2770 | 2025.01.28 23:07:13.594013 [ 88 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2771 | 2025.01.28 23:07:13.594100 [ 254 ] {efc03bfa-391f-4bfb-8174-6aa74a21bb9f} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002393 sec., 45967.40493104889 rows/sec., 3.86 MiB/sec. | ||
| 2772 | 2025.01.28 23:07:13.594134 [ 88 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2025.01.28 23:07:13.594215 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2774 | 2025.01.28 23:07:13.594282 [ 254 ] {efc03bfa-391f-4bfb-8174-6aa74a21bb9f} <Debug> TCPHandler: Processed in 0.002842318 sec. | ||
| 2775 | 2025.01.28 23:07:13.594443 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 2776 | 2025.01.28 23:07:13.594578 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2777 | 2025.01.28 23:07:13.594630 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1359 rows starting from the beginning of the part | ||
| 2778 | 2025.01.28 23:07:13.594670 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2779 | 2025.01.28 23:07:13.594777 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 219 rows starting from the beginning of the part | ||
| 2780 | 2025.01.28 23:07:13.595222 [ 5 ] {b6576780-1a9e-47c5-86a9-0b1325772f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2781 | 2025.01.28 23:07:13.595249 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 111 rows starting from the beginning of the part | ||
| 2782 | 2025.01.28 23:07:13.595370 [ 5 ] {b6576780-1a9e-47c5-86a9-0b1325772f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2783 | 2025.01.28 23:07:13.595664 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1364 rows starting from the beginning of the part | ||
| 2784 | 2025.01.28 23:07:13.595957 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2785 | 2025.01.28 23:07:13.596234 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part | ||
| 2786 | 2025.01.28 23:07:13.598187 [ 5 ] {b6576780-1a9e-47c5-86a9-0b1325772f9b} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.01.28 23:07:13.598258 [ 5 ] {b6576780-1a9e-47c5-86a9-0b1325772f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2788 | 2025.01.28 23:07:13.599160 [ 5 ] {b6576780-1a9e-47c5-86a9-0b1325772f9b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2789 | 2025.01.28 23:07:13.599732 [ 5 ] {b6576780-1a9e-47c5-86a9-0b1325772f9b} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2025.01.28 23:07:13.599765 [ 190 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3219 rows, containing 5 columns (5 merged, 0 gathered) in 0.00541547 sec., 594408.2415746001 rows/sec., 51.98 MiB/sec. | ||
| 2791 | 2025.01.28 23:07:13.600093 [ 5 ] {b6576780-1a9e-47c5-86a9-0b1325772f9b} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005113 sec., 5280.65714844514 rows/sec., 397.08 KiB/sec. | ||
| 2792 | 2025.01.28 23:07:13.600182 [ 190 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2793 | 2025.01.28 23:07:13.600253 [ 5 ] {b6576780-1a9e-47c5-86a9-0b1325772f9b} <Debug> TCPHandler: Processed in 0.005795666 sec. | ||
| 2794 | 2025.01.28 23:07:13.600462 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2795 | 2025.01.28 23:07:13.600672 [ 254 ] {52396364-39ac-4bfc-bf0f-4cdb6399763d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2796 | 2025.01.28 23:07:13.600764 [ 190 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2797 | 2025.01.28 23:07:13.600764 [ 254 ] {52396364-39ac-4bfc-bf0f-4cdb6399763d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2798 | 2025.01.28 23:07:13.601006 [ 190 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_16_3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2799 | 2025.01.28 23:07:13.601164 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2800 | 2025.01.28 23:07:13.601734 [ 254 ] {52396364-39ac-4bfc-bf0f-4cdb6399763d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2801 | 2025.01.28 23:07:13.601779 [ 254 ] {52396364-39ac-4bfc-bf0f-4cdb6399763d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2802 | 2025.01.28 23:07:13.602173 [ 254 ] {52396364-39ac-4bfc-bf0f-4cdb6399763d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2803 | 2025.01.28 23:07:13.602416 [ 254 ] {52396364-39ac-4bfc-bf0f-4cdb6399763d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2025.01.28 23:07:13.602592 [ 88 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2805 | 2025.01.28 23:07:13.602659 [ 88 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2806 | 2025.01.28 23:07:13.602675 [ 254 ] {52396364-39ac-4bfc-bf0f-4cdb6399763d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002051 sec., 44368.60068259386 rows/sec., 3.47 MiB/sec. | ||
| 2807 | 2025.01.28 23:07:13.602705 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2808 | 2025.01.28 23:07:13.602827 [ 254 ] {52396364-39ac-4bfc-bf0f-4cdb6399763d} <Debug> TCPHandler: Processed in 0.00243812 sec. | ||
| 2809 | 2025.01.28 23:07:13.602972 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 2810 | 2025.01.28 23:07:13.603056 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2811 | 2025.01.28 23:07:13.603170 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2812 | 2025.01.28 23:07:13.603262 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part | ||
| 2813 | 2025.01.28 23:07:13.603324 [ 5 ] {55546608-7120-4e8f-9faf-3e675b7e4616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2814 | 2025.01.28 23:07:13.603607 [ 5 ] {55546608-7120-4e8f-9faf-3e675b7e4616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2815 | 2025.01.28 23:07:13.603702 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part | ||
| 2816 | 2025.01.28 23:07:13.604157 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 101 rows starting from the beginning of the part | ||
| 2817 | 2025.01.28 23:07:13.604449 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 856 rows starting from the beginning of the part | ||
| 2818 | 2025.01.28 23:07:13.604682 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2819 | 2025.01.28 23:07:13.605028 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 91 rows starting from the beginning of the part | ||
| 2820 | 2025.01.28 23:07:13.605863 [ 5 ] {55546608-7120-4e8f-9faf-3e675b7e4616} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2821 | 2025.01.28 23:07:13.605905 [ 5 ] {55546608-7120-4e8f-9faf-3e675b7e4616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2822 | 2025.01.28 23:07:13.606485 [ 5 ] {55546608-7120-4e8f-9faf-3e675b7e4616} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2823 | 2025.01.28 23:07:13.606758 [ 5 ] {55546608-7120-4e8f-9faf-3e675b7e4616} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2824 | 2025.01.28 23:07:13.606971 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2825 | 2025.01.28 23:07:13.607102 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2826 | 2025.01.28 23:07:13.607218 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2827 | 2025.01.28 23:07:13.607286 [ 5 ] {55546608-7120-4e8f-9faf-3e675b7e4616} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004005 sec., 39950.062421972536 rows/sec., 2.78 MiB/sec. | ||
| 2828 | 2025.01.28 23:07:13.607809 [ 5 ] {55546608-7120-4e8f-9faf-3e675b7e4616} <Debug> TCPHandler: Processed in 0.004838181 sec. | ||
| 2829 | 2025.01.28 23:07:13.607805 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2348 rows, containing 5 columns (5 merged, 0 gathered) in 0.004946442 sec., 474684.6319030932 rows/sec., 36.33 MiB/sec. | ||
| 2830 | 2025.01.28 23:07:13.608229 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2831 | 2025.01.28 23:07:13.608373 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2832 | 2025.01.28 23:07:13.608391 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 2833 | 2025.01.28 23:07:13.608823 [ 254 ] {d7440e69-cb4b-4ca1-8cbc-333e1f279984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2834 | 2025.01.28 23:07:13.608974 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2835 | 2025.01.28 23:07:13.609121 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2836 | 2025.01.28 23:07:13.609147 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3726 rows starting from the beginning of the part | ||
| 2837 | 2025.01.28 23:07:13.609174 [ 254 ] {d7440e69-cb4b-4ca1-8cbc-333e1f279984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2838 | 2025.01.28 23:07:13.609470 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_16_3} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2839 | 2025.01.28 23:07:13.609732 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2840 | 2025.01.28 23:07:13.609855 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2841 | 2025.01.28 23:07:13.610229 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2842 | 2025.01.28 23:07:13.610844 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1024 rows starting from the beginning of the part | ||
| 2843 | 2025.01.28 23:07:13.611286 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2844 | 2025.01.28 23:07:13.611731 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2845 | 2025.01.28 23:07:13.614901 [ 254 ] {d7440e69-cb4b-4ca1-8cbc-333e1f279984} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.01.28 23:07:13.614969 [ 254 ] {d7440e69-cb4b-4ca1-8cbc-333e1f279984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2847 | 2025.01.28 23:07:13.616122 [ 254 ] {d7440e69-cb4b-4ca1-8cbc-333e1f279984} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2848 | 2025.01.28 23:07:13.616394 [ 254 ] {d7440e69-cb4b-4ca1-8cbc-333e1f279984} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2849 | 2025.01.28 23:07:13.616647 [ 254 ] {d7440e69-cb4b-4ca1-8cbc-333e1f279984} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007974 sec., 3386.004514672686 rows/sec., 6.07 MiB/sec. | ||
| 2850 | 2025.01.28 23:07:13.616755 [ 254 ] {d7440e69-cb4b-4ca1-8cbc-333e1f279984} <Debug> TCPHandler: Processed in 0.008800327 sec. | ||
| 2851 | 2025.01.28 23:07:13.617140 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2852 | 2025.01.28 23:07:13.617141 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5371 rows, containing 5 columns (5 merged, 0 gathered) in 0.009711462 sec., 553057.8197185964 rows/sec., 37.27 MiB/sec. | ||
| 2853 | 2025.01.28 23:07:13.617400 [ 5 ] {c1a345c7-5e2f-4203-9bef-cf724751c560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2854 | 2025.01.28 23:07:13.617521 [ 5 ] {c1a345c7-5e2f-4203-9bef-cf724751c560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2855 | 2025.01.28 23:07:13.617562 [ 186 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2856 | 2025.01.28 23:07:13.618312 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2025.01.28 23:07:13.618490 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2858 | 2025.01.28 23:07:13.618668 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. | ||
| 2859 | 2025.01.28 23:07:13.618818 [ 5 ] {c1a345c7-5e2f-4203-9bef-cf724751c560} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2860 | 2025.01.28 23:07:13.618861 [ 5 ] {c1a345c7-5e2f-4203-9bef-cf724751c560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2861 | 2025.01.28 23:07:13.619241 [ 5 ] {c1a345c7-5e2f-4203-9bef-cf724751c560} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2862 | 2025.01.28 23:07:13.619479 [ 5 ] {c1a345c7-5e2f-4203-9bef-cf724751c560} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2863 | 2025.01.28 23:07:13.619661 [ 88 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2864 | 2025.01.28 23:07:13.619726 [ 88 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.01.28 23:07:13.619741 [ 5 ] {c1a345c7-5e2f-4203-9bef-cf724751c560} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002392 sec., 25083.61204013378 rows/sec., 1.69 MiB/sec. | ||
| 2866 | 2025.01.28 23:07:13.619770 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2867 | 2025.01.28 23:07:13.619908 [ 5 ] {c1a345c7-5e2f-4203-9bef-cf724751c560} <Debug> TCPHandler: Processed in 0.002954019 sec. | ||
| 2868 | 2025.01.28 23:07:13.620174 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2869 | 2025.01.28 23:07:13.620362 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2870 | 2025.01.28 23:07:13.620392 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 592 rows starting from the beginning of the part | ||
| 2871 | 2025.01.28 23:07:13.620475 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2872 | 2025.01.28 23:07:13.620692 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2873 | 2025.01.28 23:07:13.620873 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part | ||
| 2874 | 2025.01.28 23:07:13.620980 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 2875 | 2025.01.28 23:07:13.621172 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2876 | 2025.01.28 23:07:13.622317 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 4 columns (4 merged, 0 gathered) in 0.002427211 sec., 360908.05455314764 rows/sec., 23.50 MiB/sec. | ||
| 2877 | 2025.01.28 23:07:13.622474 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2878 | 2025.01.28 23:07:13.622746 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2025.01.28 23:07:13.622818 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_16_3} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2880 | 2025.01.28 23:07:13.622885 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2881 | 2025.01.28 23:07:17.305343 [ 154 ] {} <Debug> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2882 | 2025.01.28 23:07:17.305428 [ 154 ] {} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2025.01.28 23:07:17.305454 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2884 | 2025.01.28 23:07:17.305689 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::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 | ||
| 2885 | 2025.01.28 23:07:17.306070 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2886 | 2025.01.28 23:07:17.306120 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2887 | 2025.01.28 23:07:17.306218 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::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 | ||
| 2888 | 2025.01.28 23:07:17.306351 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2889 | 2025.01.28 23:07:17.306426 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 2890 | 2025.01.28 23:07:17.306518 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2891 | 2025.01.28 23:07:17.308569 [ 194 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003024151 sec., 13888.195397650448 rows/sec., 2.29 MiB/sec. | ||
| 2892 | 2025.01.28 23:07:17.308736 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2893 | 2025.01.28 23:07:17.309096 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2894 | 2025.01.28 23:07:17.309176 [ 191 ] {f9ff83f2-0d30-4a4b-a9d9-5da5d5461870::all_1_5_1} <Trace> oximeter.timeseries_schema (f9ff83f2-0d30-4a4b-a9d9-5da5d5461870) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2895 | 2025.01.28 23:07:17.309252 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2896 | 2025.01.28 23:07:17.623546 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2897 | 2025.01.28 23:07:17.623602 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2898 | 2025.01.28 23:07:17.714541 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2899 | 2025.01.28 23:07:17.715182 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2900 | 2025.01.28 23:07:17.715227 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2901 | 2025.01.28 23:07:17.715762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2902 | 2025.01.28 23:07:17.716018 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2025.01.28 23:07:17.716278 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2904 | 2025.01.28 23:07:17.731733 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 412 | ||
| 2905 | 2025.01.28 23:07:17.734596 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2906 | 2025.01.28 23:07:17.734659 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2907 | 2025.01.28 23:07:17.736140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2908 | 2025.01.28 23:07:17.736462 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2909 | 2025.01.28 23:07:17.737092 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412 | ||
| 2910 | 2025.01.28 23:07:18.060355 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2911 | 2025.01.28 23:07:18.079833 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2912 | 2025.01.28 23:07:18.079898 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2913 | 2025.01.28 23:07:18.087132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2914 | 2025.01.28 23:07:18.087887 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2915 | 2025.01.28 23:07:18.090769 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2916 | 2025.01.28 23:07:18.596174 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2917 | 2025.01.28 23:07:18.596358 [ 254 ] {8599d549-b1b9-48c8-85ca-7bc345ab8c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2918 | 2025.01.28 23:07:18.596426 [ 254 ] {8599d549-b1b9-48c8-85ca-7bc345ab8c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2919 | 2025.01.28 23:07:18.597128 [ 254 ] {8599d549-b1b9-48c8-85ca-7bc345ab8c00} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2025.01.28 23:07:18.597172 [ 254 ] {8599d549-b1b9-48c8-85ca-7bc345ab8c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2921 | 2025.01.28 23:07:18.597588 [ 254 ] {8599d549-b1b9-48c8-85ca-7bc345ab8c00} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2922 | 2025.01.28 23:07:18.597834 [ 254 ] {8599d549-b1b9-48c8-85ca-7bc345ab8c00} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2025.01.28 23:07:18.598067 [ 254 ] {8599d549-b1b9-48c8-85ca-7bc345ab8c00} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001759 sec., 7959.067652075043 rows/sec., 572.95 KiB/sec. | ||
| 2924 | 2025.01.28 23:07:18.598177 [ 254 ] {8599d549-b1b9-48c8-85ca-7bc345ab8c00} <Debug> TCPHandler: Processed in 0.002135186 sec. | ||
| 2925 | 2025.01.28 23:07:18.598424 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2926 | 2025.01.28 23:07:18.598635 [ 5 ] {15e670f3-1864-4525-9b8c-f81b6bff7c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2927 | 2025.01.28 23:07:18.598713 [ 5 ] {15e670f3-1864-4525-9b8c-f81b6bff7c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2928 | 2025.01.28 23:07:18.599595 [ 5 ] {15e670f3-1864-4525-9b8c-f81b6bff7c79} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2929 | 2025.01.28 23:07:18.599636 [ 5 ] {15e670f3-1864-4525-9b8c-f81b6bff7c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2930 | 2025.01.28 23:07:18.600086 [ 5 ] {15e670f3-1864-4525-9b8c-f81b6bff7c79} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2931 | 2025.01.28 23:07:18.600345 [ 5 ] {15e670f3-1864-4525-9b8c-f81b6bff7c79} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2932 | 2025.01.28 23:07:18.600546 [ 5 ] {15e670f3-1864-4525-9b8c-f81b6bff7c79} <Debug> executeQuery: Read 228 rows, 20.45 KiB in 0.00197 sec., 115736.04060913705 rows/sec., 10.14 MiB/sec. | ||
| 2933 | 2025.01.28 23:07:18.600600 [ 5 ] {15e670f3-1864-4525-9b8c-f81b6bff7c79} <Debug> TCPHandler: Processed in 0.002311149 sec. | ||
| 2934 | 2025.01.28 23:07:18.600752 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2935 | 2025.01.28 23:07:18.600893 [ 254 ] {dadc3d21-82cd-4251-9d73-1fe3a1566463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2936 | 2025.01.28 23:07:18.600951 [ 254 ] {dadc3d21-82cd-4251-9d73-1fe3a1566463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2937 | 2025.01.28 23:07:18.601576 [ 254 ] {dadc3d21-82cd-4251-9d73-1fe3a1566463} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.01.28 23:07:18.601618 [ 254 ] {dadc3d21-82cd-4251-9d73-1fe3a1566463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2939 | 2025.01.28 23:07:18.601972 [ 254 ] {dadc3d21-82cd-4251-9d73-1fe3a1566463} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2940 | 2025.01.28 23:07:18.602203 [ 254 ] {dadc3d21-82cd-4251-9d73-1fe3a1566463} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2025.01.28 23:07:18.602419 [ 254 ] {dadc3d21-82cd-4251-9d73-1fe3a1566463} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001556 sec., 12210.796915167095 rows/sec., 873.01 KiB/sec. | ||
| 2942 | 2025.01.28 23:07:18.602471 [ 254 ] {dadc3d21-82cd-4251-9d73-1fe3a1566463} <Debug> TCPHandler: Processed in 0.001785009 sec. | ||
| 2943 | 2025.01.28 23:07:18.602625 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2944 | 2025.01.28 23:07:18.602775 [ 5 ] {4926d560-f6ae-43f8-bd0f-86db2ca8d94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2945 | 2025.01.28 23:07:18.602835 [ 5 ] {4926d560-f6ae-43f8-bd0f-86db2ca8d94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2946 | 2025.01.28 23:07:18.603490 [ 5 ] {4926d560-f6ae-43f8-bd0f-86db2ca8d94b} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2947 | 2025.01.28 23:07:18.603529 [ 5 ] {4926d560-f6ae-43f8-bd0f-86db2ca8d94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2948 | 2025.01.28 23:07:18.603902 [ 5 ] {4926d560-f6ae-43f8-bd0f-86db2ca8d94b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2949 | 2025.01.28 23:07:18.604151 [ 5 ] {4926d560-f6ae-43f8-bd0f-86db2ca8d94b} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2025.01.28 23:07:18.604371 [ 5 ] {4926d560-f6ae-43f8-bd0f-86db2ca8d94b} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.00162 sec., 9259.25925925926 rows/sec., 646.22 KiB/sec. | ||
| 2951 | 2025.01.28 23:07:18.604532 [ 5 ] {4926d560-f6ae-43f8-bd0f-86db2ca8d94b} <Debug> TCPHandler: Processed in 0.001969943 sec. | ||
| 2952 | 2025.01.28 23:07:18.604693 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2953 | 2025.01.28 23:07:18.604831 [ 254 ] {f1c940ea-413a-47ac-98ec-a5cba95b6d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2954 | 2025.01.28 23:07:18.604886 [ 254 ] {f1c940ea-413a-47ac-98ec-a5cba95b6d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2955 | 2025.01.28 23:07:18.605526 [ 254 ] {f1c940ea-413a-47ac-98ec-a5cba95b6d5b} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2025.01.28 23:07:18.605565 [ 254 ] {f1c940ea-413a-47ac-98ec-a5cba95b6d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2957 | 2025.01.28 23:07:18.605910 [ 254 ] {f1c940ea-413a-47ac-98ec-a5cba95b6d5b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2958 | 2025.01.28 23:07:18.606139 [ 254 ] {f1c940ea-413a-47ac-98ec-a5cba95b6d5b} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2025.01.28 23:07:18.606383 [ 254 ] {f1c940ea-413a-47ac-98ec-a5cba95b6d5b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec. | ||
| 2960 | 2025.01.28 23:07:18.606535 [ 254 ] {f1c940ea-413a-47ac-98ec-a5cba95b6d5b} <Debug> TCPHandler: Processed in 0.001906872 sec. | ||
| 2961 | 2025.01.28 23:07:18.606708 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2962 | 2025.01.28 23:07:18.606828 [ 5 ] {fad5b5da-fb90-48af-ab9e-b57f03693ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2963 | 2025.01.28 23:07:18.606877 [ 5 ] {fad5b5da-fb90-48af-ab9e-b57f03693ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2964 | 2025.01.28 23:07:18.607594 [ 5 ] {fad5b5da-fb90-48af-ab9e-b57f03693ff7} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2025.01.28 23:07:18.607639 [ 5 ] {fad5b5da-fb90-48af-ab9e-b57f03693ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2966 | 2025.01.28 23:07:18.608040 [ 5 ] {fad5b5da-fb90-48af-ab9e-b57f03693ff7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2967 | 2025.01.28 23:07:18.608276 [ 5 ] {fad5b5da-fb90-48af-ab9e-b57f03693ff7} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2968 | 2025.01.28 23:07:18.608487 [ 5 ] {fad5b5da-fb90-48af-ab9e-b57f03693ff7} <Debug> executeQuery: Read 403 rows, 29.37 KiB in 0.001684 sec., 239311.16389548694 rows/sec., 17.03 MiB/sec. | ||
| 2969 | 2025.01.28 23:07:18.608542 [ 5 ] {fad5b5da-fb90-48af-ab9e-b57f03693ff7} <Debug> TCPHandler: Processed in 0.001890242 sec. | ||
| 2970 | 2025.01.28 23:07:18.608730 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2971 | 2025.01.28 23:07:18.608867 [ 254 ] {837cff29-1029-43fe-a23f-9fa92c35d91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2972 | 2025.01.28 23:07:18.608927 [ 254 ] {837cff29-1029-43fe-a23f-9fa92c35d91a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2973 | 2025.01.28 23:07:18.609449 [ 254 ] {837cff29-1029-43fe-a23f-9fa92c35d91a} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2025.01.28 23:07:18.609487 [ 254 ] {837cff29-1029-43fe-a23f-9fa92c35d91a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2975 | 2025.01.28 23:07:18.609855 [ 254 ] {837cff29-1029-43fe-a23f-9fa92c35d91a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2976 | 2025.01.28 23:07:18.610086 [ 254 ] {837cff29-1029-43fe-a23f-9fa92c35d91a} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.01.28 23:07:18.610292 [ 254 ] {837cff29-1029-43fe-a23f-9fa92c35d91a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 2978 | 2025.01.28 23:07:18.610368 [ 254 ] {837cff29-1029-43fe-a23f-9fa92c35d91a} <Debug> TCPHandler: Processed in 0.001705058 sec. | ||
| 2979 | 2025.01.28 23:07:18.610518 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2025.01.28 23:07:18.610639 [ 5 ] {433f42e9-8a04-4cfa-a232-b4b0a3e76739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2981 | 2025.01.28 23:07:18.610693 [ 5 ] {433f42e9-8a04-4cfa-a232-b4b0a3e76739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2982 | 2025.01.28 23:07:18.611296 [ 5 ] {433f42e9-8a04-4cfa-a232-b4b0a3e76739} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2025.01.28 23:07:18.611335 [ 5 ] {433f42e9-8a04-4cfa-a232-b4b0a3e76739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2984 | 2025.01.28 23:07:18.611737 [ 5 ] {433f42e9-8a04-4cfa-a232-b4b0a3e76739} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2985 | 2025.01.28 23:07:18.611996 [ 5 ] {433f42e9-8a04-4cfa-a232-b4b0a3e76739} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2025.01.28 23:07:18.612212 [ 5 ] {433f42e9-8a04-4cfa-a232-b4b0a3e76739} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001597 sec., 148403.25610519724 rows/sec., 9.95 MiB/sec. | ||
| 2987 | 2025.01.28 23:07:18.612268 [ 5 ] {433f42e9-8a04-4cfa-a232-b4b0a3e76739} <Debug> TCPHandler: Processed in 0.00180795 sec. | ||
| 2988 | 2025.01.28 23:07:18.612419 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2025.01.28 23:07:18.612536 [ 254 ] {ae54cf52-a3f6-4a4b-8eb4-9b9d22f336e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2990 | 2025.01.28 23:07:18.612587 [ 254 ] {ae54cf52-a3f6-4a4b-8eb4-9b9d22f336e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2991 | 2025.01.28 23:07:18.613066 [ 254 ] {ae54cf52-a3f6-4a4b-8eb4-9b9d22f336e7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2025.01.28 23:07:18.613105 [ 254 ] {ae54cf52-a3f6-4a4b-8eb4-9b9d22f336e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 2993 | 2025.01.28 23:07:18.613455 [ 254 ] {ae54cf52-a3f6-4a4b-8eb4-9b9d22f336e7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2994 | 2025.01.28 23:07:18.613696 [ 254 ] {ae54cf52-a3f6-4a4b-8eb4-9b9d22f336e7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2025.01.28 23:07:18.613952 [ 254 ] {ae54cf52-a3f6-4a4b-8eb4-9b9d22f336e7} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001434 sec., 1394.700139470014 rows/sec., 91.25 KiB/sec. | ||
| 2996 | 2025.01.28 23:07:18.614094 [ 254 ] {ae54cf52-a3f6-4a4b-8eb4-9b9d22f336e7} <Debug> TCPHandler: Processed in 0.001729249 sec. | ||
| 2997 | 2025.01.28 23:07:18.614254 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2025.01.28 23:07:18.614390 [ 5 ] {8a4f2fb6-71ed-44af-b078-bffea0b67a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2999 | 2025.01.28 23:07:18.614485 [ 5 ] {8a4f2fb6-71ed-44af-b078-bffea0b67a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3000 | 2025.01.28 23:07:18.615738 [ 5 ] {8a4f2fb6-71ed-44af-b078-bffea0b67a3a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2025.01.28 23:07:18.615778 [ 5 ] {8a4f2fb6-71ed-44af-b078-bffea0b67a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3002 | 2025.01.28 23:07:18.616406 [ 5 ] {8a4f2fb6-71ed-44af-b078-bffea0b67a3a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3003 | 2025.01.28 23:07:18.616671 [ 5 ] {8a4f2fb6-71ed-44af-b078-bffea0b67a3a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2025.01.28 23:07:18.616920 [ 5 ] {8a4f2fb6-71ed-44af-b078-bffea0b67a3a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002559 sec., 4689.331770222743 rows/sec., 8.40 MiB/sec. | ||
| 3005 | 2025.01.28 23:07:18.617045 [ 5 ] {8a4f2fb6-71ed-44af-b078-bffea0b67a3a} <Debug> TCPHandler: Processed in 0.002855278 sec. | ||
| 3006 | 2025.01.28 23:07:18.617199 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3007 | 2025.01.28 23:07:18.617334 [ 254 ] {8445ad51-eb9f-4f7f-8864-e255edccf7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 3008 | 2025.01.28 23:07:18.617393 [ 254 ] {8445ad51-eb9f-4f7f-8864-e255edccf7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3009 | 2025.01.28 23:07:18.617953 [ 254 ] {8445ad51-eb9f-4f7f-8864-e255edccf7ce} <Trace> oximeter.measurements_i64 (a920aa06-de13-4323-97a8-d25c2b4dc563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2025.01.28 23:07:18.617999 [ 254 ] {8445ad51-eb9f-4f7f-8864-e255edccf7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3011 | 2025.01.28 23:07:18.618390 [ 254 ] {8445ad51-eb9f-4f7f-8864-e255edccf7ce} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3012 | 2025.01.28 23:07:18.618618 [ 254 ] {8445ad51-eb9f-4f7f-8864-e255edccf7ce} <Trace> oximeter.measurements_i64 (a920aa06-de13-4323-97a8-d25c2b4dc563): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2025.01.28 23:07:18.618897 [ 254 ] {8445ad51-eb9f-4f7f-8864-e255edccf7ce} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.00157 sec., 5732.484076433121 rows/sec., 404.93 KiB/sec. | ||
| 3014 | 2025.01.28 23:07:18.618970 [ 254 ] {8445ad51-eb9f-4f7f-8864-e255edccf7ce} <Debug> TCPHandler: Processed in 0.001840061 sec. | ||
| 3015 | 2025.01.28 23:07:18.619106 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3016 | 2025.01.28 23:07:18.619246 [ 5 ] {e404574b-23e6-4426-b564-e7eb869b4a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3017 | 2025.01.28 23:07:18.619340 [ 5 ] {e404574b-23e6-4426-b564-e7eb869b4a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3018 | 2025.01.28 23:07:18.620247 [ 5 ] {e404574b-23e6-4426-b564-e7eb869b4a3f} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3019 | 2025.01.28 23:07:18.620286 [ 5 ] {e404574b-23e6-4426-b564-e7eb869b4a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3020 | 2025.01.28 23:07:18.620653 [ 5 ] {e404574b-23e6-4426-b564-e7eb869b4a3f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3021 | 2025.01.28 23:07:18.620884 [ 5 ] {e404574b-23e6-4426-b564-e7eb869b4a3f} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3022 | 2025.01.28 23:07:18.621090 [ 5 ] {e404574b-23e6-4426-b564-e7eb869b4a3f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001892 sec., 43340.38054968287 rows/sec., 2.75 MiB/sec. | ||
| 3023 | 2025.01.28 23:07:18.621143 [ 5 ] {e404574b-23e6-4426-b564-e7eb869b4a3f} <Debug> TCPHandler: Processed in 0.002093685 sec. | ||
| 3024 | 2025.01.28 23:07:23.594324 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3025 | 2025.01.28 23:07:23.594548 [ 254 ] {102565c1-8e92-4244-89ae-a7472e1aea80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3026 | 2025.01.28 23:07:23.594628 [ 254 ] {102565c1-8e92-4244-89ae-a7472e1aea80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3027 | 2025.01.28 23:07:23.595456 [ 254 ] {102565c1-8e92-4244-89ae-a7472e1aea80} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3028 | 2025.01.28 23:07:23.595515 [ 254 ] {102565c1-8e92-4244-89ae-a7472e1aea80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3029 | 2025.01.28 23:07:23.595967 [ 254 ] {102565c1-8e92-4244-89ae-a7472e1aea80} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3030 | 2025.01.28 23:07:23.596244 [ 254 ] {102565c1-8e92-4244-89ae-a7472e1aea80} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3031 | 2025.01.28 23:07:23.596523 [ 254 ] {102565c1-8e92-4244-89ae-a7472e1aea80} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002021 sec., 989.6091044037606 rows/sec., 80.70 KiB/sec. | ||
| 3032 | 2025.01.28 23:07:23.596724 [ 254 ] {102565c1-8e92-4244-89ae-a7472e1aea80} <Debug> TCPHandler: Processed in 0.002544683 sec. | ||
| 3033 | 2025.01.28 23:07:23.597008 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2025.01.28 23:07:23.597216 [ 5 ] {68c10a64-72b9-4791-b890-26b814049874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3035 | 2025.01.28 23:07:23.597296 [ 5 ] {68c10a64-72b9-4791-b890-26b814049874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3036 | 2025.01.28 23:07:23.598151 [ 5 ] {68c10a64-72b9-4791-b890-26b814049874} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2025.01.28 23:07:23.598206 [ 5 ] {68c10a64-72b9-4791-b890-26b814049874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3038 | 2025.01.28 23:07:23.598698 [ 5 ] {68c10a64-72b9-4791-b890-26b814049874} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3039 | 2025.01.28 23:07:23.598979 [ 5 ] {68c10a64-72b9-4791-b890-26b814049874} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2025.01.28 23:07:23.599249 [ 5 ] {68c10a64-72b9-4791-b890-26b814049874} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002088 sec., 53160.91954022989 rows/sec., 4.46 MiB/sec. | ||
| 3041 | 2025.01.28 23:07:23.599398 [ 5 ] {68c10a64-72b9-4791-b890-26b814049874} <Debug> TCPHandler: Processed in 0.002521603 sec. | ||
| 3042 | 2025.01.28 23:07:23.599612 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3043 | 2025.01.28 23:07:23.599754 [ 254 ] {9136fb28-4745-43f0-879c-d0de44fd8c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3044 | 2025.01.28 23:07:23.599814 [ 254 ] {9136fb28-4745-43f0-879c-d0de44fd8c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3045 | 2025.01.28 23:07:23.600490 [ 254 ] {9136fb28-4745-43f0-879c-d0de44fd8c02} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3046 | 2025.01.28 23:07:23.600985 [ 254 ] {9136fb28-4745-43f0-879c-d0de44fd8c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3047 | 2025.01.28 23:07:23.601388 [ 254 ] {9136fb28-4745-43f0-879c-d0de44fd8c02} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3048 | 2025.01.28 23:07:23.601637 [ 254 ] {9136fb28-4745-43f0-879c-d0de44fd8c02} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2025.01.28 23:07:23.601833 [ 150 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3050 | 2025.01.28 23:07:23.601865 [ 254 ] {9136fb28-4745-43f0-879c-d0de44fd8c02} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.002145 sec., 13519.813519813519 rows/sec., 1011.62 KiB/sec. | ||
| 3051 | 2025.01.28 23:07:23.601930 [ 150 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2025.01.28 23:07:23.602005 [ 254 ] {9136fb28-4745-43f0-879c-d0de44fd8c02} <Debug> TCPHandler: Processed in 0.002456871 sec. | ||
| 3053 | 2025.01.28 23:07:23.602013 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3054 | 2025.01.28 23:07:23.602239 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 3055 | 2025.01.28 23:07:23.602259 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3056 | 2025.01.28 23:07:23.602442 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3057 | 2025.01.28 23:07:23.602468 [ 5 ] {923d6b25-9641-4fc1-b47f-376ff60226ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3058 | 2025.01.28 23:07:23.602491 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part | ||
| 3059 | 2025.01.28 23:07:23.602544 [ 5 ] {923d6b25-9641-4fc1-b47f-376ff60226ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3060 | 2025.01.28 23:07:23.602752 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 3061 | 2025.01.28 23:07:23.603145 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part | ||
| 3062 | 2025.01.28 23:07:23.603682 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 3063 | 2025.01.28 23:07:23.603916 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 19 rows starting from the beginning of the part | ||
| 3064 | 2025.01.28 23:07:23.604093 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part | ||
| 3065 | 2025.01.28 23:07:23.604724 [ 5 ] {923d6b25-9641-4fc1-b47f-376ff60226ed} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2025.01.28 23:07:23.604775 [ 5 ] {923d6b25-9641-4fc1-b47f-376ff60226ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3067 | 2025.01.28 23:07:23.605521 [ 5 ] {923d6b25-9641-4fc1-b47f-376ff60226ed} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3068 | 2025.01.28 23:07:23.606109 [ 5 ] {923d6b25-9641-4fc1-b47f-376ff60226ed} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2025.01.28 23:07:23.606859 [ 5 ] {923d6b25-9641-4fc1-b47f-376ff60226ed} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.004421 sec., 21035.964713865644 rows/sec., 1.64 MiB/sec. | ||
| 3070 | 2025.01.28 23:07:23.607278 [ 5 ] {923d6b25-9641-4fc1-b47f-376ff60226ed} <Debug> TCPHandler: Processed in 0.005109155 sec. | ||
| 3071 | 2025.01.28 23:07:23.607339 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 5 columns (5 merged, 0 gathered) in 0.005194187 sec., 27338.25332049077 rows/sec., 2.06 MiB/sec. | ||
| 3072 | 2025.01.28 23:07:23.607560 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3073 | 2025.01.28 23:07:23.607629 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3074 | 2025.01.28 23:07:23.607867 [ 254 ] {5bb5f357-f9b5-4324-bb10-d97465ec7825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3075 | 2025.01.28 23:07:23.607996 [ 254 ] {5bb5f357-f9b5-4324-bb10-d97465ec7825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3076 | 2025.01.28 23:07:23.608482 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3077 | 2025.01.28 23:07:23.608712 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_10_2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3078 | 2025.01.28 23:07:23.608886 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3079 | 2025.01.28 23:07:23.609349 [ 254 ] {5bb5f357-f9b5-4324-bb10-d97465ec7825} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3080 | 2025.01.28 23:07:23.609408 [ 254 ] {5bb5f357-f9b5-4324-bb10-d97465ec7825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3081 | 2025.01.28 23:07:23.609976 [ 254 ] {5bb5f357-f9b5-4324-bb10-d97465ec7825} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3082 | 2025.01.28 23:07:23.610248 [ 254 ] {5bb5f357-f9b5-4324-bb10-d97465ec7825} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2025.01.28 23:07:23.610497 [ 254 ] {5bb5f357-f9b5-4324-bb10-d97465ec7825} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002701 sec., 59607.552758237696 rows/sec., 4.15 MiB/sec. | ||
| 3084 | 2025.01.28 23:07:23.610570 [ 254 ] {5bb5f357-f9b5-4324-bb10-d97465ec7825} <Debug> TCPHandler: Processed in 0.003119842 sec. | ||
| 3085 | 2025.01.28 23:07:23.610781 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3086 | 2025.01.28 23:07:23.610976 [ 5 ] {94ec9eff-b189-415d-a3de-2545b72f42e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3087 | 2025.01.28 23:07:23.611115 [ 5 ] {94ec9eff-b189-415d-a3de-2545b72f42e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3088 | 2025.01.28 23:07:23.612521 [ 5 ] {94ec9eff-b189-415d-a3de-2545b72f42e0} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2025.01.28 23:07:23.612564 [ 5 ] {94ec9eff-b189-415d-a3de-2545b72f42e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3090 | 2025.01.28 23:07:23.613284 [ 5 ] {94ec9eff-b189-415d-a3de-2545b72f42e0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3091 | 2025.01.28 23:07:23.613600 [ 5 ] {94ec9eff-b189-415d-a3de-2545b72f42e0} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3092 | 2025.01.28 23:07:23.613965 [ 5 ] {94ec9eff-b189-415d-a3de-2545b72f42e0} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003034 sec., 8899.14304548451 rows/sec., 15.95 MiB/sec. | ||
| 3093 | 2025.01.28 23:07:23.614154 [ 5 ] {94ec9eff-b189-415d-a3de-2545b72f42e0} <Debug> TCPHandler: Processed in 0.003455938 sec. | ||
| 3094 | 2025.01.28 23:07:23.614339 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3095 | 2025.01.28 23:07:23.614482 [ 254 ] {cbca57fb-ce10-45d6-9236-2902db98aa86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3096 | 2025.01.28 23:07:23.614540 [ 254 ] {cbca57fb-ce10-45d6-9236-2902db98aa86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3097 | 2025.01.28 23:07:23.615095 [ 254 ] {cbca57fb-ce10-45d6-9236-2902db98aa86} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2025.01.28 23:07:23.615139 [ 254 ] {cbca57fb-ce10-45d6-9236-2902db98aa86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3099 | 2025.01.28 23:07:23.615536 [ 254 ] {cbca57fb-ce10-45d6-9236-2902db98aa86} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3100 | 2025.01.28 23:07:23.615800 [ 254 ] {cbca57fb-ce10-45d6-9236-2902db98aa86} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3101 | 2025.01.28 23:07:23.616032 [ 254 ] {cbca57fb-ce10-45d6-9236-2902db98aa86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec. | ||
| 3102 | 2025.01.28 23:07:23.616097 [ 254 ] {cbca57fb-ce10-45d6-9236-2902db98aa86} <Debug> TCPHandler: Processed in 0.00182269 sec. | ||
| 3103 | 2025.01.28 23:07:25.216467 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3104 | 2025.01.28 23:07:25.217172 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2025.01.28 23:07:25.217224 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3106 | 2025.01.28 23:07:25.217770 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3107 | 2025.01.28 23:07:25.218072 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3108 | 2025.01.28 23:07:25.218384 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3109 | 2025.01.28 23:07:25.590902 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3110 | 2025.01.28 23:07:25.611173 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2025.01.28 23:07:25.611232 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3112 | 2025.01.28 23:07:25.618859 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3113 | 2025.01.28 23:07:25.619655 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2025.01.28 23:07:25.622756 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3115 | 2025.01.28 23:07:27.737323 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 450 | ||
| 3116 | 2025.01.28 23:07:27.740682 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3117 | 2025.01.28 23:07:27.740744 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3118 | 2025.01.28 23:07:27.742223 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3119 | 2025.01.28 23:07:27.742539 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2025.01.28 23:07:27.743210 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450 | ||
| 3121 | 2025.01.28 23:07:28.594976 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3122 | 2025.01.28 23:07:28.595185 [ 254 ] {dc1010a3-c226-4e91-9057-358f734e61c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3123 | 2025.01.28 23:07:28.595267 [ 254 ] {dc1010a3-c226-4e91-9057-358f734e61c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3124 | 2025.01.28 23:07:28.596042 [ 254 ] {dc1010a3-c226-4e91-9057-358f734e61c0} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3125 | 2025.01.28 23:07:28.596095 [ 254 ] {dc1010a3-c226-4e91-9057-358f734e61c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3126 | 2025.01.28 23:07:28.596524 [ 254 ] {dc1010a3-c226-4e91-9057-358f734e61c0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3127 | 2025.01.28 23:07:28.596784 [ 254 ] {dc1010a3-c226-4e91-9057-358f734e61c0} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3128 | 2025.01.28 23:07:28.597110 [ 254 ] {dc1010a3-c226-4e91-9057-358f734e61c0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001956 sec., 7157.464212678937 rows/sec., 515.24 KiB/sec. | ||
| 3129 | 2025.01.28 23:07:28.597254 [ 254 ] {dc1010a3-c226-4e91-9057-358f734e61c0} <Debug> TCPHandler: Processed in 0.00241989 sec. | ||
| 3130 | 2025.01.28 23:07:28.597484 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3131 | 2025.01.28 23:07:28.597668 [ 5 ] {6d00f99a-855a-47a6-80af-c0ee26c50c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3132 | 2025.01.28 23:07:28.597739 [ 5 ] {6d00f99a-855a-47a6-80af-c0ee26c50c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3133 | 2025.01.28 23:07:28.598563 [ 5 ] {6d00f99a-855a-47a6-80af-c0ee26c50c2e} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2025.01.28 23:07:28.598606 [ 5 ] {6d00f99a-855a-47a6-80af-c0ee26c50c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3135 | 2025.01.28 23:07:28.599079 [ 5 ] {6d00f99a-855a-47a6-80af-c0ee26c50c2e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3136 | 2025.01.28 23:07:28.599332 [ 5 ] {6d00f99a-855a-47a6-80af-c0ee26c50c2e} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2025.01.28 23:07:28.599533 [ 5 ] {6d00f99a-855a-47a6-80af-c0ee26c50c2e} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.001915 sec., 118537.8590078329 rows/sec., 10.38 MiB/sec. | ||
| 3138 | 2025.01.28 23:07:28.599597 [ 5 ] {6d00f99a-855a-47a6-80af-c0ee26c50c2e} <Debug> TCPHandler: Processed in 0.002235647 sec. | ||
| 3139 | 2025.01.28 23:07:28.599746 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2025.01.28 23:07:28.599890 [ 254 ] {711ce412-6d64-4ded-af0e-8806f98df6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3141 | 2025.01.28 23:07:28.599950 [ 254 ] {711ce412-6d64-4ded-af0e-8806f98df6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3142 | 2025.01.28 23:07:28.600643 [ 254 ] {711ce412-6d64-4ded-af0e-8806f98df6f6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3143 | 2025.01.28 23:07:28.600684 [ 254 ] {711ce412-6d64-4ded-af0e-8806f98df6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3144 | 2025.01.28 23:07:28.601043 [ 254 ] {711ce412-6d64-4ded-af0e-8806f98df6f6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3145 | 2025.01.28 23:07:28.601282 [ 254 ] {711ce412-6d64-4ded-af0e-8806f98df6f6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3146 | 2025.01.28 23:07:28.601541 [ 254 ] {711ce412-6d64-4ded-af0e-8806f98df6f6} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001677 sec., 11329.755515802026 rows/sec., 810.02 KiB/sec. | ||
| 3147 | 2025.01.28 23:07:28.601745 [ 254 ] {711ce412-6d64-4ded-af0e-8806f98df6f6} <Debug> TCPHandler: Processed in 0.002061625 sec. | ||
| 3148 | 2025.01.28 23:07:28.601962 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3149 | 2025.01.28 23:07:28.602189 [ 5 ] {45c2c545-8bdd-4f01-8642-8fb3cf607b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3150 | 2025.01.28 23:07:28.602281 [ 5 ] {45c2c545-8bdd-4f01-8642-8fb3cf607b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3151 | 2025.01.28 23:07:28.603003 [ 5 ] {45c2c545-8bdd-4f01-8642-8fb3cf607b2e} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2025.01.28 23:07:28.603040 [ 5 ] {45c2c545-8bdd-4f01-8642-8fb3cf607b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3153 | 2025.01.28 23:07:28.603388 [ 5 ] {45c2c545-8bdd-4f01-8642-8fb3cf607b2e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3154 | 2025.01.28 23:07:28.603624 [ 5 ] {45c2c545-8bdd-4f01-8642-8fb3cf607b2e} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3155 | 2025.01.28 23:07:28.603804 [ 5 ] {45c2c545-8bdd-4f01-8642-8fb3cf607b2e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 585.70 KiB/sec. | ||
| 3156 | 2025.01.28 23:07:28.603857 [ 5 ] {45c2c545-8bdd-4f01-8642-8fb3cf607b2e} <Debug> TCPHandler: Processed in 0.002004603 sec. | ||
| 3157 | 2025.01.28 23:07:28.603992 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3158 | 2025.01.28 23:07:28.604109 [ 254 ] {d6dc636a-72dd-42df-9df2-c518c8457e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3159 | 2025.01.28 23:07:28.604157 [ 254 ] {d6dc636a-72dd-42df-9df2-c518c8457e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3160 | 2025.01.28 23:07:28.604748 [ 254 ] {d6dc636a-72dd-42df-9df2-c518c8457e19} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2025.01.28 23:07:28.604789 [ 254 ] {d6dc636a-72dd-42df-9df2-c518c8457e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3162 | 2025.01.28 23:07:28.605158 [ 254 ] {d6dc636a-72dd-42df-9df2-c518c8457e19} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3163 | 2025.01.28 23:07:28.605401 [ 254 ] {d6dc636a-72dd-42df-9df2-c518c8457e19} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2025.01.28 23:07:28.605683 [ 254 ] {d6dc636a-72dd-42df-9df2-c518c8457e19} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 513.65 KiB/sec. | ||
| 3165 | 2025.01.28 23:07:28.605763 [ 254 ] {d6dc636a-72dd-42df-9df2-c518c8457e19} <Debug> TCPHandler: Processed in 0.001830941 sec. | ||
| 3166 | 2025.01.28 23:07:28.605908 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3167 | 2025.01.28 23:07:28.606027 [ 5 ] {52ace1bb-8929-4e1c-88f3-acc62a212315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3168 | 2025.01.28 23:07:28.606076 [ 5 ] {52ace1bb-8929-4e1c-88f3-acc62a212315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3169 | 2025.01.28 23:07:28.606803 [ 5 ] {52ace1bb-8929-4e1c-88f3-acc62a212315} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3170 | 2025.01.28 23:07:28.606841 [ 5 ] {52ace1bb-8929-4e1c-88f3-acc62a212315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3171 | 2025.01.28 23:07:28.607218 [ 5 ] {52ace1bb-8929-4e1c-88f3-acc62a212315} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3172 | 2025.01.28 23:07:28.607448 [ 5 ] {52ace1bb-8929-4e1c-88f3-acc62a212315} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3173 | 2025.01.28 23:07:28.607633 [ 5 ] {52ace1bb-8929-4e1c-88f3-acc62a212315} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001632 sec., 241421.568627451 rows/sec., 17.14 MiB/sec. | ||
| 3174 | 2025.01.28 23:07:28.607688 [ 5 ] {52ace1bb-8929-4e1c-88f3-acc62a212315} <Debug> TCPHandler: Processed in 0.001838121 sec. | ||
| 3175 | 2025.01.28 23:07:28.607869 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3176 | 2025.01.28 23:07:28.608018 [ 254 ] {ee180601-fb80-4a91-a0c5-d7d2fb027095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3177 | 2025.01.28 23:07:28.608080 [ 254 ] {ee180601-fb80-4a91-a0c5-d7d2fb027095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3178 | 2025.01.28 23:07:28.608652 [ 254 ] {ee180601-fb80-4a91-a0c5-d7d2fb027095} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2025.01.28 23:07:28.608694 [ 254 ] {ee180601-fb80-4a91-a0c5-d7d2fb027095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3180 | 2025.01.28 23:07:28.609085 [ 254 ] {ee180601-fb80-4a91-a0c5-d7d2fb027095} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3181 | 2025.01.28 23:07:28.609341 [ 254 ] {ee180601-fb80-4a91-a0c5-d7d2fb027095} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2025.01.28 23:07:28.609569 [ 254 ] {ee180601-fb80-4a91-a0c5-d7d2fb027095} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001577 sec., 3804.6924540266327 rows/sec., 198.78 KiB/sec. | ||
| 3183 | 2025.01.28 23:07:28.609648 [ 254 ] {ee180601-fb80-4a91-a0c5-d7d2fb027095} <Debug> TCPHandler: Processed in 0.001849171 sec. | ||
| 3184 | 2025.01.28 23:07:28.609810 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3185 | 2025.01.28 23:07:28.609948 [ 5 ] {c1063680-e959-43e2-8be8-163b68e5b042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3186 | 2025.01.28 23:07:28.610011 [ 5 ] {c1063680-e959-43e2-8be8-163b68e5b042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3187 | 2025.01.28 23:07:28.610663 [ 5 ] {c1063680-e959-43e2-8be8-163b68e5b042} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3188 | 2025.01.28 23:07:28.610706 [ 5 ] {c1063680-e959-43e2-8be8-163b68e5b042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3189 | 2025.01.28 23:07:28.611119 [ 5 ] {c1063680-e959-43e2-8be8-163b68e5b042} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3190 | 2025.01.28 23:07:28.611349 [ 5 ] {c1063680-e959-43e2-8be8-163b68e5b042} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3191 | 2025.01.28 23:07:28.611552 [ 5 ] {c1063680-e959-43e2-8be8-163b68e5b042} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00163 sec., 145398.773006135 rows/sec., 9.75 MiB/sec. | ||
| 3192 | 2025.01.28 23:07:28.611645 [ 5 ] {c1063680-e959-43e2-8be8-163b68e5b042} <Debug> TCPHandler: Processed in 0.001899072 sec. | ||
| 3193 | 2025.01.28 23:07:28.611806 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3194 | 2025.01.28 23:07:28.611945 [ 254 ] {f9a41e4e-c9b5-493e-8c63-a10312b66fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3195 | 2025.01.28 23:07:28.612008 [ 254 ] {f9a41e4e-c9b5-493e-8c63-a10312b66fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3196 | 2025.01.28 23:07:28.612571 [ 254 ] {f9a41e4e-c9b5-493e-8c63-a10312b66fd9} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3197 | 2025.01.28 23:07:28.612610 [ 254 ] {f9a41e4e-c9b5-493e-8c63-a10312b66fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3198 | 2025.01.28 23:07:28.612971 [ 254 ] {f9a41e4e-c9b5-493e-8c63-a10312b66fd9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3199 | 2025.01.28 23:07:28.613207 [ 254 ] {f9a41e4e-c9b5-493e-8c63-a10312b66fd9} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3200 | 2025.01.28 23:07:28.613443 [ 254 ] {f9a41e4e-c9b5-493e-8c63-a10312b66fd9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec. | ||
| 3201 | 2025.01.28 23:07:28.613499 [ 254 ] {f9a41e4e-c9b5-493e-8c63-a10312b66fd9} <Debug> TCPHandler: Processed in 0.001761209 sec. | ||
| 3202 | 2025.01.28 23:07:28.613654 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3203 | 2025.01.28 23:07:28.613791 [ 5 ] {3a437516-b309-45a0-a76e-b37fa150953b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3204 | 2025.01.28 23:07:28.613881 [ 5 ] {3a437516-b309-45a0-a76e-b37fa150953b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3205 | 2025.01.28 23:07:28.615069 [ 5 ] {3a437516-b309-45a0-a76e-b37fa150953b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2025.01.28 23:07:28.615107 [ 5 ] {3a437516-b309-45a0-a76e-b37fa150953b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3207 | 2025.01.28 23:07:28.615716 [ 5 ] {3a437516-b309-45a0-a76e-b37fa150953b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3208 | 2025.01.28 23:07:28.615966 [ 5 ] {3a437516-b309-45a0-a76e-b37fa150953b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3209 | 2025.01.28 23:07:28.616096 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3210 | 2025.01.28 23:07:28.616147 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3211 | 2025.01.28 23:07:28.616176 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3212 | 2025.01.28 23:07:28.616178 [ 5 ] {3a437516-b309-45a0-a76e-b37fa150953b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002414 sec., 4971.0024855012425 rows/sec., 8.91 MiB/sec. | ||
| 3213 | 2025.01.28 23:07:28.616865 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 3214 | 2025.01.28 23:07:28.616949 [ 5 ] {3a437516-b309-45a0-a76e-b37fa150953b} <Debug> TCPHandler: Processed in 0.003359626 sec. | ||
| 3215 | 2025.01.28 23:07:28.617199 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3216 | 2025.01.28 23:07:28.617505 [ 254 ] {068be318-65d8-41b1-a754-34b3838b2966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3217 | 2025.01.28 23:07:28.617617 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3218 | 2025.01.28 23:07:28.617635 [ 254 ] {068be318-65d8-41b1-a754-34b3838b2966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3219 | 2025.01.28 23:07:28.617845 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 67 rows starting from the beginning of the part | ||
| 3220 | 2025.01.28 23:07:28.618715 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 3221 | 2025.01.28 23:07:28.619322 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 3222 | 2025.01.28 23:07:28.620121 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 3223 | 2025.01.28 23:07:28.620129 [ 254 ] {068be318-65d8-41b1-a754-34b3838b2966} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2025.01.28 23:07:28.620211 [ 254 ] {068be318-65d8-41b1-a754-34b3838b2966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3225 | 2025.01.28 23:07:28.620739 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 3226 | 2025.01.28 23:07:28.621398 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 3227 | 2025.01.28 23:07:28.621870 [ 254 ] {068be318-65d8-41b1-a754-34b3838b2966} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3228 | 2025.01.28 23:07:28.622464 [ 254 ] {068be318-65d8-41b1-a754-34b3838b2966} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3229 | 2025.01.28 23:07:28.623031 [ 254 ] {068be318-65d8-41b1-a754-34b3838b2966} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005618 sec., 14595.941616233536 rows/sec., 949.27 KiB/sec. | ||
| 3230 | 2025.01.28 23:07:28.623433 [ 254 ] {068be318-65d8-41b1-a754-34b3838b2966} <Debug> TCPHandler: Processed in 0.006369397 sec. | ||
| 3231 | 2025.01.28 23:07:28.625602 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 19 columns (19 merged, 0 gathered) in 0.009283035 sec., 16481.67867513157 rows/sec., 29.53 MiB/sec. | ||
| 3232 | 2025.01.28 23:07:28.626099 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3233 | 2025.01.28 23:07:28.626590 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3234 | 2025.01.28 23:07:28.626669 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3235 | 2025.01.28 23:07:28.626815 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 3236 | 2025.01.28 23:07:32.623654 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3237 | 2025.01.28 23:07:32.623725 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3238 | 2025.01.28 23:07:32.718609 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3239 | 2025.01.28 23:07:32.719688 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3240 | 2025.01.28 23:07:32.719764 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3241 | 2025.01.28 23:07:32.720335 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3242 | 2025.01.28 23:07:32.720583 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2025.01.28 23:07:32.720854 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3244 | 2025.01.28 23:07:33.122895 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3245 | 2025.01.28 23:07:33.143606 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2025.01.28 23:07:33.143675 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3247 | 2025.01.28 23:07:33.151032 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3248 | 2025.01.28 23:07:33.151841 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3249 | 2025.01.28 23:07:33.155387 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3250 | 2025.01.28 23:07:33.591689 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3251 | 2025.01.28 23:07:33.591887 [ 254 ] {e06bcbf7-def8-44cc-a986-bf69450d0c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3252 | 2025.01.28 23:07:33.591966 [ 254 ] {e06bcbf7-def8-44cc-a986-bf69450d0c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3253 | 2025.01.28 23:07:33.592841 [ 254 ] {e06bcbf7-def8-44cc-a986-bf69450d0c70} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3254 | 2025.01.28 23:07:33.592887 [ 254 ] {e06bcbf7-def8-44cc-a986-bf69450d0c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3255 | 2025.01.28 23:07:33.593318 [ 254 ] {e06bcbf7-def8-44cc-a986-bf69450d0c70} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3256 | 2025.01.28 23:07:33.593566 [ 254 ] {e06bcbf7-def8-44cc-a986-bf69450d0c70} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2025.01.28 23:07:33.593769 [ 254 ] {e06bcbf7-def8-44cc-a986-bf69450d0c70} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001938 sec., 56759.545923632606 rows/sec., 4.77 MiB/sec. | ||
| 3258 | 2025.01.28 23:07:33.593830 [ 254 ] {e06bcbf7-def8-44cc-a986-bf69450d0c70} <Debug> TCPHandler: Processed in 0.002278528 sec. | ||
| 3259 | 2025.01.28 23:07:33.594104 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3260 | 2025.01.28 23:07:33.594323 [ 5 ] {2ad25c6d-2e9a-4841-9689-b9989d1736b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3261 | 2025.01.28 23:07:33.594409 [ 5 ] {2ad25c6d-2e9a-4841-9689-b9989d1736b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3262 | 2025.01.28 23:07:33.595208 [ 5 ] {2ad25c6d-2e9a-4841-9689-b9989d1736b7} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3263 | 2025.01.28 23:07:33.595265 [ 5 ] {2ad25c6d-2e9a-4841-9689-b9989d1736b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3264 | 2025.01.28 23:07:33.595713 [ 5 ] {2ad25c6d-2e9a-4841-9689-b9989d1736b7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3265 | 2025.01.28 23:07:33.595971 [ 5 ] {2ad25c6d-2e9a-4841-9689-b9989d1736b7} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3266 | 2025.01.28 23:07:33.596207 [ 5 ] {2ad25c6d-2e9a-4841-9689-b9989d1736b7} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001947 sec., 13867.48844375963 rows/sec., 1.02 MiB/sec. | ||
| 3267 | 2025.01.28 23:07:33.596278 [ 5 ] {2ad25c6d-2e9a-4841-9689-b9989d1736b7} <Debug> TCPHandler: Processed in 0.002318399 sec. | ||
| 3268 | 2025.01.28 23:07:33.596450 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3269 | 2025.01.28 23:07:33.596594 [ 254 ] {6a6fb09a-66e9-49fb-86ec-9f824ef2a525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3270 | 2025.01.28 23:07:33.596655 [ 254 ] {6a6fb09a-66e9-49fb-86ec-9f824ef2a525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3271 | 2025.01.28 23:07:33.597296 [ 254 ] {6a6fb09a-66e9-49fb-86ec-9f824ef2a525} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3272 | 2025.01.28 23:07:33.597334 [ 254 ] {6a6fb09a-66e9-49fb-86ec-9f824ef2a525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3273 | 2025.01.28 23:07:33.597708 [ 254 ] {6a6fb09a-66e9-49fb-86ec-9f824ef2a525} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3274 | 2025.01.28 23:07:33.597954 [ 254 ] {6a6fb09a-66e9-49fb-86ec-9f824ef2a525} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3275 | 2025.01.28 23:07:33.598137 [ 254 ] {6a6fb09a-66e9-49fb-86ec-9f824ef2a525} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001578 sec., 57667.934093789605 rows/sec., 4.50 MiB/sec. | ||
| 3276 | 2025.01.28 23:07:33.598192 [ 254 ] {6a6fb09a-66e9-49fb-86ec-9f824ef2a525} <Debug> TCPHandler: Processed in 0.00180994 sec. | ||
| 3277 | 2025.01.28 23:07:33.598353 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3278 | 2025.01.28 23:07:33.598499 [ 5 ] {6ba2ea8c-d5d6-412a-9942-60dc809e625f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3279 | 2025.01.28 23:07:33.598567 [ 5 ] {6ba2ea8c-d5d6-412a-9942-60dc809e625f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3280 | 2025.01.28 23:07:33.599191 [ 5 ] {6ba2ea8c-d5d6-412a-9942-60dc809e625f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3281 | 2025.01.28 23:07:33.599233 [ 5 ] {6ba2ea8c-d5d6-412a-9942-60dc809e625f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3282 | 2025.01.28 23:07:33.599648 [ 5 ] {6ba2ea8c-d5d6-412a-9942-60dc809e625f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3283 | 2025.01.28 23:07:33.599898 [ 5 ] {6ba2ea8c-d5d6-412a-9942-60dc809e625f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2025.01.28 23:07:33.600127 [ 5 ] {6ba2ea8c-d5d6-412a-9942-60dc809e625f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec. | ||
| 3285 | 2025.01.28 23:07:33.600187 [ 5 ] {6ba2ea8c-d5d6-412a-9942-60dc809e625f} <Debug> TCPHandler: Processed in 0.001903292 sec. | ||
| 3286 | 2025.01.28 23:07:33.600342 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2025.01.28 23:07:33.600480 [ 254 ] {fccb4f52-eb6d-455b-97f7-d6bbc3f61073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3288 | 2025.01.28 23:07:33.600575 [ 254 ] {fccb4f52-eb6d-455b-97f7-d6bbc3f61073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3289 | 2025.01.28 23:07:33.601725 [ 254 ] {fccb4f52-eb6d-455b-97f7-d6bbc3f61073} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2025.01.28 23:07:33.601764 [ 254 ] {fccb4f52-eb6d-455b-97f7-d6bbc3f61073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3291 | 2025.01.28 23:07:33.602406 [ 254 ] {fccb4f52-eb6d-455b-97f7-d6bbc3f61073} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3292 | 2025.01.28 23:07:33.602690 [ 254 ] {fccb4f52-eb6d-455b-97f7-d6bbc3f61073} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2025.01.28 23:07:33.602894 [ 254 ] {fccb4f52-eb6d-455b-97f7-d6bbc3f61073} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002445 sec., 11042.944785276073 rows/sec., 19.79 MiB/sec. | ||
| 3294 | 2025.01.28 23:07:33.602997 [ 254 ] {fccb4f52-eb6d-455b-97f7-d6bbc3f61073} <Debug> TCPHandler: Processed in 0.002718975 sec. | ||
| 3295 | 2025.01.28 23:07:33.603156 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3296 | 2025.01.28 23:07:33.603299 [ 5 ] {1ac58bf7-00fb-40b3-b4f1-05e861e28e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3297 | 2025.01.28 23:07:33.603360 [ 5 ] {1ac58bf7-00fb-40b3-b4f1-05e861e28e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3298 | 2025.01.28 23:07:33.603933 [ 5 ] {1ac58bf7-00fb-40b3-b4f1-05e861e28e08} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3299 | 2025.01.28 23:07:33.603974 [ 5 ] {1ac58bf7-00fb-40b3-b4f1-05e861e28e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3300 | 2025.01.28 23:07:33.604363 [ 5 ] {1ac58bf7-00fb-40b3-b4f1-05e861e28e08} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3301 | 2025.01.28 23:07:33.604599 [ 5 ] {1ac58bf7-00fb-40b3-b4f1-05e861e28e08} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3302 | 2025.01.28 23:07:33.604820 [ 5 ] {1ac58bf7-00fb-40b3-b4f1-05e861e28e08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec. | ||
| 3303 | 2025.01.28 23:07:33.604877 [ 5 ] {1ac58bf7-00fb-40b3-b4f1-05e861e28e08} <Debug> TCPHandler: Processed in 0.00178798 sec. | ||
| 3304 | 2025.01.28 23:07:35.702745 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3305 | 2025.01.28 23:07:35.702947 [ 254 ] {bcc50f1a-b76b-4b76-b962-fc458dba3688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3306 | 2025.01.28 23:07:35.703020 [ 254 ] {bcc50f1a-b76b-4b76-b962-fc458dba3688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3307 | 2025.01.28 23:07:35.703748 [ 254 ] {bcc50f1a-b76b-4b76-b962-fc458dba3688} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3308 | 2025.01.28 23:07:35.703800 [ 254 ] {bcc50f1a-b76b-4b76-b962-fc458dba3688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3309 | 2025.01.28 23:07:35.704230 [ 254 ] {bcc50f1a-b76b-4b76-b962-fc458dba3688} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3310 | 2025.01.28 23:07:35.704482 [ 254 ] {bcc50f1a-b76b-4b76-b962-fc458dba3688} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3311 | 2025.01.28 23:07:35.704663 [ 136 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3312 | 2025.01.28 23:07:35.704745 [ 254 ] {bcc50f1a-b76b-4b76-b962-fc458dba3688} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001843 sec., 7596.31036353771 rows/sec., 546.83 KiB/sec. | ||
| 3313 | 2025.01.28 23:07:35.704753 [ 136 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3314 | 2025.01.28 23:07:35.704830 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3315 | 2025.01.28 23:07:35.704888 [ 254 ] {bcc50f1a-b76b-4b76-b962-fc458dba3688} <Debug> TCPHandler: Processed in 0.002267848 sec. | ||
| 3316 | 2025.01.28 23:07:35.705206 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 3317 | 2025.01.28 23:07:35.705356 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2025.01.28 23:07:35.705515 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3319 | 2025.01.28 23:07:35.705594 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 3320 | 2025.01.28 23:07:35.705846 [ 5 ] {35ff5594-40d4-446a-8460-00f29d68e47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3321 | 2025.01.28 23:07:35.705859 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 3322 | 2025.01.28 23:07:35.706011 [ 5 ] {35ff5594-40d4-446a-8460-00f29d68e47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3323 | 2025.01.28 23:07:35.706078 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 3324 | 2025.01.28 23:07:35.706555 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 3325 | 2025.01.28 23:07:35.706865 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 3326 | 2025.01.28 23:07:35.709171 [ 191 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00423795 sec., 16517.41997899928 rows/sec., 1.22 MiB/sec. | ||
| 3327 | 2025.01.28 23:07:35.709328 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3328 | 2025.01.28 23:07:35.709598 [ 5 ] {35ff5594-40d4-446a-8460-00f29d68e47b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3329 | 2025.01.28 23:07:35.709652 [ 5 ] {35ff5594-40d4-446a-8460-00f29d68e47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3330 | 2025.01.28 23:07:35.709777 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_9_2} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3331 | 2025.01.28 23:07:35.709897 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_9_2} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3332 | 2025.01.28 23:07:35.710037 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3333 | 2025.01.28 23:07:35.710380 [ 5 ] {35ff5594-40d4-446a-8460-00f29d68e47b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3334 | 2025.01.28 23:07:35.710629 [ 5 ] {35ff5594-40d4-446a-8460-00f29d68e47b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3335 | 2025.01.28 23:07:35.710801 [ 136 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3336 | 2025.01.28 23:07:35.710866 [ 136 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3337 | 2025.01.28 23:07:35.710902 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3338 | 2025.01.28 23:07:35.710913 [ 5 ] {35ff5594-40d4-446a-8460-00f29d68e47b} <Debug> executeQuery: Read 1367 rows, 116.92 KiB in 0.005278 sec., 258999.6210685866 rows/sec., 21.63 MiB/sec. | ||
| 3339 | 2025.01.28 23:07:35.711132 [ 5 ] {35ff5594-40d4-446a-8460-00f29d68e47b} <Debug> TCPHandler: Processed in 0.006110732 sec. | ||
| 3340 | 2025.01.28 23:07:35.711198 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 3341 | 2025.01.28 23:07:35.711410 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3342 | 2025.01.28 23:07:35.711429 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3343 | 2025.01.28 23:07:35.711523 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1419 rows starting from the beginning of the part | ||
| 3344 | 2025.01.28 23:07:35.711754 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 3345 | 2025.01.28 23:07:35.711976 [ 254 ] {8a955836-4583-4433-9259-24ea8a279ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3346 | 2025.01.28 23:07:35.712107 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 111 rows starting from the beginning of the part | ||
| 3347 | 2025.01.28 23:07:35.712134 [ 254 ] {8a955836-4583-4433-9259-24ea8a279ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3348 | 2025.01.28 23:07:35.712516 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 227 rows starting from the beginning of the part | ||
| 3349 | 2025.01.28 23:07:35.712776 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part | ||
| 3350 | 2025.01.28 23:07:35.713173 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1367 rows starting from the beginning of the part | ||
| 3351 | 2025.01.28 23:07:35.714554 [ 254 ] {8a955836-4583-4433-9259-24ea8a279ace} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.01.28 23:07:35.714619 [ 254 ] {8a955836-4583-4433-9259-24ea8a279ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3353 | 2025.01.28 23:07:35.715656 [ 254 ] {8a955836-4583-4433-9259-24ea8a279ace} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3354 | 2025.01.28 23:07:35.716017 [ 254 ] {8a955836-4583-4433-9259-24ea8a279ace} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2025.01.28 23:07:35.716291 [ 254 ] {8a955836-4583-4433-9259-24ea8a279ace} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004487 sec., 4234.455092489414 rows/sec., 302.74 KiB/sec. | ||
| 3356 | 2025.01.28 23:07:35.716375 [ 254 ] {8a955836-4583-4433-9259-24ea8a279ace} <Debug> TCPHandler: Processed in 0.005115586 sec. | ||
| 3357 | 2025.01.28 23:07:35.716807 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3358 | 2025.01.28 23:07:35.716829 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3462 rows, containing 5 columns (5 merged, 0 gathered) in 0.005817847 sec., 595065.4941596092 rows/sec., 52.36 MiB/sec. | ||
| 3359 | 2025.01.28 23:07:35.716963 [ 5 ] {dfcb2494-4076-4bfc-afd3-226d9193a14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3360 | 2025.01.28 23:07:35.717041 [ 5 ] {dfcb2494-4076-4bfc-afd3-226d9193a14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3361 | 2025.01.28 23:07:35.717144 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3362 | 2025.01.28 23:07:35.717752 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3363 | 2025.01.28 23:07:35.717851 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_21_4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3364 | 2025.01.28 23:07:35.718015 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 3365 | 2025.01.28 23:07:35.718249 [ 5 ] {dfcb2494-4076-4bfc-afd3-226d9193a14f} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3366 | 2025.01.28 23:07:35.718293 [ 5 ] {dfcb2494-4076-4bfc-afd3-226d9193a14f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3367 | 2025.01.28 23:07:35.718648 [ 5 ] {dfcb2494-4076-4bfc-afd3-226d9193a14f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3368 | 2025.01.28 23:07:35.718887 [ 5 ] {dfcb2494-4076-4bfc-afd3-226d9193a14f} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3369 | 2025.01.28 23:07:35.719098 [ 5 ] {dfcb2494-4076-4bfc-afd3-226d9193a14f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002161 sec., 111985.19204072189 rows/sec., 7.59 MiB/sec. | ||
| 3370 | 2025.01.28 23:07:35.719155 [ 5 ] {dfcb2494-4076-4bfc-afd3-226d9193a14f} <Debug> TCPHandler: Processed in 0.002524762 sec. | ||
| 3371 | 2025.01.28 23:07:35.719315 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3372 | 2025.01.28 23:07:35.719454 [ 254 ] {d390852c-00ee-4cac-82a1-ab31dc81a50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3373 | 2025.01.28 23:07:35.719513 [ 254 ] {d390852c-00ee-4cac-82a1-ab31dc81a50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3374 | 2025.01.28 23:07:35.720231 [ 254 ] {d390852c-00ee-4cac-82a1-ab31dc81a50f} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2025.01.28 23:07:35.720273 [ 254 ] {d390852c-00ee-4cac-82a1-ab31dc81a50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3376 | 2025.01.28 23:07:35.720622 [ 254 ] {d390852c-00ee-4cac-82a1-ab31dc81a50f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3377 | 2025.01.28 23:07:35.720866 [ 254 ] {d390852c-00ee-4cac-82a1-ab31dc81a50f} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2025.01.28 23:07:35.721020 [ 136 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3379 | 2025.01.28 23:07:35.721083 [ 136 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2025.01.28 23:07:35.721121 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3381 | 2025.01.28 23:07:35.721128 [ 254 ] {d390852c-00ee-4cac-82a1-ab31dc81a50f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001697 sec., 7660.577489687685 rows/sec., 477.64 KiB/sec. | ||
| 3382 | 2025.01.28 23:07:35.721440 [ 254 ] {d390852c-00ee-4cac-82a1-ab31dc81a50f} <Debug> TCPHandler: Processed in 0.002175227 sec. | ||
| 3383 | 2025.01.28 23:07:35.721508 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 3384 | 2025.01.28 23:07:35.721689 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2025.01.28 23:07:35.721740 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3386 | 2025.01.28 23:07:35.721782 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 3387 | 2025.01.28 23:07:35.721844 [ 5 ] {dcd06e84-b8d6-4773-a15f-41533106c1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3388 | 2025.01.28 23:07:35.721918 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 3389 | 2025.01.28 23:07:35.721957 [ 5 ] {dcd06e84-b8d6-4773-a15f-41533106c1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3390 | 2025.01.28 23:07:35.722205 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 3391 | 2025.01.28 23:07:35.722503 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 3392 | 2025.01.28 23:07:35.722687 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 3393 | 2025.01.28 23:07:35.724206 [ 5 ] {dcd06e84-b8d6-4773-a15f-41533106c1b1} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3394 | 2025.01.28 23:07:35.724243 [ 188 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003043191 sec., 21359.15885660808 rows/sec., 1.38 MiB/sec. | ||
| 3395 | 2025.01.28 23:07:35.724251 [ 5 ] {dcd06e84-b8d6-4773-a15f-41533106c1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3396 | 2025.01.28 23:07:35.724408 [ 188 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3397 | 2025.01.28 23:07:35.724927 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_9_2} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3398 | 2025.01.28 23:07:35.725024 [ 5 ] {dcd06e84-b8d6-4773-a15f-41533106c1b1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3399 | 2025.01.28 23:07:35.725029 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_9_2} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3400 | 2025.01.28 23:07:35.725128 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3401 | 2025.01.28 23:07:35.725309 [ 5 ] {dcd06e84-b8d6-4773-a15f-41533106c1b1} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3402 | 2025.01.28 23:07:35.725465 [ 136 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3403 | 2025.01.28 23:07:35.725528 [ 136 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3404 | 2025.01.28 23:07:35.725561 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3405 | 2025.01.28 23:07:35.725575 [ 5 ] {dcd06e84-b8d6-4773-a15f-41533106c1b1} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.003759 sec., 226123.9691407289 rows/sec., 16.35 MiB/sec. | ||
| 3406 | 2025.01.28 23:07:35.725821 [ 5 ] {dcd06e84-b8d6-4773-a15f-41533106c1b1} <Debug> TCPHandler: Processed in 0.004254371 sec. | ||
| 3407 | 2025.01.28 23:07:35.725842 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 3408 | 2025.01.28 23:07:35.726038 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3409 | 2025.01.28 23:07:35.726048 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3410 | 2025.01.28 23:07:35.726079 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 893 rows starting from the beginning of the part | ||
| 3411 | 2025.01.28 23:07:35.726328 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 403 rows starting from the beginning of the part | ||
| 3412 | 2025.01.28 23:07:35.726447 [ 254 ] {2cfa3e2d-203a-4147-b60b-fef9d2beadd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3413 | 2025.01.28 23:07:35.726621 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 93 rows starting from the beginning of the part | ||
| 3414 | 2025.01.28 23:07:35.726651 [ 254 ] {2cfa3e2d-203a-4147-b60b-fef9d2beadd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3415 | 2025.01.28 23:07:35.726963 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 394 rows starting from the beginning of the part | ||
| 3416 | 2025.01.28 23:07:35.727344 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 91 rows starting from the beginning of the part | ||
| 3417 | 2025.01.28 23:07:35.727683 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 850 rows starting from the beginning of the part | ||
| 3418 | 2025.01.28 23:07:35.728755 [ 254 ] {2cfa3e2d-203a-4147-b60b-fef9d2beadd9} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3419 | 2025.01.28 23:07:35.728804 [ 254 ] {2cfa3e2d-203a-4147-b60b-fef9d2beadd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3420 | 2025.01.28 23:07:35.729828 [ 254 ] {2cfa3e2d-203a-4147-b60b-fef9d2beadd9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3421 | 2025.01.28 23:07:35.730207 [ 254 ] {2cfa3e2d-203a-4147-b60b-fef9d2beadd9} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3422 | 2025.01.28 23:07:35.730616 [ 254 ] {2cfa3e2d-203a-4147-b60b-fef9d2beadd9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004283 sec., 1400.8872285780994 rows/sec., 73.19 KiB/sec. | ||
| 3423 | 2025.01.28 23:07:35.730933 [ 254 ] {2cfa3e2d-203a-4147-b60b-fef9d2beadd9} <Debug> TCPHandler: Processed in 0.004996414 sec. | ||
| 3424 | 2025.01.28 23:07:35.730969 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2724 rows, containing 5 columns (5 merged, 0 gathered) in 0.005318448 sec., 512179.49296486494 rows/sec., 39.06 MiB/sec. | ||
| 3425 | 2025.01.28 23:07:35.731099 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3426 | 2025.01.28 23:07:35.731213 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3427 | 2025.01.28 23:07:35.731230 [ 5 ] {da7a837f-957d-4726-ba39-56e6c1e80f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3428 | 2025.01.28 23:07:35.731302 [ 5 ] {da7a837f-957d-4726-ba39-56e6c1e80f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3429 | 2025.01.28 23:07:35.731672 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3430 | 2025.01.28 23:07:35.731768 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_21_4} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3431 | 2025.01.28 23:07:35.731873 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3432 | 2025.01.28 23:07:35.732229 [ 5 ] {da7a837f-957d-4726-ba39-56e6c1e80f1f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2025.01.28 23:07:35.732268 [ 5 ] {da7a837f-957d-4726-ba39-56e6c1e80f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3434 | 2025.01.28 23:07:35.732720 [ 5 ] {da7a837f-957d-4726-ba39-56e6c1e80f1f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3435 | 2025.01.28 23:07:35.732955 [ 5 ] {da7a837f-957d-4726-ba39-56e6c1e80f1f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3436 | 2025.01.28 23:07:35.733119 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3437 | 2025.01.28 23:07:35.733177 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3438 | 2025.01.28 23:07:35.733204 [ 5 ] {da7a837f-957d-4726-ba39-56e6c1e80f1f} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.002 sec., 509500 rows/sec., 33.95 MiB/sec. | ||
| 3439 | 2025.01.28 23:07:35.733219 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3440 | 2025.01.28 23:07:35.733365 [ 5 ] {da7a837f-957d-4726-ba39-56e6c1e80f1f} <Debug> TCPHandler: Processed in 0.002322998 sec. | ||
| 3441 | 2025.01.28 23:07:35.733494 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 3442 | 2025.01.28 23:07:35.733567 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3443 | 2025.01.28 23:07:35.733665 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3444 | 2025.01.28 23:07:35.733748 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5371 rows starting from the beginning of the part | ||
| 3445 | 2025.01.28 23:07:35.733794 [ 254 ] {ba67d21c-10f1-449b-9df2-5fcf2fc73355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3446 | 2025.01.28 23:07:35.733960 [ 254 ] {ba67d21c-10f1-449b-9df2-5fcf2fc73355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3447 | 2025.01.28 23:07:35.734128 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3448 | 2025.01.28 23:07:35.734525 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 3449 | 2025.01.28 23:07:35.734872 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3450 | 2025.01.28 23:07:35.735203 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3451 | 2025.01.28 23:07:35.735528 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1019 rows starting from the beginning of the part | ||
| 3452 | 2025.01.28 23:07:35.736193 [ 254 ] {ba67d21c-10f1-449b-9df2-5fcf2fc73355} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3453 | 2025.01.28 23:07:35.736266 [ 254 ] {ba67d21c-10f1-449b-9df2-5fcf2fc73355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3454 | 2025.01.28 23:07:35.736990 [ 254 ] {ba67d21c-10f1-449b-9df2-5fcf2fc73355} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3455 | 2025.01.28 23:07:35.737588 [ 254 ] {ba67d21c-10f1-449b-9df2-5fcf2fc73355} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3456 | 2025.01.28 23:07:35.737955 [ 136 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3457 | 2025.01.28 23:07:35.738058 [ 136 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3458 | 2025.01.28 23:07:35.738165 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3459 | 2025.01.28 23:07:35.738212 [ 254 ] {ba67d21c-10f1-449b-9df2-5fcf2fc73355} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00445 sec., 224.71910112359552 rows/sec., 15.14 KiB/sec. | ||
| 3460 | 2025.01.28 23:07:35.738645 [ 254 ] {ba67d21c-10f1-449b-9df2-5fcf2fc73355} <Debug> TCPHandler: Processed in 0.005167426 sec. | ||
| 3461 | 2025.01.28 23:07:35.738906 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 3462 | 2025.01.28 23:07:35.738963 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3463 | 2025.01.28 23:07:35.739364 [ 5 ] {0a7e1de2-cf84-4a5a-9f40-2997b764df25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3464 | 2025.01.28 23:07:35.739387 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3465 | 2025.01.28 23:07:35.739467 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3466 | 2025.01.28 23:07:35.739515 [ 5 ] {0a7e1de2-cf84-4a5a-9f40-2997b764df25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3467 | 2025.01.28 23:07:35.739654 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3468 | 2025.01.28 23:07:35.740250 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3469 | 2025.01.28 23:07:35.740825 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 3470 | 2025.01.28 23:07:35.741019 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7185 rows, containing 5 columns (5 merged, 0 gathered) in 0.007621478 sec., 942730.530744824 rows/sec., 63.51 MiB/sec. | ||
| 3471 | 2025.01.28 23:07:35.741255 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3472 | 2025.01.28 23:07:35.741442 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3473 | 2025.01.28 23:07:35.742114 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3474 | 2025.01.28 23:07:35.743447 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3475 | 2025.01.28 23:07:35.743882 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3476 | 2025.01.28 23:07:35.744241 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 3477 | 2025.01.28 23:07:35.745188 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.006852525 sec., 1605.2477006650834 rows/sec., 107.03 KiB/sec. | ||
| 3478 | 2025.01.28 23:07:35.745332 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3479 | 2025.01.28 23:07:35.745537 [ 5 ] {0a7e1de2-cf84-4a5a-9f40-2997b764df25} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2025.01.28 23:07:35.745584 [ 5 ] {0a7e1de2-cf84-4a5a-9f40-2997b764df25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3481 | 2025.01.28 23:07:35.745708 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3482 | 2025.01.28 23:07:35.745838 [ 199 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_10_2} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3483 | 2025.01.28 23:07:35.745914 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3484 | 2025.01.28 23:07:35.746325 [ 5 ] {0a7e1de2-cf84-4a5a-9f40-2997b764df25} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3485 | 2025.01.28 23:07:35.746598 [ 5 ] {0a7e1de2-cf84-4a5a-9f40-2997b764df25} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3486 | 2025.01.28 23:07:35.746854 [ 5 ] {0a7e1de2-cf84-4a5a-9f40-2997b764df25} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007634 sec., 1571.9151165837045 rows/sec., 2.82 MiB/sec. | ||
| 3487 | 2025.01.28 23:07:35.746963 [ 5 ] {0a7e1de2-cf84-4a5a-9f40-2997b764df25} <Debug> TCPHandler: Processed in 0.008149126 sec. | ||
| 3488 | 2025.01.28 23:07:35.747109 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3489 | 2025.01.28 23:07:35.747236 [ 254 ] {17b504f8-0f74-4418-b2c5-3dfcfcaffc52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3490 | 2025.01.28 23:07:35.747290 [ 254 ] {17b504f8-0f74-4418-b2c5-3dfcfcaffc52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3491 | 2025.01.28 23:07:35.747804 [ 254 ] {17b504f8-0f74-4418-b2c5-3dfcfcaffc52} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2025.01.28 23:07:35.747844 [ 254 ] {17b504f8-0f74-4418-b2c5-3dfcfcaffc52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3493 | 2025.01.28 23:07:35.748239 [ 254 ] {17b504f8-0f74-4418-b2c5-3dfcfcaffc52} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3494 | 2025.01.28 23:07:35.748488 [ 254 ] {17b504f8-0f74-4418-b2c5-3dfcfcaffc52} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3495 | 2025.01.28 23:07:35.748649 [ 136 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3496 | 2025.01.28 23:07:35.748711 [ 136 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2025.01.28 23:07:35.748751 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3498 | 2025.01.28 23:07:35.748758 [ 254 ] {17b504f8-0f74-4418-b2c5-3dfcfcaffc52} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001537 sec., 37735.84905660377 rows/sec., 2.34 MiB/sec. | ||
| 3499 | 2025.01.28 23:07:35.748945 [ 254 ] {17b504f8-0f74-4418-b2c5-3dfcfcaffc52} <Debug> TCPHandler: Processed in 0.001888441 sec. | ||
| 3500 | 2025.01.28 23:07:35.749010 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 3501 | 2025.01.28 23:07:35.749145 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3502 | 2025.01.28 23:07:35.749180 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 876 rows starting from the beginning of the part | ||
| 3503 | 2025.01.28 23:07:35.749263 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3504 | 2025.01.28 23:07:35.749469 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3505 | 2025.01.28 23:07:35.749684 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3506 | 2025.01.28 23:07:35.749834 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3507 | 2025.01.28 23:07:35.749953 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 58 rows starting from the beginning of the part | ||
| 3508 | 2025.01.28 23:07:35.751152 [ 203 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1218 rows, containing 4 columns (4 merged, 0 gathered) in 0.002315078 sec., 526116.1826944924 rows/sec., 34.19 MiB/sec. | ||
| 3509 | 2025.01.28 23:07:35.751346 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3510 | 2025.01.28 23:07:35.751644 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.01.28 23:07:35.751722 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_21_4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3512 | 2025.01.28 23:07:35.751809 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3513 | 2025.01.28 23:07:37.743557 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 506 | ||
| 3514 | 2025.01.28 23:07:37.747331 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3515 | 2025.01.28 23:07:37.747383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3516 | 2025.01.28 23:07:37.748865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3517 | 2025.01.28 23:07:37.749175 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3518 | 2025.01.28 23:07:37.749757 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 506 | ||
| 3519 | 2025.01.28 23:07:38.586258 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3520 | 2025.01.28 23:07:38.586451 [ 254 ] {01883ce5-5695-465b-9d4a-7dfec9aedb2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3521 | 2025.01.28 23:07:38.586524 [ 254 ] {01883ce5-5695-465b-9d4a-7dfec9aedb2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3522 | 2025.01.28 23:07:38.587321 [ 254 ] {01883ce5-5695-465b-9d4a-7dfec9aedb2f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3523 | 2025.01.28 23:07:38.587366 [ 254 ] {01883ce5-5695-465b-9d4a-7dfec9aedb2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3524 | 2025.01.28 23:07:38.587815 [ 254 ] {01883ce5-5695-465b-9d4a-7dfec9aedb2f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3525 | 2025.01.28 23:07:38.588090 [ 254 ] {01883ce5-5695-465b-9d4a-7dfec9aedb2f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3526 | 2025.01.28 23:07:38.588295 [ 254 ] {01883ce5-5695-465b-9d4a-7dfec9aedb2f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec. | ||
| 3527 | 2025.01.28 23:07:38.588428 [ 254 ] {01883ce5-5695-465b-9d4a-7dfec9aedb2f} <Debug> TCPHandler: Processed in 0.002297789 sec. | ||
| 3528 | 2025.01.28 23:07:38.588695 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3529 | 2025.01.28 23:07:38.588911 [ 5 ] {14ddc6b1-e0a2-4c18-9f0a-a9e457d50dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3530 | 2025.01.28 23:07:38.588992 [ 5 ] {14ddc6b1-e0a2-4c18-9f0a-a9e457d50dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3531 | 2025.01.28 23:07:38.589740 [ 5 ] {14ddc6b1-e0a2-4c18-9f0a-a9e457d50dd9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3532 | 2025.01.28 23:07:38.589790 [ 5 ] {14ddc6b1-e0a2-4c18-9f0a-a9e457d50dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3533 | 2025.01.28 23:07:38.590226 [ 5 ] {14ddc6b1-e0a2-4c18-9f0a-a9e457d50dd9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3534 | 2025.01.28 23:07:38.590479 [ 5 ] {14ddc6b1-e0a2-4c18-9f0a-a9e457d50dd9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2025.01.28 23:07:38.590765 [ 5 ] {14ddc6b1-e0a2-4c18-9f0a-a9e457d50dd9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec. | ||
| 3536 | 2025.01.28 23:07:38.590972 [ 5 ] {14ddc6b1-e0a2-4c18-9f0a-a9e457d50dd9} <Debug> TCPHandler: Processed in 0.00241185 sec. | ||
| 3537 | 2025.01.28 23:07:38.591145 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2025.01.28 23:07:38.591273 [ 254 ] {67c8f8aa-dbf2-4edb-807d-0a369b2706ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3539 | 2025.01.28 23:07:38.591337 [ 254 ] {67c8f8aa-dbf2-4edb-807d-0a369b2706ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3540 | 2025.01.28 23:07:38.591913 [ 254 ] {67c8f8aa-dbf2-4edb-807d-0a369b2706ec} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2025.01.28 23:07:38.591952 [ 254 ] {67c8f8aa-dbf2-4edb-807d-0a369b2706ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3542 | 2025.01.28 23:07:38.592360 [ 254 ] {67c8f8aa-dbf2-4edb-807d-0a369b2706ec} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3543 | 2025.01.28 23:07:38.592616 [ 254 ] {67c8f8aa-dbf2-4edb-807d-0a369b2706ec} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.01.28 23:07:38.592796 [ 254 ] {67c8f8aa-dbf2-4edb-807d-0a369b2706ec} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001549 sec., 41316.978695932856 rows/sec., 2.88 MiB/sec. | ||
| 3545 | 2025.01.28 23:07:38.592852 [ 254 ] {67c8f8aa-dbf2-4edb-807d-0a369b2706ec} <Debug> TCPHandler: Processed in 0.001762199 sec. | ||
| 3546 | 2025.01.28 23:07:38.593048 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3547 | 2025.01.28 23:07:38.593274 [ 5 ] {e6d15229-7c25-4fe8-8b91-295fbe9b6cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3548 | 2025.01.28 23:07:38.593369 [ 5 ] {e6d15229-7c25-4fe8-8b91-295fbe9b6cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3549 | 2025.01.28 23:07:38.594122 [ 5 ] {e6d15229-7c25-4fe8-8b91-295fbe9b6cba} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2025.01.28 23:07:38.594160 [ 5 ] {e6d15229-7c25-4fe8-8b91-295fbe9b6cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3551 | 2025.01.28 23:07:38.594537 [ 5 ] {e6d15229-7c25-4fe8-8b91-295fbe9b6cba} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3552 | 2025.01.28 23:07:38.594780 [ 5 ] {e6d15229-7c25-4fe8-8b91-295fbe9b6cba} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2025.01.28 23:07:38.594981 [ 5 ] {e6d15229-7c25-4fe8-8b91-295fbe9b6cba} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001763 sec., 13613.159387407828 rows/sec., 939.45 KiB/sec. | ||
| 3554 | 2025.01.28 23:07:38.595029 [ 5 ] {e6d15229-7c25-4fe8-8b91-295fbe9b6cba} <Debug> TCPHandler: Processed in 0.002088325 sec. | ||
| 3555 | 2025.01.28 23:07:40.221072 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3556 | 2025.01.28 23:07:40.222224 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3557 | 2025.01.28 23:07:40.222267 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3558 | 2025.01.28 23:07:40.222826 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3559 | 2025.01.28 23:07:40.223085 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3560 | 2025.01.28 23:07:40.223290 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3561 | 2025.01.28 23:07:40.655741 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3562 | 2025.01.28 23:07:40.678636 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3563 | 2025.01.28 23:07:40.678704 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3564 | 2025.01.28 23:07:40.687503 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3565 | 2025.01.28 23:07:40.688376 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2025.01.28 23:07:40.692075 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3567 | 2025.01.28 23:07:43.591534 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3568 | 2025.01.28 23:07:43.591729 [ 254 ] {c3bb0d80-e005-4956-8bd1-25e5bf44dcd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3569 | 2025.01.28 23:07:43.591804 [ 254 ] {c3bb0d80-e005-4956-8bd1-25e5bf44dcd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3570 | 2025.01.28 23:07:43.592646 [ 254 ] {c3bb0d80-e005-4956-8bd1-25e5bf44dcd9} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2025.01.28 23:07:43.592699 [ 254 ] {c3bb0d80-e005-4956-8bd1-25e5bf44dcd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3572 | 2025.01.28 23:07:43.593211 [ 254 ] {c3bb0d80-e005-4956-8bd1-25e5bf44dcd9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3573 | 2025.01.28 23:07:43.593478 [ 254 ] {c3bb0d80-e005-4956-8bd1-25e5bf44dcd9} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2025.01.28 23:07:43.593717 [ 254 ] {c3bb0d80-e005-4956-8bd1-25e5bf44dcd9} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00204 sec., 53921.56862745098 rows/sec., 4.53 MiB/sec. | ||
| 3575 | 2025.01.28 23:07:43.593777 [ 254 ] {c3bb0d80-e005-4956-8bd1-25e5bf44dcd9} <Debug> TCPHandler: Processed in 0.00238135 sec. | ||
| 3576 | 2025.01.28 23:07:43.594047 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3577 | 2025.01.28 23:07:43.594254 [ 5 ] {055c832b-228e-45b5-af05-7fc4e2022ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3578 | 2025.01.28 23:07:43.594329 [ 5 ] {055c832b-228e-45b5-af05-7fc4e2022ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3579 | 2025.01.28 23:07:43.595099 [ 5 ] {055c832b-228e-45b5-af05-7fc4e2022ed6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2025.01.28 23:07:43.595154 [ 5 ] {055c832b-228e-45b5-af05-7fc4e2022ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3581 | 2025.01.28 23:07:43.595585 [ 5 ] {055c832b-228e-45b5-af05-7fc4e2022ed6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3582 | 2025.01.28 23:07:43.595849 [ 5 ] {055c832b-228e-45b5-af05-7fc4e2022ed6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3583 | 2025.01.28 23:07:43.596127 [ 5 ] {055c832b-228e-45b5-af05-7fc4e2022ed6} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001913 sec., 14113.95713538944 rows/sec., 1.04 MiB/sec. | ||
| 3584 | 2025.01.28 23:07:43.596272 [ 5 ] {055c832b-228e-45b5-af05-7fc4e2022ed6} <Debug> TCPHandler: Processed in 0.002358529 sec. | ||
| 3585 | 2025.01.28 23:07:43.596476 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3586 | 2025.01.28 23:07:43.596602 [ 254 ] {87baa540-fb79-4a64-97bd-918f68150d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3587 | 2025.01.28 23:07:43.596653 [ 254 ] {87baa540-fb79-4a64-97bd-918f68150d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3588 | 2025.01.28 23:07:43.597298 [ 254 ] {87baa540-fb79-4a64-97bd-918f68150d3f} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3589 | 2025.01.28 23:07:43.597341 [ 254 ] {87baa540-fb79-4a64-97bd-918f68150d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3590 | 2025.01.28 23:07:43.597731 [ 254 ] {87baa540-fb79-4a64-97bd-918f68150d3f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3591 | 2025.01.28 23:07:43.597990 [ 254 ] {87baa540-fb79-4a64-97bd-918f68150d3f} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3592 | 2025.01.28 23:07:43.598213 [ 254 ] {87baa540-fb79-4a64-97bd-918f68150d3f} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001637 sec., 55589.492974954184 rows/sec., 4.34 MiB/sec. | ||
| 3593 | 2025.01.28 23:07:43.598268 [ 254 ] {87baa540-fb79-4a64-97bd-918f68150d3f} <Debug> TCPHandler: Processed in 0.001877132 sec. | ||
| 3594 | 2025.01.28 23:07:43.598428 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3595 | 2025.01.28 23:07:43.598574 [ 5 ] {07e2e936-ab54-436e-bc8c-cd58c8334674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3596 | 2025.01.28 23:07:43.598640 [ 5 ] {07e2e936-ab54-436e-bc8c-cd58c8334674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3597 | 2025.01.28 23:07:43.599279 [ 5 ] {07e2e936-ab54-436e-bc8c-cd58c8334674} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3598 | 2025.01.28 23:07:43.599321 [ 5 ] {07e2e936-ab54-436e-bc8c-cd58c8334674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3599 | 2025.01.28 23:07:43.599724 [ 5 ] {07e2e936-ab54-436e-bc8c-cd58c8334674} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3600 | 2025.01.28 23:07:43.599960 [ 5 ] {07e2e936-ab54-436e-bc8c-cd58c8334674} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3601 | 2025.01.28 23:07:43.600177 [ 5 ] {07e2e936-ab54-436e-bc8c-cd58c8334674} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
| 3602 | 2025.01.28 23:07:43.600234 [ 5 ] {07e2e936-ab54-436e-bc8c-cd58c8334674} <Debug> TCPHandler: Processed in 0.001871951 sec. | ||
| 3603 | 2025.01.28 23:07:43.600379 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3604 | 2025.01.28 23:07:43.600519 [ 254 ] {dba38289-0dc8-4431-9860-678c4499c06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3605 | 2025.01.28 23:07:43.600615 [ 254 ] {dba38289-0dc8-4431-9860-678c4499c06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3606 | 2025.01.28 23:07:43.601900 [ 254 ] {dba38289-0dc8-4431-9860-678c4499c06b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2025.01.28 23:07:43.601941 [ 254 ] {dba38289-0dc8-4431-9860-678c4499c06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3608 | 2025.01.28 23:07:43.602608 [ 254 ] {dba38289-0dc8-4431-9860-678c4499c06b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3609 | 2025.01.28 23:07:43.602871 [ 254 ] {dba38289-0dc8-4431-9860-678c4499c06b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.01.28 23:07:43.603150 [ 254 ] {dba38289-0dc8-4431-9860-678c4499c06b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002656 sec., 10165.66265060241 rows/sec., 18.22 MiB/sec. | ||
| 3611 | 2025.01.28 23:07:43.603277 [ 254 ] {dba38289-0dc8-4431-9860-678c4499c06b} <Debug> TCPHandler: Processed in 0.002967169 sec. | ||
| 3612 | 2025.01.28 23:07:43.603438 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2025.01.28 23:07:43.603579 [ 5 ] {e39793a0-ddbf-436e-963e-15f61327685e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3614 | 2025.01.28 23:07:43.603640 [ 5 ] {e39793a0-ddbf-436e-963e-15f61327685e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3615 | 2025.01.28 23:07:43.604217 [ 5 ] {e39793a0-ddbf-436e-963e-15f61327685e} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.01.28 23:07:43.604258 [ 5 ] {e39793a0-ddbf-436e-963e-15f61327685e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3617 | 2025.01.28 23:07:43.604628 [ 5 ] {e39793a0-ddbf-436e-963e-15f61327685e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3618 | 2025.01.28 23:07:43.604866 [ 5 ] {e39793a0-ddbf-436e-963e-15f61327685e} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.01.28 23:07:43.605079 [ 5 ] {e39793a0-ddbf-436e-963e-15f61327685e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec. | ||
| 3620 | 2025.01.28 23:07:43.605131 [ 5 ] {e39793a0-ddbf-436e-963e-15f61327685e} <Debug> TCPHandler: Processed in 0.001759139 sec. | ||
| 3621 | 2025.01.28 23:07:47.623970 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3622 | 2025.01.28 23:07:47.624038 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3623 | 2025.01.28 23:07:47.723539 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3624 | 2025.01.28 23:07:47.724761 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.01.28 23:07:47.724814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3626 | 2025.01.28 23:07:47.725389 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3627 | 2025.01.28 23:07:47.725651 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.01.28 23:07:47.725863 [ 123 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3629 | 2025.01.28 23:07:47.725938 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3630 | 2025.01.28 23:07:47.725957 [ 123 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.01.28 23:07:47.725997 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3632 | 2025.01.28 23:07:47.726140 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 3633 | 2025.01.28 23:07:47.726295 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3634 | 2025.01.28 23:07:47.726346 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3635 | 2025.01.28 23:07:47.726439 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3636 | 2025.01.28 23:07:47.726646 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3637 | 2025.01.28 23:07:47.726854 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3638 | 2025.01.28 23:07:47.727052 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3639 | 2025.01.28 23:07:47.727214 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3640 | 2025.01.28 23:07:47.728955 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002880398 sec., 2562493.099911887 rows/sec., 36.66 MiB/sec. | ||
| 3641 | 2025.01.28 23:07:47.729371 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3642 | 2025.01.28 23:07:47.729648 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2025.01.28 23:07:47.729730 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_16_3} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3644 | 2025.01.28 23:07:47.729816 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3645 | 2025.01.28 23:07:47.750187 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 526 | ||
| 3646 | 2025.01.28 23:07:47.753195 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.01.28 23:07:47.753242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3648 | 2025.01.28 23:07:47.754715 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3649 | 2025.01.28 23:07:47.755014 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2025.01.28 23:07:47.755253 [ 123 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3651 | 2025.01.28 23:07:47.755470 [ 123 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2025.01.28 23:07:47.755578 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3653 | 2025.01.28 23:07:47.756299 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 3654 | 2025.01.28 23:07:47.756961 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 526 | ||
| 3655 | 2025.01.28 23:07:47.757427 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3656 | 2025.01.28 23:07:47.757580 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 314 rows starting from the beginning of the part | ||
| 3657 | 2025.01.28 23:07:47.758165 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part | ||
| 3658 | 2025.01.28 23:07:47.758764 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 3659 | 2025.01.28 23:07:47.759348 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 3660 | 2025.01.28 23:07:47.760082 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 3661 | 2025.01.28 23:07:47.760686 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3662 | 2025.01.28 23:07:47.768264 [ 197 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 72 columns (72 merged, 0 gathered) in 0.012488798 sec., 42117.74423767604 rows/sec., 38.05 MiB/sec. | ||
| 3663 | 2025.01.28 23:07:47.769364 [ 187 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3664 | 2025.01.28 23:07:47.770056 [ 187 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2025.01.28 23:07:47.770138 [ 187 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_11_2} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3666 | 2025.01.28 23:07:47.770328 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 3667 | 2025.01.28 23:07:48.001305 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000928065 sec. | ||
| 3668 | 2025.01.28 23:07:48.028541 [ 123 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3669 | 2025.01.28 23:07:48.028609 [ 123 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2025.01.28 23:07:48.028633 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3671 | 2025.01.28 23:07:48.028801 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 3672 | 2025.01.28 23:07:48.029013 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3673 | 2025.01.28 23:07:48.029052 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 3674 | 2025.01.28 23:07:48.029140 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part | ||
| 3675 | 2025.01.28 23:07:48.029354 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part | ||
| 3676 | 2025.01.28 23:07:48.029567 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3677 | 2025.01.28 23:07:48.029831 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 242 rows starting from the beginning of the part | ||
| 3678 | 2025.01.28 23:07:48.031044 [ 197 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.002349349 sec., 321791.27068817784 rows/sec., 23.03 MiB/sec. | ||
| 3679 | 2025.01.28 23:07:48.031249 [ 186 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3680 | 2025.01.28 23:07:48.031597 [ 186 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3681 | 2025.01.28 23:07:48.031683 [ 186 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_10_2} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3682 | 2025.01.28 23:07:48.031783 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3683 | 2025.01.28 23:07:48.192230 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3684 | 2025.01.28 23:07:48.213927 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3685 | 2025.01.28 23:07:48.213975 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3686 | 2025.01.28 23:07:48.221735 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3687 | 2025.01.28 23:07:48.222518 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3688 | 2025.01.28 23:07:48.222826 [ 123 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3689 | 2025.01.28 23:07:48.222895 [ 123 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3690 | 2025.01.28 23:07:48.222942 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3691 | 2025.01.28 23:07:48.223176 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 3692 | 2025.01.28 23:07:48.231019 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3693 | 2025.01.28 23:07:48.232225 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3694 | 2025.01.28 23:07:48.233123 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 3695 | 2025.01.28 23:07:48.237632 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 3696 | 2025.01.28 23:07:48.242280 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 3697 | 2025.01.28 23:07:48.247233 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 3698 | 2025.01.28 23:07:48.252503 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 3699 | 2025.01.28 23:07:48.257094 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 3700 | 2025.01.28 23:07:48.315024 [ 190 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.091995806 sec., 1315.2773507957527 rows/sec., 6.80 MiB/sec. | ||
| 3701 | 2025.01.28 23:07:48.317773 [ 195 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3702 | 2025.01.28 23:07:48.320766 [ 195 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_16_3} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3703 | 2025.01.28 23:07:48.320888 [ 195 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_16_3} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3704 | 2025.01.28 23:07:48.323242 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3705 | 2025.01.28 23:07:48.595912 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3706 | 2025.01.28 23:07:48.596125 [ 254 ] {7532380e-4c76-498a-87fb-de212183af5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3707 | 2025.01.28 23:07:48.596206 [ 254 ] {7532380e-4c76-498a-87fb-de212183af5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3708 | 2025.01.28 23:07:48.597125 [ 254 ] {7532380e-4c76-498a-87fb-de212183af5a} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2025.01.28 23:07:48.597175 [ 254 ] {7532380e-4c76-498a-87fb-de212183af5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3710 | 2025.01.28 23:07:48.597654 [ 254 ] {7532380e-4c76-498a-87fb-de212183af5a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3711 | 2025.01.28 23:07:48.597917 [ 254 ] {7532380e-4c76-498a-87fb-de212183af5a} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2025.01.28 23:07:48.598159 [ 254 ] {7532380e-4c76-498a-87fb-de212183af5a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002092 sec., 6692.160611854684 rows/sec., 481.75 KiB/sec. | ||
| 3713 | 2025.01.28 23:07:48.598364 [ 254 ] {7532380e-4c76-498a-87fb-de212183af5a} <Debug> TCPHandler: Processed in 0.002586713 sec. | ||
| 3714 | 2025.01.28 23:07:48.598637 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3715 | 2025.01.28 23:07:48.598846 [ 5 ] {26e03675-ef38-4e37-a1c5-94d90e1206ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3716 | 2025.01.28 23:07:48.598927 [ 5 ] {26e03675-ef38-4e37-a1c5-94d90e1206ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3717 | 2025.01.28 23:07:48.599819 [ 5 ] {26e03675-ef38-4e37-a1c5-94d90e1206ee} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2025.01.28 23:07:48.599869 [ 5 ] {26e03675-ef38-4e37-a1c5-94d90e1206ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3719 | 2025.01.28 23:07:48.600329 [ 5 ] {26e03675-ef38-4e37-a1c5-94d90e1206ee} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3720 | 2025.01.28 23:07:48.600586 [ 5 ] {26e03675-ef38-4e37-a1c5-94d90e1206ee} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2025.01.28 23:07:48.600825 [ 5 ] {26e03675-ef38-4e37-a1c5-94d90e1206ee} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002038 sec., 111383.70951913642 rows/sec., 9.76 MiB/sec. | ||
| 3722 | 2025.01.28 23:07:48.600884 [ 5 ] {26e03675-ef38-4e37-a1c5-94d90e1206ee} <Debug> TCPHandler: Processed in 0.00238438 sec. | ||
| 3723 | 2025.01.28 23:07:48.601053 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3724 | 2025.01.28 23:07:48.601190 [ 254 ] {929aa0c4-c32a-4b69-8b3f-4724d437f8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3725 | 2025.01.28 23:07:48.601247 [ 254 ] {929aa0c4-c32a-4b69-8b3f-4724d437f8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3726 | 2025.01.28 23:07:48.601851 [ 254 ] {929aa0c4-c32a-4b69-8b3f-4724d437f8e7} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2025.01.28 23:07:48.601889 [ 254 ] {929aa0c4-c32a-4b69-8b3f-4724d437f8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3728 | 2025.01.28 23:07:48.602239 [ 254 ] {929aa0c4-c32a-4b69-8b3f-4724d437f8e7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3729 | 2025.01.28 23:07:48.602475 [ 254 ] {929aa0c4-c32a-4b69-8b3f-4724d437f8e7} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3730 | 2025.01.28 23:07:48.602596 [ 119 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3731 | 2025.01.28 23:07:48.602643 [ 119 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3732 | 2025.01.28 23:07:48.602662 [ 254 ] {929aa0c4-c32a-4b69-8b3f-4724d437f8e7} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001501 sec., 12658.227848101265 rows/sec., 905.00 KiB/sec. | ||
| 3733 | 2025.01.28 23:07:48.602673 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3734 | 2025.01.28 23:07:48.602744 [ 254 ] {929aa0c4-c32a-4b69-8b3f-4724d437f8e7} <Debug> TCPHandler: Processed in 0.001758629 sec. | ||
| 3735 | 2025.01.28 23:07:48.603141 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 3736 | 2025.01.28 23:07:48.603251 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3737 | 2025.01.28 23:07:48.603356 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3738 | 2025.01.28 23:07:48.603419 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 58 rows starting from the beginning of the part | ||
| 3739 | 2025.01.28 23:07:48.603519 [ 5 ] {5eb7b090-91bd-427c-aa53-1ce6095a335c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3740 | 2025.01.28 23:07:48.603605 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 19 rows starting from the beginning of the part | ||
| 3741 | 2025.01.28 23:07:48.603672 [ 5 ] {5eb7b090-91bd-427c-aa53-1ce6095a335c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3742 | 2025.01.28 23:07:48.603925 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 3743 | 2025.01.28 23:07:48.604403 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 19 rows starting from the beginning of the part | ||
| 3744 | 2025.01.28 23:07:48.604832 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
| 3745 | 2025.01.28 23:07:48.605175 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 19 rows starting from the beginning of the part | ||
| 3746 | 2025.01.28 23:07:48.606782 [ 5 ] {5eb7b090-91bd-427c-aa53-1ce6095a335c} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3747 | 2025.01.28 23:07:48.606853 [ 5 ] {5eb7b090-91bd-427c-aa53-1ce6095a335c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3748 | 2025.01.28 23:07:48.608069 [ 5 ] {5eb7b090-91bd-427c-aa53-1ce6095a335c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3749 | 2025.01.28 23:07:48.608217 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.005456822 sec., 30970.40731766585 rows/sec., 2.33 MiB/sec. | ||
| 3750 | 2025.01.28 23:07:48.608369 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3751 | 2025.01.28 23:07:48.608437 [ 5 ] {5eb7b090-91bd-427c-aa53-1ce6095a335c} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3752 | 2025.01.28 23:07:48.608912 [ 5 ] {5eb7b090-91bd-427c-aa53-1ce6095a335c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005421 sec., 2582.5493451392736 rows/sec., 180.86 KiB/sec. | ||
| 3753 | 2025.01.28 23:07:48.609051 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.01.28 23:07:48.609280 [ 5 ] {5eb7b090-91bd-427c-aa53-1ce6095a335c} <Debug> TCPHandler: Processed in 0.006400027 sec. | ||
| 3755 | 2025.01.28 23:07:48.609473 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_15_3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3756 | 2025.01.28 23:07:48.609511 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3757 | 2025.01.28 23:07:48.609650 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3758 | 2025.01.28 23:07:48.609722 [ 254 ] {f880c1a2-40ab-4ebc-8701-8f8d6f816963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3759 | 2025.01.28 23:07:48.609782 [ 254 ] {f880c1a2-40ab-4ebc-8701-8f8d6f816963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3760 | 2025.01.28 23:07:48.610411 [ 254 ] {f880c1a2-40ab-4ebc-8701-8f8d6f816963} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3761 | 2025.01.28 23:07:48.610447 [ 254 ] {f880c1a2-40ab-4ebc-8701-8f8d6f816963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3762 | 2025.01.28 23:07:48.610782 [ 254 ] {f880c1a2-40ab-4ebc-8701-8f8d6f816963} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3763 | 2025.01.28 23:07:48.611077 [ 254 ] {f880c1a2-40ab-4ebc-8701-8f8d6f816963} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3764 | 2025.01.28 23:07:48.611387 [ 254 ] {f880c1a2-40ab-4ebc-8701-8f8d6f816963} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001679 sec., 7742.703990470519 rows/sec., 482.76 KiB/sec. | ||
| 3765 | 2025.01.28 23:07:48.611646 [ 254 ] {f880c1a2-40ab-4ebc-8701-8f8d6f816963} <Debug> TCPHandler: Processed in 0.002232407 sec. | ||
| 3766 | 2025.01.28 23:07:48.611847 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3767 | 2025.01.28 23:07:48.612080 [ 5 ] {44b599ca-f686-4130-8cc6-92fabb9ba95a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3768 | 2025.01.28 23:07:48.612173 [ 5 ] {44b599ca-f686-4130-8cc6-92fabb9ba95a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3769 | 2025.01.28 23:07:48.612984 [ 5 ] {44b599ca-f686-4130-8cc6-92fabb9ba95a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3770 | 2025.01.28 23:07:48.613025 [ 5 ] {44b599ca-f686-4130-8cc6-92fabb9ba95a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3771 | 2025.01.28 23:07:48.613411 [ 5 ] {44b599ca-f686-4130-8cc6-92fabb9ba95a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3772 | 2025.01.28 23:07:48.613652 [ 5 ] {44b599ca-f686-4130-8cc6-92fabb9ba95a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3773 | 2025.01.28 23:07:48.613953 [ 5 ] {44b599ca-f686-4130-8cc6-92fabb9ba95a} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001918 sec., 205422.314911366 rows/sec., 14.58 MiB/sec. | ||
| 3774 | 2025.01.28 23:07:48.614209 [ 5 ] {44b599ca-f686-4130-8cc6-92fabb9ba95a} <Debug> TCPHandler: Processed in 0.002469741 sec. | ||
| 3775 | 2025.01.28 23:07:48.614471 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3776 | 2025.01.28 23:07:48.614615 [ 254 ] {2efc5de1-a778-4d05-b440-d40a4d796ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3777 | 2025.01.28 23:07:48.614673 [ 254 ] {2efc5de1-a778-4d05-b440-d40a4d796ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3778 | 2025.01.28 23:07:48.615228 [ 254 ] {2efc5de1-a778-4d05-b440-d40a4d796ba6} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3779 | 2025.01.28 23:07:48.615273 [ 254 ] {2efc5de1-a778-4d05-b440-d40a4d796ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3780 | 2025.01.28 23:07:48.615641 [ 254 ] {2efc5de1-a778-4d05-b440-d40a4d796ba6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3781 | 2025.01.28 23:07:48.615883 [ 254 ] {2efc5de1-a778-4d05-b440-d40a4d796ba6} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3782 | 2025.01.28 23:07:48.616226 [ 254 ] {2efc5de1-a778-4d05-b440-d40a4d796ba6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec. | ||
| 3783 | 2025.01.28 23:07:48.616409 [ 254 ] {2efc5de1-a778-4d05-b440-d40a4d796ba6} <Debug> TCPHandler: Processed in 0.002080975 sec. | ||
| 3784 | 2025.01.28 23:07:48.616582 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3785 | 2025.01.28 23:07:48.616719 [ 5 ] {250e41fb-7c33-404d-abfe-b45ad83f004d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3786 | 2025.01.28 23:07:48.616783 [ 5 ] {250e41fb-7c33-404d-abfe-b45ad83f004d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3787 | 2025.01.28 23:07:48.617434 [ 5 ] {250e41fb-7c33-404d-abfe-b45ad83f004d} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.01.28 23:07:48.617473 [ 5 ] {250e41fb-7c33-404d-abfe-b45ad83f004d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3789 | 2025.01.28 23:07:48.617871 [ 5 ] {250e41fb-7c33-404d-abfe-b45ad83f004d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3790 | 2025.01.28 23:07:48.618108 [ 5 ] {250e41fb-7c33-404d-abfe-b45ad83f004d} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3791 | 2025.01.28 23:07:48.618406 [ 5 ] {250e41fb-7c33-404d-abfe-b45ad83f004d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
| 3792 | 2025.01.28 23:07:48.618581 [ 5 ] {250e41fb-7c33-404d-abfe-b45ad83f004d} <Debug> TCPHandler: Processed in 0.002065325 sec. | ||
| 3793 | 2025.01.28 23:07:48.618732 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3794 | 2025.01.28 23:07:48.618869 [ 254 ] {c159e2f9-66f2-42e4-ae3c-f5cf728f33c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3795 | 2025.01.28 23:07:48.618930 [ 254 ] {c159e2f9-66f2-42e4-ae3c-f5cf728f33c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3796 | 2025.01.28 23:07:48.619446 [ 254 ] {c159e2f9-66f2-42e4-ae3c-f5cf728f33c2} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3797 | 2025.01.28 23:07:48.619483 [ 254 ] {c159e2f9-66f2-42e4-ae3c-f5cf728f33c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3798 | 2025.01.28 23:07:48.619827 [ 254 ] {c159e2f9-66f2-42e4-ae3c-f5cf728f33c2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3799 | 2025.01.28 23:07:48.620061 [ 254 ] {c159e2f9-66f2-42e4-ae3c-f5cf728f33c2} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3800 | 2025.01.28 23:07:48.620427 [ 254 ] {c159e2f9-66f2-42e4-ae3c-f5cf728f33c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.73 KiB/sec. | ||
| 3801 | 2025.01.28 23:07:48.620756 [ 254 ] {c159e2f9-66f2-42e4-ae3c-f5cf728f33c2} <Debug> TCPHandler: Processed in 0.002087705 sec. | ||
| 3802 | 2025.01.28 23:07:48.620918 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3803 | 2025.01.28 23:07:48.621058 [ 5 ] {ca8e651d-fce7-4996-ab36-c9e67d6499e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3804 | 2025.01.28 23:07:48.621152 [ 5 ] {ca8e651d-fce7-4996-ab36-c9e67d6499e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3805 | 2025.01.28 23:07:48.623252 [ 5 ] {ca8e651d-fce7-4996-ab36-c9e67d6499e7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3806 | 2025.01.28 23:07:48.623293 [ 5 ] {ca8e651d-fce7-4996-ab36-c9e67d6499e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3807 | 2025.01.28 23:07:48.623920 [ 5 ] {ca8e651d-fce7-4996-ab36-c9e67d6499e7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3808 | 2025.01.28 23:07:48.624180 [ 5 ] {ca8e651d-fce7-4996-ab36-c9e67d6499e7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2025.01.28 23:07:48.624533 [ 5 ] {ca8e651d-fce7-4996-ab36-c9e67d6499e7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003489 sec., 3439.3809114359415 rows/sec., 6.16 MiB/sec. | ||
| 3810 | 2025.01.28 23:07:48.624836 [ 5 ] {ca8e651d-fce7-4996-ab36-c9e67d6499e7} <Debug> TCPHandler: Processed in 0.003984716 sec. | ||
| 3811 | 2025.01.28 23:07:48.625046 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2025.01.28 23:07:48.625267 [ 254 ] {85f85961-7711-43a3-b59b-b98f97731c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3813 | 2025.01.28 23:07:48.625359 [ 254 ] {85f85961-7711-43a3-b59b-b98f97731c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3814 | 2025.01.28 23:07:48.625859 [ 254 ] {85f85961-7711-43a3-b59b-b98f97731c92} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2025.01.28 23:07:48.625896 [ 254 ] {85f85961-7711-43a3-b59b-b98f97731c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
| 3816 | 2025.01.28 23:07:48.626258 [ 254 ] {85f85961-7711-43a3-b59b-b98f97731c92} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3817 | 2025.01.28 23:07:48.626488 [ 254 ] {85f85961-7711-43a3-b59b-b98f97731c92} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2025.01.28 23:07:48.626683 [ 254 ] {85f85961-7711-43a3-b59b-b98f97731c92} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001463 sec., 56049.21394395078 rows/sec., 3.56 MiB/sec. | ||
| 3819 | 2025.01.28 23:07:48.626752 [ 254 ] {85f85961-7711-43a3-b59b-b98f97731c92} <Debug> TCPHandler: Processed in 0.00181766 sec. | ||
| 3820 | 2025.01.28 23:07:49.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.09 MiB, peak 186.24 MiB, free memory in arenas 0.00 B, will set to 178.23 MiB (RSS), difference: 1.14 MiB | ||
| 3821 | 2025.01.28 23:07:53.598579 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3822 | 2025.01.28 23:07:53.598805 [ 254 ] {066a6646-007a-46e3-b78e-c89cbdf0c79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3823 | 2025.01.28 23:07:53.598888 [ 254 ] {066a6646-007a-46e3-b78e-c89cbdf0c79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3824 | 2025.01.28 23:07:53.599806 [ 254 ] {066a6646-007a-46e3-b78e-c89cbdf0c79e} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3825 | 2025.01.28 23:07:53.599866 [ 254 ] {066a6646-007a-46e3-b78e-c89cbdf0c79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3826 | 2025.01.28 23:07:53.600463 [ 254 ] {066a6646-007a-46e3-b78e-c89cbdf0c79e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3827 | 2025.01.28 23:07:53.600753 [ 254 ] {066a6646-007a-46e3-b78e-c89cbdf0c79e} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3828 | 2025.01.28 23:07:53.601019 [ 254 ] {066a6646-007a-46e3-b78e-c89cbdf0c79e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002269 sec., 881.445570736007 rows/sec., 71.88 KiB/sec. | ||
| 3829 | 2025.01.28 23:07:53.601100 [ 254 ] {066a6646-007a-46e3-b78e-c89cbdf0c79e} <Debug> TCPHandler: Processed in 0.002662225 sec. | ||
| 3830 | 2025.01.28 23:07:53.601472 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3831 | 2025.01.28 23:07:53.601705 [ 5 ] {1f306314-21d6-4870-8534-88334cea41bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3832 | 2025.01.28 23:07:53.601799 [ 5 ] {1f306314-21d6-4870-8534-88334cea41bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3833 | 2025.01.28 23:07:53.602752 [ 5 ] {1f306314-21d6-4870-8534-88334cea41bf} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3834 | 2025.01.28 23:07:53.602811 [ 5 ] {1f306314-21d6-4870-8534-88334cea41bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3835 | 2025.01.28 23:07:53.603403 [ 5 ] {1f306314-21d6-4870-8534-88334cea41bf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3836 | 2025.01.28 23:07:53.603728 [ 5 ] {1f306314-21d6-4870-8534-88334cea41bf} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3837 | 2025.01.28 23:07:53.604047 [ 5 ] {1f306314-21d6-4870-8534-88334cea41bf} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002405 sec., 46153.846153846156 rows/sec., 3.87 MiB/sec. | ||
| 3838 | 2025.01.28 23:07:53.604127 [ 5 ] {1f306314-21d6-4870-8534-88334cea41bf} <Debug> TCPHandler: Processed in 0.002851957 sec. | ||
| 3839 | 2025.01.28 23:07:53.604364 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3840 | 2025.01.28 23:07:53.604499 [ 254 ] {4309aac7-1d55-47c6-b7a7-e4d9fbeba9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3841 | 2025.01.28 23:07:53.604556 [ 254 ] {4309aac7-1d55-47c6-b7a7-e4d9fbeba9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3842 | 2025.01.28 23:07:53.605352 [ 254 ] {4309aac7-1d55-47c6-b7a7-e4d9fbeba9a5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3843 | 2025.01.28 23:07:53.605402 [ 254 ] {4309aac7-1d55-47c6-b7a7-e4d9fbeba9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3844 | 2025.01.28 23:07:53.605906 [ 254 ] {4309aac7-1d55-47c6-b7a7-e4d9fbeba9a5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3845 | 2025.01.28 23:07:53.606215 [ 254 ] {4309aac7-1d55-47c6-b7a7-e4d9fbeba9a5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2025.01.28 23:07:53.606478 [ 254 ] {4309aac7-1d55-47c6-b7a7-e4d9fbeba9a5} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.002008 sec., 14442.231075697213 rows/sec., 1.06 MiB/sec. | ||
| 3847 | 2025.01.28 23:07:53.606601 [ 254 ] {4309aac7-1d55-47c6-b7a7-e4d9fbeba9a5} <Debug> TCPHandler: Processed in 0.002309839 sec. | ||
| 3848 | 2025.01.28 23:07:53.606875 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3849 | 2025.01.28 23:07:53.610943 [ 5 ] {d8c6e89c-cfc5-4506-a2ee-1f0931c31a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3850 | 2025.01.28 23:07:53.611052 [ 5 ] {d8c6e89c-cfc5-4506-a2ee-1f0931c31a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3851 | 2025.01.28 23:07:53.612204 [ 5 ] {d8c6e89c-cfc5-4506-a2ee-1f0931c31a78} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3852 | 2025.01.28 23:07:53.612263 [ 5 ] {d8c6e89c-cfc5-4506-a2ee-1f0931c31a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3853 | 2025.01.28 23:07:53.612865 [ 5 ] {d8c6e89c-cfc5-4506-a2ee-1f0931c31a78} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3854 | 2025.01.28 23:07:53.613215 [ 5 ] {d8c6e89c-cfc5-4506-a2ee-1f0931c31a78} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3855 | 2025.01.28 23:07:53.613535 [ 5 ] {d8c6e89c-cfc5-4506-a2ee-1f0931c31a78} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.006526 sec., 14250.689549494331 rows/sec., 1.11 MiB/sec. | ||
| 3856 | 2025.01.28 23:07:53.613751 [ 5 ] {d8c6e89c-cfc5-4506-a2ee-1f0931c31a78} <Debug> TCPHandler: Processed in 0.006977386 sec. | ||
| 3857 | 2025.01.28 23:07:53.614007 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3858 | 2025.01.28 23:07:53.614165 [ 254 ] {b7e1aebf-2316-4290-8896-88e1daae21e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3859 | 2025.01.28 23:07:53.614235 [ 254 ] {b7e1aebf-2316-4290-8896-88e1daae21e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3860 | 2025.01.28 23:07:53.614918 [ 254 ] {b7e1aebf-2316-4290-8896-88e1daae21e7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3861 | 2025.01.28 23:07:53.614961 [ 254 ] {b7e1aebf-2316-4290-8896-88e1daae21e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3862 | 2025.01.28 23:07:53.615443 [ 254 ] {b7e1aebf-2316-4290-8896-88e1daae21e7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3863 | 2025.01.28 23:07:53.615700 [ 254 ] {b7e1aebf-2316-4290-8896-88e1daae21e7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3864 | 2025.01.28 23:07:53.615947 [ 254 ] {b7e1aebf-2316-4290-8896-88e1daae21e7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001823 sec., 88315.96269884806 rows/sec., 6.15 MiB/sec. | ||
| 3865 | 2025.01.28 23:07:53.616016 [ 254 ] {b7e1aebf-2316-4290-8896-88e1daae21e7} <Debug> TCPHandler: Processed in 0.002105365 sec. | ||
| 3866 | 2025.01.28 23:07:53.616279 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3867 | 2025.01.28 23:07:53.616452 [ 5 ] {9722012b-054f-48ce-b677-10d241dd2896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3868 | 2025.01.28 23:07:53.616573 [ 5 ] {9722012b-054f-48ce-b677-10d241dd2896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3869 | 2025.01.28 23:07:53.618312 [ 5 ] {9722012b-054f-48ce-b677-10d241dd2896} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.01.28 23:07:53.618362 [ 5 ] {9722012b-054f-48ce-b677-10d241dd2896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3871 | 2025.01.28 23:07:53.619339 [ 5 ] {9722012b-054f-48ce-b677-10d241dd2896} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3872 | 2025.01.28 23:07:53.619752 [ 5 ] {9722012b-054f-48ce-b677-10d241dd2896} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3873 | 2025.01.28 23:07:53.619942 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3874 | 2025.01.28 23:07:53.619995 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2025.01.28 23:07:53.620027 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3876 | 2025.01.28 23:07:53.620038 [ 5 ] {9722012b-054f-48ce-b677-10d241dd2896} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003629 sec., 7440.066133921191 rows/sec., 13.33 MiB/sec. | ||
| 3877 | 2025.01.28 23:07:53.620244 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 3878 | 2025.01.28 23:07:53.620282 [ 5 ] {9722012b-054f-48ce-b677-10d241dd2896} <Debug> TCPHandler: Processed in 0.004113928 sec. | ||
| 3879 | 2025.01.28 23:07:53.620539 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3880 | 2025.01.28 23:07:53.620738 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3881 | 2025.01.28 23:07:53.620792 [ 254 ] {a1bd4a7f-c85a-4b55-93b5-3f39eb7d2359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3882 | 2025.01.28 23:07:53.620889 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 153 rows starting from the beginning of the part | ||
| 3883 | 2025.01.28 23:07:53.620923 [ 254 ] {a1bd4a7f-c85a-4b55-93b5-3f39eb7d2359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3884 | 2025.01.28 23:07:53.621905 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 3885 | 2025.01.28 23:07:53.622523 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 3886 | 2025.01.28 23:07:53.622753 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
| 3887 | 2025.01.28 23:07:53.622992 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 3888 | 2025.01.28 23:07:53.623222 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
| 3889 | 2025.01.28 23:07:53.625577 [ 254 ] {a1bd4a7f-c85a-4b55-93b5-3f39eb7d2359} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2025.01.28 23:07:53.625667 [ 254 ] {a1bd4a7f-c85a-4b55-93b5-3f39eb7d2359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3891 | 2025.01.28 23:07:53.626922 [ 254 ] {a1bd4a7f-c85a-4b55-93b5-3f39eb7d2359} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3892 | 2025.01.28 23:07:53.627635 [ 254 ] {a1bd4a7f-c85a-4b55-93b5-3f39eb7d2359} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3893 | 2025.01.28 23:07:53.628150 [ 254 ] {a1bd4a7f-c85a-4b55-93b5-3f39eb7d2359} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007389 sec., 8120.178643930167 rows/sec., 560.38 KiB/sec. | ||
| 3894 | 2025.01.28 23:07:53.628604 [ 254 ] {a1bd4a7f-c85a-4b55-93b5-3f39eb7d2359} <Debug> TCPHandler: Processed in 0.008166076 sec. | ||
| 3895 | 2025.01.28 23:07:53.629584 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 19 columns (19 merged, 0 gathered) in 0.009479629 sec., 27216.25498213063 rows/sec., 48.77 MiB/sec. | ||
| 3896 | 2025.01.28 23:07:53.630358 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3897 | 2025.01.28 23:07:53.631089 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3898 | 2025.01.28 23:07:53.631240 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3899 | 2025.01.28 23:07:53.631501 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 3900 | 2025.01.28 23:07:55.226129 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3901 | 2025.01.28 23:07:55.226822 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3902 | 2025.01.28 23:07:55.226865 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3903 | 2025.01.28 23:07:55.227413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3904 | 2025.01.28 23:07:55.227668 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2025.01.28 23:07:55.227965 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3906 | 2025.01.28 23:07:55.731155 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3907 | 2025.01.28 23:07:55.750697 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2025.01.28 23:07:55.750754 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3909 | 2025.01.28 23:07:55.758038 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3910 | 2025.01.28 23:07:55.758774 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2025.01.28 23:07:55.761339 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3912 | 2025.01.28 23:07:56.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.79 MiB, peak 186.24 MiB, free memory in arenas 0.00 B, will set to 180.07 MiB (RSS), difference: 1.28 MiB | ||
| 3913 | 2025.01.28 23:07:57.757222 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 562 | ||
| 3914 | 2025.01.28 23:07:57.760340 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3915 | 2025.01.28 23:07:57.760396 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3916 | 2025.01.28 23:07:57.761897 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3917 | 2025.01.28 23:07:57.762229 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3918 | 2025.01.28 23:07:57.763513 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 562 | ||
| 3919 | 2025.01.28 23:07:58.595619 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2025.01.28 23:07:58.595815 [ 254 ] {0d7c0730-e0c1-4291-9d4e-ba08c40aa6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3921 | 2025.01.28 23:07:58.595889 [ 254 ] {0d7c0730-e0c1-4291-9d4e-ba08c40aa6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3922 | 2025.01.28 23:07:58.596641 [ 254 ] {0d7c0730-e0c1-4291-9d4e-ba08c40aa6ad} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2025.01.28 23:07:58.596691 [ 254 ] {0d7c0730-e0c1-4291-9d4e-ba08c40aa6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3924 | 2025.01.28 23:07:58.597128 [ 254 ] {0d7c0730-e0c1-4291-9d4e-ba08c40aa6ad} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3925 | 2025.01.28 23:07:58.597382 [ 254 ] {0d7c0730-e0c1-4291-9d4e-ba08c40aa6ad} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3926 | 2025.01.28 23:07:58.597617 [ 254 ] {0d7c0730-e0c1-4291-9d4e-ba08c40aa6ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec. | ||
| 3927 | 2025.01.28 23:07:58.597675 [ 254 ] {0d7c0730-e0c1-4291-9d4e-ba08c40aa6ad} <Debug> TCPHandler: Processed in 0.002192717 sec. | ||
| 3928 | 2025.01.28 23:07:58.597978 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2025.01.28 23:07:58.598283 [ 5 ] {70c373b6-8b4a-4675-8dfb-49efef9b6719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3930 | 2025.01.28 23:07:58.598396 [ 5 ] {70c373b6-8b4a-4675-8dfb-49efef9b6719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3931 | 2025.01.28 23:07:58.599345 [ 5 ] {70c373b6-8b4a-4675-8dfb-49efef9b6719} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2025.01.28 23:07:58.599395 [ 5 ] {70c373b6-8b4a-4675-8dfb-49efef9b6719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3933 | 2025.01.28 23:07:58.599841 [ 5 ] {70c373b6-8b4a-4675-8dfb-49efef9b6719} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3934 | 2025.01.28 23:07:58.600086 [ 5 ] {70c373b6-8b4a-4675-8dfb-49efef9b6719} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2025.01.28 23:07:58.600287 [ 108 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3936 | 2025.01.28 23:07:58.600355 [ 5 ] {70c373b6-8b4a-4675-8dfb-49efef9b6719} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002148 sec., 105679.70204841712 rows/sec., 9.26 MiB/sec. | ||
| 3937 | 2025.01.28 23:07:58.600384 [ 108 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.01.28 23:07:58.600463 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3939 | 2025.01.28 23:07:58.600485 [ 5 ] {70c373b6-8b4a-4675-8dfb-49efef9b6719} <Debug> TCPHandler: Processed in 0.002691365 sec. | ||
| 3940 | 2025.01.28 23:07:58.600670 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 3941 | 2025.01.28 23:07:58.600684 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3942 | 2025.01.28 23:07:58.600892 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3943 | 2025.01.28 23:07:58.600930 [ 254 ] {f73c8e4d-dbf0-44bd-91d0-bd82a0851133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3944 | 2025.01.28 23:07:58.600953 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part | ||
| 3945 | 2025.01.28 23:07:58.601033 [ 254 ] {f73c8e4d-dbf0-44bd-91d0-bd82a0851133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3946 | 2025.01.28 23:07:58.601226 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3947 | 2025.01.28 23:07:58.601605 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 110 rows starting from the beginning of the part | ||
| 3948 | 2025.01.28 23:07:58.601983 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 227 rows starting from the beginning of the part | ||
| 3949 | 2025.01.28 23:07:58.602344 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 111 rows starting from the beginning of the part | ||
| 3950 | 2025.01.28 23:07:58.602605 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 227 rows starting from the beginning of the part | ||
| 3951 | 2025.01.28 23:07:58.604165 [ 254 ] {f73c8e4d-dbf0-44bd-91d0-bd82a0851133} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2025.01.28 23:07:58.604240 [ 254 ] {f73c8e4d-dbf0-44bd-91d0-bd82a0851133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3953 | 2025.01.28 23:07:58.605297 [ 254 ] {f73c8e4d-dbf0-44bd-91d0-bd82a0851133} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3954 | 2025.01.28 23:07:58.605689 [ 254 ] {f73c8e4d-dbf0-44bd-91d0-bd82a0851133} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2025.01.28 23:07:58.606127 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2159 rows, containing 5 columns (5 merged, 0 gathered) in 0.005555903 sec., 388595.69722509553 rows/sec., 34.29 MiB/sec. | ||
| 3956 | 2025.01.28 23:07:58.606203 [ 254 ] {f73c8e4d-dbf0-44bd-91d0-bd82a0851133} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.005338 sec., 3559.3855376545525 rows/sec., 254.48 KiB/sec. | ||
| 3957 | 2025.01.28 23:07:58.606288 [ 254 ] {f73c8e4d-dbf0-44bd-91d0-bd82a0851133} <Debug> TCPHandler: Processed in 0.005708876 sec. | ||
| 3958 | 2025.01.28 23:07:58.606442 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3959 | 2025.01.28 23:07:58.606516 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3960 | 2025.01.28 23:07:58.606685 [ 5 ] {7e2196cb-938d-4ad9-a18e-702ceb589053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3961 | 2025.01.28 23:07:58.606760 [ 5 ] {7e2196cb-938d-4ad9-a18e-702ceb589053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3962 | 2025.01.28 23:07:58.607151 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3963 | 2025.01.28 23:07:58.607416 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_26_5} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3964 | 2025.01.28 23:07:58.607578 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 3965 | 2025.01.28 23:07:58.607835 [ 5 ] {7e2196cb-938d-4ad9-a18e-702ceb589053} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2025.01.28 23:07:58.607879 [ 5 ] {7e2196cb-938d-4ad9-a18e-702ceb589053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3967 | 2025.01.28 23:07:58.608232 [ 5 ] {7e2196cb-938d-4ad9-a18e-702ceb589053} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3968 | 2025.01.28 23:07:58.608463 [ 5 ] {7e2196cb-938d-4ad9-a18e-702ceb589053} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2025.01.28 23:07:58.608721 [ 5 ] {7e2196cb-938d-4ad9-a18e-702ceb589053} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002127 sec., 6582.040432534086 rows/sec., 460.96 KiB/sec. | ||
| 3970 | 2025.01.28 23:07:58.608921 [ 5 ] {7e2196cb-938d-4ad9-a18e-702ceb589053} <Debug> TCPHandler: Processed in 0.002544813 sec. | ||
| 3971 | 2025.01.28 23:07:58.609095 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3972 | 2025.01.28 23:07:58.609231 [ 254 ] {23ad458a-12b5-4329-8897-cdab869f7337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3973 | 2025.01.28 23:07:58.609289 [ 254 ] {23ad458a-12b5-4329-8897-cdab869f7337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3974 | 2025.01.28 23:07:58.609935 [ 254 ] {23ad458a-12b5-4329-8897-cdab869f7337} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2025.01.28 23:07:58.609975 [ 254 ] {23ad458a-12b5-4329-8897-cdab869f7337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3976 | 2025.01.28 23:07:58.610334 [ 254 ] {23ad458a-12b5-4329-8897-cdab869f7337} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3977 | 2025.01.28 23:07:58.610575 [ 254 ] {23ad458a-12b5-4329-8897-cdab869f7337} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2025.01.28 23:07:58.610791 [ 254 ] {23ad458a-12b5-4329-8897-cdab869f7337} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 510.42 KiB/sec. | ||
| 3979 | 2025.01.28 23:07:58.610845 [ 254 ] {23ad458a-12b5-4329-8897-cdab869f7337} <Debug> TCPHandler: Processed in 0.001817811 sec. | ||
| 3980 | 2025.01.28 23:07:58.611060 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3981 | 2025.01.28 23:07:58.611282 [ 5 ] {bb9dce33-7306-40f4-9f7f-e41a17f33b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3982 | 2025.01.28 23:07:58.611369 [ 5 ] {bb9dce33-7306-40f4-9f7f-e41a17f33b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3983 | 2025.01.28 23:07:58.612241 [ 5 ] {bb9dce33-7306-40f4-9f7f-e41a17f33b9d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3984 | 2025.01.28 23:07:58.612279 [ 5 ] {bb9dce33-7306-40f4-9f7f-e41a17f33b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3985 | 2025.01.28 23:07:58.612641 [ 5 ] {bb9dce33-7306-40f4-9f7f-e41a17f33b9d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3986 | 2025.01.28 23:07:58.612866 [ 5 ] {bb9dce33-7306-40f4-9f7f-e41a17f33b9d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3987 | 2025.01.28 23:07:58.613029 [ 108 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3988 | 2025.01.28 23:07:58.613093 [ 108 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3989 | 2025.01.28 23:07:58.613112 [ 5 ] {bb9dce33-7306-40f4-9f7f-e41a17f33b9d} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001879 sec., 209686.00319318788 rows/sec., 14.89 MiB/sec. | ||
| 3990 | 2025.01.28 23:07:58.613133 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 3991 | 2025.01.28 23:07:58.613289 [ 5 ] {bb9dce33-7306-40f4-9f7f-e41a17f33b9d} <Debug> TCPHandler: Processed in 0.00234525 sec. | ||
| 3992 | 2025.01.28 23:07:58.613568 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3993 | 2025.01.28 23:07:58.613594 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 3994 | 2025.01.28 23:07:58.613935 [ 254 ] {ce041cb8-2932-4234-a173-168e67bf22a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3995 | 2025.01.28 23:07:58.614046 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3996 | 2025.01.28 23:07:58.614057 [ 254 ] {ce041cb8-2932-4234-a173-168e67bf22a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3997 | 2025.01.28 23:07:58.614109 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 3998 | 2025.01.28 23:07:58.614409 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3999 | 2025.01.28 23:07:58.614795 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 91 rows starting from the beginning of the part | ||
| 4000 | 2025.01.28 23:07:58.615198 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 394 rows starting from the beginning of the part | ||
| 4001 | 2025.01.28 23:07:58.615476 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 93 rows starting from the beginning of the part | ||
| 4002 | 2025.01.28 23:07:58.615624 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 394 rows starting from the beginning of the part | ||
| 4003 | 2025.01.28 23:07:58.616590 [ 254 ] {ce041cb8-2932-4234-a173-168e67bf22a3} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4004 | 2025.01.28 23:07:58.616651 [ 254 ] {ce041cb8-2932-4234-a173-168e67bf22a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4005 | 2025.01.28 23:07:58.617671 [ 254 ] {ce041cb8-2932-4234-a173-168e67bf22a3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4006 | 2025.01.28 23:07:58.618125 [ 254 ] {ce041cb8-2932-4234-a173-168e67bf22a3} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4007 | 2025.01.28 23:07:58.618430 [ 108 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4008 | 2025.01.28 23:07:58.618552 [ 108 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4009 | 2025.01.28 23:07:58.618611 [ 254 ] {ce041cb8-2932-4234-a173-168e67bf22a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004764 sec., 1259.4458438287154 rows/sec., 65.80 KiB/sec. | ||
| 4010 | 2025.01.28 23:07:58.618711 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4011 | 2025.01.28 23:07:58.619019 [ 254 ] {ce041cb8-2932-4234-a173-168e67bf22a3} <Debug> TCPHandler: Processed in 0.005610573 sec. | ||
| 4012 | 2025.01.28 23:07:58.619157 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.005885419 sec., 330137.92221080605 rows/sec., 25.26 MiB/sec. | ||
| 4013 | 2025.01.28 23:07:58.619363 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4014 | 2025.01.28 23:07:58.619554 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 4015 | 2025.01.28 23:07:58.619577 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4016 | 2025.01.28 23:07:58.619648 [ 5 ] {f1b42ad0-a889-415f-80be-7fc418bb80aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4017 | 2025.01.28 23:07:58.619835 [ 5 ] {f1b42ad0-a889-415f-80be-7fc418bb80aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4018 | 2025.01.28 23:07:58.620202 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4019 | 2025.01.28 23:07:58.620327 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 4020 | 2025.01.28 23:07:58.620713 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2025.01.28 23:07:58.620834 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 4022 | 2025.01.28 23:07:58.621381 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 4023 | 2025.01.28 23:07:58.621390 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_26_5} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4024 | 2025.01.28 23:07:58.621930 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4025 | 2025.01.28 23:07:58.622000 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 4026 | 2025.01.28 23:07:58.622154 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 4027 | 2025.01.28 23:07:58.622262 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 4028 | 2025.01.28 23:07:58.624145 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004991214 sec., 13223.235870070888 rows/sec., 690.86 KiB/sec. | ||
| 4029 | 2025.01.28 23:07:58.624174 [ 5 ] {f1b42ad0-a889-415f-80be-7fc418bb80aa} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4030 | 2025.01.28 23:07:58.624235 [ 5 ] {f1b42ad0-a889-415f-80be-7fc418bb80aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4031 | 2025.01.28 23:07:58.624299 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4032 | 2025.01.28 23:07:58.624921 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_11_2} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4033 | 2025.01.28 23:07:58.625118 [ 188 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_11_2} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4034 | 2025.01.28 23:07:58.625236 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4035 | 2025.01.28 23:07:58.625275 [ 5 ] {f1b42ad0-a889-415f-80be-7fc418bb80aa} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4036 | 2025.01.28 23:07:58.625607 [ 5 ] {f1b42ad0-a889-415f-80be-7fc418bb80aa} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2025.01.28 23:07:58.625812 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4038 | 2025.01.28 23:07:58.625874 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4039 | 2025.01.28 23:07:58.625893 [ 5 ] {f1b42ad0-a889-415f-80be-7fc418bb80aa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006284 sec., 37714.83131763208 rows/sec., 2.53 MiB/sec. | ||
| 4040 | 2025.01.28 23:07:58.625912 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4041 | 2025.01.28 23:07:58.626103 [ 5 ] {f1b42ad0-a889-415f-80be-7fc418bb80aa} <Debug> TCPHandler: Processed in 0.006903895 sec. | ||
| 4042 | 2025.01.28 23:07:58.626389 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4043 | 2025.01.28 23:07:58.626389 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 4044 | 2025.01.28 23:07:58.626798 [ 254 ] {5794657d-545c-419d-8260-95875cd3524a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4045 | 2025.01.28 23:07:58.626876 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4046 | 2025.01.28 23:07:58.626905 [ 254 ] {5794657d-545c-419d-8260-95875cd3524a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4047 | 2025.01.28 23:07:58.626933 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7185 rows starting from the beginning of the part | ||
| 4048 | 2025.01.28 23:07:58.627358 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 4049 | 2025.01.28 23:07:58.627710 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4050 | 2025.01.28 23:07:58.628094 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 4051 | 2025.01.28 23:07:58.628345 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
| 4052 | 2025.01.28 23:07:58.628744 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 4053 | 2025.01.28 23:07:58.629435 [ 254 ] {5794657d-545c-419d-8260-95875cd3524a} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4054 | 2025.01.28 23:07:58.629493 [ 254 ] {5794657d-545c-419d-8260-95875cd3524a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4055 | 2025.01.28 23:07:58.630351 [ 254 ] {5794657d-545c-419d-8260-95875cd3524a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4056 | 2025.01.28 23:07:58.630888 [ 254 ] {5794657d-545c-419d-8260-95875cd3524a} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4057 | 2025.01.28 23:07:58.631528 [ 254 ] {5794657d-545c-419d-8260-95875cd3524a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004842 sec., 206.52622883106156 rows/sec., 13.92 KiB/sec. | ||
| 4058 | 2025.01.28 23:07:58.631893 [ 254 ] {5794657d-545c-419d-8260-95875cd3524a} <Debug> TCPHandler: Processed in 0.005658894 sec. | ||
| 4059 | 2025.01.28 23:07:58.632165 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4060 | 2025.01.28 23:07:58.632407 [ 5 ] {748a36c3-ed2f-4d1b-8934-9b63917ea898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4061 | 2025.01.28 23:07:58.632593 [ 5 ] {748a36c3-ed2f-4d1b-8934-9b63917ea898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4062 | 2025.01.28 23:07:58.633835 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8044 rows, containing 5 columns (5 merged, 0 gathered) in 0.00778766 sec., 1032916.1776451463 rows/sec., 69.67 MiB/sec. | ||
| 4063 | 2025.01.28 23:07:58.634485 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4064 | 2025.01.28 23:07:58.634941 [ 5 ] {748a36c3-ed2f-4d1b-8934-9b63917ea898} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4065 | 2025.01.28 23:07:58.635014 [ 5 ] {748a36c3-ed2f-4d1b-8934-9b63917ea898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4066 | 2025.01.28 23:07:58.635179 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2025.01.28 23:07:58.635414 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4068 | 2025.01.28 23:07:58.635551 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 4069 | 2025.01.28 23:07:58.636023 [ 5 ] {748a36c3-ed2f-4d1b-8934-9b63917ea898} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4070 | 2025.01.28 23:07:58.636289 [ 5 ] {748a36c3-ed2f-4d1b-8934-9b63917ea898} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4071 | 2025.01.28 23:07:58.636528 [ 5 ] {748a36c3-ed2f-4d1b-8934-9b63917ea898} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004176 sec., 2873.5632183908046 rows/sec., 5.15 MiB/sec. | ||
| 4072 | 2025.01.28 23:07:58.636645 [ 5 ] {748a36c3-ed2f-4d1b-8934-9b63917ea898} <Debug> TCPHandler: Processed in 0.004641878 sec. | ||
| 4073 | 2025.01.28 23:07:58.636809 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4074 | 2025.01.28 23:07:58.636952 [ 254 ] {5b65f7d3-fd70-4eca-bda9-fc2b37b76ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4075 | 2025.01.28 23:07:58.637011 [ 254 ] {5b65f7d3-fd70-4eca-bda9-fc2b37b76ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4076 | 2025.01.28 23:07:58.638092 [ 254 ] {5b65f7d3-fd70-4eca-bda9-fc2b37b76ade} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4077 | 2025.01.28 23:07:58.638132 [ 254 ] {5b65f7d3-fd70-4eca-bda9-fc2b37b76ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4078 | 2025.01.28 23:07:58.638508 [ 254 ] {5b65f7d3-fd70-4eca-bda9-fc2b37b76ade} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4079 | 2025.01.28 23:07:58.638745 [ 254 ] {5b65f7d3-fd70-4eca-bda9-fc2b37b76ade} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4080 | 2025.01.28 23:07:58.638907 [ 108 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4081 | 2025.01.28 23:07:58.638965 [ 108 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2025.01.28 23:07:58.638998 [ 254 ] {5b65f7d3-fd70-4eca-bda9-fc2b37b76ade} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00207 sec., 39613.526570048314 rows/sec., 2.52 MiB/sec. | ||
| 4083 | 2025.01.28 23:07:58.639003 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4084 | 2025.01.28 23:07:58.639144 [ 254 ] {5b65f7d3-fd70-4eca-bda9-fc2b37b76ade} <Debug> TCPHandler: Processed in 0.00239797 sec. | ||
| 4085 | 2025.01.28 23:07:58.639254 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 4086 | 2025.01.28 23:07:58.639372 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4087 | 2025.01.28 23:07:58.639403 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1218 rows starting from the beginning of the part | ||
| 4088 | 2025.01.28 23:07:58.639495 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
| 4089 | 2025.01.28 23:07:58.639705 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4090 | 2025.01.28 23:07:58.639854 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4091 | 2025.01.28 23:07:58.640000 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4092 | 2025.01.28 23:07:58.640109 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 4093 | 2025.01.28 23:07:58.641522 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 4 columns (4 merged, 0 gathered) in 0.00237008 sec., 643860.1228650509 rows/sec., 41.88 MiB/sec. | ||
| 4094 | 2025.01.28 23:07:58.641756 [ 203 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4095 | 2025.01.28 23:07:58.642121 [ 203 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2025.01.28 23:07:58.642219 [ 203 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_26_5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4097 | 2025.01.28 23:07:58.642319 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4098 | 2025.01.28 23:08:02.624088 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4099 | 2025.01.28 23:08:02.624156 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4100 | 2025.01.28 23:08:02.728164 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 4101 | 2025.01.28 23:08:02.728798 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2025.01.28 23:08:02.728840 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4103 | 2025.01.28 23:08:02.729375 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4104 | 2025.01.28 23:08:02.729637 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2025.01.28 23:08:02.729836 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4106 | 2025.01.28 23:08:03.261468 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4107 | 2025.01.28 23:08:03.281609 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2025.01.28 23:08:03.281666 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4109 | 2025.01.28 23:08:03.289248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4110 | 2025.01.28 23:08:03.290009 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.01.28 23:08:03.292711 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4112 | 2025.01.28 23:08:03.592851 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4113 | 2025.01.28 23:08:03.593093 [ 254 ] {b9dfbc1b-b1bf-4270-ab55-39d2caf988f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4114 | 2025.01.28 23:08:03.593192 [ 254 ] {b9dfbc1b-b1bf-4270-ab55-39d2caf988f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4115 | 2025.01.28 23:08:03.594265 [ 254 ] {b9dfbc1b-b1bf-4270-ab55-39d2caf988f2} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4116 | 2025.01.28 23:08:03.594326 [ 254 ] {b9dfbc1b-b1bf-4270-ab55-39d2caf988f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4117 | 2025.01.28 23:08:03.594902 [ 254 ] {b9dfbc1b-b1bf-4270-ab55-39d2caf988f2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4118 | 2025.01.28 23:08:03.595247 [ 254 ] {b9dfbc1b-b1bf-4270-ab55-39d2caf988f2} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4119 | 2025.01.28 23:08:03.595498 [ 254 ] {b9dfbc1b-b1bf-4270-ab55-39d2caf988f2} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00248 sec., 44354.83870967742 rows/sec., 3.73 MiB/sec. | ||
| 4120 | 2025.01.28 23:08:03.595558 [ 254 ] {b9dfbc1b-b1bf-4270-ab55-39d2caf988f2} <Debug> TCPHandler: Processed in 0.002907519 sec. | ||
| 4121 | 2025.01.28 23:08:03.595813 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4122 | 2025.01.28 23:08:03.596002 [ 5 ] {2915b329-2395-4b56-9599-76c6da401738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4123 | 2025.01.28 23:08:03.596073 [ 5 ] {2915b329-2395-4b56-9599-76c6da401738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4124 | 2025.01.28 23:08:03.596811 [ 5 ] {2915b329-2395-4b56-9599-76c6da401738} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4125 | 2025.01.28 23:08:03.596852 [ 5 ] {2915b329-2395-4b56-9599-76c6da401738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4126 | 2025.01.28 23:08:03.597290 [ 5 ] {2915b329-2395-4b56-9599-76c6da401738} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4127 | 2025.01.28 23:08:03.597549 [ 5 ] {2915b329-2395-4b56-9599-76c6da401738} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4128 | 2025.01.28 23:08:03.597750 [ 5 ] {2915b329-2395-4b56-9599-76c6da401738} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001797 sec., 15025.041736227045 rows/sec., 1.10 MiB/sec. | ||
| 4129 | 2025.01.28 23:08:03.597860 [ 5 ] {2915b329-2395-4b56-9599-76c6da401738} <Debug> TCPHandler: Processed in 0.002169036 sec. | ||
| 4130 | 2025.01.28 23:08:03.598042 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4131 | 2025.01.28 23:08:03.598165 [ 254 ] {3db20d02-5733-4111-81ae-82fb3e6cfe2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4132 | 2025.01.28 23:08:03.598217 [ 254 ] {3db20d02-5733-4111-81ae-82fb3e6cfe2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4133 | 2025.01.28 23:08:03.598844 [ 254 ] {3db20d02-5733-4111-81ae-82fb3e6cfe2c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4134 | 2025.01.28 23:08:03.598887 [ 254 ] {3db20d02-5733-4111-81ae-82fb3e6cfe2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4135 | 2025.01.28 23:08:03.599273 [ 254 ] {3db20d02-5733-4111-81ae-82fb3e6cfe2c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4136 | 2025.01.28 23:08:03.599527 [ 254 ] {3db20d02-5733-4111-81ae-82fb3e6cfe2c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4137 | 2025.01.28 23:08:03.599759 [ 254 ] {3db20d02-5733-4111-81ae-82fb3e6cfe2c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001619 sec., 56207.53551575046 rows/sec., 4.39 MiB/sec. | ||
| 4138 | 2025.01.28 23:08:03.599882 [ 254 ] {3db20d02-5733-4111-81ae-82fb3e6cfe2c} <Debug> TCPHandler: Processed in 0.001897442 sec. | ||
| 4139 | 2025.01.28 23:08:03.600045 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4140 | 2025.01.28 23:08:03.600191 [ 5 ] {fbc59dfa-0270-4a5e-bb50-28ad63f234c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4141 | 2025.01.28 23:08:03.600254 [ 5 ] {fbc59dfa-0270-4a5e-bb50-28ad63f234c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4142 | 2025.01.28 23:08:03.600922 [ 5 ] {fbc59dfa-0270-4a5e-bb50-28ad63f234c7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2025.01.28 23:08:03.600960 [ 5 ] {fbc59dfa-0270-4a5e-bb50-28ad63f234c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4144 | 2025.01.28 23:08:03.601370 [ 5 ] {fbc59dfa-0270-4a5e-bb50-28ad63f234c7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4145 | 2025.01.28 23:08:03.601618 [ 5 ] {fbc59dfa-0270-4a5e-bb50-28ad63f234c7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4146 | 2025.01.28 23:08:03.601806 [ 5 ] {fbc59dfa-0270-4a5e-bb50-28ad63f234c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001647 sec., 97146.32665452338 rows/sec., 6.77 MiB/sec. | ||
| 4147 | 2025.01.28 23:08:03.601928 [ 5 ] {fbc59dfa-0270-4a5e-bb50-28ad63f234c7} <Debug> TCPHandler: Processed in 0.001957373 sec. | ||
| 4148 | 2025.01.28 23:08:03.602084 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4149 | 2025.01.28 23:08:03.602208 [ 254 ] {b9e4e9f9-b94e-4f06-b33e-1c99c24333b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4150 | 2025.01.28 23:08:03.602293 [ 254 ] {b9e4e9f9-b94e-4f06-b33e-1c99c24333b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4151 | 2025.01.28 23:08:03.603457 [ 254 ] {b9e4e9f9-b94e-4f06-b33e-1c99c24333b3} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2025.01.28 23:08:03.603497 [ 254 ] {b9e4e9f9-b94e-4f06-b33e-1c99c24333b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4153 | 2025.01.28 23:08:03.604149 [ 254 ] {b9e4e9f9-b94e-4f06-b33e-1c99c24333b3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4154 | 2025.01.28 23:08:03.604415 [ 254 ] {b9e4e9f9-b94e-4f06-b33e-1c99c24333b3} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2025.01.28 23:08:03.604700 [ 254 ] {b9e4e9f9-b94e-4f06-b33e-1c99c24333b3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002509 sec., 10761.259465922678 rows/sec., 19.28 MiB/sec. | ||
| 4156 | 2025.01.28 23:08:03.604842 [ 254 ] {b9e4e9f9-b94e-4f06-b33e-1c99c24333b3} <Debug> TCPHandler: Processed in 0.002818147 sec. | ||
| 4157 | 2025.01.28 23:08:03.604997 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4158 | 2025.01.28 23:08:03.605136 [ 5 ] {8c86912d-e541-4093-b21d-ac71ace9ac4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4159 | 2025.01.28 23:08:03.605195 [ 5 ] {8c86912d-e541-4093-b21d-ac71ace9ac4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4160 | 2025.01.28 23:08:03.605876 [ 5 ] {8c86912d-e541-4093-b21d-ac71ace9ac4b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4161 | 2025.01.28 23:08:03.605932 [ 5 ] {8c86912d-e541-4093-b21d-ac71ace9ac4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4162 | 2025.01.28 23:08:03.606458 [ 5 ] {8c86912d-e541-4093-b21d-ac71ace9ac4b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4163 | 2025.01.28 23:08:03.606821 [ 5 ] {8c86912d-e541-4093-b21d-ac71ace9ac4b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4164 | 2025.01.28 23:08:03.607059 [ 5 ] {8c86912d-e541-4093-b21d-ac71ace9ac4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001951 sec., 30753.459764223473 rows/sec., 2.07 MiB/sec. | ||
| 4165 | 2025.01.28 23:08:03.607128 [ 5 ] {8c86912d-e541-4093-b21d-ac71ace9ac4b} <Debug> TCPHandler: Processed in 0.002196037 sec. | ||
| 4166 | 2025.01.28 23:08:05.703559 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4167 | 2025.01.28 23:08:05.703887 [ 254 ] {7d84ac02-70ee-4a45-bed7-14ac1be98cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4168 | 2025.01.28 23:08:05.704006 [ 254 ] {7d84ac02-70ee-4a45-bed7-14ac1be98cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4169 | 2025.01.28 23:08:05.704757 [ 254 ] {7d84ac02-70ee-4a45-bed7-14ac1be98cd3} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4170 | 2025.01.28 23:08:05.704804 [ 254 ] {7d84ac02-70ee-4a45-bed7-14ac1be98cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4171 | 2025.01.28 23:08:05.705237 [ 254 ] {7d84ac02-70ee-4a45-bed7-14ac1be98cd3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4172 | 2025.01.28 23:08:05.705492 [ 254 ] {7d84ac02-70ee-4a45-bed7-14ac1be98cd3} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2025.01.28 23:08:05.705728 [ 254 ] {7d84ac02-70ee-4a45-bed7-14ac1be98cd3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 522.45 KiB/sec. | ||
| 4174 | 2025.01.28 23:08:05.705787 [ 254 ] {7d84ac02-70ee-4a45-bed7-14ac1be98cd3} <Debug> TCPHandler: Processed in 0.00241753 sec. | ||
| 4175 | 2025.01.28 23:08:05.706027 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4176 | 2025.01.28 23:08:05.706249 [ 5 ] {ffda711c-60db-43be-ba32-24c90231db67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4177 | 2025.01.28 23:08:05.706331 [ 5 ] {ffda711c-60db-43be-ba32-24c90231db67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4178 | 2025.01.28 23:08:05.707134 [ 5 ] {ffda711c-60db-43be-ba32-24c90231db67} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4179 | 2025.01.28 23:08:05.707185 [ 5 ] {ffda711c-60db-43be-ba32-24c90231db67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4180 | 2025.01.28 23:08:05.707597 [ 5 ] {ffda711c-60db-43be-ba32-24c90231db67} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4181 | 2025.01.28 23:08:05.707846 [ 5 ] {ffda711c-60db-43be-ba32-24c90231db67} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4182 | 2025.01.28 23:08:05.708079 [ 5 ] {ffda711c-60db-43be-ba32-24c90231db67} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 608.21 KiB/sec. | ||
| 4183 | 2025.01.28 23:08:05.708240 [ 5 ] {ffda711c-60db-43be-ba32-24c90231db67} <Debug> TCPHandler: Processed in 0.002349669 sec. | ||
| 4184 | 2025.01.28 23:08:05.708423 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4185 | 2025.01.28 23:08:05.708563 [ 254 ] {bc3432b9-1d5c-4ddb-87ab-e7421d172679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4186 | 2025.01.28 23:08:05.708621 [ 254 ] {bc3432b9-1d5c-4ddb-87ab-e7421d172679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4187 | 2025.01.28 23:08:05.710006 [ 254 ] {bc3432b9-1d5c-4ddb-87ab-e7421d172679} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4188 | 2025.01.28 23:08:05.710047 [ 254 ] {bc3432b9-1d5c-4ddb-87ab-e7421d172679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4189 | 2025.01.28 23:08:05.710500 [ 254 ] {bc3432b9-1d5c-4ddb-87ab-e7421d172679} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4190 | 2025.01.28 23:08:05.710749 [ 254 ] {bc3432b9-1d5c-4ddb-87ab-e7421d172679} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4191 | 2025.01.28 23:08:05.710971 [ 254 ] {bc3432b9-1d5c-4ddb-87ab-e7421d172679} <Debug> executeQuery: Read 1374 rows, 117.43 KiB in 0.002439 sec., 563345.6334563345 rows/sec., 47.02 MiB/sec. | ||
| 4192 | 2025.01.28 23:08:05.711025 [ 254 ] {bc3432b9-1d5c-4ddb-87ab-e7421d172679} <Debug> TCPHandler: Processed in 0.002670915 sec. | ||
| 4193 | 2025.01.28 23:08:05.711192 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4194 | 2025.01.28 23:08:05.711330 [ 5 ] {51bbf5ed-e89e-4b3f-ae99-b90e8de2beab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4195 | 2025.01.28 23:08:05.711388 [ 5 ] {51bbf5ed-e89e-4b3f-ae99-b90e8de2beab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4196 | 2025.01.28 23:08:05.712067 [ 5 ] {51bbf5ed-e89e-4b3f-ae99-b90e8de2beab} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2025.01.28 23:08:05.712107 [ 5 ] {51bbf5ed-e89e-4b3f-ae99-b90e8de2beab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4198 | 2025.01.28 23:08:05.712467 [ 5 ] {51bbf5ed-e89e-4b3f-ae99-b90e8de2beab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4199 | 2025.01.28 23:08:05.712713 [ 5 ] {51bbf5ed-e89e-4b3f-ae99-b90e8de2beab} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2025.01.28 23:08:05.712923 [ 5 ] {51bbf5ed-e89e-4b3f-ae99-b90e8de2beab} <Debug> executeQuery: Read 33 rows, 2.34 KiB in 0.001624 sec., 20320.197044334975 rows/sec., 1.40 MiB/sec. | ||
| 4201 | 2025.01.28 23:08:05.712976 [ 5 ] {51bbf5ed-e89e-4b3f-ae99-b90e8de2beab} <Debug> TCPHandler: Processed in 0.001851221 sec. | ||
| 4202 | 2025.01.28 23:08:05.713129 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2025.01.28 23:08:05.713267 [ 254 ] {2d630b38-01eb-422c-a436-0d1fcf6b25a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4204 | 2025.01.28 23:08:05.713326 [ 254 ] {2d630b38-01eb-422c-a436-0d1fcf6b25a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4205 | 2025.01.28 23:08:05.714083 [ 254 ] {2d630b38-01eb-422c-a436-0d1fcf6b25a2} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4206 | 2025.01.28 23:08:05.714124 [ 254 ] {2d630b38-01eb-422c-a436-0d1fcf6b25a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4207 | 2025.01.28 23:08:05.714493 [ 254 ] {2d630b38-01eb-422c-a436-0d1fcf6b25a2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4208 | 2025.01.28 23:08:05.714726 [ 254 ] {2d630b38-01eb-422c-a436-0d1fcf6b25a2} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2025.01.28 23:08:05.714934 [ 254 ] {2d630b38-01eb-422c-a436-0d1fcf6b25a2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001697 sec., 142604.5963464938 rows/sec., 9.66 MiB/sec. | ||
| 4210 | 2025.01.28 23:08:05.714987 [ 254 ] {2d630b38-01eb-422c-a436-0d1fcf6b25a2} <Debug> TCPHandler: Processed in 0.001927133 sec. | ||
| 4211 | 2025.01.28 23:08:05.715135 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4212 | 2025.01.28 23:08:05.715272 [ 5 ] {23fcc086-16b3-4773-bc37-3bc6e5c18327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4213 | 2025.01.28 23:08:05.715328 [ 5 ] {23fcc086-16b3-4773-bc37-3bc6e5c18327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4214 | 2025.01.28 23:08:05.716004 [ 5 ] {23fcc086-16b3-4773-bc37-3bc6e5c18327} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4215 | 2025.01.28 23:08:05.716043 [ 5 ] {23fcc086-16b3-4773-bc37-3bc6e5c18327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4216 | 2025.01.28 23:08:05.716393 [ 5 ] {23fcc086-16b3-4773-bc37-3bc6e5c18327} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4217 | 2025.01.28 23:08:05.716629 [ 5 ] {23fcc086-16b3-4773-bc37-3bc6e5c18327} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4218 | 2025.01.28 23:08:05.716836 [ 5 ] {23fcc086-16b3-4773-bc37-3bc6e5c18327} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec. | ||
| 4219 | 2025.01.28 23:08:05.716889 [ 5 ] {23fcc086-16b3-4773-bc37-3bc6e5c18327} <Debug> TCPHandler: Processed in 0.001823141 sec. | ||
| 4220 | 2025.01.28 23:08:05.717040 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4221 | 2025.01.28 23:08:05.717179 [ 254 ] {ce26ae83-f2e2-4e53-ba92-9a10fe34ed32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4222 | 2025.01.28 23:08:05.717236 [ 254 ] {ce26ae83-f2e2-4e53-ba92-9a10fe34ed32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4223 | 2025.01.28 23:08:05.718259 [ 254 ] {ce26ae83-f2e2-4e53-ba92-9a10fe34ed32} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2025.01.28 23:08:05.718300 [ 254 ] {ce26ae83-f2e2-4e53-ba92-9a10fe34ed32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4225 | 2025.01.28 23:08:05.718692 [ 254 ] {ce26ae83-f2e2-4e53-ba92-9a10fe34ed32} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4226 | 2025.01.28 23:08:05.718937 [ 254 ] {ce26ae83-f2e2-4e53-ba92-9a10fe34ed32} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4227 | 2025.01.28 23:08:05.719156 [ 254 ] {ce26ae83-f2e2-4e53-ba92-9a10fe34ed32} <Debug> executeQuery: Read 864 rows, 64.07 KiB in 0.002006 sec., 430707.87637088733 rows/sec., 31.19 MiB/sec. | ||
| 4228 | 2025.01.28 23:08:05.719281 [ 254 ] {ce26ae83-f2e2-4e53-ba92-9a10fe34ed32} <Debug> TCPHandler: Processed in 0.002309029 sec. | ||
| 4229 | 2025.01.28 23:08:05.719439 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4230 | 2025.01.28 23:08:05.719576 [ 5 ] {bda838a1-0012-4f47-bb2f-d1ca1e18556c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4231 | 2025.01.28 23:08:05.719634 [ 5 ] {bda838a1-0012-4f47-bb2f-d1ca1e18556c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4232 | 2025.01.28 23:08:05.720169 [ 5 ] {bda838a1-0012-4f47-bb2f-d1ca1e18556c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4233 | 2025.01.28 23:08:05.720207 [ 5 ] {bda838a1-0012-4f47-bb2f-d1ca1e18556c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4234 | 2025.01.28 23:08:05.720565 [ 5 ] {bda838a1-0012-4f47-bb2f-d1ca1e18556c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4235 | 2025.01.28 23:08:05.720799 [ 5 ] {bda838a1-0012-4f47-bb2f-d1ca1e18556c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4236 | 2025.01.28 23:08:05.721008 [ 5 ] {bda838a1-0012-4f47-bb2f-d1ca1e18556c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 4237 | 2025.01.28 23:08:05.721058 [ 5 ] {bda838a1-0012-4f47-bb2f-d1ca1e18556c} <Debug> TCPHandler: Processed in 0.001685828 sec. | ||
| 4238 | 2025.01.28 23:08:05.721205 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4239 | 2025.01.28 23:08:05.721342 [ 254 ] {55299cad-9c00-4f8c-8518-fab011bf585a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4240 | 2025.01.28 23:08:05.721407 [ 254 ] {55299cad-9c00-4f8c-8518-fab011bf585a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4241 | 2025.01.28 23:08:05.722317 [ 254 ] {55299cad-9c00-4f8c-8518-fab011bf585a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2025.01.28 23:08:05.722357 [ 254 ] {55299cad-9c00-4f8c-8518-fab011bf585a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4243 | 2025.01.28 23:08:05.722797 [ 254 ] {55299cad-9c00-4f8c-8518-fab011bf585a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4244 | 2025.01.28 23:08:05.723039 [ 254 ] {55299cad-9c00-4f8c-8518-fab011bf585a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2025.01.28 23:08:05.723252 [ 254 ] {55299cad-9c00-4f8c-8518-fab011bf585a} <Debug> executeQuery: Read 1026 rows, 70.03 KiB in 0.00194 sec., 528865.9793814432 rows/sec., 35.25 MiB/sec. | ||
| 4246 | 2025.01.28 23:08:05.723304 [ 254 ] {55299cad-9c00-4f8c-8518-fab011bf585a} <Debug> TCPHandler: Processed in 0.002165787 sec. | ||
| 4247 | 2025.01.28 23:08:05.723503 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4248 | 2025.01.28 23:08:05.723721 [ 5 ] {5d1e5544-021f-4d44-9050-93deac957fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4249 | 2025.01.28 23:08:05.723815 [ 5 ] {5d1e5544-021f-4d44-9050-93deac957fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4250 | 2025.01.28 23:08:05.724368 [ 5 ] {5d1e5544-021f-4d44-9050-93deac957fef} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4251 | 2025.01.28 23:08:05.724406 [ 5 ] {5d1e5544-021f-4d44-9050-93deac957fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4252 | 2025.01.28 23:08:05.724747 [ 5 ] {5d1e5544-021f-4d44-9050-93deac957fef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4253 | 2025.01.28 23:08:05.725004 [ 5 ] {5d1e5544-021f-4d44-9050-93deac957fef} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4254 | 2025.01.28 23:08:05.725202 [ 5 ] {5d1e5544-021f-4d44-9050-93deac957fef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec. | ||
| 4255 | 2025.01.28 23:08:05.725250 [ 5 ] {5d1e5544-021f-4d44-9050-93deac957fef} <Debug> TCPHandler: Processed in 0.001857781 sec. | ||
| 4256 | 2025.01.28 23:08:05.725390 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4257 | 2025.01.28 23:08:05.725532 [ 254 ] {98f2b922-98c7-4f7e-ad86-3cea932442ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4258 | 2025.01.28 23:08:05.725626 [ 254 ] {98f2b922-98c7-4f7e-ad86-3cea932442ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4259 | 2025.01.28 23:08:05.726809 [ 254 ] {98f2b922-98c7-4f7e-ad86-3cea932442ab} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2025.01.28 23:08:05.726850 [ 254 ] {98f2b922-98c7-4f7e-ad86-3cea932442ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4261 | 2025.01.28 23:08:05.727470 [ 254 ] {98f2b922-98c7-4f7e-ad86-3cea932442ab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4262 | 2025.01.28 23:08:05.727731 [ 254 ] {98f2b922-98c7-4f7e-ad86-3cea932442ab} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2025.01.28 23:08:05.728052 [ 254 ] {98f2b922-98c7-4f7e-ad86-3cea932442ab} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002535 sec., 4733.7278106508875 rows/sec., 8.48 MiB/sec. | ||
| 4264 | 2025.01.28 23:08:05.728388 [ 254 ] {98f2b922-98c7-4f7e-ad86-3cea932442ab} <Debug> TCPHandler: Processed in 0.003062921 sec. | ||
| 4265 | 2025.01.28 23:08:05.728552 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4266 | 2025.01.28 23:08:05.728689 [ 5 ] {4a42937c-fdeb-46c8-89c8-2fcffbda9c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4267 | 2025.01.28 23:08:05.728746 [ 5 ] {4a42937c-fdeb-46c8-89c8-2fcffbda9c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4268 | 2025.01.28 23:08:05.729271 [ 5 ] {4a42937c-fdeb-46c8-89c8-2fcffbda9c4b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.01.28 23:08:05.729310 [ 5 ] {4a42937c-fdeb-46c8-89c8-2fcffbda9c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4270 | 2025.01.28 23:08:05.729671 [ 5 ] {4a42937c-fdeb-46c8-89c8-2fcffbda9c4b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4271 | 2025.01.28 23:08:05.729905 [ 5 ] {4a42937c-fdeb-46c8-89c8-2fcffbda9c4b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.01.28 23:08:05.730138 [ 5 ] {4a42937c-fdeb-46c8-89c8-2fcffbda9c4b} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001471 sec., 39428.95989123045 rows/sec., 2.44 MiB/sec. | ||
| 4273 | 2025.01.28 23:08:05.730232 [ 5 ] {4a42937c-fdeb-46c8-89c8-2fcffbda9c4b} <Debug> TCPHandler: Processed in 0.001735869 sec. | ||
| 4274 | 2025.01.28 23:08:07.763800 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 620 | ||
| 4275 | 2025.01.28 23:08:07.767342 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4276 | 2025.01.28 23:08:07.767403 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4277 | 2025.01.28 23:08:07.768909 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4278 | 2025.01.28 23:08:07.769252 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2025.01.28 23:08:07.770261 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 620 | ||
| 4280 | 2025.01.28 23:08:08.587215 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2025.01.28 23:08:08.587432 [ 254 ] {8bea1218-1ca0-48ce-86dc-37b3806275d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4282 | 2025.01.28 23:08:08.587516 [ 254 ] {8bea1218-1ca0-48ce-86dc-37b3806275d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4283 | 2025.01.28 23:08:08.588391 [ 254 ] {8bea1218-1ca0-48ce-86dc-37b3806275d6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2025.01.28 23:08:08.588448 [ 254 ] {8bea1218-1ca0-48ce-86dc-37b3806275d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4285 | 2025.01.28 23:08:08.588892 [ 254 ] {8bea1218-1ca0-48ce-86dc-37b3806275d6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4286 | 2025.01.28 23:08:08.589162 [ 254 ] {8bea1218-1ca0-48ce-86dc-37b3806275d6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2025.01.28 23:08:08.589409 [ 254 ] {8bea1218-1ca0-48ce-86dc-37b3806275d6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.11 MiB/sec. | ||
| 4288 | 2025.01.28 23:08:08.589479 [ 254 ] {8bea1218-1ca0-48ce-86dc-37b3806275d6} <Debug> TCPHandler: Processed in 0.002406891 sec. | ||
| 4289 | 2025.01.28 23:08:08.589813 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4290 | 2025.01.28 23:08:08.590119 [ 5 ] {92c901bf-81c4-43f5-ac86-fab389a78f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4291 | 2025.01.28 23:08:08.590197 [ 5 ] {92c901bf-81c4-43f5-ac86-fab389a78f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4292 | 2025.01.28 23:08:08.590984 [ 5 ] {92c901bf-81c4-43f5-ac86-fab389a78f8f} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4293 | 2025.01.28 23:08:08.591038 [ 5 ] {92c901bf-81c4-43f5-ac86-fab389a78f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4294 | 2025.01.28 23:08:08.591496 [ 5 ] {92c901bf-81c4-43f5-ac86-fab389a78f8f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4295 | 2025.01.28 23:08:08.591763 [ 5 ] {92c901bf-81c4-43f5-ac86-fab389a78f8f} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2025.01.28 23:08:08.592007 [ 5 ] {92c901bf-81c4-43f5-ac86-fab389a78f8f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00197 sec., 32487.30964467005 rows/sec., 2.54 MiB/sec. | ||
| 4297 | 2025.01.28 23:08:08.592075 [ 5 ] {92c901bf-81c4-43f5-ac86-fab389a78f8f} <Debug> TCPHandler: Processed in 0.002454211 sec. | ||
| 4298 | 2025.01.28 23:08:08.592224 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4299 | 2025.01.28 23:08:08.592351 [ 254 ] {23adac4c-4a6f-44ea-a5db-ac75f2e9f539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4300 | 2025.01.28 23:08:08.592410 [ 254 ] {23adac4c-4a6f-44ea-a5db-ac75f2e9f539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4301 | 2025.01.28 23:08:08.592966 [ 254 ] {23adac4c-4a6f-44ea-a5db-ac75f2e9f539} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4302 | 2025.01.28 23:08:08.593007 [ 254 ] {23adac4c-4a6f-44ea-a5db-ac75f2e9f539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4303 | 2025.01.28 23:08:08.593405 [ 254 ] {23adac4c-4a6f-44ea-a5db-ac75f2e9f539} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4304 | 2025.01.28 23:08:08.593667 [ 254 ] {23adac4c-4a6f-44ea-a5db-ac75f2e9f539} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2025.01.28 23:08:08.593892 [ 254 ] {23adac4c-4a6f-44ea-a5db-ac75f2e9f539} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00157 sec., 40764.331210191085 rows/sec., 2.84 MiB/sec. | ||
| 4306 | 2025.01.28 23:08:08.593949 [ 254 ] {23adac4c-4a6f-44ea-a5db-ac75f2e9f539} <Debug> TCPHandler: Processed in 0.0017854 sec. | ||
| 4307 | 2025.01.28 23:08:08.594102 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4308 | 2025.01.28 23:08:08.594224 [ 5 ] {52e83ba9-132c-41b4-8e5f-e1eb7f2c9f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4309 | 2025.01.28 23:08:08.594284 [ 5 ] {52e83ba9-132c-41b4-8e5f-e1eb7f2c9f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4310 | 2025.01.28 23:08:08.594774 [ 5 ] {52e83ba9-132c-41b4-8e5f-e1eb7f2c9f5a} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2025.01.28 23:08:08.594813 [ 5 ] {52e83ba9-132c-41b4-8e5f-e1eb7f2c9f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4312 | 2025.01.28 23:08:08.595246 [ 5 ] {52e83ba9-132c-41b4-8e5f-e1eb7f2c9f5a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4313 | 2025.01.28 23:08:08.595500 [ 5 ] {52e83ba9-132c-41b4-8e5f-e1eb7f2c9f5a} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4314 | 2025.01.28 23:08:08.595721 [ 5 ] {52e83ba9-132c-41b4-8e5f-e1eb7f2c9f5a} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001522 sec., 15768.725361366623 rows/sec., 1.06 MiB/sec. | ||
| 4315 | 2025.01.28 23:08:08.595775 [ 5 ] {52e83ba9-132c-41b4-8e5f-e1eb7f2c9f5a} <Debug> TCPHandler: Processed in 0.001730299 sec. | ||
| 4316 | 2025.01.28 23:08:10.230018 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4317 | 2025.01.28 23:08:10.230698 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2025.01.28 23:08:10.230744 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4319 | 2025.01.28 23:08:10.231338 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4320 | 2025.01.28 23:08:10.231591 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2025.01.28 23:08:10.231856 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4322 | 2025.01.28 23:08:10.792843 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4323 | 2025.01.28 23:08:10.814308 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2025.01.28 23:08:10.814367 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4325 | 2025.01.28 23:08:10.822000 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4326 | 2025.01.28 23:08:10.822763 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2025.01.28 23:08:10.825969 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4328 | 2025.01.28 23:08:13.591972 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4329 | 2025.01.28 23:08:13.592166 [ 254 ] {33471530-1717-46a5-a1f1-6eab6cef8b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4330 | 2025.01.28 23:08:13.592238 [ 254 ] {33471530-1717-46a5-a1f1-6eab6cef8b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4331 | 2025.01.28 23:08:13.593058 [ 254 ] {33471530-1717-46a5-a1f1-6eab6cef8b08} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4332 | 2025.01.28 23:08:13.593139 [ 254 ] {33471530-1717-46a5-a1f1-6eab6cef8b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4333 | 2025.01.28 23:08:13.593598 [ 254 ] {33471530-1717-46a5-a1f1-6eab6cef8b08} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4334 | 2025.01.28 23:08:13.593887 [ 254 ] {33471530-1717-46a5-a1f1-6eab6cef8b08} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4335 | 2025.01.28 23:08:13.594145 [ 254 ] {33471530-1717-46a5-a1f1-6eab6cef8b08} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002028 sec., 54240.63116370809 rows/sec., 4.56 MiB/sec. | ||
| 4336 | 2025.01.28 23:08:13.594248 [ 254 ] {33471530-1717-46a5-a1f1-6eab6cef8b08} <Debug> TCPHandler: Processed in 0.00240747 sec. | ||
| 4337 | 2025.01.28 23:08:13.594499 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4338 | 2025.01.28 23:08:13.594688 [ 5 ] {3e5d394c-fdf0-4dd4-86dc-eb4c1960d04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4339 | 2025.01.28 23:08:13.594763 [ 5 ] {3e5d394c-fdf0-4dd4-86dc-eb4c1960d04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4340 | 2025.01.28 23:08:13.595553 [ 5 ] {3e5d394c-fdf0-4dd4-86dc-eb4c1960d04e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4341 | 2025.01.28 23:08:13.595599 [ 5 ] {3e5d394c-fdf0-4dd4-86dc-eb4c1960d04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4342 | 2025.01.28 23:08:13.596025 [ 5 ] {3e5d394c-fdf0-4dd4-86dc-eb4c1960d04e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4343 | 2025.01.28 23:08:13.596286 [ 5 ] {3e5d394c-fdf0-4dd4-86dc-eb4c1960d04e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4344 | 2025.01.28 23:08:13.596443 [ 89 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4345 | 2025.01.28 23:08:13.596494 [ 89 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4346 | 2025.01.28 23:08:13.596498 [ 5 ] {3e5d394c-fdf0-4dd4-86dc-eb4c1960d04e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001863 sec., 14492.753623188406 rows/sec., 1.06 MiB/sec. | ||
| 4347 | 2025.01.28 23:08:13.596521 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4348 | 2025.01.28 23:08:13.596595 [ 5 ] {3e5d394c-fdf0-4dd4-86dc-eb4c1960d04e} <Debug> TCPHandler: Processed in 0.002224057 sec. | ||
| 4349 | 2025.01.28 23:08:13.596692 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 4350 | 2025.01.28 23:08:13.596781 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4351 | 2025.01.28 23:08:13.596881 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4352 | 2025.01.28 23:08:13.596970 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 58 rows starting from the beginning of the part | ||
| 4353 | 2025.01.28 23:08:13.597002 [ 254 ] {383d07f0-fb89-4729-ae00-90cd36ef4511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4354 | 2025.01.28 23:08:13.597156 [ 254 ] {383d07f0-fb89-4729-ae00-90cd36ef4511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4355 | 2025.01.28 23:08:13.597267 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part | ||
| 4356 | 2025.01.28 23:08:13.597681 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 19 rows starting from the beginning of the part | ||
| 4357 | 2025.01.28 23:08:13.598014 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
| 4358 | 2025.01.28 23:08:13.598423 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part | ||
| 4359 | 2025.01.28 23:08:13.598817 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
| 4360 | 2025.01.28 23:08:13.599637 [ 254 ] {383d07f0-fb89-4729-ae00-90cd36ef4511} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2025.01.28 23:08:13.599701 [ 254 ] {383d07f0-fb89-4729-ae00-90cd36ef4511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4362 | 2025.01.28 23:08:13.600671 [ 254 ] {383d07f0-fb89-4729-ae00-90cd36ef4511} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4363 | 2025.01.28 23:08:13.601170 [ 254 ] {383d07f0-fb89-4729-ae00-90cd36ef4511} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4364 | 2025.01.28 23:08:13.601595 [ 254 ] {383d07f0-fb89-4729-ae00-90cd36ef4511} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.004653 sec., 19557.274876423813 rows/sec., 1.53 MiB/sec. | ||
| 4365 | 2025.01.28 23:08:13.601901 [ 254 ] {383d07f0-fb89-4729-ae00-90cd36ef4511} <Debug> TCPHandler: Processed in 0.005196537 sec. | ||
| 4366 | 2025.01.28 23:08:13.602160 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4367 | 2025.01.28 23:08:13.602199 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005595034 sec., 34494.875276897335 rows/sec., 2.60 MiB/sec. | ||
| 4368 | 2025.01.28 23:08:13.602326 [ 5 ] {44754995-76fd-44fc-875a-310483a828b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4369 | 2025.01.28 23:08:13.602369 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4370 | 2025.01.28 23:08:13.602394 [ 5 ] {44754995-76fd-44fc-875a-310483a828b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4371 | 2025.01.28 23:08:13.602847 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2025.01.28 23:08:13.602990 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_20_4} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4373 | 2025.01.28 23:08:13.603108 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4374 | 2025.01.28 23:08:13.603269 [ 5 ] {44754995-76fd-44fc-875a-310483a828b8} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4375 | 2025.01.28 23:08:13.603310 [ 5 ] {44754995-76fd-44fc-875a-310483a828b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4376 | 2025.01.28 23:08:13.603694 [ 5 ] {44754995-76fd-44fc-875a-310483a828b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4377 | 2025.01.28 23:08:13.603926 [ 5 ] {44754995-76fd-44fc-875a-310483a828b8} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4378 | 2025.01.28 23:08:13.604138 [ 5 ] {44754995-76fd-44fc-875a-310483a828b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001859 sec., 86067.77837547069 rows/sec., 5.99 MiB/sec. | ||
| 4379 | 2025.01.28 23:08:13.604198 [ 5 ] {44754995-76fd-44fc-875a-310483a828b8} <Debug> TCPHandler: Processed in 0.002176016 sec. | ||
| 4380 | 2025.01.28 23:08:13.604353 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4381 | 2025.01.28 23:08:13.604493 [ 254 ] {23f4035d-402a-4b58-8890-96c25740cf8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4382 | 2025.01.28 23:08:13.604586 [ 254 ] {23f4035d-402a-4b58-8890-96c25740cf8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4383 | 2025.01.28 23:08:13.605858 [ 254 ] {23f4035d-402a-4b58-8890-96c25740cf8f} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4384 | 2025.01.28 23:08:13.605895 [ 254 ] {23f4035d-402a-4b58-8890-96c25740cf8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4385 | 2025.01.28 23:08:13.606542 [ 254 ] {23f4035d-402a-4b58-8890-96c25740cf8f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4386 | 2025.01.28 23:08:13.606808 [ 254 ] {23f4035d-402a-4b58-8890-96c25740cf8f} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4387 | 2025.01.28 23:08:13.607004 [ 254 ] {23f4035d-402a-4b58-8890-96c25740cf8f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002543 sec., 10617.381046008652 rows/sec., 19.03 MiB/sec. | ||
| 4388 | 2025.01.28 23:08:13.607093 [ 254 ] {23f4035d-402a-4b58-8890-96c25740cf8f} <Debug> TCPHandler: Processed in 0.002804767 sec. | ||
| 4389 | 2025.01.28 23:08:13.607238 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4390 | 2025.01.28 23:08:13.607369 [ 5 ] {a54b0452-0219-4947-a285-6b5a45d58ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4391 | 2025.01.28 23:08:13.607423 [ 5 ] {a54b0452-0219-4947-a285-6b5a45d58ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4392 | 2025.01.28 23:08:13.607932 [ 5 ] {a54b0452-0219-4947-a285-6b5a45d58ae9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4393 | 2025.01.28 23:08:13.607971 [ 5 ] {a54b0452-0219-4947-a285-6b5a45d58ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4394 | 2025.01.28 23:08:13.608353 [ 5 ] {a54b0452-0219-4947-a285-6b5a45d58ae9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4395 | 2025.01.28 23:08:13.608590 [ 5 ] {a54b0452-0219-4947-a285-6b5a45d58ae9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4396 | 2025.01.28 23:08:13.608843 [ 5 ] {a54b0452-0219-4947-a285-6b5a45d58ae9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. | ||
| 4397 | 2025.01.28 23:08:13.608949 [ 5 ] {a54b0452-0219-4947-a285-6b5a45d58ae9} <Debug> TCPHandler: Processed in 0.00176463 sec. | ||
| 4398 | 2025.01.28 23:08:17.624211 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4399 | 2025.01.28 23:08:17.624278 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4400 | 2025.01.28 23:08:17.731999 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4401 | 2025.01.28 23:08:17.732690 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4402 | 2025.01.28 23:08:17.732737 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4403 | 2025.01.28 23:08:17.733273 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4404 | 2025.01.28 23:08:17.733527 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2025.01.28 23:08:17.733741 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4406 | 2025.01.28 23:08:17.770613 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 640 | ||
| 4407 | 2025.01.28 23:08:17.773357 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4408 | 2025.01.28 23:08:17.773399 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4409 | 2025.01.28 23:08:17.774848 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4410 | 2025.01.28 23:08:17.775154 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4411 | 2025.01.28 23:08:17.775947 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 640 | ||
| 4412 | 2025.01.28 23:08:18.326111 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4413 | 2025.01.28 23:08:18.347530 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2025.01.28 23:08:18.347592 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4415 | 2025.01.28 23:08:18.355333 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4416 | 2025.01.28 23:08:18.356113 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2025.01.28 23:08:18.359107 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4418 | 2025.01.28 23:08:18.596566 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4419 | 2025.01.28 23:08:18.596728 [ 254 ] {11f5db65-16a3-439c-86b9-6323aa032a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4420 | 2025.01.28 23:08:18.596790 [ 254 ] {11f5db65-16a3-439c-86b9-6323aa032a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4421 | 2025.01.28 23:08:18.597441 [ 254 ] {11f5db65-16a3-439c-86b9-6323aa032a4b} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2025.01.28 23:08:18.597484 [ 254 ] {11f5db65-16a3-439c-86b9-6323aa032a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4423 | 2025.01.28 23:08:18.597895 [ 254 ] {11f5db65-16a3-439c-86b9-6323aa032a4b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4424 | 2025.01.28 23:08:18.598152 [ 254 ] {11f5db65-16a3-439c-86b9-6323aa032a4b} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2025.01.28 23:08:18.598323 [ 81 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4426 | 2025.01.28 23:08:18.598376 [ 254 ] {11f5db65-16a3-439c-86b9-6323aa032a4b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00169 sec., 8284.023668639053 rows/sec., 596.34 KiB/sec. | ||
| 4427 | 2025.01.28 23:08:18.598408 [ 81 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2025.01.28 23:08:18.598504 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4429 | 2025.01.28 23:08:18.598506 [ 254 ] {11f5db65-16a3-439c-86b9-6323aa032a4b} <Debug> TCPHandler: Processed in 0.002056414 sec. | ||
| 4430 | 2025.01.28 23:08:18.598805 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 4431 | 2025.01.28 23:08:18.599007 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4432 | 2025.01.28 23:08:18.599131 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4433 | 2025.01.28 23:08:18.599173 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 4434 | 2025.01.28 23:08:18.599370 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 4435 | 2025.01.28 23:08:18.599606 [ 5 ] {1b41cd9f-116c-4ed9-bcf7-4cf14bc7e809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4436 | 2025.01.28 23:08:18.599734 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 4437 | 2025.01.28 23:08:18.599803 [ 5 ] {1b41cd9f-116c-4ed9-bcf7-4cf14bc7e809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4438 | 2025.01.28 23:08:18.600162 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 4439 | 2025.01.28 23:08:18.600540 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 4440 | 2025.01.28 23:08:18.602561 [ 5 ] {1b41cd9f-116c-4ed9-bcf7-4cf14bc7e809} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4441 | 2025.01.28 23:08:18.602643 [ 5 ] {1b41cd9f-116c-4ed9-bcf7-4cf14bc7e809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4442 | 2025.01.28 23:08:18.603003 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004381173 sec., 15977.456265707835 rows/sec., 1.18 MiB/sec. | ||
| 4443 | 2025.01.28 23:08:18.603269 [ 186 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4444 | 2025.01.28 23:08:18.603580 [ 5 ] {1b41cd9f-116c-4ed9-bcf7-4cf14bc7e809} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4445 | 2025.01.28 23:08:18.603969 [ 186 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_13_3} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4446 | 2025.01.28 23:08:18.604141 [ 5 ] {1b41cd9f-116c-4ed9-bcf7-4cf14bc7e809} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4447 | 2025.01.28 23:08:18.604159 [ 186 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_13_3} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4448 | 2025.01.28 23:08:18.604336 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4449 | 2025.01.28 23:08:18.604418 [ 81 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4450 | 2025.01.28 23:08:18.604476 [ 81 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4451 | 2025.01.28 23:08:18.604501 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4452 | 2025.01.28 23:08:18.604544 [ 5 ] {1b41cd9f-116c-4ed9-bcf7-4cf14bc7e809} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.00512 sec., 44335.9375 rows/sec., 3.88 MiB/sec. | ||
| 4453 | 2025.01.28 23:08:18.604612 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 4454 | 2025.01.28 23:08:18.604642 [ 5 ] {1b41cd9f-116c-4ed9-bcf7-4cf14bc7e809} <Debug> TCPHandler: Processed in 0.00596588 sec. | ||
| 4455 | 2025.01.28 23:08:18.604784 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4456 | 2025.01.28 23:08:18.604817 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1429 rows starting from the beginning of the part | ||
| 4457 | 2025.01.28 23:08:18.604932 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4458 | 2025.01.28 23:08:18.604980 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 110 rows starting from the beginning of the part | ||
| 4459 | 2025.01.28 23:08:18.605120 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1374 rows starting from the beginning of the part | ||
| 4460 | 2025.01.28 23:08:18.605461 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4461 | 2025.01.28 23:08:18.605545 [ 254 ] {c63efcd3-e8c5-48f5-8a7f-2c8e3b858dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4462 | 2025.01.28 23:08:18.605792 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 110 rows starting from the beginning of the part | ||
| 4463 | 2025.01.28 23:08:18.605793 [ 254 ] {c63efcd3-e8c5-48f5-8a7f-2c8e3b858dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4464 | 2025.01.28 23:08:18.606070 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 227 rows starting from the beginning of the part | ||
| 4465 | 2025.01.28 23:08:18.607917 [ 254 ] {c63efcd3-e8c5-48f5-8a7f-2c8e3b858dd1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2025.01.28 23:08:18.607988 [ 254 ] {c63efcd3-e8c5-48f5-8a7f-2c8e3b858dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4467 | 2025.01.28 23:08:18.609013 [ 254 ] {c63efcd3-e8c5-48f5-8a7f-2c8e3b858dd1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4468 | 2025.01.28 23:08:18.609317 [ 254 ] {c63efcd3-e8c5-48f5-8a7f-2c8e3b858dd1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2025.01.28 23:08:18.609746 [ 254 ] {c63efcd3-e8c5-48f5-8a7f-2c8e3b858dd1} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004443 sec., 4276.389826693676 rows/sec., 305.74 KiB/sec. | ||
| 4470 | 2025.01.28 23:08:18.609933 [ 254 ] {c63efcd3-e8c5-48f5-8a7f-2c8e3b858dd1} <Debug> TCPHandler: Processed in 0.005182296 sec. | ||
| 4471 | 2025.01.28 23:08:18.609935 [ 186 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.00538099 sec., 614385.0852724126 rows/sec., 53.83 MiB/sec. | ||
| 4472 | 2025.01.28 23:08:18.610122 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4473 | 2025.01.28 23:08:18.610290 [ 186 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4474 | 2025.01.28 23:08:18.610325 [ 5 ] {51b70f29-97bf-4111-9c8a-8e238c502173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4475 | 2025.01.28 23:08:18.610443 [ 5 ] {51b70f29-97bf-4111-9c8a-8e238c502173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4476 | 2025.01.28 23:08:18.610889 [ 186 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2025.01.28 23:08:18.611127 [ 186 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_31_6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4478 | 2025.01.28 23:08:18.611260 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4479 | 2025.01.28 23:08:18.611507 [ 5 ] {51b70f29-97bf-4111-9c8a-8e238c502173} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2025.01.28 23:08:18.611547 [ 5 ] {51b70f29-97bf-4111-9c8a-8e238c502173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4481 | 2025.01.28 23:08:18.611889 [ 5 ] {51b70f29-97bf-4111-9c8a-8e238c502173} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4482 | 2025.01.28 23:08:18.612112 [ 5 ] {51b70f29-97bf-4111-9c8a-8e238c502173} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2025.01.28 23:08:18.612366 [ 5 ] {51b70f29-97bf-4111-9c8a-8e238c502173} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002115 sec., 6619.385342789597 rows/sec., 463.58 KiB/sec. | ||
| 4484 | 2025.01.28 23:08:18.612428 [ 5 ] {51b70f29-97bf-4111-9c8a-8e238c502173} <Debug> TCPHandler: Processed in 0.00238014 sec. | ||
| 4485 | 2025.01.28 23:08:18.612594 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4486 | 2025.01.28 23:08:18.612732 [ 254 ] {4162dee4-aa71-4f9b-a3f5-864ee4cf384b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4487 | 2025.01.28 23:08:18.612790 [ 254 ] {4162dee4-aa71-4f9b-a3f5-864ee4cf384b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4488 | 2025.01.28 23:08:18.613472 [ 254 ] {4162dee4-aa71-4f9b-a3f5-864ee4cf384b} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4489 | 2025.01.28 23:08:18.613512 [ 254 ] {4162dee4-aa71-4f9b-a3f5-864ee4cf384b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4490 | 2025.01.28 23:08:18.613874 [ 254 ] {4162dee4-aa71-4f9b-a3f5-864ee4cf384b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4491 | 2025.01.28 23:08:18.614123 [ 254 ] {4162dee4-aa71-4f9b-a3f5-864ee4cf384b} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4492 | 2025.01.28 23:08:18.614271 [ 81 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4493 | 2025.01.28 23:08:18.614332 [ 81 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4494 | 2025.01.28 23:08:18.614367 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4495 | 2025.01.28 23:08:18.614374 [ 254 ] {4162dee4-aa71-4f9b-a3f5-864ee4cf384b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec. | ||
| 4496 | 2025.01.28 23:08:18.614745 [ 254 ] {4162dee4-aa71-4f9b-a3f5-864ee4cf384b} <Debug> TCPHandler: Processed in 0.002211376 sec. | ||
| 4497 | 2025.01.28 23:08:18.614858 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 4498 | 2025.01.28 23:08:18.615066 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4499 | 2025.01.28 23:08:18.615090 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4500 | 2025.01.28 23:08:18.615117 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 4501 | 2025.01.28 23:08:18.615269 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 4502 | 2025.01.28 23:08:18.615633 [ 5 ] {2fdbb1d2-cb78-4b89-9f6c-d68ff318f8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4503 | 2025.01.28 23:08:18.615694 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 4504 | 2025.01.28 23:08:18.615829 [ 5 ] {2fdbb1d2-cb78-4b89-9f6c-d68ff318f8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4505 | 2025.01.28 23:08:18.616131 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 4506 | 2025.01.28 23:08:18.616568 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 4507 | 2025.01.28 23:08:18.618499 [ 5 ] {2fdbb1d2-cb78-4b89-9f6c-d68ff318f8bc} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2025.01.28 23:08:18.618571 [ 5 ] {2fdbb1d2-cb78-4b89-9f6c-d68ff318f8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4509 | 2025.01.28 23:08:18.619083 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004627388 sec., 14046.801348838699 rows/sec., 930.69 KiB/sec. | ||
| 4510 | 2025.01.28 23:08:18.619335 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4511 | 2025.01.28 23:08:18.619515 [ 5 ] {2fdbb1d2-cb78-4b89-9f6c-d68ff318f8bc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4512 | 2025.01.28 23:08:18.619838 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_13_3} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2025.01.28 23:08:18.619992 [ 5 ] {2fdbb1d2-cb78-4b89-9f6c-d68ff318f8bc} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4514 | 2025.01.28 23:08:18.620007 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_13_3} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4515 | 2025.01.28 23:08:18.620174 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4516 | 2025.01.28 23:08:18.620243 [ 81 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4517 | 2025.01.28 23:08:18.620306 [ 81 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4518 | 2025.01.28 23:08:18.620333 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4519 | 2025.01.28 23:08:18.620363 [ 5 ] {2fdbb1d2-cb78-4b89-9f6c-d68ff318f8bc} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.004949 sec., 79612.04283693674 rows/sec., 5.65 MiB/sec. | ||
| 4520 | 2025.01.28 23:08:18.620578 [ 5 ] {2fdbb1d2-cb78-4b89-9f6c-d68ff318f8bc} <Debug> TCPHandler: Processed in 0.005629054 sec. | ||
| 4521 | 2025.01.28 23:08:18.620601 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 4522 | 2025.01.28 23:08:18.620750 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4523 | 2025.01.28 23:08:18.620782 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4524 | 2025.01.28 23:08:18.620796 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4525 | 2025.01.28 23:08:18.620945 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 91 rows starting from the beginning of the part | ||
| 4526 | 2025.01.28 23:08:18.621157 [ 254 ] {a4af66d3-0ab2-4678-81f8-65e627873641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4527 | 2025.01.28 23:08:18.621291 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 864 rows starting from the beginning of the part | ||
| 4528 | 2025.01.28 23:08:18.621367 [ 254 ] {a4af66d3-0ab2-4678-81f8-65e627873641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4529 | 2025.01.28 23:08:18.621627 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4530 | 2025.01.28 23:08:18.621895 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 91 rows starting from the beginning of the part | ||
| 4531 | 2025.01.28 23:08:18.622338 [ 197 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 394 rows starting from the beginning of the part | ||
| 4532 | 2025.01.28 23:08:18.623393 [ 254 ] {a4af66d3-0ab2-4678-81f8-65e627873641} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2025.01.28 23:08:18.623435 [ 254 ] {a4af66d3-0ab2-4678-81f8-65e627873641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4534 | 2025.01.28 23:08:18.623956 [ 254 ] {a4af66d3-0ab2-4678-81f8-65e627873641} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4535 | 2025.01.28 23:08:18.624234 [ 254 ] {a4af66d3-0ab2-4678-81f8-65e627873641} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2025.01.28 23:08:18.624570 [ 254 ] {a4af66d3-0ab2-4678-81f8-65e627873641} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003574 sec., 1678.7912702853946 rows/sec., 87.71 KiB/sec. | ||
| 4537 | 2025.01.28 23:08:18.624672 [ 190 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.004256151 sec., 566944.170918748 rows/sec., 43.48 MiB/sec. | ||
| 4538 | 2025.01.28 23:08:18.624692 [ 254 ] {a4af66d3-0ab2-4678-81f8-65e627873641} <Debug> TCPHandler: Processed in 0.003966716 sec. | ||
| 4539 | 2025.01.28 23:08:18.624943 [ 190 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4540 | 2025.01.28 23:08:18.624979 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2025.01.28 23:08:18.625311 [ 5 ] {947f376a-d1ad-454e-a8cb-24fd297980b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4542 | 2025.01.28 23:08:18.625454 [ 190 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4543 | 2025.01.28 23:08:18.625475 [ 5 ] {947f376a-d1ad-454e-a8cb-24fd297980b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4544 | 2025.01.28 23:08:18.625685 [ 190 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_31_6} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4545 | 2025.01.28 23:08:18.625883 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4546 | 2025.01.28 23:08:18.626371 [ 5 ] {947f376a-d1ad-454e-a8cb-24fd297980b7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4547 | 2025.01.28 23:08:18.626414 [ 5 ] {947f376a-d1ad-454e-a8cb-24fd297980b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4548 | 2025.01.28 23:08:18.626810 [ 5 ] {947f376a-d1ad-454e-a8cb-24fd297980b7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4549 | 2025.01.28 23:08:18.627047 [ 5 ] {947f376a-d1ad-454e-a8cb-24fd297980b7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4550 | 2025.01.28 23:08:18.627177 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4551 | 2025.01.28 23:08:18.627220 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4552 | 2025.01.28 23:08:18.627240 [ 5 ] {947f376a-d1ad-454e-a8cb-24fd297980b7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002033 sec., 116576.48794884406 rows/sec., 7.81 MiB/sec. | ||
| 4553 | 2025.01.28 23:08:18.627248 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4554 | 2025.01.28 23:08:18.627394 [ 5 ] {947f376a-d1ad-454e-a8cb-24fd297980b7} <Debug> TCPHandler: Processed in 0.002547103 sec. | ||
| 4555 | 2025.01.28 23:08:18.627481 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 4556 | 2025.01.28 23:08:18.627605 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4557 | 2025.01.28 23:08:18.627681 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4558 | 2025.01.28 23:08:18.627731 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8044 rows starting from the beginning of the part | ||
| 4559 | 2025.01.28 23:08:18.627933 [ 254 ] {332d98c5-96df-45d3-a07c-c79e145cf64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4560 | 2025.01.28 23:08:18.628000 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4561 | 2025.01.28 23:08:18.628174 [ 254 ] {332d98c5-96df-45d3-a07c-c79e145cf64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4562 | 2025.01.28 23:08:18.628324 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1026 rows starting from the beginning of the part | ||
| 4563 | 2025.01.28 23:08:18.628722 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4564 | 2025.01.28 23:08:18.629027 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4565 | 2025.01.28 23:08:18.629579 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4566 | 2025.01.28 23:08:18.630462 [ 254 ] {332d98c5-96df-45d3-a07c-c79e145cf64c} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4567 | 2025.01.28 23:08:18.630527 [ 254 ] {332d98c5-96df-45d3-a07c-c79e145cf64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4568 | 2025.01.28 23:08:18.631259 [ 254 ] {332d98c5-96df-45d3-a07c-c79e145cf64c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4569 | 2025.01.28 23:08:18.631637 [ 254 ] {332d98c5-96df-45d3-a07c-c79e145cf64c} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4570 | 2025.01.28 23:08:18.632311 [ 254 ] {332d98c5-96df-45d3-a07c-c79e145cf64c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004488 sec., 222.81639928698752 rows/sec., 15.01 KiB/sec. | ||
| 4571 | 2025.01.28 23:08:18.632715 [ 254 ] {332d98c5-96df-45d3-a07c-c79e145cf64c} <Debug> TCPHandler: Processed in 0.005181416 sec. | ||
| 4572 | 2025.01.28 23:08:18.632955 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4573 | 2025.01.28 23:08:18.633137 [ 5 ] {971c4f53-b942-41f2-a700-275d5f874a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4574 | 2025.01.28 23:08:18.633244 [ 5 ] {971c4f53-b942-41f2-a700-275d5f874a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4575 | 2025.01.28 23:08:18.634912 [ 5 ] {971c4f53-b942-41f2-a700-275d5f874a63} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2025.01.28 23:08:18.634958 [ 5 ] {971c4f53-b942-41f2-a700-275d5f874a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4577 | 2025.01.28 23:08:18.635511 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9691 rows, containing 5 columns (5 merged, 0 gathered) in 0.008148996 sec., 1189226.2556025307 rows/sec., 80.21 MiB/sec. | ||
| 4578 | 2025.01.28 23:08:18.635827 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4579 | 2025.01.28 23:08:18.636446 [ 5 ] {971c4f53-b942-41f2-a700-275d5f874a63} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4580 | 2025.01.28 23:08:18.636513 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4581 | 2025.01.28 23:08:18.636665 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4582 | 2025.01.28 23:08:18.636808 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. | ||
| 4583 | 2025.01.28 23:08:18.636919 [ 5 ] {971c4f53-b942-41f2-a700-275d5f874a63} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4584 | 2025.01.28 23:08:18.637127 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4585 | 2025.01.28 23:08:18.637196 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4586 | 2025.01.28 23:08:18.637224 [ 5 ] {971c4f53-b942-41f2-a700-275d5f874a63} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004114 sec., 2916.869227029655 rows/sec., 5.23 MiB/sec. | ||
| 4587 | 2025.01.28 23:08:18.637239 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
| 4588 | 2025.01.28 23:08:18.637825 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 4589 | 2025.01.28 23:08:18.637923 [ 5 ] {971c4f53-b942-41f2-a700-275d5f874a63} <Debug> TCPHandler: Processed in 0.005079315 sec. | ||
| 4590 | 2025.01.28 23:08:18.638403 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4591 | 2025.01.28 23:08:18.638477 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 258 rows starting from the beginning of the part | ||
| 4592 | 2025.01.28 23:08:18.638731 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4593 | 2025.01.28 23:08:18.638958 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
| 4594 | 2025.01.28 23:08:18.639033 [ 254 ] {c183a31a-aa48-431c-96e1-b7e71b91a56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4595 | 2025.01.28 23:08:18.639230 [ 254 ] {c183a31a-aa48-431c-96e1-b7e71b91a56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4596 | 2025.01.28 23:08:18.639667 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
| 4597 | 2025.01.28 23:08:18.640492 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 4598 | 2025.01.28 23:08:18.641079 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
| 4599 | 2025.01.28 23:08:18.641861 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part | ||
| 4600 | 2025.01.28 23:08:18.641913 [ 254 ] {c183a31a-aa48-431c-96e1-b7e71b91a56c} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2025.01.28 23:08:18.642004 [ 254 ] {c183a31a-aa48-431c-96e1-b7e71b91a56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4602 | 2025.01.28 23:08:18.643393 [ 254 ] {c183a31a-aa48-431c-96e1-b7e71b91a56c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4603 | 2025.01.28 23:08:18.643912 [ 254 ] {c183a31a-aa48-431c-96e1-b7e71b91a56c} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2025.01.28 23:08:18.644141 [ 80 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4605 | 2025.01.28 23:08:18.644250 [ 80 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4606 | 2025.01.28 23:08:18.644313 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4607 | 2025.01.28 23:08:18.644497 [ 254 ] {c183a31a-aa48-431c-96e1-b7e71b91a56c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005501 sec., 14906.380658062171 rows/sec., 969.46 KiB/sec. | ||
| 4608 | 2025.01.28 23:08:18.644781 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 4609 | 2025.01.28 23:08:18.644802 [ 254 ] {c183a31a-aa48-431c-96e1-b7e71b91a56c} <Debug> TCPHandler: Processed in 0.006219573 sec. | ||
| 4610 | 2025.01.28 23:08:18.645175 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4611 | 2025.01.28 23:08:18.645273 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1526 rows starting from the beginning of the part | ||
| 4612 | 2025.01.28 23:08:18.645574 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4613 | 2025.01.28 23:08:18.645911 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part | ||
| 4614 | 2025.01.28 23:08:18.646240 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
| 4615 | 2025.01.28 23:08:18.646603 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4616 | 2025.01.28 23:08:18.646904 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4617 | 2025.01.28 23:08:18.650404 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 4 columns (4 merged, 0 gathered) in 0.005847668 sec., 309525.0961579898 rows/sec., 20.14 MiB/sec. | ||
| 4618 | 2025.01.28 23:08:18.650856 [ 200 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4619 | 2025.01.28 23:08:18.651273 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2025.01.28 23:08:18.651384 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_31_6} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4621 | 2025.01.28 23:08:18.651559 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4622 | 2025.01.28 23:08:18.651906 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 19 columns (19 merged, 0 gathered) in 0.014548083 sec., 23920.67738409246 rows/sec., 42.86 MiB/sec. | ||
| 4623 | 2025.01.28 23:08:18.652575 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4624 | 2025.01.28 23:08:18.652985 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4625 | 2025.01.28 23:08:18.653069 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4626 | 2025.01.28 23:08:18.653219 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
| 4627 | 2025.01.28 23:08:23.595041 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4628 | 2025.01.28 23:08:23.595277 [ 254 ] {efaa6945-bf5b-445b-aec2-3d67b7521af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4629 | 2025.01.28 23:08:23.595369 [ 254 ] {efaa6945-bf5b-445b-aec2-3d67b7521af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4630 | 2025.01.28 23:08:23.596253 [ 254 ] {efaa6945-bf5b-445b-aec2-3d67b7521af4} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4631 | 2025.01.28 23:08:23.596327 [ 254 ] {efaa6945-bf5b-445b-aec2-3d67b7521af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4632 | 2025.01.28 23:08:23.596899 [ 254 ] {efaa6945-bf5b-445b-aec2-3d67b7521af4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4633 | 2025.01.28 23:08:23.597195 [ 254 ] {efaa6945-bf5b-445b-aec2-3d67b7521af4} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4634 | 2025.01.28 23:08:23.597469 [ 254 ] {efaa6945-bf5b-445b-aec2-3d67b7521af4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002253 sec., 887.705281846427 rows/sec., 72.39 KiB/sec. | ||
| 4635 | 2025.01.28 23:08:23.597551 [ 254 ] {efaa6945-bf5b-445b-aec2-3d67b7521af4} <Debug> TCPHandler: Processed in 0.002657335 sec. | ||
| 4636 | 2025.01.28 23:08:23.597875 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4637 | 2025.01.28 23:08:23.598154 [ 5 ] {b02352e0-9563-4ce6-8e89-44b1287e2a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4638 | 2025.01.28 23:08:23.598256 [ 5 ] {b02352e0-9563-4ce6-8e89-44b1287e2a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4639 | 2025.01.28 23:08:23.599425 [ 5 ] {b02352e0-9563-4ce6-8e89-44b1287e2a19} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4640 | 2025.01.28 23:08:23.599489 [ 5 ] {b02352e0-9563-4ce6-8e89-44b1287e2a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4641 | 2025.01.28 23:08:23.600110 [ 5 ] {b02352e0-9563-4ce6-8e89-44b1287e2a19} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4642 | 2025.01.28 23:08:23.600484 [ 5 ] {b02352e0-9563-4ce6-8e89-44b1287e2a19} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4643 | 2025.01.28 23:08:23.600777 [ 5 ] {b02352e0-9563-4ce6-8e89-44b1287e2a19} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002707 sec., 41004.80236424085 rows/sec., 3.44 MiB/sec. | ||
| 4644 | 2025.01.28 23:08:23.600876 [ 5 ] {b02352e0-9563-4ce6-8e89-44b1287e2a19} <Debug> TCPHandler: Processed in 0.003195423 sec. | ||
| 4645 | 2025.01.28 23:08:23.601111 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4646 | 2025.01.28 23:08:23.601267 [ 254 ] {851e4fae-7271-4caf-8c60-2da7f144598e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4647 | 2025.01.28 23:08:23.601341 [ 254 ] {851e4fae-7271-4caf-8c60-2da7f144598e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4648 | 2025.01.28 23:08:23.602079 [ 254 ] {851e4fae-7271-4caf-8c60-2da7f144598e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4649 | 2025.01.28 23:08:23.602129 [ 254 ] {851e4fae-7271-4caf-8c60-2da7f144598e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4650 | 2025.01.28 23:08:23.602553 [ 254 ] {851e4fae-7271-4caf-8c60-2da7f144598e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4651 | 2025.01.28 23:08:23.602814 [ 254 ] {851e4fae-7271-4caf-8c60-2da7f144598e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4652 | 2025.01.28 23:08:23.603068 [ 254 ] {851e4fae-7271-4caf-8c60-2da7f144598e} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001833 sec., 15821.058374249864 rows/sec., 1.16 MiB/sec. | ||
| 4653 | 2025.01.28 23:08:23.603194 [ 254 ] {851e4fae-7271-4caf-8c60-2da7f144598e} <Debug> TCPHandler: Processed in 0.002175997 sec. | ||
| 4654 | 2025.01.28 23:08:23.603472 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4655 | 2025.01.28 23:08:23.603648 [ 5 ] {7816e599-5198-4ebd-92cf-eccce1e86e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4656 | 2025.01.28 23:08:23.603728 [ 5 ] {7816e599-5198-4ebd-92cf-eccce1e86e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4657 | 2025.01.28 23:08:23.604663 [ 5 ] {7816e599-5198-4ebd-92cf-eccce1e86e5e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4658 | 2025.01.28 23:08:23.604713 [ 5 ] {7816e599-5198-4ebd-92cf-eccce1e86e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4659 | 2025.01.28 23:08:23.605249 [ 5 ] {7816e599-5198-4ebd-92cf-eccce1e86e5e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4660 | 2025.01.28 23:08:23.605615 [ 5 ] {7816e599-5198-4ebd-92cf-eccce1e86e5e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2025.01.28 23:08:23.605875 [ 5 ] {7816e599-5198-4ebd-92cf-eccce1e86e5e} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002274 sec., 40897.097625329814 rows/sec., 3.20 MiB/sec. | ||
| 4662 | 2025.01.28 23:08:23.606015 [ 5 ] {7816e599-5198-4ebd-92cf-eccce1e86e5e} <Debug> TCPHandler: Processed in 0.002652944 sec. | ||
| 4663 | 2025.01.28 23:08:23.606214 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4664 | 2025.01.28 23:08:23.606364 [ 254 ] {14322c9e-ce6f-452f-81d8-4e18dd67334e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4665 | 2025.01.28 23:08:23.606447 [ 254 ] {14322c9e-ce6f-452f-81d8-4e18dd67334e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4666 | 2025.01.28 23:08:23.607176 [ 254 ] {14322c9e-ce6f-452f-81d8-4e18dd67334e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4667 | 2025.01.28 23:08:23.607221 [ 254 ] {14322c9e-ce6f-452f-81d8-4e18dd67334e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4668 | 2025.01.28 23:08:23.607666 [ 254 ] {14322c9e-ce6f-452f-81d8-4e18dd67334e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4669 | 2025.01.28 23:08:23.607944 [ 254 ] {14322c9e-ce6f-452f-81d8-4e18dd67334e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4670 | 2025.01.28 23:08:23.608185 [ 254 ] {14322c9e-ce6f-452f-81d8-4e18dd67334e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001865 sec., 86327.07774798929 rows/sec., 6.01 MiB/sec. | ||
| 4671 | 2025.01.28 23:08:23.608258 [ 254 ] {14322c9e-ce6f-452f-81d8-4e18dd67334e} <Debug> TCPHandler: Processed in 0.002106805 sec. | ||
| 4672 | 2025.01.28 23:08:23.608483 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4673 | 2025.01.28 23:08:23.608645 [ 5 ] {1f6c944d-e01e-4660-ba9b-f5a431f644f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4674 | 2025.01.28 23:08:23.608763 [ 5 ] {1f6c944d-e01e-4660-ba9b-f5a431f644f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4675 | 2025.01.28 23:08:23.610563 [ 5 ] {1f6c944d-e01e-4660-ba9b-f5a431f644f1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2025.01.28 23:08:23.610615 [ 5 ] {1f6c944d-e01e-4660-ba9b-f5a431f644f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4677 | 2025.01.28 23:08:23.611598 [ 5 ] {1f6c944d-e01e-4660-ba9b-f5a431f644f1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4678 | 2025.01.28 23:08:23.611993 [ 5 ] {1f6c944d-e01e-4660-ba9b-f5a431f644f1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2025.01.28 23:08:23.612293 [ 5 ] {1f6c944d-e01e-4660-ba9b-f5a431f644f1} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003685 sec., 7327.0013568521035 rows/sec., 13.13 MiB/sec. | ||
| 4680 | 2025.01.28 23:08:23.612492 [ 5 ] {1f6c944d-e01e-4660-ba9b-f5a431f644f1} <Debug> TCPHandler: Processed in 0.004084248 sec. | ||
| 4681 | 2025.01.28 23:08:23.612690 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4682 | 2025.01.28 23:08:23.612828 [ 254 ] {d36ed259-fa9b-4600-b717-26df33c1a21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4683 | 2025.01.28 23:08:23.612887 [ 254 ] {d36ed259-fa9b-4600-b717-26df33c1a21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4684 | 2025.01.28 23:08:23.613447 [ 254 ] {d36ed259-fa9b-4600-b717-26df33c1a21e} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2025.01.28 23:08:23.613493 [ 254 ] {d36ed259-fa9b-4600-b717-26df33c1a21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4686 | 2025.01.28 23:08:23.613896 [ 254 ] {d36ed259-fa9b-4600-b717-26df33c1a21e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4687 | 2025.01.28 23:08:23.614152 [ 254 ] {d36ed259-fa9b-4600-b717-26df33c1a21e} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4688 | 2025.01.28 23:08:23.614379 [ 254 ] {d36ed259-fa9b-4600-b717-26df33c1a21e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.56 MiB/sec. | ||
| 4689 | 2025.01.28 23:08:23.614462 [ 254 ] {d36ed259-fa9b-4600-b717-26df33c1a21e} <Debug> TCPHandler: Processed in 0.001835951 sec. | ||
| 4690 | 2025.01.28 23:08:25.233934 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4691 | 2025.01.28 23:08:25.234625 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4692 | 2025.01.28 23:08:25.234671 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4693 | 2025.01.28 23:08:25.235192 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4694 | 2025.01.28 23:08:25.235442 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4695 | 2025.01.28 23:08:25.235648 [ 72 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4696 | 2025.01.28 23:08:25.235682 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4697 | 2025.01.28 23:08:25.235728 [ 72 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4698 | 2025.01.28 23:08:25.235756 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4699 | 2025.01.28 23:08:25.235869 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 4700 | 2025.01.28 23:08:25.235969 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4701 | 2025.01.28 23:08:25.236001 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 4702 | 2025.01.28 23:08:25.236069 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4703 | 2025.01.28 23:08:25.236258 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4704 | 2025.01.28 23:08:25.236475 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4705 | 2025.01.28 23:08:25.236637 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4706 | 2025.01.28 23:08:25.236810 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4707 | 2025.01.28 23:08:25.238770 [ 188 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002953829 sec., 3283534.6934436625 rows/sec., 46.97 MiB/sec. | ||
| 4708 | 2025.01.28 23:08:25.238968 [ 188 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4709 | 2025.01.28 23:08:25.239237 [ 188 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2025.01.28 23:08:25.239311 [ 188 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_21_4} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4711 | 2025.01.28 23:08:25.239392 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4712 | 2025.01.28 23:08:25.859239 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4713 | 2025.01.28 23:08:25.881562 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2025.01.28 23:08:25.881620 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4715 | 2025.01.28 23:08:25.889253 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4716 | 2025.01.28 23:08:25.890019 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4717 | 2025.01.28 23:08:25.890410 [ 72 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4718 | 2025.01.28 23:08:25.890535 [ 72 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2025.01.28 23:08:25.890602 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4720 | 2025.01.28 23:08:25.891048 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 4721 | 2025.01.28 23:08:25.907363 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4722 | 2025.01.28 23:08:25.908815 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4723 | 2025.01.28 23:08:25.910088 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 4724 | 2025.01.28 23:08:25.915145 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 4725 | 2025.01.28 23:08:25.920384 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 4726 | 2025.01.28 23:08:25.925786 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 4727 | 2025.01.28 23:08:25.931516 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 4728 | 2025.01.28 23:08:25.935935 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 4729 | 2025.01.28 23:08:25.993000 [ 192 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.102235267 sec., 1555.2363158595751 rows/sec., 8.04 MiB/sec. | ||
| 4730 | 2025.01.28 23:08:25.995750 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4731 | 2025.01.28 23:08:25.998789 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_21_4} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4732 | 2025.01.28 23:08:25.998917 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_21_4} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4733 | 2025.01.28 23:08:26.000211 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.01 MiB, peak 194.75 MiB, free memory in arenas 0.00 B, will set to 186.44 MiB (RSS), difference: -1.57 MiB | ||
| 4734 | 2025.01.28 23:08:26.002137 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4735 | 2025.01.28 23:08:27.001158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.62 MiB, peak 194.75 MiB, free memory in arenas 0.00 B, will set to 186.44 MiB (RSS), difference: 3.82 MiB | ||
| 4736 | 2025.01.28 23:08:27.776158 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 676 | ||
| 4737 | 2025.01.28 23:08:27.779335 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2025.01.28 23:08:27.779374 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4739 | 2025.01.28 23:08:27.780813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4740 | 2025.01.28 23:08:27.781111 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4741 | 2025.01.28 23:08:27.781597 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 676 | ||
| 4742 | 2025.01.28 23:08:28.596724 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2025.01.28 23:08:28.596938 [ 254 ] {06411497-621f-43fe-8ef3-e065e99d1923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4744 | 2025.01.28 23:08:28.597022 [ 254 ] {06411497-621f-43fe-8ef3-e065e99d1923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4745 | 2025.01.28 23:08:28.597885 [ 254 ] {06411497-621f-43fe-8ef3-e065e99d1923} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2025.01.28 23:08:28.597938 [ 254 ] {06411497-621f-43fe-8ef3-e065e99d1923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4747 | 2025.01.28 23:08:28.598386 [ 254 ] {06411497-621f-43fe-8ef3-e065e99d1923} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4748 | 2025.01.28 23:08:28.598659 [ 254 ] {06411497-621f-43fe-8ef3-e065e99d1923} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4749 | 2025.01.28 23:08:28.598899 [ 254 ] {06411497-621f-43fe-8ef3-e065e99d1923} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002021 sec., 6927.263730826325 rows/sec., 498.67 KiB/sec. | ||
| 4750 | 2025.01.28 23:08:28.598966 [ 254 ] {06411497-621f-43fe-8ef3-e065e99d1923} <Debug> TCPHandler: Processed in 0.00238572 sec. | ||
| 4751 | 2025.01.28 23:08:28.599235 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4752 | 2025.01.28 23:08:28.599448 [ 5 ] {a321b0eb-fd0f-45a2-be48-45a3ba9d4a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4753 | 2025.01.28 23:08:28.599532 [ 5 ] {a321b0eb-fd0f-45a2-be48-45a3ba9d4a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4754 | 2025.01.28 23:08:28.600399 [ 5 ] {a321b0eb-fd0f-45a2-be48-45a3ba9d4a84} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4755 | 2025.01.28 23:08:28.600450 [ 5 ] {a321b0eb-fd0f-45a2-be48-45a3ba9d4a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4756 | 2025.01.28 23:08:28.600904 [ 5 ] {a321b0eb-fd0f-45a2-be48-45a3ba9d4a84} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4757 | 2025.01.28 23:08:28.601155 [ 5 ] {a321b0eb-fd0f-45a2-be48-45a3ba9d4a84} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4758 | 2025.01.28 23:08:28.601414 [ 5 ] {a321b0eb-fd0f-45a2-be48-45a3ba9d4a84} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002017 sec., 112543.38125929597 rows/sec., 9.86 MiB/sec. | ||
| 4759 | 2025.01.28 23:08:28.601522 [ 5 ] {a321b0eb-fd0f-45a2-be48-45a3ba9d4a84} <Debug> TCPHandler: Processed in 0.002426671 sec. | ||
| 4760 | 2025.01.28 23:08:28.601767 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4761 | 2025.01.28 23:08:28.601937 [ 254 ] {0e780ea5-f31b-49e2-8662-f282aa02a872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4762 | 2025.01.28 23:08:28.601999 [ 254 ] {0e780ea5-f31b-49e2-8662-f282aa02a872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4763 | 2025.01.28 23:08:28.602704 [ 254 ] {0e780ea5-f31b-49e2-8662-f282aa02a872} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2025.01.28 23:08:28.602754 [ 254 ] {0e780ea5-f31b-49e2-8662-f282aa02a872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4765 | 2025.01.28 23:08:28.603127 [ 254 ] {0e780ea5-f31b-49e2-8662-f282aa02a872} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4766 | 2025.01.28 23:08:28.603387 [ 254 ] {0e780ea5-f31b-49e2-8662-f282aa02a872} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4767 | 2025.01.28 23:08:28.603663 [ 254 ] {0e780ea5-f31b-49e2-8662-f282aa02a872} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001758 sec., 10807.73606370876 rows/sec., 772.70 KiB/sec. | ||
| 4768 | 2025.01.28 23:08:28.603895 [ 254 ] {0e780ea5-f31b-49e2-8662-f282aa02a872} <Debug> TCPHandler: Processed in 0.002265847 sec. | ||
| 4769 | 2025.01.28 23:08:28.604129 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4770 | 2025.01.28 23:08:28.604350 [ 5 ] {5d54548b-e338-43a4-b82a-d91138eb94dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4771 | 2025.01.28 23:08:28.604441 [ 5 ] {5d54548b-e338-43a4-b82a-d91138eb94dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4772 | 2025.01.28 23:08:28.605203 [ 5 ] {5d54548b-e338-43a4-b82a-d91138eb94dc} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2025.01.28 23:08:28.605242 [ 5 ] {5d54548b-e338-43a4-b82a-d91138eb94dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4774 | 2025.01.28 23:08:28.605603 [ 5 ] {5d54548b-e338-43a4-b82a-d91138eb94dc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4775 | 2025.01.28 23:08:28.605843 [ 5 ] {5d54548b-e338-43a4-b82a-d91138eb94dc} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4776 | 2025.01.28 23:08:28.605997 [ 68 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4777 | 2025.01.28 23:08:28.606070 [ 5 ] {5d54548b-e338-43a4-b82a-d91138eb94dc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001767 sec., 7923.03338992643 rows/sec., 554.88 KiB/sec. | ||
| 4778 | 2025.01.28 23:08:28.606078 [ 68 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4779 | 2025.01.28 23:08:28.606155 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4780 | 2025.01.28 23:08:28.606199 [ 5 ] {5d54548b-e338-43a4-b82a-d91138eb94dc} <Debug> TCPHandler: Processed in 0.002191027 sec. | ||
| 4781 | 2025.01.28 23:08:28.606440 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4782 | 2025.01.28 23:08:28.606462 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 4783 | 2025.01.28 23:08:28.606639 [ 254 ] {e294c1cb-c209-4183-98c2-3b6eff308fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4784 | 2025.01.28 23:08:28.606752 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4785 | 2025.01.28 23:08:28.606753 [ 254 ] {e294c1cb-c209-4183-98c2-3b6eff308fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4786 | 2025.01.28 23:08:28.606832 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part | ||
| 4787 | 2025.01.28 23:08:28.607145 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4788 | 2025.01.28 23:08:28.607477 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4789 | 2025.01.28 23:08:28.607875 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part | ||
| 4790 | 2025.01.28 23:08:28.608223 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 4791 | 2025.01.28 23:08:28.608563 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 4792 | 2025.01.28 23:08:28.609575 [ 254 ] {e294c1cb-c209-4183-98c2-3b6eff308fd4} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4793 | 2025.01.28 23:08:28.609659 [ 254 ] {e294c1cb-c209-4183-98c2-3b6eff308fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4794 | 2025.01.28 23:08:28.610857 [ 254 ] {e294c1cb-c209-4183-98c2-3b6eff308fd4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4795 | 2025.01.28 23:08:28.611484 [ 254 ] {e294c1cb-c209-4183-98c2-3b6eff308fd4} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4796 | 2025.01.28 23:08:28.611494 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005236707 sec., 103309.19793679501 rows/sec., 7.40 MiB/sec. | ||
| 4797 | 2025.01.28 23:08:28.611777 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4798 | 2025.01.28 23:08:28.611910 [ 254 ] {e294c1cb-c209-4183-98c2-3b6eff308fd4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005309 sec., 2448.672066302505 rows/sec., 152.67 KiB/sec. | ||
| 4799 | 2025.01.28 23:08:28.612050 [ 254 ] {e294c1cb-c209-4183-98c2-3b6eff308fd4} <Debug> TCPHandler: Processed in 0.005733755 sec. | ||
| 4800 | 2025.01.28 23:08:28.612229 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4801 | 2025.01.28 23:08:28.612334 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2025.01.28 23:08:28.612405 [ 5 ] {a7b8c3c5-3a85-48a5-a833-31c451fdb963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4803 | 2025.01.28 23:08:28.612512 [ 5 ] {a7b8c3c5-3a85-48a5-a833-31c451fdb963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4804 | 2025.01.28 23:08:28.612541 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_15_3} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4805 | 2025.01.28 23:08:28.612722 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4806 | 2025.01.28 23:08:28.613366 [ 5 ] {a7b8c3c5-3a85-48a5-a833-31c451fdb963} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4807 | 2025.01.28 23:08:28.613409 [ 5 ] {a7b8c3c5-3a85-48a5-a833-31c451fdb963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4808 | 2025.01.28 23:08:28.613804 [ 5 ] {a7b8c3c5-3a85-48a5-a833-31c451fdb963} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4809 | 2025.01.28 23:08:28.614051 [ 5 ] {a7b8c3c5-3a85-48a5-a833-31c451fdb963} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2025.01.28 23:08:28.614279 [ 5 ] {a7b8c3c5-3a85-48a5-a833-31c451fdb963} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.00192 sec., 205208.3333333333 rows/sec., 14.57 MiB/sec. | ||
| 4811 | 2025.01.28 23:08:28.614332 [ 5 ] {a7b8c3c5-3a85-48a5-a833-31c451fdb963} <Debug> TCPHandler: Processed in 0.002180417 sec. | ||
| 4812 | 2025.01.28 23:08:28.614476 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4813 | 2025.01.28 23:08:28.614593 [ 254 ] {54c8986b-13fa-4c39-b278-303a5a75b21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4814 | 2025.01.28 23:08:28.614646 [ 254 ] {54c8986b-13fa-4c39-b278-303a5a75b21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4815 | 2025.01.28 23:08:28.615143 [ 254 ] {54c8986b-13fa-4c39-b278-303a5a75b21c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4816 | 2025.01.28 23:08:28.615183 [ 254 ] {54c8986b-13fa-4c39-b278-303a5a75b21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4817 | 2025.01.28 23:08:28.615555 [ 254 ] {54c8986b-13fa-4c39-b278-303a5a75b21c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4818 | 2025.01.28 23:08:28.615806 [ 254 ] {54c8986b-13fa-4c39-b278-303a5a75b21c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4819 | 2025.01.28 23:08:28.616013 [ 254 ] {54c8986b-13fa-4c39-b278-303a5a75b21c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 4820 | 2025.01.28 23:08:28.616067 [ 254 ] {54c8986b-13fa-4c39-b278-303a5a75b21c} <Debug> TCPHandler: Processed in 0.001646278 sec. | ||
| 4821 | 2025.01.28 23:08:28.616235 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4822 | 2025.01.28 23:08:28.616374 [ 5 ] {45ae58f3-ce43-429a-9f5d-4b1dbc1d5b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4823 | 2025.01.28 23:08:28.616435 [ 5 ] {45ae58f3-ce43-429a-9f5d-4b1dbc1d5b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4824 | 2025.01.28 23:08:28.617080 [ 5 ] {45ae58f3-ce43-429a-9f5d-4b1dbc1d5b89} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2025.01.28 23:08:28.617117 [ 5 ] {45ae58f3-ce43-429a-9f5d-4b1dbc1d5b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4826 | 2025.01.28 23:08:28.617513 [ 5 ] {45ae58f3-ce43-429a-9f5d-4b1dbc1d5b89} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4827 | 2025.01.28 23:08:28.617747 [ 5 ] {45ae58f3-ce43-429a-9f5d-4b1dbc1d5b89} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2025.01.28 23:08:28.617957 [ 5 ] {45ae58f3-ce43-429a-9f5d-4b1dbc1d5b89} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001615 sec., 146749.22600619195 rows/sec., 9.84 MiB/sec. | ||
| 4829 | 2025.01.28 23:08:28.618010 [ 5 ] {45ae58f3-ce43-429a-9f5d-4b1dbc1d5b89} <Debug> TCPHandler: Processed in 0.001839741 sec. | ||
| 4830 | 2025.01.28 23:08:28.618164 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2025.01.28 23:08:28.618282 [ 254 ] {0f703080-62ec-4146-87fb-7bd518ef69ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4832 | 2025.01.28 23:08:28.618336 [ 254 ] {0f703080-62ec-4146-87fb-7bd518ef69ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4833 | 2025.01.28 23:08:28.618822 [ 254 ] {0f703080-62ec-4146-87fb-7bd518ef69ee} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4834 | 2025.01.28 23:08:28.618862 [ 254 ] {0f703080-62ec-4146-87fb-7bd518ef69ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4835 | 2025.01.28 23:08:28.619224 [ 254 ] {0f703080-62ec-4146-87fb-7bd518ef69ee} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4836 | 2025.01.28 23:08:28.619478 [ 254 ] {0f703080-62ec-4146-87fb-7bd518ef69ee} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4837 | 2025.01.28 23:08:28.619641 [ 68 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4838 | 2025.01.28 23:08:28.619707 [ 68 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4839 | 2025.01.28 23:08:28.619721 [ 254 ] {0f703080-62ec-4146-87fb-7bd518ef69ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001452 sec., 688.7052341597796 rows/sec., 46.41 KiB/sec. | ||
| 4840 | 2025.01.28 23:08:28.619752 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4841 | 2025.01.28 23:08:28.619838 [ 254 ] {0f703080-62ec-4146-87fb-7bd518ef69ee} <Debug> TCPHandler: Processed in 0.001729008 sec. | ||
| 4842 | 2025.01.28 23:08:28.620025 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 4843 | 2025.01.28 23:08:28.620039 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4844 | 2025.01.28 23:08:28.620170 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4845 | 2025.01.28 23:08:28.620211 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part | ||
| 4846 | 2025.01.28 23:08:28.620211 [ 5 ] {3d908a61-40a0-4d8e-9ba1-8fbcaceebb31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4847 | 2025.01.28 23:08:28.620332 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4848 | 2025.01.28 23:08:28.620450 [ 5 ] {3d908a61-40a0-4d8e-9ba1-8fbcaceebb31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4849 | 2025.01.28 23:08:28.620621 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4850 | 2025.01.28 23:08:28.621013 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4851 | 2025.01.28 23:08:28.621213 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4852 | 2025.01.28 23:08:28.621554 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 4853 | 2025.01.28 23:08:28.623218 [ 186 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.003339016 sec., 4791.830886704346 rows/sec., 320.55 KiB/sec. | ||
| 4854 | 2025.01.28 23:08:28.623373 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4855 | 2025.01.28 23:08:28.623702 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4856 | 2025.01.28 23:08:28.623793 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_15_3} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4857 | 2025.01.28 23:08:28.623895 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4858 | 2025.01.28 23:08:28.624265 [ 5 ] {3d908a61-40a0-4d8e-9ba1-8fbcaceebb31} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2025.01.28 23:08:28.624308 [ 5 ] {3d908a61-40a0-4d8e-9ba1-8fbcaceebb31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4860 | 2025.01.28 23:08:28.624919 [ 5 ] {3d908a61-40a0-4d8e-9ba1-8fbcaceebb31} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4861 | 2025.01.28 23:08:28.625170 [ 5 ] {3d908a61-40a0-4d8e-9ba1-8fbcaceebb31} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4862 | 2025.01.28 23:08:28.625439 [ 5 ] {3d908a61-40a0-4d8e-9ba1-8fbcaceebb31} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.005267 sec., 2278.3368141256883 rows/sec., 4.08 MiB/sec. | ||
| 4863 | 2025.01.28 23:08:28.625644 [ 5 ] {3d908a61-40a0-4d8e-9ba1-8fbcaceebb31} <Debug> TCPHandler: Processed in 0.005700165 sec. | ||
| 4864 | 2025.01.28 23:08:28.625986 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4865 | 2025.01.28 23:08:28.626106 [ 254 ] {3f0de727-1b84-4743-8ecc-01fe29d34ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4866 | 2025.01.28 23:08:28.626159 [ 254 ] {3f0de727-1b84-4743-8ecc-01fe29d34ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4867 | 2025.01.28 23:08:28.626693 [ 254 ] {3f0de727-1b84-4743-8ecc-01fe29d34ee3} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4868 | 2025.01.28 23:08:28.626731 [ 254 ] {3f0de727-1b84-4743-8ecc-01fe29d34ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4869 | 2025.01.28 23:08:28.627121 [ 254 ] {3f0de727-1b84-4743-8ecc-01fe29d34ee3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4870 | 2025.01.28 23:08:28.627381 [ 254 ] {3f0de727-1b84-4743-8ecc-01fe29d34ee3} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4871 | 2025.01.28 23:08:28.627610 [ 254 ] {3f0de727-1b84-4743-8ecc-01fe29d34ee3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 4872 | 2025.01.28 23:08:28.627666 [ 254 ] {3f0de727-1b84-4743-8ecc-01fe29d34ee3} <Debug> TCPHandler: Processed in 0.001739829 sec. | ||
| 4873 | 2025.01.28 23:08:32.624334 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4874 | 2025.01.28 23:08:32.624405 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4875 | 2025.01.28 23:08:32.736824 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4876 | 2025.01.28 23:08:32.737705 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4877 | 2025.01.28 23:08:32.737754 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4878 | 2025.01.28 23:08:32.738271 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4879 | 2025.01.28 23:08:32.738523 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4880 | 2025.01.28 23:08:32.738785 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4881 | 2025.01.28 23:08:33.408421 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4882 | 2025.01.28 23:08:33.428310 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2025.01.28 23:08:33.428379 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4884 | 2025.01.28 23:08:33.435776 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4885 | 2025.01.28 23:08:33.436524 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2025.01.28 23:08:33.439213 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4887 | 2025.01.28 23:08:33.592262 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4888 | 2025.01.28 23:08:33.592473 [ 254 ] {d9933e9e-0926-4d55-9fbe-9ac2bf6c4062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4889 | 2025.01.28 23:08:33.592555 [ 254 ] {d9933e9e-0926-4d55-9fbe-9ac2bf6c4062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4890 | 2025.01.28 23:08:33.593421 [ 254 ] {d9933e9e-0926-4d55-9fbe-9ac2bf6c4062} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2025.01.28 23:08:33.593473 [ 254 ] {d9933e9e-0926-4d55-9fbe-9ac2bf6c4062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4892 | 2025.01.28 23:08:33.593929 [ 254 ] {d9933e9e-0926-4d55-9fbe-9ac2bf6c4062} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4893 | 2025.01.28 23:08:33.594189 [ 254 ] {d9933e9e-0926-4d55-9fbe-9ac2bf6c4062} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2025.01.28 23:08:33.594430 [ 254 ] {d9933e9e-0926-4d55-9fbe-9ac2bf6c4062} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002015 sec., 54590.57071960298 rows/sec., 4.59 MiB/sec. | ||
| 4895 | 2025.01.28 23:08:33.594498 [ 254 ] {d9933e9e-0926-4d55-9fbe-9ac2bf6c4062} <Debug> TCPHandler: Processed in 0.002371869 sec. | ||
| 4896 | 2025.01.28 23:08:33.594751 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4897 | 2025.01.28 23:08:33.594946 [ 5 ] {e3e82ad4-1a77-4e81-a4b6-48630070afd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4898 | 2025.01.28 23:08:33.595020 [ 5 ] {e3e82ad4-1a77-4e81-a4b6-48630070afd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4899 | 2025.01.28 23:08:33.595877 [ 5 ] {e3e82ad4-1a77-4e81-a4b6-48630070afd6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2025.01.28 23:08:33.595941 [ 5 ] {e3e82ad4-1a77-4e81-a4b6-48630070afd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4901 | 2025.01.28 23:08:33.596496 [ 5 ] {e3e82ad4-1a77-4e81-a4b6-48630070afd6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4902 | 2025.01.28 23:08:33.596822 [ 5 ] {e3e82ad4-1a77-4e81-a4b6-48630070afd6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2025.01.28 23:08:33.597063 [ 5 ] {e3e82ad4-1a77-4e81-a4b6-48630070afd6} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002168 sec., 12453.87453874539 rows/sec., 936.47 KiB/sec. | ||
| 4904 | 2025.01.28 23:08:33.597139 [ 5 ] {e3e82ad4-1a77-4e81-a4b6-48630070afd6} <Debug> TCPHandler: Processed in 0.002514633 sec. | ||
| 4905 | 2025.01.28 23:08:33.597999 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4906 | 2025.01.28 23:08:33.598144 [ 254 ] {c1bcc71e-3d1d-4fa1-950c-b65fd6c9c976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4907 | 2025.01.28 23:08:33.598200 [ 254 ] {c1bcc71e-3d1d-4fa1-950c-b65fd6c9c976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4908 | 2025.01.28 23:08:33.598868 [ 254 ] {c1bcc71e-3d1d-4fa1-950c-b65fd6c9c976} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4909 | 2025.01.28 23:08:33.598913 [ 254 ] {c1bcc71e-3d1d-4fa1-950c-b65fd6c9c976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4910 | 2025.01.28 23:08:33.599334 [ 254 ] {c1bcc71e-3d1d-4fa1-950c-b65fd6c9c976} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4911 | 2025.01.28 23:08:33.599582 [ 254 ] {c1bcc71e-3d1d-4fa1-950c-b65fd6c9c976} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2025.01.28 23:08:33.599818 [ 254 ] {c1bcc71e-3d1d-4fa1-950c-b65fd6c9c976} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001705 sec., 53372.43401759531 rows/sec., 4.17 MiB/sec. | ||
| 4913 | 2025.01.28 23:08:33.599883 [ 254 ] {c1bcc71e-3d1d-4fa1-950c-b65fd6c9c976} <Debug> TCPHandler: Processed in 0.001956892 sec. | ||
| 4914 | 2025.01.28 23:08:33.600055 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4915 | 2025.01.28 23:08:33.600185 [ 5 ] {2ff5a9f6-b973-4140-a22f-db18ba31596f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4916 | 2025.01.28 23:08:33.600247 [ 5 ] {2ff5a9f6-b973-4140-a22f-db18ba31596f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4917 | 2025.01.28 23:08:33.600867 [ 5 ] {2ff5a9f6-b973-4140-a22f-db18ba31596f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2025.01.28 23:08:33.600907 [ 5 ] {2ff5a9f6-b973-4140-a22f-db18ba31596f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4919 | 2025.01.28 23:08:33.601310 [ 5 ] {2ff5a9f6-b973-4140-a22f-db18ba31596f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4920 | 2025.01.28 23:08:33.601551 [ 5 ] {2ff5a9f6-b973-4140-a22f-db18ba31596f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2025.01.28 23:08:33.601798 [ 5 ] {2ff5a9f6-b973-4140-a22f-db18ba31596f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec. | ||
| 4922 | 2025.01.28 23:08:33.601921 [ 5 ] {2ff5a9f6-b973-4140-a22f-db18ba31596f} <Debug> TCPHandler: Processed in 0.001925802 sec. | ||
| 4923 | 2025.01.28 23:08:33.602139 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4924 | 2025.01.28 23:08:33.602283 [ 254 ] {3e0f91b3-0d6e-4179-9750-50d5a0161711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4925 | 2025.01.28 23:08:33.602374 [ 254 ] {3e0f91b3-0d6e-4179-9750-50d5a0161711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4926 | 2025.01.28 23:08:33.603639 [ 254 ] {3e0f91b3-0d6e-4179-9750-50d5a0161711} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2025.01.28 23:08:33.603679 [ 254 ] {3e0f91b3-0d6e-4179-9750-50d5a0161711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4928 | 2025.01.28 23:08:33.604336 [ 254 ] {3e0f91b3-0d6e-4179-9750-50d5a0161711} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4929 | 2025.01.28 23:08:33.604599 [ 254 ] {3e0f91b3-0d6e-4179-9750-50d5a0161711} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2025.01.28 23:08:33.604850 [ 254 ] {3e0f91b3-0d6e-4179-9750-50d5a0161711} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002599 sec., 10388.611004232396 rows/sec., 18.62 MiB/sec. | ||
| 4931 | 2025.01.28 23:08:33.604959 [ 254 ] {3e0f91b3-0d6e-4179-9750-50d5a0161711} <Debug> TCPHandler: Processed in 0.002928029 sec. | ||
| 4932 | 2025.01.28 23:08:33.605128 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4933 | 2025.01.28 23:08:33.605260 [ 5 ] {368faa76-caac-4848-a04a-13d644abf0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4934 | 2025.01.28 23:08:33.605316 [ 5 ] {368faa76-caac-4848-a04a-13d644abf0ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4935 | 2025.01.28 23:08:33.605847 [ 5 ] {368faa76-caac-4848-a04a-13d644abf0ea} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4936 | 2025.01.28 23:08:33.605888 [ 5 ] {368faa76-caac-4848-a04a-13d644abf0ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4937 | 2025.01.28 23:08:33.606282 [ 5 ] {368faa76-caac-4848-a04a-13d644abf0ea} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4938 | 2025.01.28 23:08:33.606529 [ 5 ] {368faa76-caac-4848-a04a-13d644abf0ea} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2025.01.28 23:08:33.606742 [ 5 ] {368faa76-caac-4848-a04a-13d644abf0ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 4940 | 2025.01.28 23:08:33.606792 [ 5 ] {368faa76-caac-4848-a04a-13d644abf0ea} <Debug> TCPHandler: Processed in 0.001725989 sec. | ||
| 4941 | 2025.01.28 23:08:35.703113 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4942 | 2025.01.28 23:08:35.703362 [ 254 ] {257983bc-c780-4dcd-a176-c94ea70314db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4943 | 2025.01.28 23:08:35.703443 [ 254 ] {257983bc-c780-4dcd-a176-c94ea70314db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4944 | 2025.01.28 23:08:35.704252 [ 254 ] {257983bc-c780-4dcd-a176-c94ea70314db} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2025.01.28 23:08:35.704299 [ 254 ] {257983bc-c780-4dcd-a176-c94ea70314db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4946 | 2025.01.28 23:08:35.704730 [ 254 ] {257983bc-c780-4dcd-a176-c94ea70314db} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4947 | 2025.01.28 23:08:35.704982 [ 254 ] {257983bc-c780-4dcd-a176-c94ea70314db} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2025.01.28 23:08:35.705296 [ 254 ] {257983bc-c780-4dcd-a176-c94ea70314db} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002 sec., 7000 rows/sec., 503.91 KiB/sec. | ||
| 4949 | 2025.01.28 23:08:35.705480 [ 254 ] {257983bc-c780-4dcd-a176-c94ea70314db} <Debug> TCPHandler: Processed in 0.002504162 sec. | ||
| 4950 | 2025.01.28 23:08:35.705794 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4951 | 2025.01.28 23:08:35.706078 [ 5 ] {4f9ab0e7-2d28-42c0-8b20-79fa42f847ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4952 | 2025.01.28 23:08:35.706150 [ 5 ] {4f9ab0e7-2d28-42c0-8b20-79fa42f847ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4953 | 2025.01.28 23:08:35.707653 [ 5 ] {4f9ab0e7-2d28-42c0-8b20-79fa42f847ed} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4954 | 2025.01.28 23:08:35.707704 [ 5 ] {4f9ab0e7-2d28-42c0-8b20-79fa42f847ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4955 | 2025.01.28 23:08:35.708243 [ 5 ] {4f9ab0e7-2d28-42c0-8b20-79fa42f847ed} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4956 | 2025.01.28 23:08:35.708502 [ 5 ] {4f9ab0e7-2d28-42c0-8b20-79fa42f847ed} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4957 | 2025.01.28 23:08:35.708779 [ 5 ] {4f9ab0e7-2d28-42c0-8b20-79fa42f847ed} <Debug> executeQuery: Read 1367 rows, 116.92 KiB in 0.002753 sec., 496549.2190337814 rows/sec., 41.48 MiB/sec. | ||
| 4958 | 2025.01.28 23:08:35.708979 [ 5 ] {4f9ab0e7-2d28-42c0-8b20-79fa42f847ed} <Debug> TCPHandler: Processed in 0.003366396 sec. | ||
| 4959 | 2025.01.28 23:08:35.709195 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4960 | 2025.01.28 23:08:35.709341 [ 254 ] {d8eb6d8c-f6b3-426b-8e5b-398ebe93c7ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4961 | 2025.01.28 23:08:35.709401 [ 254 ] {d8eb6d8c-f6b3-426b-8e5b-398ebe93c7ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4962 | 2025.01.28 23:08:35.710074 [ 254 ] {d8eb6d8c-f6b3-426b-8e5b-398ebe93c7ea} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2025.01.28 23:08:35.710113 [ 254 ] {d8eb6d8c-f6b3-426b-8e5b-398ebe93c7ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4964 | 2025.01.28 23:08:35.710479 [ 254 ] {d8eb6d8c-f6b3-426b-8e5b-398ebe93c7ea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4965 | 2025.01.28 23:08:35.710726 [ 254 ] {d8eb6d8c-f6b3-426b-8e5b-398ebe93c7ea} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2025.01.28 23:08:35.710893 [ 46 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4967 | 2025.01.28 23:08:35.710966 [ 254 ] {d8eb6d8c-f6b3-426b-8e5b-398ebe93c7ea} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001655 sec., 11480.362537764351 rows/sec., 820.78 KiB/sec. | ||
| 4968 | 2025.01.28 23:08:35.710978 [ 46 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2025.01.28 23:08:35.711048 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4970 | 2025.01.28 23:08:35.711098 [ 254 ] {d8eb6d8c-f6b3-426b-8e5b-398ebe93c7ea} <Debug> TCPHandler: Processed in 0.001999183 sec. | ||
| 4971 | 2025.01.28 23:08:35.711320 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 4972 | 2025.01.28 23:08:35.711341 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4973 | 2025.01.28 23:08:35.711552 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4974 | 2025.01.28 23:08:35.711597 [ 5 ] {26f904ec-5629-4b5c-bfbd-b5dcd3bac3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4975 | 2025.01.28 23:08:35.711617 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 64 rows starting from the beginning of the part | ||
| 4976 | 2025.01.28 23:08:35.711701 [ 5 ] {26f904ec-5629-4b5c-bfbd-b5dcd3bac3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4977 | 2025.01.28 23:08:35.711894 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part | ||
| 4978 | 2025.01.28 23:08:35.712368 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part | ||
| 4979 | 2025.01.28 23:08:35.712752 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 19 rows starting from the beginning of the part | ||
| 4980 | 2025.01.28 23:08:35.713160 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
| 4981 | 2025.01.28 23:08:35.713545 [ 192 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 19 rows starting from the beginning of the part | ||
| 4982 | 2025.01.28 23:08:35.714555 [ 5 ] {26f904ec-5629-4b5c-bfbd-b5dcd3bac3b1} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4983 | 2025.01.28 23:08:35.714618 [ 5 ] {26f904ec-5629-4b5c-bfbd-b5dcd3bac3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4984 | 2025.01.28 23:08:35.715802 [ 5 ] {26f904ec-5629-4b5c-bfbd-b5dcd3bac3b1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4985 | 2025.01.28 23:08:35.716474 [ 5 ] {26f904ec-5629-4b5c-bfbd-b5dcd3bac3b1} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2025.01.28 23:08:35.716520 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.00536743 sec., 32976.67598832215 rows/sec., 2.48 MiB/sec. | ||
| 4987 | 2025.01.28 23:08:35.716830 [ 5 ] {26f904ec-5629-4b5c-bfbd-b5dcd3bac3b1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005309 sec., 45582.97231116971 rows/sec., 3.09 MiB/sec. | ||
| 4988 | 2025.01.28 23:08:35.716876 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4989 | 2025.01.28 23:08:35.717008 [ 5 ] {26f904ec-5629-4b5c-bfbd-b5dcd3bac3b1} <Debug> TCPHandler: Processed in 0.005785397 sec. | ||
| 4990 | 2025.01.28 23:08:35.717207 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4991 | 2025.01.28 23:08:35.717398 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2025.01.28 23:08:35.717404 [ 254 ] {750b563b-eabe-4719-bfaf-48b0da38e673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4993 | 2025.01.28 23:08:35.717546 [ 254 ] {750b563b-eabe-4719-bfaf-48b0da38e673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4994 | 2025.01.28 23:08:35.717594 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_25_5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4995 | 2025.01.28 23:08:35.717786 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4996 | 2025.01.28 23:08:35.718356 [ 254 ] {750b563b-eabe-4719-bfaf-48b0da38e673} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4997 | 2025.01.28 23:08:35.718399 [ 254 ] {750b563b-eabe-4719-bfaf-48b0da38e673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 4998 | 2025.01.28 23:08:35.718760 [ 254 ] {750b563b-eabe-4719-bfaf-48b0da38e673} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4999 | 2025.01.28 23:08:35.718997 [ 254 ] {750b563b-eabe-4719-bfaf-48b0da38e673} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5000 | 2025.01.28 23:08:35.719210 [ 254 ] {750b563b-eabe-4719-bfaf-48b0da38e673} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001874 sec., 6937.033084311633 rows/sec., 432.52 KiB/sec. | ||
| 5001 | 2025.01.28 23:08:35.719266 [ 254 ] {750b563b-eabe-4719-bfaf-48b0da38e673} <Debug> TCPHandler: Processed in 0.002145096 sec. | ||
| 5002 | 2025.01.28 23:08:35.719421 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5003 | 2025.01.28 23:08:35.719542 [ 5 ] {98aeb948-e37d-43c8-b4e2-e840cbe987d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5004 | 2025.01.28 23:08:35.719594 [ 5 ] {98aeb948-e37d-43c8-b4e2-e840cbe987d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5005 | 2025.01.28 23:08:35.720550 [ 5 ] {98aeb948-e37d-43c8-b4e2-e840cbe987d9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5006 | 2025.01.28 23:08:35.720590 [ 5 ] {98aeb948-e37d-43c8-b4e2-e840cbe987d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5007 | 2025.01.28 23:08:35.720991 [ 5 ] {98aeb948-e37d-43c8-b4e2-e840cbe987d9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5008 | 2025.01.28 23:08:35.721233 [ 5 ] {98aeb948-e37d-43c8-b4e2-e840cbe987d9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5009 | 2025.01.28 23:08:35.721496 [ 5 ] {98aeb948-e37d-43c8-b4e2-e840cbe987d9} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.001979 sec., 429509.85346134414 rows/sec., 31.05 MiB/sec. | ||
| 5010 | 2025.01.28 23:08:35.721711 [ 5 ] {98aeb948-e37d-43c8-b4e2-e840cbe987d9} <Debug> TCPHandler: Processed in 0.002345859 sec. | ||
| 5011 | 2025.01.28 23:08:35.721930 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5012 | 2025.01.28 23:08:35.722069 [ 254 ] {f8d84156-c323-4532-a0eb-abf8754f8a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5013 | 2025.01.28 23:08:35.722127 [ 254 ] {f8d84156-c323-4532-a0eb-abf8754f8a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5014 | 2025.01.28 23:08:35.722699 [ 254 ] {f8d84156-c323-4532-a0eb-abf8754f8a5e} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2025.01.28 23:08:35.722745 [ 254 ] {f8d84156-c323-4532-a0eb-abf8754f8a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5016 | 2025.01.28 23:08:35.723141 [ 254 ] {f8d84156-c323-4532-a0eb-abf8754f8a5e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5017 | 2025.01.28 23:08:35.723377 [ 254 ] {f8d84156-c323-4532-a0eb-abf8754f8a5e} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2025.01.28 23:08:35.723606 [ 254 ] {f8d84156-c323-4532-a0eb-abf8754f8a5e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec. | ||
| 5019 | 2025.01.28 23:08:35.723702 [ 254 ] {f8d84156-c323-4532-a0eb-abf8754f8a5e} <Debug> TCPHandler: Processed in 0.001839661 sec. | ||
| 5020 | 2025.01.28 23:08:35.723846 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5021 | 2025.01.28 23:08:35.723969 [ 5 ] {51ce4d3d-4a8b-4a21-9dbd-b8c061cbba9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5022 | 2025.01.28 23:08:35.724031 [ 5 ] {51ce4d3d-4a8b-4a21-9dbd-b8c061cbba9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5023 | 2025.01.28 23:08:35.724956 [ 5 ] {51ce4d3d-4a8b-4a21-9dbd-b8c061cbba9a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2025.01.28 23:08:35.725001 [ 5 ] {51ce4d3d-4a8b-4a21-9dbd-b8c061cbba9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5025 | 2025.01.28 23:08:35.725451 [ 5 ] {51ce4d3d-4a8b-4a21-9dbd-b8c061cbba9a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5026 | 2025.01.28 23:08:35.725683 [ 5 ] {51ce4d3d-4a8b-4a21-9dbd-b8c061cbba9a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5027 | 2025.01.28 23:08:35.725901 [ 5 ] {51ce4d3d-4a8b-4a21-9dbd-b8c061cbba9a} <Debug> executeQuery: Read 995 rows, 67.89 KiB in 0.001958 sec., 508171.60367722163 rows/sec., 33.86 MiB/sec. | ||
| 5028 | 2025.01.28 23:08:35.725956 [ 5 ] {51ce4d3d-4a8b-4a21-9dbd-b8c061cbba9a} <Debug> TCPHandler: Processed in 0.002169206 sec. | ||
| 5029 | 2025.01.28 23:08:35.726107 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5030 | 2025.01.28 23:08:35.726243 [ 254 ] {02b53cb0-b22b-4952-bb26-a425affbab03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5031 | 2025.01.28 23:08:35.726302 [ 254 ] {02b53cb0-b22b-4952-bb26-a425affbab03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5032 | 2025.01.28 23:08:35.726852 [ 254 ] {02b53cb0-b22b-4952-bb26-a425affbab03} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5033 | 2025.01.28 23:08:35.726898 [ 254 ] {02b53cb0-b22b-4952-bb26-a425affbab03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5034 | 2025.01.28 23:08:35.727265 [ 254 ] {02b53cb0-b22b-4952-bb26-a425affbab03} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5035 | 2025.01.28 23:08:35.727507 [ 254 ] {02b53cb0-b22b-4952-bb26-a425affbab03} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5036 | 2025.01.28 23:08:35.727744 [ 254 ] {02b53cb0-b22b-4952-bb26-a425affbab03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 5037 | 2025.01.28 23:08:35.727943 [ 254 ] {02b53cb0-b22b-4952-bb26-a425affbab03} <Debug> TCPHandler: Processed in 0.001896041 sec. | ||
| 5038 | 2025.01.28 23:08:35.728163 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5039 | 2025.01.28 23:08:35.728299 [ 5 ] {c6120ff5-ffad-4359-9a0a-daf3964a5854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5040 | 2025.01.28 23:08:35.728384 [ 5 ] {c6120ff5-ffad-4359-9a0a-daf3964a5854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5041 | 2025.01.28 23:08:35.729567 [ 5 ] {c6120ff5-ffad-4359-9a0a-daf3964a5854} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5042 | 2025.01.28 23:08:35.729605 [ 5 ] {c6120ff5-ffad-4359-9a0a-daf3964a5854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5043 | 2025.01.28 23:08:35.730208 [ 5 ] {c6120ff5-ffad-4359-9a0a-daf3964a5854} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5044 | 2025.01.28 23:08:35.730459 [ 5 ] {c6120ff5-ffad-4359-9a0a-daf3964a5854} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5045 | 2025.01.28 23:08:35.730721 [ 5 ] {c6120ff5-ffad-4359-9a0a-daf3964a5854} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002451 sec., 4895.960832313342 rows/sec., 8.77 MiB/sec. | ||
| 5046 | 2025.01.28 23:08:35.730826 [ 5 ] {c6120ff5-ffad-4359-9a0a-daf3964a5854} <Debug> TCPHandler: Processed in 0.002779927 sec. | ||
| 5047 | 2025.01.28 23:08:35.730992 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5048 | 2025.01.28 23:08:35.731110 [ 254 ] {b089056a-2b31-4c4f-a61a-224b8048ad71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5049 | 2025.01.28 23:08:35.731159 [ 254 ] {b089056a-2b31-4c4f-a61a-224b8048ad71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5050 | 2025.01.28 23:08:35.731650 [ 254 ] {b089056a-2b31-4c4f-a61a-224b8048ad71} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2025.01.28 23:08:35.731689 [ 254 ] {b089056a-2b31-4c4f-a61a-224b8048ad71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5052 | 2025.01.28 23:08:35.732056 [ 254 ] {b089056a-2b31-4c4f-a61a-224b8048ad71} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5053 | 2025.01.28 23:08:35.732292 [ 254 ] {b089056a-2b31-4c4f-a61a-224b8048ad71} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5054 | 2025.01.28 23:08:35.732506 [ 254 ] {b089056a-2b31-4c4f-a61a-224b8048ad71} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001421 sec., 40816.32653061225 rows/sec., 2.53 MiB/sec. | ||
| 5055 | 2025.01.28 23:08:35.732556 [ 254 ] {b089056a-2b31-4c4f-a61a-224b8048ad71} <Debug> TCPHandler: Processed in 0.001631688 sec. | ||
| 5056 | 2025.01.28 23:08:36.062268 [ 46 ] {} <Debug> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5057 | 2025.01.28 23:08:36.062318 [ 46 ] {} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5058 | 2025.01.28 23:08:36.062342 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5059 | 2025.01.28 23:08:36.062486 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 5060 | 2025.01.28 23:08:36.062674 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5061 | 2025.01.28 23:08:36.062708 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 5062 | 2025.01.28 23:08:36.062779 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 5063 | 2025.01.28 23:08:36.063016 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 5064 | 2025.01.28 23:08:36.063176 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 5065 | 2025.01.28 23:08:36.063301 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 5066 | 2025.01.28 23:08:36.064309 [ 199 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001909732 sec., 15709.010478957258 rows/sec., 1.31 MiB/sec. | ||
| 5067 | 2025.01.28 23:08:36.064458 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5068 | 2025.01.28 23:08:36.064727 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_5_1} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5069 | 2025.01.28 23:08:36.064804 [ 192 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_5_1} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5070 | 2025.01.28 23:08:36.064876 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5071 | 2025.01.28 23:08:37.781843 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 732 | ||
| 5072 | 2025.01.28 23:08:37.785574 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5073 | 2025.01.28 23:08:37.785622 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5074 | 2025.01.28 23:08:37.787095 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5075 | 2025.01.28 23:08:37.787401 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5076 | 2025.01.28 23:08:37.787610 [ 26 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5077 | 2025.01.28 23:08:37.787732 [ 26 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5078 | 2025.01.28 23:08:37.787794 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5079 | 2025.01.28 23:08:37.788120 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 5080 | 2025.01.28 23:08:37.788439 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732 | ||
| 5081 | 2025.01.28 23:08:37.788944 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5082 | 2025.01.28 23:08:37.789089 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 526 rows starting from the beginning of the part | ||
| 5083 | 2025.01.28 23:08:37.789507 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 5084 | 2025.01.28 23:08:37.789920 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part | ||
| 5085 | 2025.01.28 23:08:37.790331 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 5086 | 2025.01.28 23:08:37.790735 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 5087 | 2025.01.28 23:08:37.791161 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 5088 | 2025.01.28 23:08:37.798465 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 72 columns (72 merged, 0 gathered) in 0.010509796 sec., 69649.30622820843 rows/sec., 59.07 MiB/sec. | ||
| 5089 | 2025.01.28 23:08:37.800000 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5090 | 2025.01.28 23:08:37.800858 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5091 | 2025.01.28 23:08:37.800963 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_16_3} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5092 | 2025.01.28 23:08:37.801291 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 5093 | 2025.01.28 23:08:38.587496 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5094 | 2025.01.28 23:08:38.587710 [ 254 ] {e2695efc-bbee-4ed7-84a9-c9c8e6b61e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5095 | 2025.01.28 23:08:38.587789 [ 254 ] {e2695efc-bbee-4ed7-84a9-c9c8e6b61e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5096 | 2025.01.28 23:08:38.588611 [ 254 ] {e2695efc-bbee-4ed7-84a9-c9c8e6b61e66} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2025.01.28 23:08:38.588656 [ 254 ] {e2695efc-bbee-4ed7-84a9-c9c8e6b61e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5098 | 2025.01.28 23:08:38.589096 [ 254 ] {e2695efc-bbee-4ed7-84a9-c9c8e6b61e66} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5099 | 2025.01.28 23:08:38.589352 [ 254 ] {e2695efc-bbee-4ed7-84a9-c9c8e6b61e66} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2025.01.28 23:08:38.589497 [ 43 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5101 | 2025.01.28 23:08:38.589540 [ 43 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5102 | 2025.01.28 23:08:38.589564 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5103 | 2025.01.28 23:08:38.589563 [ 254 ] {e2695efc-bbee-4ed7-84a9-c9c8e6b61e66} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.25 MiB/sec. | ||
| 5104 | 2025.01.28 23:08:38.589827 [ 254 ] {e2695efc-bbee-4ed7-84a9-c9c8e6b61e66} <Debug> TCPHandler: Processed in 0.002455971 sec. | ||
| 5105 | 2025.01.28 23:08:38.589967 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 5106 | 2025.01.28 23:08:38.590177 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2025.01.28 23:08:38.590221 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5108 | 2025.01.28 23:08:38.590261 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part | ||
| 5109 | 2025.01.28 23:08:38.590375 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 111 rows starting from the beginning of the part | ||
| 5110 | 2025.01.28 23:08:38.590478 [ 5 ] {c9a92e21-b297-4431-9b3f-07b708dfc4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5111 | 2025.01.28 23:08:38.590735 [ 5 ] {c9a92e21-b297-4431-9b3f-07b708dfc4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5112 | 2025.01.28 23:08:38.590750 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 227 rows starting from the beginning of the part | ||
| 5113 | 2025.01.28 23:08:38.591162 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 110 rows starting from the beginning of the part | ||
| 5114 | 2025.01.28 23:08:38.591356 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1367 rows starting from the beginning of the part | ||
| 5115 | 2025.01.28 23:08:38.591684 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 5116 | 2025.01.28 23:08:38.592666 [ 5 ] {c9a92e21-b297-4431-9b3f-07b708dfc4e0} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5117 | 2025.01.28 23:08:38.592717 [ 5 ] {c9a92e21-b297-4431-9b3f-07b708dfc4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5118 | 2025.01.28 23:08:38.593335 [ 5 ] {c9a92e21-b297-4431-9b3f-07b708dfc4e0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5119 | 2025.01.28 23:08:38.593625 [ 5 ] {c9a92e21-b297-4431-9b3f-07b708dfc4e0} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2025.01.28 23:08:38.593846 [ 43 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5121 | 2025.01.28 23:08:38.593937 [ 43 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2025.01.28 23:08:38.594047 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5123 | 2025.01.28 23:08:38.594154 [ 5 ] {c9a92e21-b297-4431-9b3f-07b708dfc4e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003759 sec., 17025.804735301943 rows/sec., 1.33 MiB/sec. | ||
| 5124 | 2025.01.28 23:08:38.594711 [ 5 ] {c9a92e21-b297-4431-9b3f-07b708dfc4e0} <Debug> TCPHandler: Processed in 0.004713138 sec. | ||
| 5125 | 2025.01.28 23:08:38.594749 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 5126 | 2025.01.28 23:08:38.594776 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.005098375 sec., 647657.3418000834 rows/sec., 56.76 MiB/sec. | ||
| 5127 | 2025.01.28 23:08:38.594954 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5128 | 2025.01.28 23:08:38.595067 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5129 | 2025.01.28 23:08:38.595159 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5130 | 2025.01.28 23:08:38.595180 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5131 | 2025.01.28 23:08:38.595412 [ 254 ] {dbc36f7b-5b7f-4c53-9804-210ebe6940b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5132 | 2025.01.28 23:08:38.595691 [ 254 ] {dbc36f7b-5b7f-4c53-9804-210ebe6940b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5133 | 2025.01.28 23:08:38.595716 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 93 rows starting from the beginning of the part | ||
| 5134 | 2025.01.28 23:08:38.596295 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 394 rows starting from the beginning of the part | ||
| 5135 | 2025.01.28 23:08:38.596458 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5136 | 2025.01.28 23:08:38.596874 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 91 rows starting from the beginning of the part | ||
| 5137 | 2025.01.28 23:08:38.597009 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_36_7} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5138 | 2025.01.28 23:08:38.597397 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 850 rows starting from the beginning of the part | ||
| 5139 | 2025.01.28 23:08:38.597459 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5140 | 2025.01.28 23:08:38.597821 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5141 | 2025.01.28 23:08:38.598827 [ 254 ] {dbc36f7b-5b7f-4c53-9804-210ebe6940b3} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2025.01.28 23:08:38.598893 [ 254 ] {dbc36f7b-5b7f-4c53-9804-210ebe6940b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5143 | 2025.01.28 23:08:38.599956 [ 254 ] {dbc36f7b-5b7f-4c53-9804-210ebe6940b3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5144 | 2025.01.28 23:08:38.600390 [ 254 ] {dbc36f7b-5b7f-4c53-9804-210ebe6940b3} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2025.01.28 23:08:38.600653 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5146 | 2025.01.28 23:08:38.600742 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2025.01.28 23:08:38.600810 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5148 | 2025.01.28 23:08:38.601023 [ 254 ] {dbc36f7b-5b7f-4c53-9804-210ebe6940b3} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005793 sec., 11047.816330053513 rows/sec., 787.93 KiB/sec. | ||
| 5149 | 2025.01.28 23:08:38.601434 [ 254 ] {dbc36f7b-5b7f-4c53-9804-210ebe6940b3} <Debug> TCPHandler: Processed in 0.00661642 sec. | ||
| 5150 | 2025.01.28 23:08:38.601658 [ 192 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007356593 sec., 326917.63700941455 rows/sec., 25.06 MiB/sec. | ||
| 5151 | 2025.01.28 23:08:38.601743 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5152 | 2025.01.28 23:08:38.601790 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5153 | 2025.01.28 23:08:38.602066 [ 198 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5154 | 2025.01.28 23:08:38.602180 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5155 | 2025.01.28 23:08:38.602204 [ 5 ] {77849972-4583-448b-85c8-6f41989800b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5156 | 2025.01.28 23:08:38.602316 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9691 rows starting from the beginning of the part | ||
| 5157 | 2025.01.28 23:08:38.602366 [ 5 ] {77849972-4583-448b-85c8-6f41989800b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5158 | 2025.01.28 23:08:38.602751 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 5159 | 2025.01.28 23:08:38.603278 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5160 | 2025.01.28 23:08:38.603509 [ 198 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5161 | 2025.01.28 23:08:38.603815 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5162 | 2025.01.28 23:08:38.604033 [ 198 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_36_7} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5163 | 2025.01.28 23:08:38.604286 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 995 rows starting from the beginning of the part | ||
| 5164 | 2025.01.28 23:08:38.604536 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5165 | 2025.01.28 23:08:38.604743 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5166 | 2025.01.28 23:08:38.605287 [ 5 ] {77849972-4583-448b-85c8-6f41989800b0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5167 | 2025.01.28 23:08:38.605334 [ 5 ] {77849972-4583-448b-85c8-6f41989800b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5168 | 2025.01.28 23:08:38.605773 [ 5 ] {77849972-4583-448b-85c8-6f41989800b0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5169 | 2025.01.28 23:08:38.606097 [ 5 ] {77849972-4583-448b-85c8-6f41989800b0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5170 | 2025.01.28 23:08:38.606346 [ 43 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5171 | 2025.01.28 23:08:38.606457 [ 43 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2025.01.28 23:08:38.606472 [ 5 ] {77849972-4583-448b-85c8-6f41989800b0} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004371 sec., 5490.73438572409 rows/sec., 378.92 KiB/sec. | ||
| 5173 | 2025.01.28 23:08:38.606550 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5174 | 2025.01.28 23:08:38.606703 [ 5 ] {77849972-4583-448b-85c8-6f41989800b0} <Debug> TCPHandler: Processed in 0.005117715 sec. | ||
| 5175 | 2025.01.28 23:08:38.607050 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 5176 | 2025.01.28 23:08:38.607185 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5177 | 2025.01.28 23:08:38.607239 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1810 rows starting from the beginning of the part | ||
| 5178 | 2025.01.28 23:08:38.607357 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5179 | 2025.01.28 23:08:38.607521 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5180 | 2025.01.28 23:08:38.607717 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5181 | 2025.01.28 23:08:38.608097 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part | ||
| 5182 | 2025.01.28 23:08:38.608330 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part | ||
| 5183 | 2025.01.28 23:08:38.609895 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11308 rows, containing 5 columns (5 merged, 0 gathered) in 0.008903869 sec., 1270009.7002774861 rows/sec., 85.65 MiB/sec. | ||
| 5184 | 2025.01.28 23:08:38.610247 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5185 | 2025.01.28 23:08:38.610793 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2094 rows, containing 4 columns (4 merged, 0 gathered) in 0.004023117 sec., 520491.946915787 rows/sec., 33.87 MiB/sec. | ||
| 5186 | 2025.01.28 23:08:38.610883 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2025.01.28 23:08:38.611125 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5188 | 2025.01.28 23:08:38.611133 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5189 | 2025.01.28 23:08:38.611341 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5190 | 2025.01.28 23:08:38.611527 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2025.01.28 23:08:38.611606 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_36_7} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5192 | 2025.01.28 23:08:38.611684 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5193 | 2025.01.28 23:08:40.238958 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 5194 | 2025.01.28 23:08:40.239658 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5195 | 2025.01.28 23:08:40.239706 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5196 | 2025.01.28 23:08:40.240248 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5197 | 2025.01.28 23:08:40.240521 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5198 | 2025.01.28 23:08:40.240725 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 5199 | 2025.01.28 23:08:40.939345 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5200 | 2025.01.28 23:08:40.960336 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2025.01.28 23:08:40.960398 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5202 | 2025.01.28 23:08:40.968115 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5203 | 2025.01.28 23:08:40.968891 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2025.01.28 23:08:40.971943 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5205 | 2025.01.28 23:08:43.593494 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5206 | 2025.01.28 23:08:43.593704 [ 254 ] {cb11e000-8a53-4a8f-a925-22e37f21d044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5207 | 2025.01.28 23:08:43.593783 [ 254 ] {cb11e000-8a53-4a8f-a925-22e37f21d044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5208 | 2025.01.28 23:08:43.594651 [ 254 ] {cb11e000-8a53-4a8f-a925-22e37f21d044} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5209 | 2025.01.28 23:08:43.594693 [ 254 ] {cb11e000-8a53-4a8f-a925-22e37f21d044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5210 | 2025.01.28 23:08:43.595135 [ 254 ] {cb11e000-8a53-4a8f-a925-22e37f21d044} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5211 | 2025.01.28 23:08:43.595389 [ 254 ] {cb11e000-8a53-4a8f-a925-22e37f21d044} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5212 | 2025.01.28 23:08:43.595586 [ 254 ] {cb11e000-8a53-4a8f-a925-22e37f21d044} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001941 sec., 56671.81865018032 rows/sec., 4.76 MiB/sec. | ||
| 5213 | 2025.01.28 23:08:43.595642 [ 254 ] {cb11e000-8a53-4a8f-a925-22e37f21d044} <Debug> TCPHandler: Processed in 0.002286648 sec. | ||
| 5214 | 2025.01.28 23:08:43.595903 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5215 | 2025.01.28 23:08:43.596116 [ 5 ] {a7faa6e0-7852-4d7a-b2a9-1e75d3cb8e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5216 | 2025.01.28 23:08:43.596195 [ 5 ] {a7faa6e0-7852-4d7a-b2a9-1e75d3cb8e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5217 | 2025.01.28 23:08:43.596927 [ 5 ] {a7faa6e0-7852-4d7a-b2a9-1e75d3cb8e35} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5218 | 2025.01.28 23:08:43.596975 [ 5 ] {a7faa6e0-7852-4d7a-b2a9-1e75d3cb8e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5219 | 2025.01.28 23:08:43.597409 [ 5 ] {a7faa6e0-7852-4d7a-b2a9-1e75d3cb8e35} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5220 | 2025.01.28 23:08:43.597662 [ 5 ] {a7faa6e0-7852-4d7a-b2a9-1e75d3cb8e35} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5221 | 2025.01.28 23:08:43.597888 [ 5 ] {a7faa6e0-7852-4d7a-b2a9-1e75d3cb8e35} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001832 sec., 14737.991266375546 rows/sec., 1.08 MiB/sec. | ||
| 5222 | 2025.01.28 23:08:43.597945 [ 5 ] {a7faa6e0-7852-4d7a-b2a9-1e75d3cb8e35} <Debug> TCPHandler: Processed in 0.002177376 sec. | ||
| 5223 | 2025.01.28 23:08:43.598113 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5224 | 2025.01.28 23:08:43.598251 [ 254 ] {693af869-d047-4ddf-9060-5970789456fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5225 | 2025.01.28 23:08:43.598311 [ 254 ] {693af869-d047-4ddf-9060-5970789456fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5226 | 2025.01.28 23:08:43.599059 [ 254 ] {693af869-d047-4ddf-9060-5970789456fb} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2025.01.28 23:08:43.599105 [ 254 ] {693af869-d047-4ddf-9060-5970789456fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5228 | 2025.01.28 23:08:43.599498 [ 254 ] {693af869-d047-4ddf-9060-5970789456fb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5229 | 2025.01.28 23:08:43.599738 [ 254 ] {693af869-d047-4ddf-9060-5970789456fb} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5230 | 2025.01.28 23:08:43.599917 [ 254 ] {693af869-d047-4ddf-9060-5970789456fb} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001696 sec., 53655.66037735849 rows/sec., 4.19 MiB/sec. | ||
| 5231 | 2025.01.28 23:08:43.599968 [ 254 ] {693af869-d047-4ddf-9060-5970789456fb} <Debug> TCPHandler: Processed in 0.001922012 sec. | ||
| 5232 | 2025.01.28 23:08:43.600128 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5233 | 2025.01.28 23:08:43.600247 [ 5 ] {5de1e0a1-178d-4036-8032-64c7034a4ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5234 | 2025.01.28 23:08:43.600322 [ 5 ] {5de1e0a1-178d-4036-8032-64c7034a4ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5235 | 2025.01.28 23:08:43.601341 [ 5 ] {5de1e0a1-178d-4036-8032-64c7034a4ef2} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5236 | 2025.01.28 23:08:43.601381 [ 5 ] {5de1e0a1-178d-4036-8032-64c7034a4ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5237 | 2025.01.28 23:08:43.601773 [ 5 ] {5de1e0a1-178d-4036-8032-64c7034a4ef2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5238 | 2025.01.28 23:08:43.602011 [ 5 ] {5de1e0a1-178d-4036-8032-64c7034a4ef2} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5239 | 2025.01.28 23:08:43.602235 [ 5 ] {5de1e0a1-178d-4036-8032-64c7034a4ef2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00201 sec., 79601.99004975124 rows/sec., 5.54 MiB/sec. | ||
| 5240 | 2025.01.28 23:08:43.602320 [ 5 ] {5de1e0a1-178d-4036-8032-64c7034a4ef2} <Debug> TCPHandler: Processed in 0.002250637 sec. | ||
| 5241 | 2025.01.28 23:08:43.602508 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5242 | 2025.01.28 23:08:43.602646 [ 254 ] {605bb488-fc0c-4de4-b6eb-362c5841fab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5243 | 2025.01.28 23:08:43.602740 [ 254 ] {605bb488-fc0c-4de4-b6eb-362c5841fab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5244 | 2025.01.28 23:08:43.603978 [ 254 ] {605bb488-fc0c-4de4-b6eb-362c5841fab8} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5245 | 2025.01.28 23:08:43.604017 [ 254 ] {605bb488-fc0c-4de4-b6eb-362c5841fab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5246 | 2025.01.28 23:08:43.604670 [ 254 ] {605bb488-fc0c-4de4-b6eb-362c5841fab8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5247 | 2025.01.28 23:08:43.604930 [ 254 ] {605bb488-fc0c-4de4-b6eb-362c5841fab8} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5248 | 2025.01.28 23:08:43.605069 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5249 | 2025.01.28 23:08:43.605117 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5250 | 2025.01.28 23:08:43.605140 [ 254 ] {605bb488-fc0c-4de4-b6eb-362c5841fab8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002523 sec., 10701.54577883472 rows/sec., 19.18 MiB/sec. | ||
| 5251 | 2025.01.28 23:08:43.605144 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5252 | 2025.01.28 23:08:43.605501 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 5253 | 2025.01.28 23:08:43.605519 [ 254 ] {605bb488-fc0c-4de4-b6eb-362c5841fab8} <Debug> TCPHandler: Processed in 0.003095422 sec. | ||
| 5254 | 2025.01.28 23:08:43.605760 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5255 | 2025.01.28 23:08:43.605917 [ 5 ] {89d738e4-4837-466f-b383-c3039e88442b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5256 | 2025.01.28 23:08:43.605954 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5257 | 2025.01.28 23:08:43.605984 [ 5 ] {89d738e4-4837-466f-b383-c3039e88442b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5258 | 2025.01.28 23:08:43.606061 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 348 rows starting from the beginning of the part | ||
| 5259 | 2025.01.28 23:08:43.606755 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
| 5260 | 2025.01.28 23:08:43.607147 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 5261 | 2025.01.28 23:08:43.607556 [ 5 ] {89d738e4-4837-466f-b383-c3039e88442b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5262 | 2025.01.28 23:08:43.607594 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
| 5263 | 2025.01.28 23:08:43.607608 [ 5 ] {89d738e4-4837-466f-b383-c3039e88442b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5264 | 2025.01.28 23:08:43.607988 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
| 5265 | 2025.01.28 23:08:43.608388 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
| 5266 | 2025.01.28 23:08:43.608441 [ 5 ] {89d738e4-4837-466f-b383-c3039e88442b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5267 | 2025.01.28 23:08:43.608877 [ 5 ] {89d738e4-4837-466f-b383-c3039e88442b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2025.01.28 23:08:43.609192 [ 5 ] {89d738e4-4837-466f-b383-c3039e88442b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003312 sec., 18115.942028985508 rows/sec., 1.22 MiB/sec. | ||
| 5269 | 2025.01.28 23:08:43.609273 [ 5 ] {89d738e4-4837-466f-b383-c3039e88442b} <Debug> TCPHandler: Processed in 0.003611891 sec. | ||
| 5270 | 2025.01.28 23:08:43.612131 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 19 columns (19 merged, 0 gathered) in 0.006869895 sec., 65939.8724434653 rows/sec., 118.16 MiB/sec. | ||
| 5271 | 2025.01.28 23:08:43.612722 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5272 | 2025.01.28 23:08:43.613158 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5273 | 2025.01.28 23:08:43.613235 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5274 | 2025.01.28 23:08:43.613381 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 5275 | 2025.01.28 23:08:46.643580 [ 36 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5276 | 2025.01.28 23:08:46.643662 [ 36 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2025.01.28 23:08:46.643689 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5278 | 2025.01.28 23:08:46.643967 [ 200 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 5279 | 2025.01.28 23:08:46.644293 [ 200 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5280 | 2025.01.28 23:08:46.644339 [ 200 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 5281 | 2025.01.28 23:08:46.644429 [ 200 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 5282 | 2025.01.28 23:08:46.644660 [ 200 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 5283 | 2025.01.28 23:08:46.644875 [ 200 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 5284 | 2025.01.28 23:08:46.645006 [ 200 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 5285 | 2025.01.28 23:08:46.646182 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.00239251 sec., 37617.39762843207 rows/sec., 1.92 MiB/sec. | ||
| 5286 | 2025.01.28 23:08:46.646455 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5287 | 2025.01.28 23:08:46.646762 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_15_3} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5288 | 2025.01.28 23:08:46.646846 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_15_3} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5289 | 2025.01.28 23:08:46.646940 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5290 | 2025.01.28 23:08:47.624445 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5291 | 2025.01.28 23:08:47.624492 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5292 | 2025.01.28 23:08:47.740913 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5293 | 2025.01.28 23:08:47.741541 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5294 | 2025.01.28 23:08:47.741581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5295 | 2025.01.28 23:08:47.742150 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5296 | 2025.01.28 23:08:47.742412 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5297 | 2025.01.28 23:08:47.742610 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5298 | 2025.01.28 23:08:47.788810 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 752 | ||
| 5299 | 2025.01.28 23:08:47.791775 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5300 | 2025.01.28 23:08:47.791838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5301 | 2025.01.28 23:08:47.793332 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5302 | 2025.01.28 23:08:47.793651 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5303 | 2025.01.28 23:08:47.794274 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 752 | ||
| 5304 | 2025.01.28 23:08:48.472081 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5305 | 2025.01.28 23:08:48.493047 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5306 | 2025.01.28 23:08:48.493103 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5307 | 2025.01.28 23:08:48.500516 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5308 | 2025.01.28 23:08:48.501294 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5309 | 2025.01.28 23:08:48.504591 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5310 | 2025.01.28 23:08:48.595664 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5311 | 2025.01.28 23:08:48.595841 [ 254 ] {e98073af-b87f-44b4-8e2e-4ca388425ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5312 | 2025.01.28 23:08:48.595910 [ 254 ] {e98073af-b87f-44b4-8e2e-4ca388425ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5313 | 2025.01.28 23:08:48.596612 [ 254 ] {e98073af-b87f-44b4-8e2e-4ca388425ab5} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5314 | 2025.01.28 23:08:48.596655 [ 254 ] {e98073af-b87f-44b4-8e2e-4ca388425ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5315 | 2025.01.28 23:08:48.597037 [ 254 ] {e98073af-b87f-44b4-8e2e-4ca388425ab5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5316 | 2025.01.28 23:08:48.597274 [ 254 ] {e98073af-b87f-44b4-8e2e-4ca388425ab5} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5317 | 2025.01.28 23:08:48.597486 [ 254 ] {e98073af-b87f-44b4-8e2e-4ca388425ab5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001692 sec., 8274.231678486998 rows/sec., 595.63 KiB/sec. | ||
| 5318 | 2025.01.28 23:08:48.597541 [ 254 ] {e98073af-b87f-44b4-8e2e-4ca388425ab5} <Debug> TCPHandler: Processed in 0.002000773 sec. | ||
| 5319 | 2025.01.28 23:08:48.597831 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5320 | 2025.01.28 23:08:48.598046 [ 5 ] {eed92f40-9017-401f-8143-afd53e85cb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5321 | 2025.01.28 23:08:48.598125 [ 5 ] {eed92f40-9017-401f-8143-afd53e85cb39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5322 | 2025.01.28 23:08:48.599025 [ 5 ] {eed92f40-9017-401f-8143-afd53e85cb39} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5323 | 2025.01.28 23:08:48.599066 [ 5 ] {eed92f40-9017-401f-8143-afd53e85cb39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5324 | 2025.01.28 23:08:48.599535 [ 5 ] {eed92f40-9017-401f-8143-afd53e85cb39} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5325 | 2025.01.28 23:08:48.599794 [ 5 ] {eed92f40-9017-401f-8143-afd53e85cb39} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5326 | 2025.01.28 23:08:48.600034 [ 5 ] {eed92f40-9017-401f-8143-afd53e85cb39} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.00204 sec., 111274.50980392157 rows/sec., 9.75 MiB/sec. | ||
| 5327 | 2025.01.28 23:08:48.600240 [ 5 ] {eed92f40-9017-401f-8143-afd53e85cb39} <Debug> TCPHandler: Processed in 0.002541373 sec. | ||
| 5328 | 2025.01.28 23:08:48.600457 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5329 | 2025.01.28 23:08:48.600572 [ 254 ] {23ad2b7e-6356-4b55-877f-d8a5e2a78643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5330 | 2025.01.28 23:08:48.600621 [ 254 ] {23ad2b7e-6356-4b55-877f-d8a5e2a78643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5331 | 2025.01.28 23:08:48.601183 [ 254 ] {23ad2b7e-6356-4b55-877f-d8a5e2a78643} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5332 | 2025.01.28 23:08:48.601223 [ 254 ] {23ad2b7e-6356-4b55-877f-d8a5e2a78643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5333 | 2025.01.28 23:08:48.601579 [ 254 ] {23ad2b7e-6356-4b55-877f-d8a5e2a78643} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5334 | 2025.01.28 23:08:48.601814 [ 254 ] {23ad2b7e-6356-4b55-877f-d8a5e2a78643} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5335 | 2025.01.28 23:08:48.602063 [ 254 ] {23ad2b7e-6356-4b55-877f-d8a5e2a78643} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001513 sec., 12557.83212161269 rows/sec., 897.82 KiB/sec. | ||
| 5336 | 2025.01.28 23:08:48.602266 [ 254 ] {23ad2b7e-6356-4b55-877f-d8a5e2a78643} <Debug> TCPHandler: Processed in 0.001874802 sec. | ||
| 5337 | 2025.01.28 23:08:48.602437 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5338 | 2025.01.28 23:08:48.602574 [ 5 ] {43d8bbd0-6d56-4d88-be5e-27877103751f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5339 | 2025.01.28 23:08:48.602629 [ 5 ] {43d8bbd0-6d56-4d88-be5e-27877103751f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5340 | 2025.01.28 23:08:48.603305 [ 5 ] {43d8bbd0-6d56-4d88-be5e-27877103751f} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5341 | 2025.01.28 23:08:48.603352 [ 5 ] {43d8bbd0-6d56-4d88-be5e-27877103751f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5342 | 2025.01.28 23:08:48.603732 [ 5 ] {43d8bbd0-6d56-4d88-be5e-27877103751f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5343 | 2025.01.28 23:08:48.603982 [ 5 ] {43d8bbd0-6d56-4d88-be5e-27877103751f} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5344 | 2025.01.28 23:08:48.604210 [ 5 ] {43d8bbd0-6d56-4d88-be5e-27877103751f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 591.00 KiB/sec. | ||
| 5345 | 2025.01.28 23:08:48.604393 [ 5 ] {43d8bbd0-6d56-4d88-be5e-27877103751f} <Debug> TCPHandler: Processed in 0.002011913 sec. | ||
| 5346 | 2025.01.28 23:08:48.604562 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5347 | 2025.01.28 23:08:48.604711 [ 254 ] {6a5754d2-6fcb-42f4-bbee-169c4952aac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5348 | 2025.01.28 23:08:48.604765 [ 254 ] {6a5754d2-6fcb-42f4-bbee-169c4952aac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5349 | 2025.01.28 23:08:48.605481 [ 254 ] {6a5754d2-6fcb-42f4-bbee-169c4952aac4} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5350 | 2025.01.28 23:08:48.605521 [ 254 ] {6a5754d2-6fcb-42f4-bbee-169c4952aac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5351 | 2025.01.28 23:08:48.605890 [ 254 ] {6a5754d2-6fcb-42f4-bbee-169c4952aac4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5352 | 2025.01.28 23:08:48.606153 [ 254 ] {6a5754d2-6fcb-42f4-bbee-169c4952aac4} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5353 | 2025.01.28 23:08:48.606456 [ 254 ] {6a5754d2-6fcb-42f4-bbee-169c4952aac4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001736 sec., 7488.479262672811 rows/sec., 466.90 KiB/sec. | ||
| 5354 | 2025.01.28 23:08:48.606619 [ 254 ] {6a5754d2-6fcb-42f4-bbee-169c4952aac4} <Debug> TCPHandler: Processed in 0.002118656 sec. | ||
| 5355 | 2025.01.28 23:08:48.606758 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5356 | 2025.01.28 23:08:48.606891 [ 5 ] {66573500-559f-411f-8b79-a93c33ce278f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5357 | 2025.01.28 23:08:48.606941 [ 5 ] {66573500-559f-411f-8b79-a93c33ce278f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5358 | 2025.01.28 23:08:48.607750 [ 5 ] {66573500-559f-411f-8b79-a93c33ce278f} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5359 | 2025.01.28 23:08:48.607788 [ 5 ] {66573500-559f-411f-8b79-a93c33ce278f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5360 | 2025.01.28 23:08:48.608171 [ 5 ] {66573500-559f-411f-8b79-a93c33ce278f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5361 | 2025.01.28 23:08:48.608432 [ 5 ] {66573500-559f-411f-8b79-a93c33ce278f} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5362 | 2025.01.28 23:08:48.608621 [ 5 ] {66573500-559f-411f-8b79-a93c33ce278f} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001754 sec., 224629.41847206387 rows/sec., 15.95 MiB/sec. | ||
| 5363 | 2025.01.28 23:08:48.608673 [ 5 ] {66573500-559f-411f-8b79-a93c33ce278f} <Debug> TCPHandler: Processed in 0.001972313 sec. | ||
| 5364 | 2025.01.28 23:08:48.608827 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5365 | 2025.01.28 23:08:48.608968 [ 254 ] {e7d21651-3a55-44b2-97ef-1dd66ff1e111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5366 | 2025.01.28 23:08:48.609028 [ 254 ] {e7d21651-3a55-44b2-97ef-1dd66ff1e111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5367 | 2025.01.28 23:08:48.609582 [ 254 ] {e7d21651-3a55-44b2-97ef-1dd66ff1e111} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5368 | 2025.01.28 23:08:48.609623 [ 254 ] {e7d21651-3a55-44b2-97ef-1dd66ff1e111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5369 | 2025.01.28 23:08:48.609987 [ 254 ] {e7d21651-3a55-44b2-97ef-1dd66ff1e111} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5370 | 2025.01.28 23:08:48.610241 [ 254 ] {e7d21651-3a55-44b2-97ef-1dd66ff1e111} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5371 | 2025.01.28 23:08:48.610447 [ 254 ] {e7d21651-3a55-44b2-97ef-1dd66ff1e111} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec. | ||
| 5372 | 2025.01.28 23:08:48.610500 [ 254 ] {e7d21651-3a55-44b2-97ef-1dd66ff1e111} <Debug> TCPHandler: Processed in 0.001740979 sec. | ||
| 5373 | 2025.01.28 23:08:48.610669 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5374 | 2025.01.28 23:08:48.610809 [ 5 ] {551abb9a-8421-441e-8515-d56927bdd622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5375 | 2025.01.28 23:08:48.610871 [ 5 ] {551abb9a-8421-441e-8515-d56927bdd622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5376 | 2025.01.28 23:08:48.611586 [ 5 ] {551abb9a-8421-441e-8515-d56927bdd622} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5377 | 2025.01.28 23:08:48.611624 [ 5 ] {551abb9a-8421-441e-8515-d56927bdd622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5378 | 2025.01.28 23:08:48.612022 [ 5 ] {551abb9a-8421-441e-8515-d56927bdd622} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5379 | 2025.01.28 23:08:48.612259 [ 5 ] {551abb9a-8421-441e-8515-d56927bdd622} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5380 | 2025.01.28 23:08:48.612503 [ 5 ] {551abb9a-8421-441e-8515-d56927bdd622} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001724 sec., 137470.99767981438 rows/sec., 9.21 MiB/sec. | ||
| 5381 | 2025.01.28 23:08:48.612722 [ 5 ] {551abb9a-8421-441e-8515-d56927bdd622} <Debug> TCPHandler: Processed in 0.002116505 sec. | ||
| 5382 | 2025.01.28 23:08:48.612913 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5383 | 2025.01.28 23:08:48.613046 [ 254 ] {775e5574-95bc-4ec3-a43b-01863acf9fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5384 | 2025.01.28 23:08:48.613105 [ 254 ] {775e5574-95bc-4ec3-a43b-01863acf9fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5385 | 2025.01.28 23:08:48.613617 [ 254 ] {775e5574-95bc-4ec3-a43b-01863acf9fa1} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5386 | 2025.01.28 23:08:48.613656 [ 254 ] {775e5574-95bc-4ec3-a43b-01863acf9fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5387 | 2025.01.28 23:08:48.614015 [ 254 ] {775e5574-95bc-4ec3-a43b-01863acf9fa1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5388 | 2025.01.28 23:08:48.614262 [ 254 ] {775e5574-95bc-4ec3-a43b-01863acf9fa1} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5389 | 2025.01.28 23:08:48.614470 [ 254 ] {775e5574-95bc-4ec3-a43b-01863acf9fa1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001453 sec., 688.2312456985546 rows/sec., 46.37 KiB/sec. | ||
| 5390 | 2025.01.28 23:08:48.614523 [ 254 ] {775e5574-95bc-4ec3-a43b-01863acf9fa1} <Debug> TCPHandler: Processed in 0.001694689 sec. | ||
| 5391 | 2025.01.28 23:08:48.614737 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5392 | 2025.01.28 23:08:48.614960 [ 5 ] {fe608137-194b-4f94-bd5b-146d9060eb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5393 | 2025.01.28 23:08:48.615099 [ 5 ] {fe608137-194b-4f94-bd5b-146d9060eb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5394 | 2025.01.28 23:08:48.616423 [ 5 ] {fe608137-194b-4f94-bd5b-146d9060eb9e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5395 | 2025.01.28 23:08:48.616461 [ 5 ] {fe608137-194b-4f94-bd5b-146d9060eb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5396 | 2025.01.28 23:08:48.617089 [ 5 ] {fe608137-194b-4f94-bd5b-146d9060eb9e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5397 | 2025.01.28 23:08:48.617350 [ 5 ] {fe608137-194b-4f94-bd5b-146d9060eb9e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5398 | 2025.01.28 23:08:48.617575 [ 5 ] {fe608137-194b-4f94-bd5b-146d9060eb9e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002665 sec., 4502.814258911821 rows/sec., 8.07 MiB/sec. | ||
| 5399 | 2025.01.28 23:08:48.617706 [ 5 ] {fe608137-194b-4f94-bd5b-146d9060eb9e} <Debug> TCPHandler: Processed in 0.003082422 sec. | ||
| 5400 | 2025.01.28 23:08:48.617865 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5401 | 2025.01.28 23:08:48.618006 [ 254 ] {6808cde2-71e8-46a7-80c6-c7f0fe3f2d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5402 | 2025.01.28 23:08:48.618064 [ 254 ] {6808cde2-71e8-46a7-80c6-c7f0fe3f2d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5403 | 2025.01.28 23:08:48.618621 [ 254 ] {6808cde2-71e8-46a7-80c6-c7f0fe3f2d93} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5404 | 2025.01.28 23:08:48.618662 [ 254 ] {6808cde2-71e8-46a7-80c6-c7f0fe3f2d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5405 | 2025.01.28 23:08:48.619043 [ 254 ] {6808cde2-71e8-46a7-80c6-c7f0fe3f2d93} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5406 | 2025.01.28 23:08:48.619283 [ 254 ] {6808cde2-71e8-46a7-80c6-c7f0fe3f2d93} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5407 | 2025.01.28 23:08:48.619506 [ 254 ] {6808cde2-71e8-46a7-80c6-c7f0fe3f2d93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec. | ||
| 5408 | 2025.01.28 23:08:48.619558 [ 254 ] {6808cde2-71e8-46a7-80c6-c7f0fe3f2d93} <Debug> TCPHandler: Processed in 0.00176529 sec. | ||
| 5409 | 2025.01.28 23:08:49.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.96 MiB, peak 196.96 MiB, free memory in arenas 0.00 B, will set to 189.85 MiB (RSS), difference: -1.11 MiB | ||
| 5410 | 2025.01.28 23:08:53.594321 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2025.01.28 23:08:53.594569 [ 254 ] {720059c7-de54-4be1-8a8f-9b599cb20b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5412 | 2025.01.28 23:08:53.594676 [ 254 ] {720059c7-de54-4be1-8a8f-9b599cb20b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5413 | 2025.01.28 23:08:53.595666 [ 254 ] {720059c7-de54-4be1-8a8f-9b599cb20b78} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2025.01.28 23:08:53.595736 [ 254 ] {720059c7-de54-4be1-8a8f-9b599cb20b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5415 | 2025.01.28 23:08:53.596281 [ 254 ] {720059c7-de54-4be1-8a8f-9b599cb20b78} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5416 | 2025.01.28 23:08:53.596672 [ 254 ] {720059c7-de54-4be1-8a8f-9b599cb20b78} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.01.28 23:08:53.596929 [ 254 ] {720059c7-de54-4be1-8a8f-9b599cb20b78} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002433 sec., 822.0304151253597 rows/sec., 67.03 KiB/sec. | ||
| 5418 | 2025.01.28 23:08:53.597013 [ 254 ] {720059c7-de54-4be1-8a8f-9b599cb20b78} <Debug> TCPHandler: Processed in 0.002892888 sec. | ||
| 5419 | 2025.01.28 23:08:53.597345 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2025.01.28 23:08:53.597607 [ 5 ] {796a95ba-823b-41a4-8d42-3103e653e0f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5421 | 2025.01.28 23:08:53.597739 [ 5 ] {796a95ba-823b-41a4-8d42-3103e653e0f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5422 | 2025.01.28 23:08:53.598832 [ 5 ] {796a95ba-823b-41a4-8d42-3103e653e0f8} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.01.28 23:08:53.598890 [ 5 ] {796a95ba-823b-41a4-8d42-3103e653e0f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5424 | 2025.01.28 23:08:53.599373 [ 5 ] {796a95ba-823b-41a4-8d42-3103e653e0f8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5425 | 2025.01.28 23:08:53.599655 [ 5 ] {796a95ba-823b-41a4-8d42-3103e653e0f8} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.01.28 23:08:53.599954 [ 5 ] {796a95ba-823b-41a4-8d42-3103e653e0f8} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002418 sec., 45905.707196029776 rows/sec., 3.85 MiB/sec. | ||
| 5427 | 2025.01.28 23:08:53.600201 [ 5 ] {796a95ba-823b-41a4-8d42-3103e653e0f8} <Debug> TCPHandler: Processed in 0.003050551 sec. | ||
| 5428 | 2025.01.28 23:08:53.600438 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2025.01.28 23:08:53.600621 [ 254 ] {ce30a50d-ec6c-4a12-871a-96967b5f5c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5430 | 2025.01.28 23:08:53.600707 [ 254 ] {ce30a50d-ec6c-4a12-871a-96967b5f5c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5431 | 2025.01.28 23:08:53.601392 [ 254 ] {ce30a50d-ec6c-4a12-871a-96967b5f5c05} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2025.01.28 23:08:53.601430 [ 254 ] {ce30a50d-ec6c-4a12-871a-96967b5f5c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5433 | 2025.01.28 23:08:53.601834 [ 254 ] {ce30a50d-ec6c-4a12-871a-96967b5f5c05} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5434 | 2025.01.28 23:08:53.602076 [ 254 ] {ce30a50d-ec6c-4a12-871a-96967b5f5c05} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2025.01.28 23:08:53.602259 [ 254 ] {ce30a50d-ec6c-4a12-871a-96967b5f5c05} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001683 sec., 17231.1348781937 rows/sec., 1.26 MiB/sec. | ||
| 5436 | 2025.01.28 23:08:53.602324 [ 254 ] {ce30a50d-ec6c-4a12-871a-96967b5f5c05} <Debug> TCPHandler: Processed in 0.001961613 sec. | ||
| 5437 | 2025.01.28 23:08:53.602539 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2025.01.28 23:08:53.602675 [ 5 ] {8c9b9680-ba90-41cb-b631-10469a2d4d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5439 | 2025.01.28 23:08:53.602741 [ 5 ] {8c9b9680-ba90-41cb-b631-10469a2d4d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5440 | 2025.01.28 23:08:53.603449 [ 5 ] {8c9b9680-ba90-41cb-b631-10469a2d4d9a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2025.01.28 23:08:53.603502 [ 5 ] {8c9b9680-ba90-41cb-b631-10469a2d4d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5442 | 2025.01.28 23:08:53.603889 [ 5 ] {8c9b9680-ba90-41cb-b631-10469a2d4d9a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5443 | 2025.01.28 23:08:53.604244 [ 5 ] {8c9b9680-ba90-41cb-b631-10469a2d4d9a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2025.01.28 23:08:53.604596 [ 5 ] {8c9b9680-ba90-41cb-b631-10469a2d4d9a} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001948 sec., 47741.27310061602 rows/sec., 3.73 MiB/sec. | ||
| 5445 | 2025.01.28 23:08:53.604871 [ 5 ] {8c9b9680-ba90-41cb-b631-10469a2d4d9a} <Debug> TCPHandler: Processed in 0.00238995 sec. | ||
| 5446 | 2025.01.28 23:08:53.605098 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5447 | 2025.01.28 23:08:53.605240 [ 254 ] {1daf66c2-f695-476f-9560-9a29cd3b8b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5448 | 2025.01.28 23:08:53.605308 [ 254 ] {1daf66c2-f695-476f-9560-9a29cd3b8b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5449 | 2025.01.28 23:08:53.606076 [ 254 ] {1daf66c2-f695-476f-9560-9a29cd3b8b71} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2025.01.28 23:08:53.606125 [ 254 ] {1daf66c2-f695-476f-9560-9a29cd3b8b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5451 | 2025.01.28 23:08:53.606654 [ 254 ] {1daf66c2-f695-476f-9560-9a29cd3b8b71} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5452 | 2025.01.28 23:08:53.606977 [ 254 ] {1daf66c2-f695-476f-9560-9a29cd3b8b71} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2025.01.28 23:08:53.607222 [ 254 ] {1daf66c2-f695-476f-9560-9a29cd3b8b71} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002014 sec., 79940.41708043694 rows/sec., 5.57 MiB/sec. | ||
| 5454 | 2025.01.28 23:08:53.607293 [ 254 ] {1daf66c2-f695-476f-9560-9a29cd3b8b71} <Debug> TCPHandler: Processed in 0.002264028 sec. | ||
| 5455 | 2025.01.28 23:08:53.607512 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5456 | 2025.01.28 23:08:53.607716 [ 5 ] {714d0047-3ba5-4bf2-8cd1-389124d13395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5457 | 2025.01.28 23:08:53.607833 [ 5 ] {714d0047-3ba5-4bf2-8cd1-389124d13395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5458 | 2025.01.28 23:08:53.609398 [ 5 ] {714d0047-3ba5-4bf2-8cd1-389124d13395} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2025.01.28 23:08:53.609451 [ 5 ] {714d0047-3ba5-4bf2-8cd1-389124d13395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5460 | 2025.01.28 23:08:53.610329 [ 5 ] {714d0047-3ba5-4bf2-8cd1-389124d13395} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5461 | 2025.01.28 23:08:53.610685 [ 5 ] {714d0047-3ba5-4bf2-8cd1-389124d13395} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2025.01.28 23:08:53.611006 [ 5 ] {714d0047-3ba5-4bf2-8cd1-389124d13395} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003335 sec., 8095.952023988007 rows/sec., 14.51 MiB/sec. | ||
| 5463 | 2025.01.28 23:08:53.611197 [ 5 ] {714d0047-3ba5-4bf2-8cd1-389124d13395} <Debug> TCPHandler: Processed in 0.003759953 sec. | ||
| 5464 | 2025.01.28 23:08:53.611456 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5465 | 2025.01.28 23:08:53.611626 [ 254 ] {5e7f11e1-93be-450a-9b3f-dc7deab379bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5466 | 2025.01.28 23:08:53.611703 [ 254 ] {5e7f11e1-93be-450a-9b3f-dc7deab379bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5467 | 2025.01.28 23:08:53.612431 [ 254 ] {5e7f11e1-93be-450a-9b3f-dc7deab379bd} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5468 | 2025.01.28 23:08:53.612474 [ 254 ] {5e7f11e1-93be-450a-9b3f-dc7deab379bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5469 | 2025.01.28 23:08:53.612989 [ 254 ] {5e7f11e1-93be-450a-9b3f-dc7deab379bd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5470 | 2025.01.28 23:08:53.613313 [ 254 ] {5e7f11e1-93be-450a-9b3f-dc7deab379bd} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5471 | 2025.01.28 23:08:53.613588 [ 254 ] {5e7f11e1-93be-450a-9b3f-dc7deab379bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002 sec., 30000 rows/sec., 2.02 MiB/sec. | ||
| 5472 | 2025.01.28 23:08:53.613716 [ 254 ] {5e7f11e1-93be-450a-9b3f-dc7deab379bd} <Debug> TCPHandler: Processed in 0.002375 sec. | ||
| 5473 | 2025.01.28 23:08:55.242798 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5474 | 2025.01.28 23:08:55.243495 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5475 | 2025.01.28 23:08:55.243546 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5476 | 2025.01.28 23:08:55.244116 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5477 | 2025.01.28 23:08:55.244374 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2025.01.28 23:08:55.244667 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5479 | 2025.01.28 23:08:56.004723 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5480 | 2025.01.28 23:08:56.026340 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2025.01.28 23:08:56.026402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5482 | 2025.01.28 23:08:56.034010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5483 | 2025.01.28 23:08:56.034795 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5484 | 2025.01.28 23:08:56.037819 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5485 | 2025.01.28 23:08:57.794510 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 788 | ||
| 5486 | 2025.01.28 23:08:57.797670 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5487 | 2025.01.28 23:08:57.797725 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5488 | 2025.01.28 23:08:57.800016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5489 | 2025.01.28 23:08:57.800334 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2025.01.28 23:08:57.802100 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 788 | ||
| 5491 | 2025.01.28 23:08:58.596372 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5492 | 2025.01.28 23:08:58.596583 [ 254 ] {39bd6dbd-4934-4a88-8a21-f758e88446ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5493 | 2025.01.28 23:08:58.596663 [ 254 ] {39bd6dbd-4934-4a88-8a21-f758e88446ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5494 | 2025.01.28 23:08:58.597435 [ 254 ] {39bd6dbd-4934-4a88-8a21-f758e88446ae} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5495 | 2025.01.28 23:08:58.597481 [ 254 ] {39bd6dbd-4934-4a88-8a21-f758e88446ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5496 | 2025.01.28 23:08:58.597920 [ 254 ] {39bd6dbd-4934-4a88-8a21-f758e88446ae} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5497 | 2025.01.28 23:08:58.598173 [ 254 ] {39bd6dbd-4934-4a88-8a21-f758e88446ae} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5498 | 2025.01.28 23:08:58.598374 [ 104 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5499 | 2025.01.28 23:08:58.598442 [ 254 ] {39bd6dbd-4934-4a88-8a21-f758e88446ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec. | ||
| 5500 | 2025.01.28 23:08:58.598464 [ 104 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5501 | 2025.01.28 23:08:58.598535 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5502 | 2025.01.28 23:08:58.598589 [ 254 ] {39bd6dbd-4934-4a88-8a21-f758e88446ae} <Debug> TCPHandler: Processed in 0.002354439 sec. | ||
| 5503 | 2025.01.28 23:08:58.598726 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 5504 | 2025.01.28 23:08:58.598846 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5505 | 2025.01.28 23:08:58.598901 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 5506 | 2025.01.28 23:08:58.598927 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5507 | 2025.01.28 23:08:58.599023 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 5508 | 2025.01.28 23:08:58.599399 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 5509 | 2025.01.28 23:08:58.599724 [ 5 ] {53d5ebf1-a996-401a-aaaa-31439d7c3187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5510 | 2025.01.28 23:08:58.599792 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 5511 | 2025.01.28 23:08:58.599967 [ 5 ] {53d5ebf1-a996-401a-aaaa-31439d7c3187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5512 | 2025.01.28 23:08:58.600130 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 5513 | 2025.01.28 23:08:58.602768 [ 5 ] {53d5ebf1-a996-401a-aaaa-31439d7c3187} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5514 | 2025.01.28 23:08:58.602828 [ 200 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00418158 sec., 16740.083891734703 rows/sec., 1.24 MiB/sec. | ||
| 5515 | 2025.01.28 23:08:58.602832 [ 5 ] {53d5ebf1-a996-401a-aaaa-31439d7c3187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5516 | 2025.01.28 23:08:58.603084 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5517 | 2025.01.28 23:08:58.603526 [ 5 ] {53d5ebf1-a996-401a-aaaa-31439d7c3187} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5518 | 2025.01.28 23:08:58.603603 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_17_4} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5519 | 2025.01.28 23:08:58.603735 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_17_4} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5520 | 2025.01.28 23:08:58.603845 [ 5 ] {53d5ebf1-a996-401a-aaaa-31439d7c3187} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5521 | 2025.01.28 23:08:58.603873 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5522 | 2025.01.28 23:08:58.604111 [ 5 ] {53d5ebf1-a996-401a-aaaa-31439d7c3187} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.004675 sec., 48556.14973262032 rows/sec., 4.25 MiB/sec. | ||
| 5523 | 2025.01.28 23:08:58.604186 [ 5 ] {53d5ebf1-a996-401a-aaaa-31439d7c3187} <Debug> TCPHandler: Processed in 0.005449571 sec. | ||
| 5524 | 2025.01.28 23:08:58.604353 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5525 | 2025.01.28 23:08:58.604493 [ 254 ] {9e8437b3-330e-462b-9ec5-50cc200e4029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5526 | 2025.01.28 23:08:58.604551 [ 254 ] {9e8437b3-330e-462b-9ec5-50cc200e4029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5527 | 2025.01.28 23:08:58.605192 [ 254 ] {9e8437b3-330e-462b-9ec5-50cc200e4029} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5528 | 2025.01.28 23:08:58.605232 [ 254 ] {9e8437b3-330e-462b-9ec5-50cc200e4029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5529 | 2025.01.28 23:08:58.605607 [ 254 ] {9e8437b3-330e-462b-9ec5-50cc200e4029} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5530 | 2025.01.28 23:08:58.605849 [ 254 ] {9e8437b3-330e-462b-9ec5-50cc200e4029} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5531 | 2025.01.28 23:08:58.606107 [ 254 ] {9e8437b3-330e-462b-9ec5-50cc200e4029} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001642 sec., 11571.254567600487 rows/sec., 827.28 KiB/sec. | ||
| 5532 | 2025.01.28 23:08:58.606280 [ 254 ] {9e8437b3-330e-462b-9ec5-50cc200e4029} <Debug> TCPHandler: Processed in 0.001995353 sec. | ||
| 5533 | 2025.01.28 23:08:58.606503 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5534 | 2025.01.28 23:08:58.606623 [ 5 ] {5d38007b-6a52-4565-9cbc-f4f5717b39aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5535 | 2025.01.28 23:08:58.606672 [ 5 ] {5d38007b-6a52-4565-9cbc-f4f5717b39aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5536 | 2025.01.28 23:08:58.607269 [ 5 ] {5d38007b-6a52-4565-9cbc-f4f5717b39aa} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2025.01.28 23:08:58.607310 [ 5 ] {5d38007b-6a52-4565-9cbc-f4f5717b39aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5538 | 2025.01.28 23:08:58.607663 [ 5 ] {5d38007b-6a52-4565-9cbc-f4f5717b39aa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5539 | 2025.01.28 23:08:58.607901 [ 5 ] {5d38007b-6a52-4565-9cbc-f4f5717b39aa} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5540 | 2025.01.28 23:08:58.608111 [ 5 ] {5d38007b-6a52-4565-9cbc-f4f5717b39aa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001511 sec., 9265.387160820648 rows/sec., 648.89 KiB/sec. | ||
| 5541 | 2025.01.28 23:08:58.608168 [ 5 ] {5d38007b-6a52-4565-9cbc-f4f5717b39aa} <Debug> TCPHandler: Processed in 0.001773509 sec. | ||
| 5542 | 2025.01.28 23:08:58.608311 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5543 | 2025.01.28 23:08:58.608426 [ 254 ] {8c25bb75-64d6-4d22-b817-572472108eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5544 | 2025.01.28 23:08:58.608476 [ 254 ] {8c25bb75-64d6-4d22-b817-572472108eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5545 | 2025.01.28 23:08:58.609062 [ 254 ] {8c25bb75-64d6-4d22-b817-572472108eb9} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2025.01.28 23:08:58.609102 [ 254 ] {8c25bb75-64d6-4d22-b817-572472108eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5547 | 2025.01.28 23:08:58.609455 [ 254 ] {8c25bb75-64d6-4d22-b817-572472108eb9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5548 | 2025.01.28 23:08:58.609695 [ 254 ] {8c25bb75-64d6-4d22-b817-572472108eb9} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2025.01.28 23:08:58.609855 [ 104 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5550 | 2025.01.28 23:08:58.609928 [ 104 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5551 | 2025.01.28 23:08:58.609954 [ 254 ] {8c25bb75-64d6-4d22-b817-572472108eb9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001543 sec., 8425.145819831496 rows/sec., 525.31 KiB/sec. | ||
| 5552 | 2025.01.28 23:08:58.609969 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5553 | 2025.01.28 23:08:58.610115 [ 254 ] {8c25bb75-64d6-4d22-b817-572472108eb9} <Debug> TCPHandler: Processed in 0.001856521 sec. | ||
| 5554 | 2025.01.28 23:08:58.610604 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5555 | 2025.01.28 23:08:58.610644 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 5556 | 2025.01.28 23:08:58.611098 [ 5 ] {3fa54fe1-9ff1-4817-b82e-4f564684b155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5557 | 2025.01.28 23:08:58.611263 [ 5 ] {3fa54fe1-9ff1-4817-b82e-4f564684b155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5558 | 2025.01.28 23:08:58.611299 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5559 | 2025.01.28 23:08:58.611435 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 5560 | 2025.01.28 23:08:58.611830 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 5561 | 2025.01.28 23:08:58.612184 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 5562 | 2025.01.28 23:08:58.612602 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 5563 | 2025.01.28 23:08:58.613126 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 5564 | 2025.01.28 23:08:58.614692 [ 5 ] {3fa54fe1-9ff1-4817-b82e-4f564684b155} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5565 | 2025.01.28 23:08:58.614768 [ 5 ] {3fa54fe1-9ff1-4817-b82e-4f564684b155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5566 | 2025.01.28 23:08:58.615604 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005506243 sec., 11804.782317089892 rows/sec., 782.14 KiB/sec. | ||
| 5567 | 2025.01.28 23:08:58.615766 [ 5 ] {3fa54fe1-9ff1-4817-b82e-4f564684b155} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5568 | 2025.01.28 23:08:58.615853 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5569 | 2025.01.28 23:08:58.616200 [ 5 ] {3fa54fe1-9ff1-4817-b82e-4f564684b155} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5570 | 2025.01.28 23:08:58.616631 [ 5 ] {3fa54fe1-9ff1-4817-b82e-4f564684b155} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.005635 sec., 69920.14196983141 rows/sec., 4.96 MiB/sec. | ||
| 5571 | 2025.01.28 23:08:58.616766 [ 5 ] {3fa54fe1-9ff1-4817-b82e-4f564684b155} <Debug> TCPHandler: Processed in 0.006519879 sec. | ||
| 5572 | 2025.01.28 23:08:58.616877 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_17_4} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5573 | 2025.01.28 23:08:58.616969 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5574 | 2025.01.28 23:08:58.617023 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_17_4} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5575 | 2025.01.28 23:08:58.617194 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5576 | 2025.01.28 23:08:58.617219 [ 254 ] {77da2f36-7042-428d-ac76-5a5efc0c8d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5577 | 2025.01.28 23:08:58.617291 [ 254 ] {77da2f36-7042-428d-ac76-5a5efc0c8d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5578 | 2025.01.28 23:08:58.617853 [ 254 ] {77da2f36-7042-428d-ac76-5a5efc0c8d2c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5579 | 2025.01.28 23:08:58.617893 [ 254 ] {77da2f36-7042-428d-ac76-5a5efc0c8d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5580 | 2025.01.28 23:08:58.618252 [ 254 ] {77da2f36-7042-428d-ac76-5a5efc0c8d2c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5581 | 2025.01.28 23:08:58.618481 [ 254 ] {77da2f36-7042-428d-ac76-5a5efc0c8d2c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5582 | 2025.01.28 23:08:58.618689 [ 254 ] {77da2f36-7042-428d-ac76-5a5efc0c8d2c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec. | ||
| 5583 | 2025.01.28 23:08:58.618740 [ 254 ] {77da2f36-7042-428d-ac76-5a5efc0c8d2c} <Debug> TCPHandler: Processed in 0.001881121 sec. | ||
| 5584 | 2025.01.28 23:08:58.618919 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5585 | 2025.01.28 23:08:58.619139 [ 5 ] {9eaeee76-b019-4743-9323-92646a6c2759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5586 | 2025.01.28 23:08:58.619234 [ 5 ] {9eaeee76-b019-4743-9323-92646a6c2759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5587 | 2025.01.28 23:08:58.620111 [ 5 ] {9eaeee76-b019-4743-9323-92646a6c2759} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5588 | 2025.01.28 23:08:58.620149 [ 5 ] {9eaeee76-b019-4743-9323-92646a6c2759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5589 | 2025.01.28 23:08:58.620542 [ 5 ] {9eaeee76-b019-4743-9323-92646a6c2759} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5590 | 2025.01.28 23:08:58.620774 [ 5 ] {9eaeee76-b019-4743-9323-92646a6c2759} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5591 | 2025.01.28 23:08:58.620987 [ 5 ] {9eaeee76-b019-4743-9323-92646a6c2759} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001901 sec., 124671.22567069964 rows/sec., 8.36 MiB/sec. | ||
| 5592 | 2025.01.28 23:08:58.621041 [ 5 ] {9eaeee76-b019-4743-9323-92646a6c2759} <Debug> TCPHandler: Processed in 0.002220717 sec. | ||
| 5593 | 2025.01.28 23:08:58.621195 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5594 | 2025.01.28 23:08:58.621332 [ 254 ] {3698390c-2171-4f66-85b8-1b00fdc7a6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5595 | 2025.01.28 23:08:58.621391 [ 254 ] {3698390c-2171-4f66-85b8-1b00fdc7a6a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5596 | 2025.01.28 23:08:58.621923 [ 254 ] {3698390c-2171-4f66-85b8-1b00fdc7a6a4} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5597 | 2025.01.28 23:08:58.621962 [ 254 ] {3698390c-2171-4f66-85b8-1b00fdc7a6a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5598 | 2025.01.28 23:08:58.622319 [ 254 ] {3698390c-2171-4f66-85b8-1b00fdc7a6a4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5599 | 2025.01.28 23:08:58.622549 [ 254 ] {3698390c-2171-4f66-85b8-1b00fdc7a6a4} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5600 | 2025.01.28 23:08:58.622726 [ 254 ] {3698390c-2171-4f66-85b8-1b00fdc7a6a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 5601 | 2025.01.28 23:08:58.622774 [ 254 ] {3698390c-2171-4f66-85b8-1b00fdc7a6a4} <Debug> TCPHandler: Processed in 0.001642487 sec. | ||
| 5602 | 2025.01.28 23:08:58.623416 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5603 | 2025.01.28 23:08:58.623552 [ 5 ] {2146c5b6-f837-4386-8b63-4e4acc42ec23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5604 | 2025.01.28 23:08:58.623644 [ 5 ] {2146c5b6-f837-4386-8b63-4e4acc42ec23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5605 | 2025.01.28 23:08:58.624800 [ 5 ] {2146c5b6-f837-4386-8b63-4e4acc42ec23} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5606 | 2025.01.28 23:08:58.624839 [ 5 ] {2146c5b6-f837-4386-8b63-4e4acc42ec23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5607 | 2025.01.28 23:08:58.625454 [ 5 ] {2146c5b6-f837-4386-8b63-4e4acc42ec23} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5608 | 2025.01.28 23:08:58.625705 [ 5 ] {2146c5b6-f837-4386-8b63-4e4acc42ec23} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2025.01.28 23:08:58.625942 [ 5 ] {2146c5b6-f837-4386-8b63-4e4acc42ec23} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002421 sec., 4956.629491945477 rows/sec., 8.88 MiB/sec. | ||
| 5610 | 2025.01.28 23:08:58.626048 [ 5 ] {2146c5b6-f837-4386-8b63-4e4acc42ec23} <Debug> TCPHandler: Processed in 0.002695635 sec. | ||
| 5611 | 2025.01.28 23:08:58.626205 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5612 | 2025.01.28 23:08:58.626342 [ 254 ] {36f1213d-bd87-402d-821c-9f3bc728f306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5613 | 2025.01.28 23:08:58.626400 [ 254 ] {36f1213d-bd87-402d-821c-9f3bc728f306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5614 | 2025.01.28 23:08:58.626950 [ 254 ] {36f1213d-bd87-402d-821c-9f3bc728f306} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5615 | 2025.01.28 23:08:58.626988 [ 254 ] {36f1213d-bd87-402d-821c-9f3bc728f306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
| 5616 | 2025.01.28 23:08:58.627348 [ 254 ] {36f1213d-bd87-402d-821c-9f3bc728f306} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5617 | 2025.01.28 23:08:58.627582 [ 254 ] {36f1213d-bd87-402d-821c-9f3bc728f306} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5618 | 2025.01.28 23:08:58.627755 [ 254 ] {36f1213d-bd87-402d-821c-9f3bc728f306} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec. | ||
| 5619 | 2025.01.28 23:08:58.627801 [ 254 ] {36f1213d-bd87-402d-821c-9f3bc728f306} <Debug> TCPHandler: Processed in 0.001660348 sec. | ||
| 5620 | 2025.01.28 23:09:02.624737 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5621 | 2025.01.28 23:09:02.624812 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5622 | 2025.01.28 23:09:02.744892 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5623 | 2025.01.28 23:09:02.746025 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2025.01.28 23:09:02.746092 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5625 | 2025.01.28 23:09:02.746617 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5626 | 2025.01.28 23:09:02.746885 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2025.01.28 23:09:02.747143 [ 75 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5628 | 2025.01.28 23:09:02.747174 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5629 | 2025.01.28 23:09:02.747267 [ 75 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.01.28 23:09:02.747317 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5631 | 2025.01.28 23:09:02.747493 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 5632 | 2025.01.28 23:09:02.747665 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5633 | 2025.01.28 23:09:02.747716 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5634 | 2025.01.28 23:09:02.747807 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5635 | 2025.01.28 23:09:02.747912 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5636 | 2025.01.28 23:09:02.748189 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5637 | 2025.01.28 23:09:02.748373 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5638 | 2025.01.28 23:09:02.748490 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5639 | 2025.01.28 23:09:02.753082 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005667774 sec., 2109470.137658982 rows/sec., 30.18 MiB/sec. | ||
| 5640 | 2025.01.28 23:09:02.753507 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5641 | 2025.01.28 23:09:02.753881 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5642 | 2025.01.28 23:09:02.753984 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_26_5} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5643 | 2025.01.28 23:09:02.754101 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5644 | 2025.01.28 23:09:03.537964 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5645 | 2025.01.28 23:09:03.559566 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5646 | 2025.01.28 23:09:03.559610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5647 | 2025.01.28 23:09:03.567577 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5648 | 2025.01.28 23:09:03.568367 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5649 | 2025.01.28 23:09:03.568684 [ 75 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5650 | 2025.01.28 23:09:03.568762 [ 75 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5651 | 2025.01.28 23:09:03.568806 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5652 | 2025.01.28 23:09:03.569162 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 5653 | 2025.01.28 23:09:03.578381 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5654 | 2025.01.28 23:09:03.579592 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5655 | 2025.01.28 23:09:03.580504 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 5656 | 2025.01.28 23:09:03.585085 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 5657 | 2025.01.28 23:09:03.589713 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 5658 | 2025.01.28 23:09:03.593185 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5659 | 2025.01.28 23:09:03.593377 [ 254 ] {c74c71e6-7c2b-47e0-90d0-f7d3a0cdc8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5660 | 2025.01.28 23:09:03.593467 [ 254 ] {c74c71e6-7c2b-47e0-90d0-f7d3a0cdc8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5661 | 2025.01.28 23:09:03.594952 [ 254 ] {c74c71e6-7c2b-47e0-90d0-f7d3a0cdc8a4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5662 | 2025.01.28 23:09:03.595011 [ 254 ] {c74c71e6-7c2b-47e0-90d0-f7d3a0cdc8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5663 | 2025.01.28 23:09:03.595678 [ 254 ] {c74c71e6-7c2b-47e0-90d0-f7d3a0cdc8a4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5664 | 2025.01.28 23:09:03.596043 [ 254 ] {c74c71e6-7c2b-47e0-90d0-f7d3a0cdc8a4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5665 | 2025.01.28 23:09:03.596369 [ 125 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5666 | 2025.01.28 23:09:03.596481 [ 254 ] {c74c71e6-7c2b-47e0-90d0-f7d3a0cdc8a4} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.003149 sec., 34931.724356938714 rows/sec., 2.94 MiB/sec. | ||
| 5667 | 2025.01.28 23:09:03.596514 [ 125 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5668 | 2025.01.28 23:09:03.596628 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5669 | 2025.01.28 23:09:03.596739 [ 254 ] {c74c71e6-7c2b-47e0-90d0-f7d3a0cdc8a4} <Debug> TCPHandler: Processed in 0.003677682 sec. | ||
| 5670 | 2025.01.28 23:09:03.597120 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 5671 | 2025.01.28 23:09:03.597142 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5672 | 2025.01.28 23:09:03.597518 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5673 | 2025.01.28 23:09:03.597583 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 5674 | 2025.01.28 23:09:03.597600 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1431 rows starting from the beginning of the part | ||
| 5675 | 2025.01.28 23:09:03.597696 [ 5 ] {48c2ebb5-011c-49b2-bf38-3c049df095b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5676 | 2025.01.28 23:09:03.597927 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 110 rows starting from the beginning of the part | ||
| 5677 | 2025.01.28 23:09:03.598054 [ 5 ] {48c2ebb5-011c-49b2-bf38-3c049df095b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5678 | 2025.01.28 23:09:03.598487 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 227 rows starting from the beginning of the part | ||
| 5679 | 2025.01.28 23:09:03.598901 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 111 rows starting from the beginning of the part | ||
| 5680 | 2025.01.28 23:09:03.599403 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 227 rows starting from the beginning of the part | ||
| 5681 | 2025.01.28 23:09:03.599834 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 110 rows starting from the beginning of the part | ||
| 5682 | 2025.01.28 23:09:03.603399 [ 5 ] {48c2ebb5-011c-49b2-bf38-3c049df095b7} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5683 | 2025.01.28 23:09:03.603503 [ 5 ] {48c2ebb5-011c-49b2-bf38-3c049df095b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5684 | 2025.01.28 23:09:03.605118 [ 5 ] {48c2ebb5-011c-49b2-bf38-3c049df095b7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5685 | 2025.01.28 23:09:03.605171 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2216 rows, containing 5 columns (5 merged, 0 gathered) in 0.008335889 sec., 265838.4726572055 rows/sec., 23.50 MiB/sec. | ||
| 5686 | 2025.01.28 23:09:03.605618 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5687 | 2025.01.28 23:09:03.605714 [ 5 ] {48c2ebb5-011c-49b2-bf38-3c049df095b7} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.01.28 23:09:03.606149 [ 125 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5689 | 2025.01.28 23:09:03.606296 [ 125 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5690 | 2025.01.28 23:09:03.606392 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5691 | 2025.01.28 23:09:03.606629 [ 5 ] {48c2ebb5-011c-49b2-bf38-3c049df095b7} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.009081 sec., 2973.240832507433 rows/sec., 223.57 KiB/sec. | ||
| 5692 | 2025.01.28 23:09:03.606911 [ 5 ] {48c2ebb5-011c-49b2-bf38-3c049df095b7} <Debug> TCPHandler: Processed in 0.010029238 sec. | ||
| 5693 | 2025.01.28 23:09:03.607171 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5694 | 2025.01.28 23:09:03.607313 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 5695 | 2025.01.28 23:09:03.607505 [ 254 ] {8ebc4c61-9566-442b-8727-c13f1ad450fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5696 | 2025.01.28 23:09:03.607692 [ 254 ] {8ebc4c61-9566-442b-8727-c13f1ad450fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5697 | 2025.01.28 23:09:03.608254 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5698 | 2025.01.28 23:09:03.608663 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5699 | 2025.01.28 23:09:03.608932 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_41_8} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5700 | 2025.01.28 23:09:03.608995 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 64 rows starting from the beginning of the part | ||
| 5701 | 2025.01.28 23:09:03.609493 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 5702 | 2025.01.28 23:09:03.609905 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
| 5703 | 2025.01.28 23:09:03.611081 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part | ||
| 5704 | 2025.01.28 23:09:03.614214 [ 254 ] {8ebc4c61-9566-442b-8727-c13f1ad450fc} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5705 | 2025.01.28 23:09:03.614332 [ 254 ] {8ebc4c61-9566-442b-8727-c13f1ad450fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5706 | 2025.01.28 23:09:03.614352 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part | ||
| 5707 | 2025.01.28 23:09:03.614850 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 19 rows starting from the beginning of the part | ||
| 5708 | 2025.01.28 23:09:03.615678 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 5709 | 2025.01.28 23:09:03.616411 [ 254 ] {8ebc4c61-9566-442b-8727-c13f1ad450fc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5710 | 2025.01.28 23:09:03.617290 [ 254 ] {8ebc4c61-9566-442b-8727-c13f1ad450fc} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5711 | 2025.01.28 23:09:03.617753 [ 125 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5712 | 2025.01.28 23:09:03.617921 [ 125 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5713 | 2025.01.28 23:09:03.618053 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5714 | 2025.01.28 23:09:03.618311 [ 254 ] {8ebc4c61-9566-442b-8727-c13f1ad450fc} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.010826 sec., 8405.690005542212 rows/sec., 672.21 KiB/sec. | ||
| 5715 | 2025.01.28 23:09:03.618849 [ 254 ] {8ebc4c61-9566-442b-8727-c13f1ad450fc} <Debug> TCPHandler: Processed in 0.011802077 sec. | ||
| 5716 | 2025.01.28 23:09:03.619206 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5717 | 2025.01.28 23:09:03.619811 [ 5 ] {d82955b7-9de3-4752-a709-d76d9c58ccc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5718 | 2025.01.28 23:09:03.620141 [ 5 ] {d82955b7-9de3-4752-a709-d76d9c58ccc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5719 | 2025.01.28 23:09:03.620604 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5720 | 2025.01.28 23:09:03.621644 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5721 | 2025.01.28 23:09:03.621833 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5722 | 2025.01.28 23:09:03.624001 [ 5 ] {d82955b7-9de3-4752-a709-d76d9c58ccc7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2025.01.28 23:09:03.624026 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 91 rows starting from the beginning of the part | ||
| 5724 | 2025.01.28 23:09:03.624113 [ 5 ] {d82955b7-9de3-4752-a709-d76d9c58ccc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5725 | 2025.01.28 23:09:03.625089 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 394 rows starting from the beginning of the part | ||
| 5726 | 2025.01.28 23:09:03.625908 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.019142739 sec., 9664.238748697353 rows/sec., 747.83 KiB/sec. | ||
| 5727 | 2025.01.28 23:09:03.626330 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5728 | 2025.01.28 23:09:03.626452 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 93 rows starting from the beginning of the part | ||
| 5729 | 2025.01.28 23:09:03.626629 [ 5 ] {d82955b7-9de3-4752-a709-d76d9c58ccc7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5730 | 2025.01.28 23:09:03.627643 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5731 | 2025.01.28 23:09:03.627781 [ 5 ] {d82955b7-9de3-4752-a709-d76d9c58ccc7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5732 | 2025.01.28 23:09:03.627995 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_30_6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5733 | 2025.01.28 23:09:03.628304 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5734 | 2025.01.28 23:09:03.628464 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5735 | 2025.01.28 23:09:03.628575 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5736 | 2025.01.28 23:09:03.628687 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5737 | 2025.01.28 23:09:03.629289 [ 5 ] {d82955b7-9de3-4752-a709-d76d9c58ccc7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.009656 sec., 16570.008285004144 rows/sec., 1.15 MiB/sec. | ||
| 5738 | 2025.01.28 23:09:03.628833 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 394 rows starting from the beginning of the part | ||
| 5739 | 2025.01.28 23:09:03.629763 [ 5 ] {d82955b7-9de3-4752-a709-d76d9c58ccc7} <Debug> TCPHandler: Processed in 0.010745369 sec. | ||
| 5740 | 2025.01.28 23:09:03.630031 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5741 | 2025.01.28 23:09:03.630547 [ 254 ] {79cfd015-0d06-46a7-a0ad-d1a16780879d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5742 | 2025.01.28 23:09:03.630551 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 5743 | 2025.01.28 23:09:03.631186 [ 254 ] {79cfd015-0d06-46a7-a0ad-d1a16780879d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5744 | 2025.01.28 23:09:03.631342 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 91 rows starting from the beginning of the part | ||
| 5745 | 2025.01.28 23:09:03.631633 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5746 | 2025.01.28 23:09:03.631836 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11308 rows starting from the beginning of the part | ||
| 5747 | 2025.01.28 23:09:03.632602 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5748 | 2025.01.28 23:09:03.633245 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5749 | 2025.01.28 23:09:03.633996 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
| 5750 | 2025.01.28 23:09:03.634759 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5751 | 2025.01.28 23:09:03.635656 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5752 | 2025.01.28 23:09:03.644389 [ 254 ] {79cfd015-0d06-46a7-a0ad-d1a16780879d} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5753 | 2025.01.28 23:09:03.644505 [ 254 ] {79cfd015-0d06-46a7-a0ad-d1a16780879d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5754 | 2025.01.28 23:09:03.650139 [ 254 ] {79cfd015-0d06-46a7-a0ad-d1a16780879d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5755 | 2025.01.28 23:09:03.651012 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12263 rows, containing 5 columns (5 merged, 0 gathered) in 0.021887796 sec., 560266.5521919155 rows/sec., 37.82 MiB/sec. | ||
| 5756 | 2025.01.28 23:09:03.651420 [ 254 ] {79cfd015-0d06-46a7-a0ad-d1a16780879d} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2025.01.28 23:09:03.651799 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5758 | 2025.01.28 23:09:03.652581 [ 254 ] {79cfd015-0d06-46a7-a0ad-d1a16780879d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.022182 sec., 1217.2031376791992 rows/sec., 2.18 MiB/sec. | ||
| 5759 | 2025.01.28 23:09:03.653944 [ 189 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.035572745 sec., 55548.14507567521 rows/sec., 4.26 MiB/sec. | ||
| 5760 | 2025.01.28 23:09:03.654249 [ 187 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2025.01.28 23:09:03.654281 [ 254 ] {79cfd015-0d06-46a7-a0ad-d1a16780879d} <Debug> TCPHandler: Processed in 0.024396718 sec. | ||
| 5762 | 2025.01.28 23:09:03.654551 [ 189 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5763 | 2025.01.28 23:09:03.654783 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5764 | 2025.01.28 23:09:03.655227 [ 187 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5765 | 2025.01.28 23:09:03.655557 [ 5 ] {464e1ece-a257-4a7d-a20a-c740b1825a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5766 | 2025.01.28 23:09:03.655692 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 5767 | 2025.01.28 23:09:03.655865 [ 5 ] {464e1ece-a257-4a7d-a20a-c740b1825a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5768 | 2025.01.28 23:09:03.656113 [ 189 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5769 | 2025.01.28 23:09:03.656485 [ 189 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_41_8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5770 | 2025.01.28 23:09:03.656753 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5771 | 2025.01.28 23:09:03.658628 [ 5 ] {464e1ece-a257-4a7d-a20a-c740b1825a04} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5772 | 2025.01.28 23:09:03.658702 [ 5 ] {464e1ece-a257-4a7d-a20a-c740b1825a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5773 | 2025.01.28 23:09:03.660143 [ 5 ] {464e1ece-a257-4a7d-a20a-c740b1825a04} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5774 | 2025.01.28 23:09:03.660744 [ 5 ] {464e1ece-a257-4a7d-a20a-c740b1825a04} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2025.01.28 23:09:03.661100 [ 125 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5776 | 2025.01.28 23:09:03.661227 [ 125 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5777 | 2025.01.28 23:09:03.661322 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5778 | 2025.01.28 23:09:03.661525 [ 5 ] {464e1ece-a257-4a7d-a20a-c740b1825a04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006189 sec., 9694.619486185167 rows/sec., 669.03 KiB/sec. | ||
| 5779 | 2025.01.28 23:09:03.661844 [ 5 ] {464e1ece-a257-4a7d-a20a-c740b1825a04} <Debug> TCPHandler: Processed in 0.007397254 sec. | ||
| 5780 | 2025.01.28 23:09:03.661975 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 5781 | 2025.01.28 23:09:03.662164 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 5782 | 2025.01.28 23:09:03.663073 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5783 | 2025.01.28 23:09:03.663228 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2094 rows starting from the beginning of the part | ||
| 5784 | 2025.01.28 23:09:03.663575 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5785 | 2025.01.28 23:09:03.663871 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5786 | 2025.01.28 23:09:03.664218 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5787 | 2025.01.28 23:09:03.664510 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5788 | 2025.01.28 23:09:03.664821 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5789 | 2025.01.28 23:09:03.667783 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 4 columns (4 merged, 0 gathered) in 0.006192893 sec., 393677.0746725319 rows/sec., 25.65 MiB/sec. | ||
| 5790 | 2025.01.28 23:09:03.668145 [ 200 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5791 | 2025.01.28 23:09:03.668987 [ 200 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2025.01.28 23:09:03.669301 [ 200 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_41_8} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5793 | 2025.01.28 23:09:03.669479 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5794 | 2025.01.28 23:09:03.672722 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 5795 | 2025.01.28 23:09:03.734023 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.165125957 sec., 1186.9726817086669 rows/sec., 6.14 MiB/sec. | ||
| 5796 | 2025.01.28 23:09:03.736909 [ 199 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5797 | 2025.01.28 23:09:03.739991 [ 199 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_26_5} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5798 | 2025.01.28 23:09:03.740105 [ 199 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_26_5} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5799 | 2025.01.28 23:09:03.742725 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5800 | 2025.01.28 23:09:04.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.48 MiB, peak 204.26 MiB, free memory in arenas 0.00 B, will set to 194.88 MiB (RSS), difference: 2.40 MiB | ||
| 5801 | 2025.01.28 23:09:05.707973 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5802 | 2025.01.28 23:09:05.708169 [ 254 ] {e4c5e6a6-ad9f-4151-a40f-3879696ba829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5803 | 2025.01.28 23:09:05.708248 [ 254 ] {e4c5e6a6-ad9f-4151-a40f-3879696ba829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5804 | 2025.01.28 23:09:05.709116 [ 254 ] {e4c5e6a6-ad9f-4151-a40f-3879696ba829} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5805 | 2025.01.28 23:09:05.709158 [ 254 ] {e4c5e6a6-ad9f-4151-a40f-3879696ba829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5806 | 2025.01.28 23:09:05.709588 [ 254 ] {e4c5e6a6-ad9f-4151-a40f-3879696ba829} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5807 | 2025.01.28 23:09:05.709847 [ 254 ] {e4c5e6a6-ad9f-4151-a40f-3879696ba829} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5808 | 2025.01.28 23:09:05.710050 [ 254 ] {e4c5e6a6-ad9f-4151-a40f-3879696ba829} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 5809 | 2025.01.28 23:09:05.710106 [ 254 ] {e4c5e6a6-ad9f-4151-a40f-3879696ba829} <Debug> TCPHandler: Processed in 0.002257728 sec. | ||
| 5810 | 2025.01.28 23:09:05.710361 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5811 | 2025.01.28 23:09:05.710581 [ 5 ] {98f17042-86b8-4d02-8672-efca1c827ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5812 | 2025.01.28 23:09:05.710665 [ 5 ] {98f17042-86b8-4d02-8672-efca1c827ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5813 | 2025.01.28 23:09:05.711465 [ 5 ] {98f17042-86b8-4d02-8672-efca1c827ed7} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5814 | 2025.01.28 23:09:05.711521 [ 5 ] {98f17042-86b8-4d02-8672-efca1c827ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5815 | 2025.01.28 23:09:05.711956 [ 5 ] {98f17042-86b8-4d02-8672-efca1c827ed7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5816 | 2025.01.28 23:09:05.712209 [ 5 ] {98f17042-86b8-4d02-8672-efca1c827ed7} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5817 | 2025.01.28 23:09:05.712450 [ 5 ] {98f17042-86b8-4d02-8672-efca1c827ed7} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 592.42 KiB/sec. | ||
| 5818 | 2025.01.28 23:09:05.712518 [ 5 ] {98f17042-86b8-4d02-8672-efca1c827ed7} <Debug> TCPHandler: Processed in 0.002295349 sec. | ||
| 5819 | 2025.01.28 23:09:05.712684 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5820 | 2025.01.28 23:09:05.712823 [ 254 ] {0284e10b-1c4d-4895-a0fe-b2717a3b8ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5821 | 2025.01.28 23:09:05.712880 [ 254 ] {0284e10b-1c4d-4895-a0fe-b2717a3b8ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5822 | 2025.01.28 23:09:05.713985 [ 254 ] {0284e10b-1c4d-4895-a0fe-b2717a3b8ce1} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5823 | 2025.01.28 23:09:05.714022 [ 254 ] {0284e10b-1c4d-4895-a0fe-b2717a3b8ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5824 | 2025.01.28 23:09:05.714476 [ 254 ] {0284e10b-1c4d-4895-a0fe-b2717a3b8ce1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5825 | 2025.01.28 23:09:05.714717 [ 254 ] {0284e10b-1c4d-4895-a0fe-b2717a3b8ce1} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2025.01.28 23:09:05.714894 [ 254 ] {0284e10b-1c4d-4895-a0fe-b2717a3b8ce1} <Debug> executeQuery: Read 1374 rows, 117.43 KiB in 0.002103 sec., 653352.3537803139 rows/sec., 54.53 MiB/sec. | ||
| 5827 | 2025.01.28 23:09:05.714944 [ 254 ] {0284e10b-1c4d-4895-a0fe-b2717a3b8ce1} <Debug> TCPHandler: Processed in 0.002329709 sec. | ||
| 5828 | 2025.01.28 23:09:05.715151 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5829 | 2025.01.28 23:09:05.715297 [ 5 ] {1ea42dd9-fb38-45e9-bf69-6279b4a9eb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5830 | 2025.01.28 23:09:05.715360 [ 5 ] {1ea42dd9-fb38-45e9-bf69-6279b4a9eb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5831 | 2025.01.28 23:09:05.716080 [ 5 ] {1ea42dd9-fb38-45e9-bf69-6279b4a9eb50} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5832 | 2025.01.28 23:09:05.716127 [ 5 ] {1ea42dd9-fb38-45e9-bf69-6279b4a9eb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5833 | 2025.01.28 23:09:05.716503 [ 5 ] {1ea42dd9-fb38-45e9-bf69-6279b4a9eb50} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5834 | 2025.01.28 23:09:05.716753 [ 5 ] {1ea42dd9-fb38-45e9-bf69-6279b4a9eb50} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5835 | 2025.01.28 23:09:05.716971 [ 5 ] {1ea42dd9-fb38-45e9-bf69-6279b4a9eb50} <Debug> executeQuery: Read 33 rows, 2.34 KiB in 0.001708 sec., 19320.843091334893 rows/sec., 1.34 MiB/sec. | ||
| 5836 | 2025.01.28 23:09:05.717029 [ 5 ] {1ea42dd9-fb38-45e9-bf69-6279b4a9eb50} <Debug> TCPHandler: Processed in 0.001991503 sec. | ||
| 5837 | 2025.01.28 23:09:05.717167 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5838 | 2025.01.28 23:09:05.717284 [ 254 ] {5a212534-b736-40aa-827a-44ae0302dda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5839 | 2025.01.28 23:09:05.717330 [ 254 ] {5a212534-b736-40aa-827a-44ae0302dda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5840 | 2025.01.28 23:09:05.717960 [ 254 ] {5a212534-b736-40aa-827a-44ae0302dda2} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5841 | 2025.01.28 23:09:05.717997 [ 254 ] {5a212534-b736-40aa-827a-44ae0302dda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5842 | 2025.01.28 23:09:05.718356 [ 254 ] {5a212534-b736-40aa-827a-44ae0302dda2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5843 | 2025.01.28 23:09:05.718593 [ 254 ] {5a212534-b736-40aa-827a-44ae0302dda2} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5844 | 2025.01.28 23:09:05.718784 [ 254 ] {5a212534-b736-40aa-827a-44ae0302dda2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001524 sec., 158792.65091863516 rows/sec., 10.76 MiB/sec. | ||
| 5845 | 2025.01.28 23:09:05.718892 [ 254 ] {5a212534-b736-40aa-827a-44ae0302dda2} <Debug> TCPHandler: Processed in 0.00177829 sec. | ||
| 5846 | 2025.01.28 23:09:05.719034 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5847 | 2025.01.28 23:09:05.719164 [ 5 ] {3384c3cb-f92b-46c7-852a-cd9e7cc56eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5848 | 2025.01.28 23:09:05.719222 [ 5 ] {3384c3cb-f92b-46c7-852a-cd9e7cc56eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5849 | 2025.01.28 23:09:05.719911 [ 5 ] {3384c3cb-f92b-46c7-852a-cd9e7cc56eef} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5850 | 2025.01.28 23:09:05.719958 [ 5 ] {3384c3cb-f92b-46c7-852a-cd9e7cc56eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5851 | 2025.01.28 23:09:05.720333 [ 5 ] {3384c3cb-f92b-46c7-852a-cd9e7cc56eef} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5852 | 2025.01.28 23:09:05.720569 [ 5 ] {3384c3cb-f92b-46c7-852a-cd9e7cc56eef} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5853 | 2025.01.28 23:09:05.720768 [ 5 ] {3384c3cb-f92b-46c7-852a-cd9e7cc56eef} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec. | ||
| 5854 | 2025.01.28 23:09:05.720823 [ 5 ] {3384c3cb-f92b-46c7-852a-cd9e7cc56eef} <Debug> TCPHandler: Processed in 0.001846311 sec. | ||
| 5855 | 2025.01.28 23:09:05.720969 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5856 | 2025.01.28 23:09:05.721086 [ 254 ] {46509945-08ed-468f-933e-a23966cf1f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5857 | 2025.01.28 23:09:05.721142 [ 254 ] {46509945-08ed-468f-933e-a23966cf1f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5858 | 2025.01.28 23:09:05.722113 [ 254 ] {46509945-08ed-468f-933e-a23966cf1f3c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5859 | 2025.01.28 23:09:05.722156 [ 254 ] {46509945-08ed-468f-933e-a23966cf1f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5860 | 2025.01.28 23:09:05.722548 [ 254 ] {46509945-08ed-468f-933e-a23966cf1f3c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5861 | 2025.01.28 23:09:05.722788 [ 254 ] {46509945-08ed-468f-933e-a23966cf1f3c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5862 | 2025.01.28 23:09:05.723011 [ 254 ] {46509945-08ed-468f-933e-a23966cf1f3c} <Debug> executeQuery: Read 864 rows, 64.07 KiB in 0.001948 sec., 443531.82751540036 rows/sec., 32.12 MiB/sec. | ||
| 5863 | 2025.01.28 23:09:05.723075 [ 254 ] {46509945-08ed-468f-933e-a23966cf1f3c} <Debug> TCPHandler: Processed in 0.002157966 sec. | ||
| 5864 | 2025.01.28 23:09:05.723287 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5865 | 2025.01.28 23:09:05.723426 [ 5 ] {e5de76bb-32d2-46ea-8172-6c152cf82d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5866 | 2025.01.28 23:09:05.723487 [ 5 ] {e5de76bb-32d2-46ea-8172-6c152cf82d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5867 | 2025.01.28 23:09:05.724055 [ 5 ] {e5de76bb-32d2-46ea-8172-6c152cf82d0d} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5868 | 2025.01.28 23:09:05.724102 [ 5 ] {e5de76bb-32d2-46ea-8172-6c152cf82d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5869 | 2025.01.28 23:09:05.724469 [ 5 ] {e5de76bb-32d2-46ea-8172-6c152cf82d0d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5870 | 2025.01.28 23:09:05.724702 [ 5 ] {e5de76bb-32d2-46ea-8172-6c152cf82d0d} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5871 | 2025.01.28 23:09:05.724917 [ 5 ] {e5de76bb-32d2-46ea-8172-6c152cf82d0d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec. | ||
| 5872 | 2025.01.28 23:09:05.724970 [ 5 ] {e5de76bb-32d2-46ea-8172-6c152cf82d0d} <Debug> TCPHandler: Processed in 0.001779399 sec. | ||
| 5873 | 2025.01.28 23:09:05.725112 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5874 | 2025.01.28 23:09:05.725250 [ 254 ] {9812cff9-28f7-46f7-8260-e91e2443313e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5875 | 2025.01.28 23:09:05.725311 [ 254 ] {9812cff9-28f7-46f7-8260-e91e2443313e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5876 | 2025.01.28 23:09:05.726215 [ 254 ] {9812cff9-28f7-46f7-8260-e91e2443313e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5877 | 2025.01.28 23:09:05.726254 [ 254 ] {9812cff9-28f7-46f7-8260-e91e2443313e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5878 | 2025.01.28 23:09:05.726700 [ 254 ] {9812cff9-28f7-46f7-8260-e91e2443313e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5879 | 2025.01.28 23:09:05.726938 [ 254 ] {9812cff9-28f7-46f7-8260-e91e2443313e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5880 | 2025.01.28 23:09:05.727157 [ 254 ] {9812cff9-28f7-46f7-8260-e91e2443313e} <Debug> executeQuery: Read 1020 rows, 69.62 KiB in 0.001936 sec., 526859.5041322313 rows/sec., 35.12 MiB/sec. | ||
| 5881 | 2025.01.28 23:09:05.727234 [ 254 ] {9812cff9-28f7-46f7-8260-e91e2443313e} <Debug> TCPHandler: Processed in 0.002177126 sec. | ||
| 5882 | 2025.01.28 23:09:05.727416 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5883 | 2025.01.28 23:09:05.727534 [ 5 ] {2ea20af1-a6aa-4806-b54d-c3be2af83f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5884 | 2025.01.28 23:09:05.727587 [ 5 ] {2ea20af1-a6aa-4806-b54d-c3be2af83f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5885 | 2025.01.28 23:09:05.728090 [ 5 ] {2ea20af1-a6aa-4806-b54d-c3be2af83f97} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2025.01.28 23:09:05.728128 [ 5 ] {2ea20af1-a6aa-4806-b54d-c3be2af83f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5887 | 2025.01.28 23:09:05.728484 [ 5 ] {2ea20af1-a6aa-4806-b54d-c3be2af83f97} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5888 | 2025.01.28 23:09:05.728732 [ 5 ] {2ea20af1-a6aa-4806-b54d-c3be2af83f97} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5889 | 2025.01.28 23:09:05.728955 [ 5 ] {2ea20af1-a6aa-4806-b54d-c3be2af83f97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. | ||
| 5890 | 2025.01.28 23:09:05.729009 [ 5 ] {2ea20af1-a6aa-4806-b54d-c3be2af83f97} <Debug> TCPHandler: Processed in 0.001679628 sec. | ||
| 5891 | 2025.01.28 23:09:05.729173 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5892 | 2025.01.28 23:09:05.729349 [ 254 ] {f3fa49a9-ae00-4b33-9e8a-840baabf44e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5893 | 2025.01.28 23:09:05.729445 [ 254 ] {f3fa49a9-ae00-4b33-9e8a-840baabf44e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5894 | 2025.01.28 23:09:05.730662 [ 254 ] {f3fa49a9-ae00-4b33-9e8a-840baabf44e1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2025.01.28 23:09:05.730703 [ 254 ] {f3fa49a9-ae00-4b33-9e8a-840baabf44e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5896 | 2025.01.28 23:09:05.731355 [ 254 ] {f3fa49a9-ae00-4b33-9e8a-840baabf44e1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5897 | 2025.01.28 23:09:05.731624 [ 254 ] {f3fa49a9-ae00-4b33-9e8a-840baabf44e1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5898 | 2025.01.28 23:09:05.731835 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5899 | 2025.01.28 23:09:05.731913 [ 254 ] {f3fa49a9-ae00-4b33-9e8a-840baabf44e1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00262 sec., 4580.152671755725 rows/sec., 8.21 MiB/sec. | ||
| 5900 | 2025.01.28 23:09:05.731939 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2025.01.28 23:09:05.732013 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5902 | 2025.01.28 23:09:05.732432 [ 254 ] {f3fa49a9-ae00-4b33-9e8a-840baabf44e1} <Debug> TCPHandler: Processed in 0.003321675 sec. | ||
| 5903 | 2025.01.28 23:09:05.732900 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5904 | 2025.01.28 23:09:05.732975 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 5905 | 2025.01.28 23:09:05.733287 [ 5 ] {66f1fb90-f03f-4c63-917f-01bc6d6c8aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5906 | 2025.01.28 23:09:05.733352 [ 5 ] {66f1fb90-f03f-4c63-917f-01bc6d6c8aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5907 | 2025.01.28 23:09:05.733717 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5908 | 2025.01.28 23:09:05.733842 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 453 rows starting from the beginning of the part | ||
| 5909 | 2025.01.28 23:09:05.734508 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part | ||
| 5910 | 2025.01.28 23:09:05.734862 [ 5 ] {66f1fb90-f03f-4c63-917f-01bc6d6c8aea} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5911 | 2025.01.28 23:09:05.734958 [ 5 ] {66f1fb90-f03f-4c63-917f-01bc6d6c8aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5912 | 2025.01.28 23:09:05.735166 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part | ||
| 5913 | 2025.01.28 23:09:05.735696 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
| 5914 | 2025.01.28 23:09:05.735950 [ 5 ] {66f1fb90-f03f-4c63-917f-01bc6d6c8aea} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5915 | 2025.01.28 23:09:05.736208 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 5916 | 2025.01.28 23:09:05.736652 [ 5 ] {66f1fb90-f03f-4c63-917f-01bc6d6c8aea} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2025.01.28 23:09:05.736687 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part | ||
| 5918 | 2025.01.28 23:09:05.737279 [ 5 ] {66f1fb90-f03f-4c63-917f-01bc6d6c8aea} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.004062 sec., 14278.68045297883 rows/sec., 905.16 KiB/sec. | ||
| 5919 | 2025.01.28 23:09:05.737416 [ 5 ] {66f1fb90-f03f-4c63-917f-01bc6d6c8aea} <Debug> TCPHandler: Processed in 0.004851781 sec. | ||
| 5920 | 2025.01.28 23:09:05.749834 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 543 rows, containing 19 columns (19 merged, 0 gathered) in 0.017611663 sec., 30831.841376933004 rows/sec., 55.25 MiB/sec. | ||
| 5921 | 2025.01.28 23:09:05.750601 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5922 | 2025.01.28 23:09:05.751080 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5923 | 2025.01.28 23:09:05.751183 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5924 | 2025.01.28 23:09:05.751355 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 5925 | 2025.01.28 23:09:07.802392 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 846 | ||
| 5926 | 2025.01.28 23:09:07.806084 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2025.01.28 23:09:07.806137 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5928 | 2025.01.28 23:09:07.807627 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5929 | 2025.01.28 23:09:07.807935 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5930 | 2025.01.28 23:09:07.808429 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 846 | ||
| 5931 | 2025.01.28 23:09:08.587757 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5932 | 2025.01.28 23:09:08.588064 [ 254 ] {97da954f-7173-45e6-85b9-76afb39e84d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5933 | 2025.01.28 23:09:08.588179 [ 254 ] {97da954f-7173-45e6-85b9-76afb39e84d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5934 | 2025.01.28 23:09:08.589011 [ 254 ] {97da954f-7173-45e6-85b9-76afb39e84d3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5935 | 2025.01.28 23:09:08.589052 [ 254 ] {97da954f-7173-45e6-85b9-76afb39e84d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5936 | 2025.01.28 23:09:08.589500 [ 254 ] {97da954f-7173-45e6-85b9-76afb39e84d3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5937 | 2025.01.28 23:09:08.589769 [ 254 ] {97da954f-7173-45e6-85b9-76afb39e84d3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5938 | 2025.01.28 23:09:08.590019 [ 254 ] {97da954f-7173-45e6-85b9-76afb39e84d3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.11 MiB/sec. | ||
| 5939 | 2025.01.28 23:09:08.590214 [ 254 ] {97da954f-7173-45e6-85b9-76afb39e84d3} <Debug> TCPHandler: Processed in 0.002640364 sec. | ||
| 5940 | 2025.01.28 23:09:08.590632 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5941 | 2025.01.28 23:09:08.590941 [ 5 ] {0a25f308-6ede-412e-a404-f39aac478f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5942 | 2025.01.28 23:09:08.591055 [ 5 ] {0a25f308-6ede-412e-a404-f39aac478f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5943 | 2025.01.28 23:09:08.591881 [ 5 ] {0a25f308-6ede-412e-a404-f39aac478f7c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5944 | 2025.01.28 23:09:08.591934 [ 5 ] {0a25f308-6ede-412e-a404-f39aac478f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5945 | 2025.01.28 23:09:08.592370 [ 5 ] {0a25f308-6ede-412e-a404-f39aac478f7c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5946 | 2025.01.28 23:09:08.592631 [ 5 ] {0a25f308-6ede-412e-a404-f39aac478f7c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5947 | 2025.01.28 23:09:08.592855 [ 5 ] {0a25f308-6ede-412e-a404-f39aac478f7c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001998 sec., 32032.032032032028 rows/sec., 2.50 MiB/sec. | ||
| 5948 | 2025.01.28 23:09:08.592910 [ 5 ] {0a25f308-6ede-412e-a404-f39aac478f7c} <Debug> TCPHandler: Processed in 0.002525782 sec. | ||
| 5949 | 2025.01.28 23:09:08.593076 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5950 | 2025.01.28 23:09:08.593220 [ 254 ] {06673ca1-7d6e-49f1-9389-38efd273c448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5951 | 2025.01.28 23:09:08.593285 [ 254 ] {06673ca1-7d6e-49f1-9389-38efd273c448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5952 | 2025.01.28 23:09:08.593931 [ 254 ] {06673ca1-7d6e-49f1-9389-38efd273c448} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5953 | 2025.01.28 23:09:08.593977 [ 254 ] {06673ca1-7d6e-49f1-9389-38efd273c448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5954 | 2025.01.28 23:09:08.594407 [ 254 ] {06673ca1-7d6e-49f1-9389-38efd273c448} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5955 | 2025.01.28 23:09:08.594651 [ 254 ] {06673ca1-7d6e-49f1-9389-38efd273c448} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5956 | 2025.01.28 23:09:08.594837 [ 254 ] {06673ca1-7d6e-49f1-9389-38efd273c448} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001651 sec., 38764.38522107813 rows/sec., 2.70 MiB/sec. | ||
| 5957 | 2025.01.28 23:09:08.594891 [ 254 ] {06673ca1-7d6e-49f1-9389-38efd273c448} <Debug> TCPHandler: Processed in 0.001883421 sec. | ||
| 5958 | 2025.01.28 23:09:08.595033 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5959 | 2025.01.28 23:09:08.595150 [ 5 ] {b11857a6-92e1-4059-b8ca-ddd85ad28b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5960 | 2025.01.28 23:09:08.595202 [ 5 ] {b11857a6-92e1-4059-b8ca-ddd85ad28b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5961 | 2025.01.28 23:09:08.595693 [ 5 ] {b11857a6-92e1-4059-b8ca-ddd85ad28b8b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5962 | 2025.01.28 23:09:08.595731 [ 5 ] {b11857a6-92e1-4059-b8ca-ddd85ad28b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5963 | 2025.01.28 23:09:08.596100 [ 5 ] {b11857a6-92e1-4059-b8ca-ddd85ad28b8b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5964 | 2025.01.28 23:09:08.596346 [ 5 ] {b11857a6-92e1-4059-b8ca-ddd85ad28b8b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5965 | 2025.01.28 23:09:08.596587 [ 5 ] {b11857a6-92e1-4059-b8ca-ddd85ad28b8b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001455 sec., 16494.845360824744 rows/sec., 1.11 MiB/sec. | ||
| 5966 | 2025.01.28 23:09:08.596733 [ 5 ] {b11857a6-92e1-4059-b8ca-ddd85ad28b8b} <Debug> TCPHandler: Processed in 0.00174667 sec. | ||
| 5967 | 2025.01.28 23:09:10.247422 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5968 | 2025.01.28 23:09:10.248213 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5969 | 2025.01.28 23:09:10.248269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5970 | 2025.01.28 23:09:10.248809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5971 | 2025.01.28 23:09:10.249075 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5972 | 2025.01.28 23:09:10.249373 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5973 | 2025.01.28 23:09:11.078541 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5974 | 2025.01.28 23:09:11.097404 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5975 | 2025.01.28 23:09:11.097465 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5976 | 2025.01.28 23:09:11.104435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5977 | 2025.01.28 23:09:11.105196 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5978 | 2025.01.28 23:09:11.108168 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5979 | 2025.01.28 23:09:13.592390 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2025.01.28 23:09:13.592609 [ 254 ] {1b38dcc4-466a-4cc3-a5b1-830f8ba4f1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5981 | 2025.01.28 23:09:13.592694 [ 254 ] {1b38dcc4-466a-4cc3-a5b1-830f8ba4f1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5982 | 2025.01.28 23:09:13.593571 [ 254 ] {1b38dcc4-466a-4cc3-a5b1-830f8ba4f1cb} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.01.28 23:09:13.593627 [ 254 ] {1b38dcc4-466a-4cc3-a5b1-830f8ba4f1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5984 | 2025.01.28 23:09:13.594099 [ 254 ] {1b38dcc4-466a-4cc3-a5b1-830f8ba4f1cb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5985 | 2025.01.28 23:09:13.594360 [ 254 ] {1b38dcc4-466a-4cc3-a5b1-830f8ba4f1cb} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.01.28 23:09:13.594603 [ 254 ] {1b38dcc4-466a-4cc3-a5b1-830f8ba4f1cb} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002056 sec., 53501.94552529183 rows/sec., 4.50 MiB/sec. | ||
| 5987 | 2025.01.28 23:09:13.594672 [ 254 ] {1b38dcc4-466a-4cc3-a5b1-830f8ba4f1cb} <Debug> TCPHandler: Processed in 0.00241921 sec. | ||
| 5988 | 2025.01.28 23:09:13.594981 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2025.01.28 23:09:13.595288 [ 5 ] {05ae4ecc-71ae-416c-8087-ffa94ad4a5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5990 | 2025.01.28 23:09:13.595410 [ 5 ] {05ae4ecc-71ae-416c-8087-ffa94ad4a5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5991 | 2025.01.28 23:09:13.596185 [ 5 ] {05ae4ecc-71ae-416c-8087-ffa94ad4a5f3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2025.01.28 23:09:13.596238 [ 5 ] {05ae4ecc-71ae-416c-8087-ffa94ad4a5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 5993 | 2025.01.28 23:09:13.596676 [ 5 ] {05ae4ecc-71ae-416c-8087-ffa94ad4a5f3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5994 | 2025.01.28 23:09:13.596932 [ 5 ] {05ae4ecc-71ae-416c-8087-ffa94ad4a5f3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2025.01.28 23:09:13.597199 [ 5 ] {05ae4ecc-71ae-416c-8087-ffa94ad4a5f3} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001986 sec., 13595.166163141994 rows/sec., 1022.29 KiB/sec. | ||
| 5996 | 2025.01.28 23:09:13.597302 [ 5 ] {05ae4ecc-71ae-416c-8087-ffa94ad4a5f3} <Debug> TCPHandler: Processed in 0.002513452 sec. | ||
| 5997 | 2025.01.28 23:09:13.597547 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5998 | 2025.01.28 23:09:13.597713 [ 254 ] {531a68d8-3dce-4920-a146-0b430df7f9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5999 | 2025.01.28 23:09:13.597777 [ 254 ] {531a68d8-3dce-4920-a146-0b430df7f9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6000 | 2025.01.28 23:09:13.598517 [ 254 ] {531a68d8-3dce-4920-a146-0b430df7f9bf} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6001 | 2025.01.28 23:09:13.598562 [ 254 ] {531a68d8-3dce-4920-a146-0b430df7f9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6002 | 2025.01.28 23:09:13.598943 [ 254 ] {531a68d8-3dce-4920-a146-0b430df7f9bf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6003 | 2025.01.28 23:09:13.599191 [ 254 ] {531a68d8-3dce-4920-a146-0b430df7f9bf} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2025.01.28 23:09:13.599413 [ 254 ] {531a68d8-3dce-4920-a146-0b430df7f9bf} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001737 sec., 52389.176741508345 rows/sec., 4.09 MiB/sec. | ||
| 6005 | 2025.01.28 23:09:13.599470 [ 254 ] {531a68d8-3dce-4920-a146-0b430df7f9bf} <Debug> TCPHandler: Processed in 0.002073334 sec. | ||
| 6006 | 2025.01.28 23:09:13.599628 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6007 | 2025.01.28 23:09:13.599776 [ 5 ] {844bfc1c-5c79-4a8d-95cc-cda3f5109e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6008 | 2025.01.28 23:09:13.599845 [ 5 ] {844bfc1c-5c79-4a8d-95cc-cda3f5109e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6009 | 2025.01.28 23:09:13.600514 [ 5 ] {844bfc1c-5c79-4a8d-95cc-cda3f5109e1e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6010 | 2025.01.28 23:09:13.600556 [ 5 ] {844bfc1c-5c79-4a8d-95cc-cda3f5109e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6011 | 2025.01.28 23:09:13.600970 [ 5 ] {844bfc1c-5c79-4a8d-95cc-cda3f5109e1e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6012 | 2025.01.28 23:09:13.601219 [ 5 ] {844bfc1c-5c79-4a8d-95cc-cda3f5109e1e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2025.01.28 23:09:13.601489 [ 5 ] {844bfc1c-5c79-4a8d-95cc-cda3f5109e1e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec. | ||
| 6014 | 2025.01.28 23:09:13.601664 [ 5 ] {844bfc1c-5c79-4a8d-95cc-cda3f5109e1e} <Debug> TCPHandler: Processed in 0.002099875 sec. | ||
| 6015 | 2025.01.28 23:09:13.601928 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2025.01.28 23:09:13.602078 [ 254 ] {91d11327-a5e6-47bf-9ef6-035b10eb32b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6017 | 2025.01.28 23:09:13.602173 [ 254 ] {91d11327-a5e6-47bf-9ef6-035b10eb32b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6018 | 2025.01.28 23:09:13.603427 [ 254 ] {91d11327-a5e6-47bf-9ef6-035b10eb32b6} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2025.01.28 23:09:13.603468 [ 254 ] {91d11327-a5e6-47bf-9ef6-035b10eb32b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6020 | 2025.01.28 23:09:13.604133 [ 254 ] {91d11327-a5e6-47bf-9ef6-035b10eb32b6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6021 | 2025.01.28 23:09:13.604397 [ 254 ] {91d11327-a5e6-47bf-9ef6-035b10eb32b6} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2025.01.28 23:09:13.604643 [ 254 ] {91d11327-a5e6-47bf-9ef6-035b10eb32b6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00259 sec., 10424.710424710425 rows/sec., 18.68 MiB/sec. | ||
| 6023 | 2025.01.28 23:09:13.605162 [ 254 ] {91d11327-a5e6-47bf-9ef6-035b10eb32b6} <Debug> TCPHandler: Processed in 0.003358645 sec. | ||
| 6024 | 2025.01.28 23:09:13.605341 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2025.01.28 23:09:13.605483 [ 5 ] {444f9293-adaa-41c7-9e1d-5e5a6e8a627b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6026 | 2025.01.28 23:09:13.605544 [ 5 ] {444f9293-adaa-41c7-9e1d-5e5a6e8a627b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6027 | 2025.01.28 23:09:13.606150 [ 5 ] {444f9293-adaa-41c7-9e1d-5e5a6e8a627b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2025.01.28 23:09:13.606197 [ 5 ] {444f9293-adaa-41c7-9e1d-5e5a6e8a627b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6029 | 2025.01.28 23:09:13.606606 [ 5 ] {444f9293-adaa-41c7-9e1d-5e5a6e8a627b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6030 | 2025.01.28 23:09:13.606845 [ 5 ] {444f9293-adaa-41c7-9e1d-5e5a6e8a627b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2025.01.28 23:09:13.607065 [ 5 ] {444f9293-adaa-41c7-9e1d-5e5a6e8a627b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec. | ||
| 6032 | 2025.01.28 23:09:13.607118 [ 5 ] {444f9293-adaa-41c7-9e1d-5e5a6e8a627b} <Debug> TCPHandler: Processed in 0.001848711 sec. | ||
| 6033 | 2025.01.28 23:09:16.605098 [ 77 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 6034 | 2025.01.28 23:09:16.605219 [ 77 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6035 | 2025.01.28 23:09:16.605261 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6036 | 2025.01.28 23:09:16.605541 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 6037 | 2025.01.28 23:09:16.605717 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6038 | 2025.01.28 23:09:16.605759 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part | ||
| 6039 | 2025.01.28 23:09:16.605853 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part | ||
| 6040 | 2025.01.28 23:09:16.606097 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6041 | 2025.01.28 23:09:16.606318 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6042 | 2025.01.28 23:09:16.606548 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 242 rows starting from the beginning of the part | ||
| 6043 | 2025.01.28 23:09:16.607770 [ 200 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.00241079 sec., 313175.34915940417 rows/sec., 22.42 MiB/sec. | ||
| 6044 | 2025.01.28 23:09:16.607995 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6045 | 2025.01.28 23:09:16.608350 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6046 | 2025.01.28 23:09:16.608441 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_19_4} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 6047 | 2025.01.28 23:09:16.608548 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 6048 | 2025.01.28 23:09:17.365081 [ 99 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 6049 | 2025.01.28 23:09:17.365153 [ 99 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2025.01.28 23:09:17.365177 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6051 | 2025.01.28 23:09:17.365396 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 6052 | 2025.01.28 23:09:17.365610 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6053 | 2025.01.28 23:09:17.365649 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part | ||
| 6054 | 2025.01.28 23:09:17.365733 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6055 | 2025.01.28 23:09:17.365916 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6056 | 2025.01.28 23:09:17.366174 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6057 | 2025.01.28 23:09:17.366330 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6058 | 2025.01.28 23:09:17.367372 [ 200 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002111765 sec., 9470.750770090423 rows/sec., 634.47 KiB/sec. | ||
| 6059 | 2025.01.28 23:09:17.367580 [ 198 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6060 | 2025.01.28 23:09:17.367953 [ 198 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6061 | 2025.01.28 23:09:17.368047 [ 198 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_19_4} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 6062 | 2025.01.28 23:09:17.368150 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6063 | 2025.01.28 23:09:17.625067 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6064 | 2025.01.28 23:09:17.625140 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6065 | 2025.01.28 23:09:17.749613 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 6066 | 2025.01.28 23:09:17.750761 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6067 | 2025.01.28 23:09:17.750870 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6068 | 2025.01.28 23:09:17.751453 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6069 | 2025.01.28 23:09:17.751717 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6070 | 2025.01.28 23:09:17.752022 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 6071 | 2025.01.28 23:09:17.808839 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 866 | ||
| 6072 | 2025.01.28 23:09:17.811662 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6073 | 2025.01.28 23:09:17.811727 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6074 | 2025.01.28 23:09:17.813158 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6075 | 2025.01.28 23:09:17.813456 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2025.01.28 23:09:17.814580 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 866 | ||
| 6077 | 2025.01.28 23:09:18.597297 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6078 | 2025.01.28 23:09:18.597513 [ 254 ] {8ad12347-4382-426d-bd79-1dbff36e9bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6079 | 2025.01.28 23:09:18.597591 [ 254 ] {8ad12347-4382-426d-bd79-1dbff36e9bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6080 | 2025.01.28 23:09:18.598356 [ 254 ] {8ad12347-4382-426d-bd79-1dbff36e9bcf} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6081 | 2025.01.28 23:09:18.598401 [ 254 ] {8ad12347-4382-426d-bd79-1dbff36e9bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6082 | 2025.01.28 23:09:18.598853 [ 254 ] {8ad12347-4382-426d-bd79-1dbff36e9bcf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6083 | 2025.01.28 23:09:18.599122 [ 254 ] {8ad12347-4382-426d-bd79-1dbff36e9bcf} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6084 | 2025.01.28 23:09:18.599339 [ 254 ] {8ad12347-4382-426d-bd79-1dbff36e9bcf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 6085 | 2025.01.28 23:09:18.599406 [ 254 ] {8ad12347-4382-426d-bd79-1dbff36e9bcf} <Debug> TCPHandler: Processed in 0.002244247 sec. | ||
| 6086 | 2025.01.28 23:09:18.599666 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6087 | 2025.01.28 23:09:18.599882 [ 5 ] {5d600580-db4a-480c-ab0c-ebf73b63a93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6088 | 2025.01.28 23:09:18.599963 [ 5 ] {5d600580-db4a-480c-ab0c-ebf73b63a93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6089 | 2025.01.28 23:09:18.600887 [ 5 ] {5d600580-db4a-480c-ab0c-ebf73b63a93c} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6090 | 2025.01.28 23:09:18.600940 [ 5 ] {5d600580-db4a-480c-ab0c-ebf73b63a93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6091 | 2025.01.28 23:09:18.601393 [ 5 ] {5d600580-db4a-480c-ab0c-ebf73b63a93c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6092 | 2025.01.28 23:09:18.601639 [ 5 ] {5d600580-db4a-480c-ab0c-ebf73b63a93c} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6093 | 2025.01.28 23:09:18.601871 [ 5 ] {5d600580-db4a-480c-ab0c-ebf73b63a93c} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002048 sec., 110839.84375 rows/sec., 9.71 MiB/sec. | ||
| 6094 | 2025.01.28 23:09:18.601929 [ 5 ] {5d600580-db4a-480c-ab0c-ebf73b63a93c} <Debug> TCPHandler: Processed in 0.00240262 sec. | ||
| 6095 | 2025.01.28 23:09:18.602093 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6096 | 2025.01.28 23:09:18.602238 [ 254 ] {166617cc-b5de-40d4-99a2-c056a788eff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6097 | 2025.01.28 23:09:18.602300 [ 254 ] {166617cc-b5de-40d4-99a2-c056a788eff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6098 | 2025.01.28 23:09:18.602944 [ 254 ] {166617cc-b5de-40d4-99a2-c056a788eff8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6099 | 2025.01.28 23:09:18.602983 [ 254 ] {166617cc-b5de-40d4-99a2-c056a788eff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6100 | 2025.01.28 23:09:18.603345 [ 254 ] {166617cc-b5de-40d4-99a2-c056a788eff8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6101 | 2025.01.28 23:09:18.603588 [ 254 ] {166617cc-b5de-40d4-99a2-c056a788eff8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6102 | 2025.01.28 23:09:18.603769 [ 254 ] {166617cc-b5de-40d4-99a2-c056a788eff8} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001565 sec., 12140.575079872204 rows/sec., 867.99 KiB/sec. | ||
| 6103 | 2025.01.28 23:09:18.603825 [ 254 ] {166617cc-b5de-40d4-99a2-c056a788eff8} <Debug> TCPHandler: Processed in 0.00180042 sec. | ||
| 6104 | 2025.01.28 23:09:18.604032 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6105 | 2025.01.28 23:09:18.604251 [ 5 ] {1b8bdd8c-dddd-4ff4-9b11-58918ef58b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6106 | 2025.01.28 23:09:18.604342 [ 5 ] {1b8bdd8c-dddd-4ff4-9b11-58918ef58b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6107 | 2025.01.28 23:09:18.605059 [ 5 ] {1b8bdd8c-dddd-4ff4-9b11-58918ef58b9c} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6108 | 2025.01.28 23:09:18.605097 [ 5 ] {1b8bdd8c-dddd-4ff4-9b11-58918ef58b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6109 | 2025.01.28 23:09:18.605442 [ 5 ] {1b8bdd8c-dddd-4ff4-9b11-58918ef58b9c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6110 | 2025.01.28 23:09:18.605677 [ 5 ] {1b8bdd8c-dddd-4ff4-9b11-58918ef58b9c} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6111 | 2025.01.28 23:09:18.605878 [ 5 ] {1b8bdd8c-dddd-4ff4-9b11-58918ef58b9c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00168 sec., 8333.333333333332 rows/sec., 583.61 KiB/sec. | ||
| 6112 | 2025.01.28 23:09:18.605929 [ 5 ] {1b8bdd8c-dddd-4ff4-9b11-58918ef58b9c} <Debug> TCPHandler: Processed in 0.002008373 sec. | ||
| 6113 | 2025.01.28 23:09:18.606072 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6114 | 2025.01.28 23:09:18.606192 [ 254 ] {360536c7-1431-4374-b1c2-8b5469417684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6115 | 2025.01.28 23:09:18.606241 [ 254 ] {360536c7-1431-4374-b1c2-8b5469417684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6116 | 2025.01.28 23:09:18.606828 [ 254 ] {360536c7-1431-4374-b1c2-8b5469417684} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6117 | 2025.01.28 23:09:18.606867 [ 254 ] {360536c7-1431-4374-b1c2-8b5469417684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6118 | 2025.01.28 23:09:18.607218 [ 254 ] {360536c7-1431-4374-b1c2-8b5469417684} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6119 | 2025.01.28 23:09:18.607454 [ 254 ] {360536c7-1431-4374-b1c2-8b5469417684} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6120 | 2025.01.28 23:09:18.607662 [ 254 ] {360536c7-1431-4374-b1c2-8b5469417684} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001491 sec., 8718.980549966465 rows/sec., 543.63 KiB/sec. | ||
| 6121 | 2025.01.28 23:09:18.607748 [ 254 ] {360536c7-1431-4374-b1c2-8b5469417684} <Debug> TCPHandler: Processed in 0.001730969 sec. | ||
| 6122 | 2025.01.28 23:09:18.607953 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6123 | 2025.01.28 23:09:18.608170 [ 5 ] {102af5a3-976e-4e1d-905f-e18ebed29476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6124 | 2025.01.28 23:09:18.608259 [ 5 ] {102af5a3-976e-4e1d-905f-e18ebed29476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6125 | 2025.01.28 23:09:18.608306 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 6126 | 2025.01.28 23:09:18.611588 [ 5 ] {102af5a3-976e-4e1d-905f-e18ebed29476} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2025.01.28 23:09:18.611673 [ 5 ] {102af5a3-976e-4e1d-905f-e18ebed29476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6128 | 2025.01.28 23:09:18.613969 [ 5 ] {102af5a3-976e-4e1d-905f-e18ebed29476} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6129 | 2025.01.28 23:09:18.614930 [ 5 ] {102af5a3-976e-4e1d-905f-e18ebed29476} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2025.01.28 23:09:18.615630 [ 5 ] {102af5a3-976e-4e1d-905f-e18ebed29476} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.007495 sec., 52568.37891927952 rows/sec., 3.73 MiB/sec. | ||
| 6131 | 2025.01.28 23:09:18.615836 [ 5 ] {102af5a3-976e-4e1d-905f-e18ebed29476} <Debug> TCPHandler: Processed in 0.007993914 sec. | ||
| 6132 | 2025.01.28 23:09:18.616034 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6133 | 2025.01.28 23:09:18.616273 [ 254 ] {0a0a4082-2e0c-45df-b233-364a9cbe4c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6134 | 2025.01.28 23:09:18.616352 [ 254 ] {0a0a4082-2e0c-45df-b233-364a9cbe4c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6135 | 2025.01.28 23:09:18.617649 [ 254 ] {0a0a4082-2e0c-45df-b233-364a9cbe4c76} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2025.01.28 23:09:18.617707 [ 254 ] {0a0a4082-2e0c-45df-b233-364a9cbe4c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6137 | 2025.01.28 23:09:18.618481 [ 254 ] {0a0a4082-2e0c-45df-b233-364a9cbe4c76} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6138 | 2025.01.28 23:09:18.618902 [ 254 ] {0a0a4082-2e0c-45df-b233-364a9cbe4c76} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2025.01.28 23:09:18.619354 [ 254 ] {0a0a4082-2e0c-45df-b233-364a9cbe4c76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003149 sec., 1905.366783105748 rows/sec., 99.55 KiB/sec. | ||
| 6140 | 2025.01.28 23:09:18.619619 [ 254 ] {0a0a4082-2e0c-45df-b233-364a9cbe4c76} <Debug> TCPHandler: Processed in 0.003671692 sec. | ||
| 6141 | 2025.01.28 23:09:18.620106 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6142 | 2025.01.28 23:09:18.620561 [ 5 ] {dc59b3a0-deb3-44b4-a268-22c552e53eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6143 | 2025.01.28 23:09:18.620730 [ 5 ] {dc59b3a0-deb3-44b4-a268-22c552e53eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6144 | 2025.01.28 23:09:18.623380 [ 5 ] {dc59b3a0-deb3-44b4-a268-22c552e53eb2} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2025.01.28 23:09:18.623464 [ 5 ] {dc59b3a0-deb3-44b4-a268-22c552e53eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6146 | 2025.01.28 23:09:18.624962 [ 5 ] {dc59b3a0-deb3-44b4-a268-22c552e53eb2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6147 | 2025.01.28 23:09:18.625535 [ 5 ] {dc59b3a0-deb3-44b4-a268-22c552e53eb2} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2025.01.28 23:09:18.626329 [ 5 ] {dc59b3a0-deb3-44b4-a268-22c552e53eb2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005893 sec., 40217.20685559138 rows/sec., 2.70 MiB/sec. | ||
| 6149 | 2025.01.28 23:09:18.626551 [ 5 ] {dc59b3a0-deb3-44b4-a268-22c552e53eb2} <Debug> TCPHandler: Processed in 0.006820964 sec. | ||
| 6150 | 2025.01.28 23:09:18.626755 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2025.01.28 23:09:18.626948 [ 254 ] {886e3355-1f89-4572-8992-ef3d3603a9e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6152 | 2025.01.28 23:09:18.627043 [ 254 ] {886e3355-1f89-4572-8992-ef3d3603a9e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6153 | 2025.01.28 23:09:18.628274 [ 254 ] {886e3355-1f89-4572-8992-ef3d3603a9e0} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.01.28 23:09:18.628322 [ 254 ] {886e3355-1f89-4572-8992-ef3d3603a9e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6155 | 2025.01.28 23:09:18.629003 [ 254 ] {886e3355-1f89-4572-8992-ef3d3603a9e0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6156 | 2025.01.28 23:09:18.629383 [ 254 ] {886e3355-1f89-4572-8992-ef3d3603a9e0} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2025.01.28 23:09:18.629926 [ 254 ] {886e3355-1f89-4572-8992-ef3d3603a9e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002996 sec., 333.77837116154876 rows/sec., 22.49 KiB/sec. | ||
| 6158 | 2025.01.28 23:09:18.630307 [ 254 ] {886e3355-1f89-4572-8992-ef3d3603a9e0} <Debug> TCPHandler: Processed in 0.003640681 sec. | ||
| 6159 | 2025.01.28 23:09:18.630621 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6160 | 2025.01.28 23:09:18.630896 [ 5 ] {4437e2d4-ebe2-4eed-bbf3-07f2b945677c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6161 | 2025.01.28 23:09:18.631152 [ 5 ] {4437e2d4-ebe2-4eed-bbf3-07f2b945677c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6162 | 2025.01.28 23:09:18.637700 [ 5 ] {4437e2d4-ebe2-4eed-bbf3-07f2b945677c} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2025.01.28 23:09:18.637791 [ 5 ] {4437e2d4-ebe2-4eed-bbf3-07f2b945677c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6164 | 2025.01.28 23:09:18.640423 [ 5 ] {4437e2d4-ebe2-4eed-bbf3-07f2b945677c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6165 | 2025.01.28 23:09:18.641116 [ 5 ] {4437e2d4-ebe2-4eed-bbf3-07f2b945677c} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2025.01.28 23:09:18.641727 [ 5 ] {4437e2d4-ebe2-4eed-bbf3-07f2b945677c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.010908 sec., 1100.1100110011002 rows/sec., 1.97 MiB/sec. | ||
| 6167 | 2025.01.28 23:09:18.642188 [ 5 ] {4437e2d4-ebe2-4eed-bbf3-07f2b945677c} <Debug> TCPHandler: Processed in 0.011741026 sec. | ||
| 6168 | 2025.01.28 23:09:18.642415 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6169 | 2025.01.28 23:09:18.642608 [ 254 ] {332941c5-7291-4d43-8664-9292a9d04d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6170 | 2025.01.28 23:09:18.642686 [ 254 ] {332941c5-7291-4d43-8664-9292a9d04d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6171 | 2025.01.28 23:09:18.643935 [ 254 ] {332941c5-7291-4d43-8664-9292a9d04d02} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2025.01.28 23:09:18.643988 [ 254 ] {332941c5-7291-4d43-8664-9292a9d04d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6173 | 2025.01.28 23:09:18.644613 [ 254 ] {332941c5-7291-4d43-8664-9292a9d04d02} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6174 | 2025.01.28 23:09:18.644981 [ 254 ] {332941c5-7291-4d43-8664-9292a9d04d02} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6175 | 2025.01.28 23:09:18.645471 [ 254 ] {332941c5-7291-4d43-8664-9292a9d04d02} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0029 sec., 28275.862068965518 rows/sec., 1.80 MiB/sec. | ||
| 6176 | 2025.01.28 23:09:18.645768 [ 254 ] {332941c5-7291-4d43-8664-9292a9d04d02} <Debug> TCPHandler: Processed in 0.003447717 sec. | ||
| 6177 | 2025.01.28 23:09:18.657052 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6178 | 2025.01.28 23:09:18.657097 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6179 | 2025.01.28 23:09:18.664608 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6180 | 2025.01.28 23:09:18.665398 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6181 | 2025.01.28 23:09:18.668446 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 6182 | 2025.01.28 23:09:19.000212 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.01 MiB, peak 204.26 MiB, free memory in arenas 0.00 B, will set to 196.88 MiB (RSS), difference: -1.13 MiB | ||
| 6183 | 2025.01.28 23:09:23.599366 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6184 | 2025.01.28 23:09:23.599586 [ 254 ] {0f8beb5b-47b7-4e19-8fb8-0e0214200f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6185 | 2025.01.28 23:09:23.599672 [ 254 ] {0f8beb5b-47b7-4e19-8fb8-0e0214200f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6186 | 2025.01.28 23:09:23.600700 [ 254 ] {0f8beb5b-47b7-4e19-8fb8-0e0214200f25} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6187 | 2025.01.28 23:09:23.600789 [ 254 ] {0f8beb5b-47b7-4e19-8fb8-0e0214200f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6188 | 2025.01.28 23:09:23.601453 [ 254 ] {0f8beb5b-47b7-4e19-8fb8-0e0214200f25} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6189 | 2025.01.28 23:09:23.601868 [ 254 ] {0f8beb5b-47b7-4e19-8fb8-0e0214200f25} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6190 | 2025.01.28 23:09:23.602209 [ 254 ] {0f8beb5b-47b7-4e19-8fb8-0e0214200f25} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002676 sec., 747.3841554559043 rows/sec., 60.94 KiB/sec. | ||
| 6191 | 2025.01.28 23:09:23.602322 [ 254 ] {0f8beb5b-47b7-4e19-8fb8-0e0214200f25} <Debug> TCPHandler: Processed in 0.003097722 sec. | ||
| 6192 | 2025.01.28 23:09:23.602708 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6193 | 2025.01.28 23:09:23.602971 [ 5 ] {d7e165bd-68ed-472e-92df-1b39a1f15a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6194 | 2025.01.28 23:09:23.603080 [ 5 ] {d7e165bd-68ed-472e-92df-1b39a1f15a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6195 | 2025.01.28 23:09:23.604186 [ 5 ] {d7e165bd-68ed-472e-92df-1b39a1f15a5f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2025.01.28 23:09:23.604246 [ 5 ] {d7e165bd-68ed-472e-92df-1b39a1f15a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6197 | 2025.01.28 23:09:23.604777 [ 5 ] {d7e165bd-68ed-472e-92df-1b39a1f15a5f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6198 | 2025.01.28 23:09:23.605150 [ 5 ] {d7e165bd-68ed-472e-92df-1b39a1f15a5f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2025.01.28 23:09:23.605335 [ 145 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6200 | 2025.01.28 23:09:23.605392 [ 145 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2025.01.28 23:09:23.605399 [ 5 ] {d7e165bd-68ed-472e-92df-1b39a1f15a5f} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002504 sec., 44329.07348242811 rows/sec., 3.72 MiB/sec. | ||
| 6202 | 2025.01.28 23:09:23.605428 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6203 | 2025.01.28 23:09:23.605535 [ 5 ] {d7e165bd-68ed-472e-92df-1b39a1f15a5f} <Debug> TCPHandler: Processed in 0.003028291 sec. | ||
| 6204 | 2025.01.28 23:09:23.605602 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 6205 | 2025.01.28 23:09:23.605775 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6206 | 2025.01.28 23:09:23.605786 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6207 | 2025.01.28 23:09:23.605850 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1431 rows starting from the beginning of the part | ||
| 6208 | 2025.01.28 23:09:23.606102 [ 254 ] {798d3e0b-5237-43df-b8b0-165080f5c4f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6209 | 2025.01.28 23:09:23.606155 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1374 rows starting from the beginning of the part | ||
| 6210 | 2025.01.28 23:09:23.606274 [ 254 ] {798d3e0b-5237-43df-b8b0-165080f5c4f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6211 | 2025.01.28 23:09:23.606471 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6212 | 2025.01.28 23:09:23.606960 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 110 rows starting from the beginning of the part | ||
| 6213 | 2025.01.28 23:09:23.607309 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 227 rows starting from the beginning of the part | ||
| 6214 | 2025.01.28 23:09:23.607712 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 111 rows starting from the beginning of the part | ||
| 6215 | 2025.01.28 23:09:23.609458 [ 254 ] {798d3e0b-5237-43df-b8b0-165080f5c4f1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2025.01.28 23:09:23.609558 [ 254 ] {798d3e0b-5237-43df-b8b0-165080f5c4f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6217 | 2025.01.28 23:09:23.610934 [ 254 ] {798d3e0b-5237-43df-b8b0-165080f5c4f1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6218 | 2025.01.28 23:09:23.611353 [ 254 ] {798d3e0b-5237-43df-b8b0-165080f5c4f1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2025.01.28 23:09:23.611672 [ 254 ] {798d3e0b-5237-43df-b8b0-165080f5c4f1} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.005708 sec., 5080.588647512263 rows/sec., 380.15 KiB/sec. | ||
| 6220 | 2025.01.28 23:09:23.611834 [ 254 ] {798d3e0b-5237-43df-b8b0-165080f5c4f1} <Debug> TCPHandler: Processed in 0.006153503 sec. | ||
| 6221 | 2025.01.28 23:09:23.612104 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6222 | 2025.01.28 23:09:23.612200 [ 200 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006679572 sec., 495391.02205949725 rows/sec., 43.40 MiB/sec. | ||
| 6223 | 2025.01.28 23:09:23.612287 [ 5 ] {c67a13e3-6cbe-4568-abb7-59572a05bd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6224 | 2025.01.28 23:09:23.612359 [ 5 ] {c67a13e3-6cbe-4568-abb7-59572a05bd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6225 | 2025.01.28 23:09:23.612584 [ 200 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6226 | 2025.01.28 23:09:23.613258 [ 200 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6227 | 2025.01.28 23:09:23.613481 [ 200 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_46_9} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6228 | 2025.01.28 23:09:23.613687 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 6229 | 2025.01.28 23:09:23.613808 [ 5 ] {c67a13e3-6cbe-4568-abb7-59572a05bd6d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6230 | 2025.01.28 23:09:23.613862 [ 5 ] {c67a13e3-6cbe-4568-abb7-59572a05bd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6231 | 2025.01.28 23:09:23.614271 [ 5 ] {c67a13e3-6cbe-4568-abb7-59572a05bd6d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6232 | 2025.01.28 23:09:23.614552 [ 5 ] {c67a13e3-6cbe-4568-abb7-59572a05bd6d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6233 | 2025.01.28 23:09:23.614703 [ 145 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6234 | 2025.01.28 23:09:23.614744 [ 145 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6235 | 2025.01.28 23:09:23.614768 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6236 | 2025.01.28 23:09:23.614774 [ 5 ] {c67a13e3-6cbe-4568-abb7-59572a05bd6d} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002537 sec., 36657.46945210879 rows/sec., 2.86 MiB/sec. | ||
| 6237 | 2025.01.28 23:09:23.614975 [ 5 ] {c67a13e3-6cbe-4568-abb7-59572a05bd6d} <Debug> TCPHandler: Processed in 0.00299154 sec. | ||
| 6238 | 2025.01.28 23:09:23.615077 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 6239 | 2025.01.28 23:09:23.615193 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6240 | 2025.01.28 23:09:23.615256 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6241 | 2025.01.28 23:09:23.615312 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6242 | 2025.01.28 23:09:23.615339 [ 254 ] {78b2caaa-1b96-4c20-948a-505ef74eec6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6243 | 2025.01.28 23:09:23.615443 [ 254 ] {78b2caaa-1b96-4c20-948a-505ef74eec6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6244 | 2025.01.28 23:09:23.615557 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 864 rows starting from the beginning of the part | ||
| 6245 | 2025.01.28 23:09:23.615892 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6246 | 2025.01.28 23:09:23.616300 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 91 rows starting from the beginning of the part | ||
| 6247 | 2025.01.28 23:09:23.616760 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 394 rows starting from the beginning of the part | ||
| 6248 | 2025.01.28 23:09:23.617299 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 93 rows starting from the beginning of the part | ||
| 6249 | 2025.01.28 23:09:23.618073 [ 254 ] {78b2caaa-1b96-4c20-948a-505ef74eec6c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6250 | 2025.01.28 23:09:23.618124 [ 254 ] {78b2caaa-1b96-4c20-948a-505ef74eec6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6251 | 2025.01.28 23:09:23.618721 [ 254 ] {78b2caaa-1b96-4c20-948a-505ef74eec6c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6252 | 2025.01.28 23:09:23.619089 [ 254 ] {78b2caaa-1b96-4c20-948a-505ef74eec6c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6253 | 2025.01.28 23:09:23.619340 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6254 | 2025.01.28 23:09:23.619403 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6255 | 2025.01.28 23:09:23.619425 [ 254 ] {78b2caaa-1b96-4c20-948a-505ef74eec6c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004114 sec., 39134.662129314536 rows/sec., 2.73 MiB/sec. | ||
| 6256 | 2025.01.28 23:09:23.619447 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6257 | 2025.01.28 23:09:23.619695 [ 254 ] {78b2caaa-1b96-4c20-948a-505ef74eec6c} <Debug> TCPHandler: Processed in 0.004570766 sec. | ||
| 6258 | 2025.01.28 23:09:23.620055 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 6259 | 2025.01.28 23:09:23.620090 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6260 | 2025.01.28 23:09:23.620698 [ 5 ] {42bbad1f-0881-414d-bedc-5503436fd45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6261 | 2025.01.28 23:09:23.621253 [ 5 ] {42bbad1f-0881-414d-bedc-5503436fd45a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6262 | 2025.01.28 23:09:23.621507 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006628141 sec., 364959.0435689283 rows/sec., 27.99 MiB/sec. | ||
| 6263 | 2025.01.28 23:09:23.621848 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6264 | 2025.01.28 23:09:23.621974 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12263 rows starting from the beginning of the part | ||
| 6265 | 2025.01.28 23:09:23.622002 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6266 | 2025.01.28 23:09:23.622620 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1020 rows starting from the beginning of the part | ||
| 6267 | 2025.01.28 23:09:23.623241 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6268 | 2025.01.28 23:09:23.623584 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6269 | 2025.01.28 23:09:23.623947 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 6270 | 2025.01.28 23:09:23.624229 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_46_9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6271 | 2025.01.28 23:09:23.624730 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6272 | 2025.01.28 23:09:23.624770 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6273 | 2025.01.28 23:09:23.625174 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
| 6274 | 2025.01.28 23:09:23.629215 [ 5 ] {42bbad1f-0881-414d-bedc-5503436fd45a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6275 | 2025.01.28 23:09:23.629284 [ 5 ] {42bbad1f-0881-414d-bedc-5503436fd45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6276 | 2025.01.28 23:09:23.631006 [ 5 ] {42bbad1f-0881-414d-bedc-5503436fd45a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6277 | 2025.01.28 23:09:23.631564 [ 5 ] {42bbad1f-0881-414d-bedc-5503436fd45a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6278 | 2025.01.28 23:09:23.632824 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13905 rows, containing 5 columns (5 merged, 0 gathered) in 0.0132061 sec., 1052922.513081076 rows/sec., 71.07 MiB/sec. | ||
| 6279 | 2025.01.28 23:09:23.632892 [ 5 ] {42bbad1f-0881-414d-bedc-5503436fd45a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.012421 sec., 2173.738024313662 rows/sec., 3.90 MiB/sec. | ||
| 6280 | 2025.01.28 23:09:23.633236 [ 5 ] {42bbad1f-0881-414d-bedc-5503436fd45a} <Debug> TCPHandler: Processed in 0.013317272 sec. | ||
| 6281 | 2025.01.28 23:09:23.633428 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6282 | 2025.01.28 23:09:23.633654 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6283 | 2025.01.28 23:09:23.633943 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6284 | 2025.01.28 23:09:23.634043 [ 254 ] {f49b30dd-832c-4448-922a-7142b9d26406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6285 | 2025.01.28 23:09:23.634148 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6286 | 2025.01.28 23:09:23.634214 [ 254 ] {f49b30dd-832c-4448-922a-7142b9d26406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6287 | 2025.01.28 23:09:23.634372 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 6288 | 2025.01.28 23:09:23.635240 [ 254 ] {f49b30dd-832c-4448-922a-7142b9d26406} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.01.28 23:09:23.635314 [ 254 ] {f49b30dd-832c-4448-922a-7142b9d26406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6290 | 2025.01.28 23:09:23.635975 [ 254 ] {f49b30dd-832c-4448-922a-7142b9d26406} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6291 | 2025.01.28 23:09:23.636401 [ 254 ] {f49b30dd-832c-4448-922a-7142b9d26406} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.01.28 23:09:23.636648 [ 145 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6293 | 2025.01.28 23:09:23.636724 [ 145 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6294 | 2025.01.28 23:09:23.636757 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6295 | 2025.01.28 23:09:23.636787 [ 254 ] {f49b30dd-832c-4448-922a-7142b9d26406} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002887 sec., 20782.819535850365 rows/sec., 1.40 MiB/sec. | ||
| 6296 | 2025.01.28 23:09:23.637107 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 6297 | 2025.01.28 23:09:23.637116 [ 254 ] {f49b30dd-832c-4448-922a-7142b9d26406} <Debug> TCPHandler: Processed in 0.003684521 sec. | ||
| 6298 | 2025.01.28 23:09:23.637323 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6299 | 2025.01.28 23:09:23.637366 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2438 rows starting from the beginning of the part | ||
| 6300 | 2025.01.28 23:09:23.637446 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 58 rows starting from the beginning of the part | ||
| 6301 | 2025.01.28 23:09:23.637696 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
| 6302 | 2025.01.28 23:09:23.638001 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6303 | 2025.01.28 23:09:23.638223 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6304 | 2025.01.28 23:09:23.638367 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6305 | 2025.01.28 23:09:23.640376 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2722 rows, containing 4 columns (4 merged, 0 gathered) in 0.003546349 sec., 767549.950667574 rows/sec., 50.00 MiB/sec. | ||
| 6306 | 2025.01.28 23:09:23.640863 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6307 | 2025.01.28 23:09:23.641254 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2025.01.28 23:09:23.641361 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_46_9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6309 | 2025.01.28 23:09:23.641477 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6310 | 2025.01.28 23:09:25.252223 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 6311 | 2025.01.28 23:09:25.252992 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6312 | 2025.01.28 23:09:25.253044 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6313 | 2025.01.28 23:09:25.253581 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6314 | 2025.01.28 23:09:25.253843 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2025.01.28 23:09:25.254152 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6316 | 2025.01.28 23:09:26.168598 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6317 | 2025.01.28 23:09:26.190797 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6318 | 2025.01.28 23:09:26.190854 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6319 | 2025.01.28 23:09:26.198346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6320 | 2025.01.28 23:09:26.199120 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6321 | 2025.01.28 23:09:26.202270 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6322 | 2025.01.28 23:09:27.814833 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 902 | ||
| 6323 | 2025.01.28 23:09:27.818216 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2025.01.28 23:09:27.818274 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6325 | 2025.01.28 23:09:27.819765 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6326 | 2025.01.28 23:09:27.820086 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2025.01.28 23:09:27.820350 [ 141 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6328 | 2025.01.28 23:09:27.820519 [ 141 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6329 | 2025.01.28 23:09:27.820644 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6330 | 2025.01.28 23:09:27.821287 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 6331 | 2025.01.28 23:09:27.821792 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 6332 | 2025.01.28 23:09:27.822468 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6333 | 2025.01.28 23:09:27.822660 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 732 rows starting from the beginning of the part | ||
| 6334 | 2025.01.28 23:09:27.823297 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 6335 | 2025.01.28 23:09:27.824047 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 6336 | 2025.01.28 23:09:27.824677 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part | ||
| 6337 | 2025.01.28 23:09:27.825301 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 6338 | 2025.01.28 23:09:27.825942 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 6339 | 2025.01.28 23:09:27.834428 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 902 rows, containing 72 columns (72 merged, 0 gathered) in 0.013547786 sec., 66579.14437089574 rows/sec., 54.70 MiB/sec. | ||
| 6340 | 2025.01.28 23:09:27.835946 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6341 | 2025.01.28 23:09:27.836777 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6342 | 2025.01.28 23:09:27.836877 [ 199 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_21_4} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6343 | 2025.01.28 23:09:27.837238 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 6344 | 2025.01.28 23:09:28.596420 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6345 | 2025.01.28 23:09:28.596613 [ 254 ] {4599b06e-1f23-462e-baf6-015bb68a6f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6346 | 2025.01.28 23:09:28.596687 [ 254 ] {4599b06e-1f23-462e-baf6-015bb68a6f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6347 | 2025.01.28 23:09:28.597440 [ 254 ] {4599b06e-1f23-462e-baf6-015bb68a6f52} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6348 | 2025.01.28 23:09:28.597489 [ 254 ] {4599b06e-1f23-462e-baf6-015bb68a6f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6349 | 2025.01.28 23:09:28.597928 [ 254 ] {4599b06e-1f23-462e-baf6-015bb68a6f52} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6350 | 2025.01.28 23:09:28.598183 [ 254 ] {4599b06e-1f23-462e-baf6-015bb68a6f52} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6351 | 2025.01.28 23:09:28.598433 [ 254 ] {4599b06e-1f23-462e-baf6-015bb68a6f52} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 6352 | 2025.01.28 23:09:28.598496 [ 254 ] {4599b06e-1f23-462e-baf6-015bb68a6f52} <Debug> TCPHandler: Processed in 0.002206916 sec. | ||
| 6353 | 2025.01.28 23:09:28.598784 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6354 | 2025.01.28 23:09:28.599059 [ 5 ] {5dbb62ba-43eb-4aa8-84f2-2d10eb74016b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6355 | 2025.01.28 23:09:28.599128 [ 5 ] {5dbb62ba-43eb-4aa8-84f2-2d10eb74016b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6356 | 2025.01.28 23:09:28.599940 [ 5 ] {5dbb62ba-43eb-4aa8-84f2-2d10eb74016b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6357 | 2025.01.28 23:09:28.599982 [ 5 ] {5dbb62ba-43eb-4aa8-84f2-2d10eb74016b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6358 | 2025.01.28 23:09:28.600436 [ 5 ] {5dbb62ba-43eb-4aa8-84f2-2d10eb74016b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6359 | 2025.01.28 23:09:28.600691 [ 5 ] {5dbb62ba-43eb-4aa8-84f2-2d10eb74016b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6360 | 2025.01.28 23:09:28.600914 [ 5 ] {5dbb62ba-43eb-4aa8-84f2-2d10eb74016b} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.001911 sec., 118785.97592883308 rows/sec., 10.40 MiB/sec. | ||
| 6361 | 2025.01.28 23:09:28.600978 [ 5 ] {5dbb62ba-43eb-4aa8-84f2-2d10eb74016b} <Debug> TCPHandler: Processed in 0.00237513 sec. | ||
| 6362 | 2025.01.28 23:09:28.601129 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6363 | 2025.01.28 23:09:28.601274 [ 254 ] {f421f4ad-9727-4ad5-bbcd-fd14a1f9eaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6364 | 2025.01.28 23:09:28.601334 [ 254 ] {f421f4ad-9727-4ad5-bbcd-fd14a1f9eaf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6365 | 2025.01.28 23:09:28.602024 [ 254 ] {f421f4ad-9727-4ad5-bbcd-fd14a1f9eaf3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2025.01.28 23:09:28.602065 [ 254 ] {f421f4ad-9727-4ad5-bbcd-fd14a1f9eaf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6367 | 2025.01.28 23:09:28.602433 [ 254 ] {f421f4ad-9727-4ad5-bbcd-fd14a1f9eaf3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6368 | 2025.01.28 23:09:28.602672 [ 254 ] {f421f4ad-9727-4ad5-bbcd-fd14a1f9eaf3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6369 | 2025.01.28 23:09:28.602844 [ 140 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 6370 | 2025.01.28 23:09:28.602914 [ 254 ] {f421f4ad-9727-4ad5-bbcd-fd14a1f9eaf3} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001672 sec., 11363.636363636362 rows/sec., 812.44 KiB/sec. | ||
| 6371 | 2025.01.28 23:09:28.602933 [ 140 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6372 | 2025.01.28 23:09:28.603012 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6373 | 2025.01.28 23:09:28.603035 [ 254 ] {f421f4ad-9727-4ad5-bbcd-fd14a1f9eaf3} <Debug> TCPHandler: Processed in 0.001973083 sec. | ||
| 6374 | 2025.01.28 23:09:28.603419 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6375 | 2025.01.28 23:09:28.603457 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 6376 | 2025.01.28 23:09:28.604024 [ 5 ] {752dae36-cae7-4aae-95a7-c4266de212d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6377 | 2025.01.28 23:09:28.604136 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6378 | 2025.01.28 23:09:28.604182 [ 5 ] {752dae36-cae7-4aae-95a7-c4266de212d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6379 | 2025.01.28 23:09:28.604274 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 64 rows starting from the beginning of the part | ||
| 6380 | 2025.01.28 23:09:28.604578 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part | ||
| 6381 | 2025.01.28 23:09:28.604955 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part | ||
| 6382 | 2025.01.28 23:09:28.605361 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 19 rows starting from the beginning of the part | ||
| 6383 | 2025.01.28 23:09:28.605703 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 29 rows starting from the beginning of the part | ||
| 6384 | 2025.01.28 23:09:28.606023 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 19 rows starting from the beginning of the part | ||
| 6385 | 2025.01.28 23:09:28.606966 [ 5 ] {752dae36-cae7-4aae-95a7-c4266de212d6} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2025.01.28 23:09:28.607057 [ 5 ] {752dae36-cae7-4aae-95a7-c4266de212d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6387 | 2025.01.28 23:09:28.608034 [ 5 ] {752dae36-cae7-4aae-95a7-c4266de212d6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6388 | 2025.01.28 23:09:28.608677 [ 5 ] {752dae36-cae7-4aae-95a7-c4266de212d6} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6389 | 2025.01.28 23:09:28.608706 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005543643 sec., 34453.878072595944 rows/sec., 2.58 MiB/sec. | ||
| 6390 | 2025.01.28 23:09:28.608937 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 6391 | 2025.01.28 23:09:28.609089 [ 5 ] {752dae36-cae7-4aae-95a7-c4266de212d6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005279 sec., 2652.0174275430954 rows/sec., 185.73 KiB/sec. | ||
| 6392 | 2025.01.28 23:09:28.609241 [ 5 ] {752dae36-cae7-4aae-95a7-c4266de212d6} <Debug> TCPHandler: Processed in 0.006082152 sec. | ||
| 6393 | 2025.01.28 23:09:28.609423 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6394 | 2025.01.28 23:09:28.609481 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6395 | 2025.01.28 23:09:28.609608 [ 254 ] {149ff187-79e7-402b-93d3-b24e040cce9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6396 | 2025.01.28 23:09:28.609618 [ 197 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_35_7} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 6397 | 2025.01.28 23:09:28.609675 [ 254 ] {149ff187-79e7-402b-93d3-b24e040cce9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6398 | 2025.01.28 23:09:28.609754 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6399 | 2025.01.28 23:09:28.610350 [ 254 ] {149ff187-79e7-402b-93d3-b24e040cce9b} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.01.28 23:09:28.610389 [ 254 ] {149ff187-79e7-402b-93d3-b24e040cce9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6401 | 2025.01.28 23:09:28.610759 [ 254 ] {149ff187-79e7-402b-93d3-b24e040cce9b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6402 | 2025.01.28 23:09:28.610999 [ 254 ] {149ff187-79e7-402b-93d3-b24e040cce9b} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.01.28 23:09:28.611220 [ 254 ] {149ff187-79e7-402b-93d3-b24e040cce9b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001653 sec., 7864.488808227466 rows/sec., 490.35 KiB/sec. | ||
| 6404 | 2025.01.28 23:09:28.611273 [ 254 ] {149ff187-79e7-402b-93d3-b24e040cce9b} <Debug> TCPHandler: Processed in 0.001929562 sec. | ||
| 6405 | 2025.01.28 23:09:28.611468 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6406 | 2025.01.28 23:09:28.611690 [ 5 ] {3ed3e01e-5e9f-42fa-8389-24914c2101f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6407 | 2025.01.28 23:09:28.611781 [ 5 ] {3ed3e01e-5e9f-42fa-8389-24914c2101f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6408 | 2025.01.28 23:09:28.612589 [ 5 ] {3ed3e01e-5e9f-42fa-8389-24914c2101f8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6409 | 2025.01.28 23:09:28.612628 [ 5 ] {3ed3e01e-5e9f-42fa-8389-24914c2101f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6410 | 2025.01.28 23:09:28.613004 [ 5 ] {3ed3e01e-5e9f-42fa-8389-24914c2101f8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6411 | 2025.01.28 23:09:28.613240 [ 5 ] {3ed3e01e-5e9f-42fa-8389-24914c2101f8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2025.01.28 23:09:28.613443 [ 5 ] {3ed3e01e-5e9f-42fa-8389-24914c2101f8} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001809 sec., 217799.88944168048 rows/sec., 15.46 MiB/sec. | ||
| 6413 | 2025.01.28 23:09:28.613498 [ 5 ] {3ed3e01e-5e9f-42fa-8389-24914c2101f8} <Debug> TCPHandler: Processed in 0.002139226 sec. | ||
| 6414 | 2025.01.28 23:09:28.613635 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6415 | 2025.01.28 23:09:28.613751 [ 254 ] {47e608b2-8295-4e73-b4ac-55d41879b3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6416 | 2025.01.28 23:09:28.613802 [ 254 ] {47e608b2-8295-4e73-b4ac-55d41879b3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6417 | 2025.01.28 23:09:28.614303 [ 254 ] {47e608b2-8295-4e73-b4ac-55d41879b3d8} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6418 | 2025.01.28 23:09:28.614341 [ 254 ] {47e608b2-8295-4e73-b4ac-55d41879b3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6419 | 2025.01.28 23:09:28.614712 [ 254 ] {47e608b2-8295-4e73-b4ac-55d41879b3d8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6420 | 2025.01.28 23:09:28.614946 [ 254 ] {47e608b2-8295-4e73-b4ac-55d41879b3d8} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6421 | 2025.01.28 23:09:28.615106 [ 140 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6422 | 2025.01.28 23:09:28.615181 [ 140 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2025.01.28 23:09:28.615199 [ 254 ] {47e608b2-8295-4e73-b4ac-55d41879b3d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 6424 | 2025.01.28 23:09:28.615230 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6425 | 2025.01.28 23:09:28.615363 [ 254 ] {47e608b2-8295-4e73-b4ac-55d41879b3d8} <Debug> TCPHandler: Processed in 0.00177838 sec. | ||
| 6426 | 2025.01.28 23:09:28.615695 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6427 | 2025.01.28 23:09:28.615780 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 6428 | 2025.01.28 23:09:28.616043 [ 5 ] {4c6b0f83-f725-4ffd-b1fe-30b319e827c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6429 | 2025.01.28 23:09:28.616115 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6430 | 2025.01.28 23:09:28.616145 [ 5 ] {4c6b0f83-f725-4ffd-b1fe-30b319e827c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6431 | 2025.01.28 23:09:28.616173 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 6432 | 2025.01.28 23:09:28.616432 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 6433 | 2025.01.28 23:09:28.616833 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 6434 | 2025.01.28 23:09:28.617294 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 6435 | 2025.01.28 23:09:28.617613 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 6436 | 2025.01.28 23:09:28.617827 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::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 | ||
| 6437 | 2025.01.28 23:09:28.618996 [ 5 ] {4c6b0f83-f725-4ffd-b1fe-30b319e827c2} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6438 | 2025.01.28 23:09:28.619057 [ 5 ] {4c6b0f83-f725-4ffd-b1fe-30b319e827c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6439 | 2025.01.28 23:09:28.620172 [ 5 ] {4c6b0f83-f725-4ffd-b1fe-30b319e827c2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6440 | 2025.01.28 23:09:28.620399 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.005051044 sec., 23757.464793416962 rows/sec., 1.21 MiB/sec. | ||
| 6441 | 2025.01.28 23:09:28.620569 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6442 | 2025.01.28 23:09:28.620662 [ 5 ] {4c6b0f83-f725-4ffd-b1fe-30b319e827c2} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6443 | 2025.01.28 23:09:28.621070 [ 5 ] {4c6b0f83-f725-4ffd-b1fe-30b319e827c2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005121 sec., 46280.02343292326 rows/sec., 3.10 MiB/sec. | ||
| 6444 | 2025.01.28 23:09:28.621215 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_20_4} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2025.01.28 23:09:28.621245 [ 5 ] {4c6b0f83-f725-4ffd-b1fe-30b319e827c2} <Debug> TCPHandler: Processed in 0.005730475 sec. | ||
| 6446 | 2025.01.28 23:09:28.621384 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_20_4} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6447 | 2025.01.28 23:09:28.621451 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6448 | 2025.01.28 23:09:28.621501 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6449 | 2025.01.28 23:09:28.621587 [ 254 ] {f5affc9a-ca93-4160-ba45-51f25dc72644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6450 | 2025.01.28 23:09:28.621638 [ 254 ] {f5affc9a-ca93-4160-ba45-51f25dc72644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6451 | 2025.01.28 23:09:28.622122 [ 254 ] {f5affc9a-ca93-4160-ba45-51f25dc72644} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2025.01.28 23:09:28.622160 [ 254 ] {f5affc9a-ca93-4160-ba45-51f25dc72644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6453 | 2025.01.28 23:09:28.622535 [ 254 ] {f5affc9a-ca93-4160-ba45-51f25dc72644} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6454 | 2025.01.28 23:09:28.622779 [ 254 ] {f5affc9a-ca93-4160-ba45-51f25dc72644} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.01.28 23:09:28.623040 [ 254 ] {f5affc9a-ca93-4160-ba45-51f25dc72644} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 6456 | 2025.01.28 23:09:28.623235 [ 254 ] {f5affc9a-ca93-4160-ba45-51f25dc72644} <Debug> TCPHandler: Processed in 0.001872312 sec. | ||
| 6457 | 2025.01.28 23:09:28.623607 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2025.01.28 23:09:28.623740 [ 5 ] {861d6ecc-703a-40cf-b0b1-cf883e06c51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6459 | 2025.01.28 23:09:28.623826 [ 5 ] {861d6ecc-703a-40cf-b0b1-cf883e06c51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6460 | 2025.01.28 23:09:28.624929 [ 5 ] {861d6ecc-703a-40cf-b0b1-cf883e06c51b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2025.01.28 23:09:28.624967 [ 5 ] {861d6ecc-703a-40cf-b0b1-cf883e06c51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6462 | 2025.01.28 23:09:28.625585 [ 5 ] {861d6ecc-703a-40cf-b0b1-cf883e06c51b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6463 | 2025.01.28 23:09:28.625836 [ 5 ] {861d6ecc-703a-40cf-b0b1-cf883e06c51b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2025.01.28 23:09:28.626136 [ 5 ] {861d6ecc-703a-40cf-b0b1-cf883e06c51b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002423 sec., 4952.538175815105 rows/sec., 8.87 MiB/sec. | ||
| 6465 | 2025.01.28 23:09:28.626665 [ 5 ] {861d6ecc-703a-40cf-b0b1-cf883e06c51b} <Debug> TCPHandler: Processed in 0.003121582 sec. | ||
| 6466 | 2025.01.28 23:09:28.626837 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2025.01.28 23:09:28.626974 [ 254 ] {c533434c-6489-4499-a96c-a1c423fe6df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6468 | 2025.01.28 23:09:28.627032 [ 254 ] {c533434c-6489-4499-a96c-a1c423fe6df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6469 | 2025.01.28 23:09:28.627613 [ 254 ] {c533434c-6489-4499-a96c-a1c423fe6df4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2025.01.28 23:09:28.627658 [ 254 ] {c533434c-6489-4499-a96c-a1c423fe6df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6471 | 2025.01.28 23:09:28.628068 [ 254 ] {c533434c-6489-4499-a96c-a1c423fe6df4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6472 | 2025.01.28 23:09:28.628290 [ 254 ] {c533434c-6489-4499-a96c-a1c423fe6df4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2025.01.28 23:09:28.628495 [ 254 ] {c533434c-6489-4499-a96c-a1c423fe6df4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec. | ||
| 6474 | 2025.01.28 23:09:28.628542 [ 254 ] {c533434c-6489-4499-a96c-a1c423fe6df4} <Debug> TCPHandler: Processed in 0.0018161 sec. | ||
| 6475 | 2025.01.28 23:09:32.625207 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6476 | 2025.01.28 23:09:32.625286 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6477 | 2025.01.28 23:09:32.754385 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6478 | 2025.01.28 23:09:32.755328 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2025.01.28 23:09:32.755372 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6480 | 2025.01.28 23:09:32.755899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6481 | 2025.01.28 23:09:32.756163 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2025.01.28 23:09:32.756362 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6483 | 2025.01.28 23:09:33.592885 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6484 | 2025.01.28 23:09:33.593098 [ 254 ] {749273cd-0afc-427b-8366-e7a587e129a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6485 | 2025.01.28 23:09:33.593178 [ 254 ] {749273cd-0afc-427b-8366-e7a587e129a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6486 | 2025.01.28 23:09:33.593961 [ 254 ] {749273cd-0afc-427b-8366-e7a587e129a3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6487 | 2025.01.28 23:09:33.594010 [ 254 ] {749273cd-0afc-427b-8366-e7a587e129a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6488 | 2025.01.28 23:09:33.594455 [ 254 ] {749273cd-0afc-427b-8366-e7a587e129a3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6489 | 2025.01.28 23:09:33.594701 [ 254 ] {749273cd-0afc-427b-8366-e7a587e129a3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6490 | 2025.01.28 23:09:33.594976 [ 254 ] {749273cd-0afc-427b-8366-e7a587e129a3} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001932 sec., 56935.81780538303 rows/sec., 4.79 MiB/sec. | ||
| 6491 | 2025.01.28 23:09:33.595193 [ 254 ] {749273cd-0afc-427b-8366-e7a587e129a3} <Debug> TCPHandler: Processed in 0.002441401 sec. | ||
| 6492 | 2025.01.28 23:09:33.595508 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6493 | 2025.01.28 23:09:33.595722 [ 5 ] {2b9abb0d-8e74-42e1-b7f5-97e6cc2c1ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6494 | 2025.01.28 23:09:33.595807 [ 5 ] {2b9abb0d-8e74-42e1-b7f5-97e6cc2c1ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6495 | 2025.01.28 23:09:33.596599 [ 5 ] {2b9abb0d-8e74-42e1-b7f5-97e6cc2c1ce2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2025.01.28 23:09:33.596652 [ 5 ] {2b9abb0d-8e74-42e1-b7f5-97e6cc2c1ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6497 | 2025.01.28 23:09:33.597093 [ 5 ] {2b9abb0d-8e74-42e1-b7f5-97e6cc2c1ce2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6498 | 2025.01.28 23:09:33.597340 [ 5 ] {2b9abb0d-8e74-42e1-b7f5-97e6cc2c1ce2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6499 | 2025.01.28 23:09:33.597641 [ 5 ] {2b9abb0d-8e74-42e1-b7f5-97e6cc2c1ce2} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001975 sec., 13670.886075949365 rows/sec., 1.00 MiB/sec. | ||
| 6500 | 2025.01.28 23:09:33.597892 [ 5 ] {2b9abb0d-8e74-42e1-b7f5-97e6cc2c1ce2} <Debug> TCPHandler: Processed in 0.002562223 sec. | ||
| 6501 | 2025.01.28 23:09:33.598116 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6502 | 2025.01.28 23:09:33.598260 [ 254 ] {cf373223-90dd-41c1-9cd8-141b59ba0197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6503 | 2025.01.28 23:09:33.598321 [ 254 ] {cf373223-90dd-41c1-9cd8-141b59ba0197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6504 | 2025.01.28 23:09:33.599050 [ 254 ] {cf373223-90dd-41c1-9cd8-141b59ba0197} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6505 | 2025.01.28 23:09:33.599098 [ 254 ] {cf373223-90dd-41c1-9cd8-141b59ba0197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6506 | 2025.01.28 23:09:33.599474 [ 254 ] {cf373223-90dd-41c1-9cd8-141b59ba0197} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6507 | 2025.01.28 23:09:33.599705 [ 254 ] {cf373223-90dd-41c1-9cd8-141b59ba0197} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6508 | 2025.01.28 23:09:33.599922 [ 254 ] {cf373223-90dd-41c1-9cd8-141b59ba0197} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001696 sec., 53655.66037735849 rows/sec., 4.19 MiB/sec. | ||
| 6509 | 2025.01.28 23:09:33.599977 [ 254 ] {cf373223-90dd-41c1-9cd8-141b59ba0197} <Debug> TCPHandler: Processed in 0.001984933 sec. | ||
| 6510 | 2025.01.28 23:09:33.600118 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6511 | 2025.01.28 23:09:33.600261 [ 5 ] {acf0cc03-ab6a-4b15-8513-268823c0b4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6512 | 2025.01.28 23:09:33.600329 [ 5 ] {acf0cc03-ab6a-4b15-8513-268823c0b4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6513 | 2025.01.28 23:09:33.601016 [ 5 ] {acf0cc03-ab6a-4b15-8513-268823c0b4c4} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6514 | 2025.01.28 23:09:33.601061 [ 5 ] {acf0cc03-ab6a-4b15-8513-268823c0b4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6515 | 2025.01.28 23:09:33.601473 [ 5 ] {acf0cc03-ab6a-4b15-8513-268823c0b4c4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6516 | 2025.01.28 23:09:33.601706 [ 5 ] {acf0cc03-ab6a-4b15-8513-268823c0b4c4} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6517 | 2025.01.28 23:09:33.601896 [ 5 ] {acf0cc03-ab6a-4b15-8513-268823c0b4c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
| 6518 | 2025.01.28 23:09:33.601951 [ 5 ] {acf0cc03-ab6a-4b15-8513-268823c0b4c4} <Debug> TCPHandler: Processed in 0.001890091 sec. | ||
| 6519 | 2025.01.28 23:09:33.602084 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6520 | 2025.01.28 23:09:33.602212 [ 254 ] {5504ffde-fc69-414e-a83e-031e0fbbf31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6521 | 2025.01.28 23:09:33.602304 [ 254 ] {5504ffde-fc69-414e-a83e-031e0fbbf31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6522 | 2025.01.28 23:09:33.603552 [ 254 ] {5504ffde-fc69-414e-a83e-031e0fbbf31d} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6523 | 2025.01.28 23:09:33.603591 [ 254 ] {5504ffde-fc69-414e-a83e-031e0fbbf31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6524 | 2025.01.28 23:09:33.604224 [ 254 ] {5504ffde-fc69-414e-a83e-031e0fbbf31d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6525 | 2025.01.28 23:09:33.604476 [ 254 ] {5504ffde-fc69-414e-a83e-031e0fbbf31d} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6526 | 2025.01.28 23:09:33.604663 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6527 | 2025.01.28 23:09:33.604733 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2025.01.28 23:09:33.604762 [ 254 ] {5504ffde-fc69-414e-a83e-031e0fbbf31d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002571 sec., 10501.750291715287 rows/sec., 18.82 MiB/sec. | ||
| 6529 | 2025.01.28 23:09:33.604775 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6530 | 2025.01.28 23:09:33.605156 [ 254 ] {5504ffde-fc69-414e-a83e-031e0fbbf31d} <Debug> TCPHandler: Processed in 0.003126093 sec. | ||
| 6531 | 2025.01.28 23:09:33.605157 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 6532 | 2025.01.28 23:09:33.605361 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6533 | 2025.01.28 23:09:33.605661 [ 5 ] {013b2a2d-4434-48db-a68d-1e9fe38321a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6534 | 2025.01.28 23:09:33.605817 [ 5 ] {013b2a2d-4434-48db-a68d-1e9fe38321a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6535 | 2025.01.28 23:09:33.606100 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6536 | 2025.01.28 23:09:33.606366 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 543 rows starting from the beginning of the part | ||
| 6537 | 2025.01.28 23:09:33.606986 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part | ||
| 6538 | 2025.01.28 23:09:33.607691 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part | ||
| 6539 | 2025.01.28 23:09:33.608148 [ 5 ] {013b2a2d-4434-48db-a68d-1e9fe38321a5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6540 | 2025.01.28 23:09:33.608267 [ 5 ] {013b2a2d-4434-48db-a68d-1e9fe38321a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6541 | 2025.01.28 23:09:33.608329 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part | ||
| 6542 | 2025.01.28 23:09:33.609013 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part | ||
| 6543 | 2025.01.28 23:09:33.609664 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part | ||
| 6544 | 2025.01.28 23:09:33.609775 [ 5 ] {013b2a2d-4434-48db-a68d-1e9fe38321a5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6545 | 2025.01.28 23:09:33.610636 [ 5 ] {013b2a2d-4434-48db-a68d-1e9fe38321a5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6546 | 2025.01.28 23:09:33.611071 [ 5 ] {013b2a2d-4434-48db-a68d-1e9fe38321a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005524 sec., 10861.694424330195 rows/sec., 749.57 KiB/sec. | ||
| 6547 | 2025.01.28 23:09:33.611271 [ 5 ] {013b2a2d-4434-48db-a68d-1e9fe38321a5} <Debug> TCPHandler: Processed in 0.006020891 sec. | ||
| 6548 | 2025.01.28 23:09:33.618808 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 19 columns (19 merged, 0 gathered) in 0.013865252 sec., 46735.5371543193 rows/sec., 83.75 MiB/sec. | ||
| 6549 | 2025.01.28 23:09:33.619705 [ 190 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6550 | 2025.01.28 23:09:33.620216 [ 190 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6551 | 2025.01.28 23:09:33.620316 [ 190 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6552 | 2025.01.28 23:09:33.620501 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 6553 | 2025.01.28 23:09:33.702407 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6554 | 2025.01.28 23:09:33.724999 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2025.01.28 23:09:33.725064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 6556 | 2025.01.28 23:09:33.732813 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6557 | 2025.01.28 23:09:33.733631 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2025.01.28 23:09:33.737113 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6559 | 2025.01.28 23:09:34.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.94 MiB, peak 205.89 MiB, free memory in arenas 0.00 B, will set to 200.25 MiB (RSS), difference: 1.31 MiB | ||
| 6560 | 2025.01.28 23:09:35.704623 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6561 | 2025.01.28 23:09:35.704924 [ 254 ] {08c92089-1a02-4d49-bd28-39e917e5b278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6562 | 2025.01.28 23:09:35.705041 [ 254 ] {08c92089-1a02-4d49-bd28-39e917e5b278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6563 | 2025.01.28 23:09:35.705940 [ 254 ] {08c92089-1a02-4d49-bd28-39e917e5b278} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2025.01.28 23:09:35.705986 [ 254 ] {08c92089-1a02-4d49-bd28-39e917e5b278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6565 | 2025.01.28 23:09:35.706446 [ 254 ] {08c92089-1a02-4d49-bd28-39e917e5b278} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6566 | 2025.01.28 23:09:35.706697 [ 254 ] {08c92089-1a02-4d49-bd28-39e917e5b278} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.01.28 23:09:35.706838 [ 131 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6568 | 2025.01.28 23:09:35.706886 [ 131 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6569 | 2025.01.28 23:09:35.706911 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6570 | 2025.01.28 23:09:35.706915 [ 254 ] {08c92089-1a02-4d49-bd28-39e917e5b278} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002073 sec., 6753.497346840328 rows/sec., 486.16 KiB/sec. | ||
| 6571 | 2025.01.28 23:09:35.707086 [ 254 ] {08c92089-1a02-4d49-bd28-39e917e5b278} <Debug> TCPHandler: Processed in 0.002646254 sec. | ||
| 6572 | 2025.01.28 23:09:35.707177 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 6573 | 2025.01.28 23:09:35.707374 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6574 | 2025.01.28 23:09:35.707384 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6575 | 2025.01.28 23:09:35.707418 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 6576 | 2025.01.28 23:09:35.707590 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 6577 | 2025.01.28 23:09:35.707697 [ 5 ] {f00eca28-00b6-4fb2-8599-9e32145efced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6578 | 2025.01.28 23:09:35.707897 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 6579 | 2025.01.28 23:09:35.707897 [ 5 ] {f00eca28-00b6-4fb2-8599-9e32145efced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6580 | 2025.01.28 23:09:35.708270 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 6581 | 2025.01.28 23:09:35.708456 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 6582 | 2025.01.28 23:09:35.709764 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002741056 sec., 25537.603025987064 rows/sec., 1.89 MiB/sec. | ||
| 6583 | 2025.01.28 23:09:35.710091 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6584 | 2025.01.28 23:09:35.710532 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_21_5} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2025.01.28 23:09:35.710609 [ 5 ] {f00eca28-00b6-4fb2-8599-9e32145efced} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6586 | 2025.01.28 23:09:35.710664 [ 5 ] {f00eca28-00b6-4fb2-8599-9e32145efced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6587 | 2025.01.28 23:09:35.710678 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_21_5} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6588 | 2025.01.28 23:09:35.710870 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6589 | 2025.01.28 23:09:35.711292 [ 5 ] {f00eca28-00b6-4fb2-8599-9e32145efced} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6590 | 2025.01.28 23:09:35.711546 [ 5 ] {f00eca28-00b6-4fb2-8599-9e32145efced} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6591 | 2025.01.28 23:09:35.711810 [ 5 ] {f00eca28-00b6-4fb2-8599-9e32145efced} <Debug> executeQuery: Read 1367 rows, 116.92 KiB in 0.004276 sec., 319691.30028063606 rows/sec., 26.70 MiB/sec. | ||
| 6592 | 2025.01.28 23:09:35.711877 [ 5 ] {f00eca28-00b6-4fb2-8599-9e32145efced} <Debug> TCPHandler: Processed in 0.004624837 sec. | ||
| 6593 | 2025.01.28 23:09:35.712089 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6594 | 2025.01.28 23:09:35.712307 [ 254 ] {f6d9dc2f-c1f3-47c1-9ef0-47c95ff6e4f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6595 | 2025.01.28 23:09:35.712369 [ 254 ] {f6d9dc2f-c1f3-47c1-9ef0-47c95ff6e4f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6596 | 2025.01.28 23:09:35.713089 [ 254 ] {f6d9dc2f-c1f3-47c1-9ef0-47c95ff6e4f1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6597 | 2025.01.28 23:09:35.713134 [ 254 ] {f6d9dc2f-c1f3-47c1-9ef0-47c95ff6e4f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6598 | 2025.01.28 23:09:35.713514 [ 254 ] {f6d9dc2f-c1f3-47c1-9ef0-47c95ff6e4f1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6599 | 2025.01.28 23:09:35.713755 [ 254 ] {f6d9dc2f-c1f3-47c1-9ef0-47c95ff6e4f1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6600 | 2025.01.28 23:09:35.713935 [ 254 ] {f6d9dc2f-c1f3-47c1-9ef0-47c95ff6e4f1} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001678 sec., 11323.00357568534 rows/sec., 809.53 KiB/sec. | ||
| 6601 | 2025.01.28 23:09:35.713989 [ 254 ] {f6d9dc2f-c1f3-47c1-9ef0-47c95ff6e4f1} <Debug> TCPHandler: Processed in 0.002009193 sec. | ||
| 6602 | 2025.01.28 23:09:35.714142 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6603 | 2025.01.28 23:09:35.714278 [ 5 ] {fd36ce10-e82b-4325-9b15-02dea3ebc33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6604 | 2025.01.28 23:09:35.714368 [ 5 ] {fd36ce10-e82b-4325-9b15-02dea3ebc33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6605 | 2025.01.28 23:09:35.715448 [ 5 ] {fd36ce10-e82b-4325-9b15-02dea3ebc33f} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6606 | 2025.01.28 23:09:35.715487 [ 5 ] {fd36ce10-e82b-4325-9b15-02dea3ebc33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6607 | 2025.01.28 23:09:35.715844 [ 5 ] {fd36ce10-e82b-4325-9b15-02dea3ebc33f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6608 | 2025.01.28 23:09:35.716079 [ 5 ] {fd36ce10-e82b-4325-9b15-02dea3ebc33f} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6609 | 2025.01.28 23:09:35.716340 [ 5 ] {fd36ce10-e82b-4325-9b15-02dea3ebc33f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.0021 sec., 115238.09523809525 rows/sec., 7.81 MiB/sec. | ||
| 6610 | 2025.01.28 23:09:35.716574 [ 5 ] {fd36ce10-e82b-4325-9b15-02dea3ebc33f} <Debug> TCPHandler: Processed in 0.002481432 sec. | ||
| 6611 | 2025.01.28 23:09:35.716771 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6612 | 2025.01.28 23:09:35.716907 [ 254 ] {fd081d8a-79a7-4f6c-a930-35524e1920a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6613 | 2025.01.28 23:09:35.716964 [ 254 ] {fd081d8a-79a7-4f6c-a930-35524e1920a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6614 | 2025.01.28 23:09:35.717598 [ 254 ] {fd081d8a-79a7-4f6c-a930-35524e1920a5} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6615 | 2025.01.28 23:09:35.717636 [ 254 ] {fd081d8a-79a7-4f6c-a930-35524e1920a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6616 | 2025.01.28 23:09:35.717991 [ 254 ] {fd081d8a-79a7-4f6c-a930-35524e1920a5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6617 | 2025.01.28 23:09:35.718231 [ 254 ] {fd081d8a-79a7-4f6c-a930-35524e1920a5} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6618 | 2025.01.28 23:09:35.718354 [ 131 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6619 | 2025.01.28 23:09:35.718390 [ 131 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6620 | 2025.01.28 23:09:35.718412 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6621 | 2025.01.28 23:09:35.718424 [ 254 ] {fd081d8a-79a7-4f6c-a930-35524e1920a5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec. | ||
| 6622 | 2025.01.28 23:09:35.718652 [ 254 ] {fd081d8a-79a7-4f6c-a930-35524e1920a5} <Debug> TCPHandler: Processed in 0.001959623 sec. | ||
| 6623 | 2025.01.28 23:09:35.718729 [ 187 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 6624 | 2025.01.28 23:09:35.718880 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6625 | 2025.01.28 23:09:35.718956 [ 187 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6626 | 2025.01.28 23:09:35.719026 [ 187 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 6627 | 2025.01.28 23:09:35.719181 [ 5 ] {720db11f-dcaa-4008-9933-cc3fc1ab1984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6628 | 2025.01.28 23:09:35.719365 [ 187 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 6629 | 2025.01.28 23:09:35.719376 [ 5 ] {720db11f-dcaa-4008-9933-cc3fc1ab1984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6630 | 2025.01.28 23:09:35.719720 [ 187 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 6631 | 2025.01.28 23:09:35.719999 [ 187 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 6632 | 2025.01.28 23:09:35.720367 [ 187 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 6633 | 2025.01.28 23:09:35.721969 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003480698 sec., 18674.41530405683 rows/sec., 1.21 MiB/sec. | ||
| 6634 | 2025.01.28 23:09:35.722100 [ 5 ] {720db11f-dcaa-4008-9933-cc3fc1ab1984} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6635 | 2025.01.28 23:09:35.722159 [ 5 ] {720db11f-dcaa-4008-9933-cc3fc1ab1984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6636 | 2025.01.28 23:09:35.722177 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6637 | 2025.01.28 23:09:35.722860 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_21_5} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6638 | 2025.01.28 23:09:35.723002 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_21_5} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6639 | 2025.01.28 23:09:35.723038 [ 5 ] {720db11f-dcaa-4008-9933-cc3fc1ab1984} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6640 | 2025.01.28 23:09:35.723137 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6641 | 2025.01.28 23:09:35.723373 [ 5 ] {720db11f-dcaa-4008-9933-cc3fc1ab1984} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6642 | 2025.01.28 23:09:35.723610 [ 5 ] {720db11f-dcaa-4008-9933-cc3fc1ab1984} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.004542 sec., 187142.22809335095 rows/sec., 13.53 MiB/sec. | ||
| 6643 | 2025.01.28 23:09:35.723736 [ 5 ] {720db11f-dcaa-4008-9933-cc3fc1ab1984} <Debug> TCPHandler: Processed in 0.004974983 sec. | ||
| 6644 | 2025.01.28 23:09:35.723919 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6645 | 2025.01.28 23:09:35.724056 [ 254 ] {e0d765d7-7b51-4013-8fc9-105005e5825c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6646 | 2025.01.28 23:09:35.724116 [ 254 ] {e0d765d7-7b51-4013-8fc9-105005e5825c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6647 | 2025.01.28 23:09:35.724629 [ 254 ] {e0d765d7-7b51-4013-8fc9-105005e5825c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2025.01.28 23:09:35.724667 [ 254 ] {e0d765d7-7b51-4013-8fc9-105005e5825c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6649 | 2025.01.28 23:09:35.725032 [ 254 ] {e0d765d7-7b51-4013-8fc9-105005e5825c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6650 | 2025.01.28 23:09:35.725283 [ 254 ] {e0d765d7-7b51-4013-8fc9-105005e5825c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2025.01.28 23:09:35.725463 [ 254 ] {e0d765d7-7b51-4013-8fc9-105005e5825c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 6652 | 2025.01.28 23:09:35.725515 [ 254 ] {e0d765d7-7b51-4013-8fc9-105005e5825c} <Debug> TCPHandler: Processed in 0.001677918 sec. | ||
| 6653 | 2025.01.28 23:09:35.725724 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6654 | 2025.01.28 23:09:35.725941 [ 5 ] {0ecc5ca6-2b48-4e40-8db8-37e75de59484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6655 | 2025.01.28 23:09:35.726039 [ 5 ] {0ecc5ca6-2b48-4e40-8db8-37e75de59484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6656 | 2025.01.28 23:09:35.726961 [ 5 ] {0ecc5ca6-2b48-4e40-8db8-37e75de59484} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2025.01.28 23:09:35.727000 [ 5 ] {0ecc5ca6-2b48-4e40-8db8-37e75de59484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6658 | 2025.01.28 23:09:35.727430 [ 5 ] {0ecc5ca6-2b48-4e40-8db8-37e75de59484} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6659 | 2025.01.28 23:09:35.727671 [ 5 ] {0ecc5ca6-2b48-4e40-8db8-37e75de59484} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2025.01.28 23:09:35.727875 [ 5 ] {0ecc5ca6-2b48-4e40-8db8-37e75de59484} <Debug> executeQuery: Read 1007 rows, 68.71 KiB in 0.001988 sec., 506539.2354124748 rows/sec., 33.75 MiB/sec. | ||
| 6661 | 2025.01.28 23:09:35.727927 [ 5 ] {0ecc5ca6-2b48-4e40-8db8-37e75de59484} <Debug> TCPHandler: Processed in 0.002314308 sec. | ||
| 6662 | 2025.01.28 23:09:35.728086 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6663 | 2025.01.28 23:09:35.728221 [ 254 ] {6b958e69-87df-42dc-a1ee-dc885f8d1395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6664 | 2025.01.28 23:09:35.728282 [ 254 ] {6b958e69-87df-42dc-a1ee-dc885f8d1395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6665 | 2025.01.28 23:09:35.728836 [ 254 ] {6b958e69-87df-42dc-a1ee-dc885f8d1395} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6666 | 2025.01.28 23:09:35.728880 [ 254 ] {6b958e69-87df-42dc-a1ee-dc885f8d1395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6667 | 2025.01.28 23:09:35.729298 [ 254 ] {6b958e69-87df-42dc-a1ee-dc885f8d1395} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6668 | 2025.01.28 23:09:35.729539 [ 254 ] {6b958e69-87df-42dc-a1ee-dc885f8d1395} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.01.28 23:09:35.729734 [ 254 ] {6b958e69-87df-42dc-a1ee-dc885f8d1395} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec. | ||
| 6670 | 2025.01.28 23:09:35.729845 [ 254 ] {6b958e69-87df-42dc-a1ee-dc885f8d1395} <Debug> TCPHandler: Processed in 0.00182452 sec. | ||
| 6671 | 2025.01.28 23:09:35.729997 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6672 | 2025.01.28 23:09:35.730112 [ 5 ] {6b69b52b-6915-4ce5-9da2-b013fb5ede9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6673 | 2025.01.28 23:09:35.730192 [ 5 ] {6b69b52b-6915-4ce5-9da2-b013fb5ede9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6674 | 2025.01.28 23:09:35.731480 [ 5 ] {6b69b52b-6915-4ce5-9da2-b013fb5ede9a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2025.01.28 23:09:35.731518 [ 5 ] {6b69b52b-6915-4ce5-9da2-b013fb5ede9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6676 | 2025.01.28 23:09:35.732110 [ 5 ] {6b69b52b-6915-4ce5-9da2-b013fb5ede9a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6677 | 2025.01.28 23:09:35.732361 [ 5 ] {6b69b52b-6915-4ce5-9da2-b013fb5ede9a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2025.01.28 23:09:35.732591 [ 5 ] {6b69b52b-6915-4ce5-9da2-b013fb5ede9a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002501 sec., 4798.080767692923 rows/sec., 8.60 MiB/sec. | ||
| 6679 | 2025.01.28 23:09:35.732683 [ 5 ] {6b69b52b-6915-4ce5-9da2-b013fb5ede9a} <Debug> TCPHandler: Processed in 0.002740626 sec. | ||
| 6680 | 2025.01.28 23:09:35.732838 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6681 | 2025.01.28 23:09:35.732973 [ 254 ] {7e30dbd2-e3e9-4045-bcc6-f15929648bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6682 | 2025.01.28 23:09:35.733033 [ 254 ] {7e30dbd2-e3e9-4045-bcc6-f15929648bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6683 | 2025.01.28 23:09:35.733561 [ 254 ] {7e30dbd2-e3e9-4045-bcc6-f15929648bf4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.01.28 23:09:35.733599 [ 254 ] {7e30dbd2-e3e9-4045-bcc6-f15929648bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6685 | 2025.01.28 23:09:35.733971 [ 254 ] {7e30dbd2-e3e9-4045-bcc6-f15929648bf4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6686 | 2025.01.28 23:09:35.734207 [ 254 ] {7e30dbd2-e3e9-4045-bcc6-f15929648bf4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.01.28 23:09:35.734460 [ 254 ] {7e30dbd2-e3e9-4045-bcc6-f15929648bf4} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001506 sec., 38512.61620185923 rows/sec., 2.38 MiB/sec. | ||
| 6688 | 2025.01.28 23:09:35.734550 [ 254 ] {7e30dbd2-e3e9-4045-bcc6-f15929648bf4} <Debug> TCPHandler: Processed in 0.00177825 sec. | ||
| 6689 | 2025.01.28 23:09:37.822117 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 958 | ||
| 6690 | 2025.01.28 23:09:37.825677 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6691 | 2025.01.28 23:09:37.825741 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6692 | 2025.01.28 23:09:37.827229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6693 | 2025.01.28 23:09:37.827536 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6694 | 2025.01.28 23:09:37.828108 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 958 | ||
| 6695 | 2025.01.28 23:09:38.587293 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6696 | 2025.01.28 23:09:38.587579 [ 254 ] {899887a8-976f-457b-b41b-9fbf27fdbf15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6697 | 2025.01.28 23:09:38.587693 [ 254 ] {899887a8-976f-457b-b41b-9fbf27fdbf15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6698 | 2025.01.28 23:09:38.588772 [ 254 ] {899887a8-976f-457b-b41b-9fbf27fdbf15} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6699 | 2025.01.28 23:09:38.588822 [ 254 ] {899887a8-976f-457b-b41b-9fbf27fdbf15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6700 | 2025.01.28 23:09:38.589257 [ 254 ] {899887a8-976f-457b-b41b-9fbf27fdbf15} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6701 | 2025.01.28 23:09:38.589527 [ 254 ] {899887a8-976f-457b-b41b-9fbf27fdbf15} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6702 | 2025.01.28 23:09:38.589773 [ 254 ] {899887a8-976f-457b-b41b-9fbf27fdbf15} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002276 sec., 24604.56942003515 rows/sec., 1.89 MiB/sec. | ||
| 6703 | 2025.01.28 23:09:38.589841 [ 254 ] {899887a8-976f-457b-b41b-9fbf27fdbf15} <Debug> TCPHandler: Processed in 0.002687015 sec. | ||
| 6704 | 2025.01.28 23:09:38.590109 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6705 | 2025.01.28 23:09:38.590320 [ 5 ] {0cfad5ef-8f7d-4c5d-9bc4-5f71a0223360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6706 | 2025.01.28 23:09:38.590397 [ 5 ] {0cfad5ef-8f7d-4c5d-9bc4-5f71a0223360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6707 | 2025.01.28 23:09:38.591155 [ 5 ] {0cfad5ef-8f7d-4c5d-9bc4-5f71a0223360} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6708 | 2025.01.28 23:09:38.591203 [ 5 ] {0cfad5ef-8f7d-4c5d-9bc4-5f71a0223360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6709 | 2025.01.28 23:09:38.591646 [ 5 ] {0cfad5ef-8f7d-4c5d-9bc4-5f71a0223360} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6710 | 2025.01.28 23:09:38.591922 [ 5 ] {0cfad5ef-8f7d-4c5d-9bc4-5f71a0223360} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6711 | 2025.01.28 23:09:38.592149 [ 5 ] {0cfad5ef-8f7d-4c5d-9bc4-5f71a0223360} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001888 sec., 33898.30508474576 rows/sec., 2.65 MiB/sec. | ||
| 6712 | 2025.01.28 23:09:38.592206 [ 5 ] {0cfad5ef-8f7d-4c5d-9bc4-5f71a0223360} <Debug> TCPHandler: Processed in 0.002235057 sec. | ||
| 6713 | 2025.01.28 23:09:38.592357 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6714 | 2025.01.28 23:09:38.592481 [ 254 ] {05de593b-7011-496f-aa00-b14eb65a1994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6715 | 2025.01.28 23:09:38.592537 [ 254 ] {05de593b-7011-496f-aa00-b14eb65a1994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6716 | 2025.01.28 23:09:38.593110 [ 254 ] {05de593b-7011-496f-aa00-b14eb65a1994} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2025.01.28 23:09:38.593151 [ 254 ] {05de593b-7011-496f-aa00-b14eb65a1994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6718 | 2025.01.28 23:09:38.593553 [ 254 ] {05de593b-7011-496f-aa00-b14eb65a1994} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6719 | 2025.01.28 23:09:38.593795 [ 254 ] {05de593b-7011-496f-aa00-b14eb65a1994} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6720 | 2025.01.28 23:09:38.594009 [ 254 ] {05de593b-7011-496f-aa00-b14eb65a1994} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001557 sec., 41104.68850353244 rows/sec., 2.86 MiB/sec. | ||
| 6721 | 2025.01.28 23:09:38.594065 [ 254 ] {05de593b-7011-496f-aa00-b14eb65a1994} <Debug> TCPHandler: Processed in 0.00176458 sec. | ||
| 6722 | 2025.01.28 23:09:38.594222 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6723 | 2025.01.28 23:09:38.594340 [ 5 ] {5bdf46ee-b18c-458b-b72e-a4015cbd96c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6724 | 2025.01.28 23:09:38.594433 [ 5 ] {5bdf46ee-b18c-458b-b72e-a4015cbd96c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6725 | 2025.01.28 23:09:38.595336 [ 5 ] {5bdf46ee-b18c-458b-b72e-a4015cbd96c9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6726 | 2025.01.28 23:09:38.595398 [ 5 ] {5bdf46ee-b18c-458b-b72e-a4015cbd96c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6727 | 2025.01.28 23:09:38.595779 [ 5 ] {5bdf46ee-b18c-458b-b72e-a4015cbd96c9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6728 | 2025.01.28 23:09:38.596021 [ 5 ] {5bdf46ee-b18c-458b-b72e-a4015cbd96c9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6729 | 2025.01.28 23:09:38.596247 [ 5 ] {5bdf46ee-b18c-458b-b72e-a4015cbd96c9} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001931 sec., 12428.793371310203 rows/sec., 857.72 KiB/sec. | ||
| 6730 | 2025.01.28 23:09:38.596297 [ 5 ] {5bdf46ee-b18c-458b-b72e-a4015cbd96c9} <Debug> TCPHandler: Processed in 0.002134406 sec. | ||
| 6731 | 2025.01.28 23:09:40.256629 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6732 | 2025.01.28 23:09:40.257667 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6733 | 2025.01.28 23:09:40.257707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6734 | 2025.01.28 23:09:40.258235 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6735 | 2025.01.28 23:09:40.258495 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6736 | 2025.01.28 23:09:40.258648 [ 126 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6737 | 2025.01.28 23:09:40.258706 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6738 | 2025.01.28 23:09:40.258712 [ 126 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6739 | 2025.01.28 23:09:40.258745 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6740 | 2025.01.28 23:09:40.258895 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 6741 | 2025.01.28 23:09:40.259077 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6742 | 2025.01.28 23:09:40.259127 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 6743 | 2025.01.28 23:09:40.259216 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6744 | 2025.01.28 23:09:40.259338 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6745 | 2025.01.28 23:09:40.259561 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6746 | 2025.01.28 23:09:40.259643 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6747 | 2025.01.28 23:09:40.259761 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6748 | 2025.01.28 23:09:40.261884 [ 191 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003057271 sec., 4668869.720741145 rows/sec., 66.79 MiB/sec. | ||
| 6749 | 2025.01.28 23:09:40.262519 [ 191 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6750 | 2025.01.28 23:09:40.262867 [ 191 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2025.01.28 23:09:40.262970 [ 191 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_31_6} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6752 | 2025.01.28 23:09:40.263090 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6753 | 2025.01.28 23:09:41.237252 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6754 | 2025.01.28 23:09:41.258805 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6755 | 2025.01.28 23:09:41.258882 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6756 | 2025.01.28 23:09:41.266620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6757 | 2025.01.28 23:09:41.267465 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2025.01.28 23:09:41.267870 [ 124 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6759 | 2025.01.28 23:09:41.268026 [ 124 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6760 | 2025.01.28 23:09:41.268105 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6761 | 2025.01.28 23:09:41.268667 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 6762 | 2025.01.28 23:09:41.286062 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6763 | 2025.01.28 23:09:41.287315 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6764 | 2025.01.28 23:09:41.288516 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 6765 | 2025.01.28 23:09:41.293416 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 6766 | 2025.01.28 23:09:41.298583 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 6767 | 2025.01.28 23:09:41.304275 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 6768 | 2025.01.28 23:09:41.309841 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 6769 | 2025.01.28 23:09:41.314515 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 6770 | 2025.01.28 23:09:41.379179 [ 188 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.110926982 sec., 2109.4957762395447 rows/sec., 10.91 MiB/sec. | ||
| 6771 | 2025.01.28 23:09:41.381847 [ 188 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6772 | 2025.01.28 23:09:41.384628 [ 188 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_31_6} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2025.01.28 23:09:41.384749 [ 188 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_31_6} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6774 | 2025.01.28 23:09:41.386933 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6775 | 2025.01.28 23:09:42.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.36 MiB, peak 211.91 MiB, free memory in arenas 0.00 B, will set to 203.00 MiB (RSS), difference: 1.64 MiB | ||
| 6776 | 2025.01.28 23:09:43.592807 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6777 | 2025.01.28 23:09:43.593020 [ 254 ] {be477b0c-d62a-435d-b2a0-1312980e9ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6778 | 2025.01.28 23:09:43.593096 [ 254 ] {be477b0c-d62a-435d-b2a0-1312980e9ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6779 | 2025.01.28 23:09:43.593947 [ 254 ] {be477b0c-d62a-435d-b2a0-1312980e9ead} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6780 | 2025.01.28 23:09:43.594083 [ 254 ] {be477b0c-d62a-435d-b2a0-1312980e9ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6781 | 2025.01.28 23:09:43.594673 [ 254 ] {be477b0c-d62a-435d-b2a0-1312980e9ead} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6782 | 2025.01.28 23:09:43.594988 [ 254 ] {be477b0c-d62a-435d-b2a0-1312980e9ead} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6783 | 2025.01.28 23:09:43.595170 [ 123 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6784 | 2025.01.28 23:09:43.595225 [ 254 ] {be477b0c-d62a-435d-b2a0-1312980e9ead} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002257 sec., 48737.26185201595 rows/sec., 4.10 MiB/sec. | ||
| 6785 | 2025.01.28 23:09:43.595227 [ 123 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6786 | 2025.01.28 23:09:43.595285 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6787 | 2025.01.28 23:09:43.595322 [ 254 ] {be477b0c-d62a-435d-b2a0-1312980e9ead} <Debug> TCPHandler: Processed in 0.002653335 sec. | ||
| 6788 | 2025.01.28 23:09:43.595438 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 6789 | 2025.01.28 23:09:43.595548 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6790 | 2025.01.28 23:09:43.595600 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6791 | 2025.01.28 23:09:43.595613 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1431 rows starting from the beginning of the part | ||
| 6792 | 2025.01.28 23:09:43.595839 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 227 rows starting from the beginning of the part | ||
| 6793 | 2025.01.28 23:09:43.595996 [ 5 ] {c7c43a93-d254-423f-b136-86b1eda34d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6794 | 2025.01.28 23:09:43.596233 [ 5 ] {c7c43a93-d254-423f-b136-86b1eda34d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6795 | 2025.01.28 23:09:43.596241 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 110 rows starting from the beginning of the part | ||
| 6796 | 2025.01.28 23:09:43.596615 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1367 rows starting from the beginning of the part | ||
| 6797 | 2025.01.28 23:09:43.596937 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6798 | 2025.01.28 23:09:43.597299 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 110 rows starting from the beginning of the part | ||
| 6799 | 2025.01.28 23:09:43.599186 [ 5 ] {c7c43a93-d254-423f-b136-86b1eda34d22} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6800 | 2025.01.28 23:09:43.599267 [ 5 ] {c7c43a93-d254-423f-b136-86b1eda34d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6801 | 2025.01.28 23:09:43.600196 [ 5 ] {c7c43a93-d254-423f-b136-86b1eda34d22} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6802 | 2025.01.28 23:09:43.600482 [ 5 ] {c7c43a93-d254-423f-b136-86b1eda34d22} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6803 | 2025.01.28 23:09:43.601252 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005875238 sec., 561849.5795404373 rows/sec., 49.24 MiB/sec. | ||
| 6804 | 2025.01.28 23:09:43.601274 [ 5 ] {c7c43a93-d254-423f-b136-86b1eda34d22} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005399 sec., 5000.926097425449 rows/sec., 376.05 KiB/sec. | ||
| 6805 | 2025.01.28 23:09:43.601602 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6806 | 2025.01.28 23:09:43.601614 [ 5 ] {c7c43a93-d254-423f-b136-86b1eda34d22} <Debug> TCPHandler: Processed in 0.006159152 sec. | ||
| 6807 | 2025.01.28 23:09:43.601839 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6808 | 2025.01.28 23:09:43.602032 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2025.01.28 23:09:43.602102 [ 254 ] {f319435b-fb58-4dcd-acee-d966532bbe91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6810 | 2025.01.28 23:09:43.602272 [ 254 ] {f319435b-fb58-4dcd-acee-d966532bbe91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6811 | 2025.01.28 23:09:43.602347 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_51_10} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6812 | 2025.01.28 23:09:43.602644 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6813 | 2025.01.28 23:09:43.603489 [ 254 ] {f319435b-fb58-4dcd-acee-d966532bbe91} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6814 | 2025.01.28 23:09:43.603529 [ 254 ] {f319435b-fb58-4dcd-acee-d966532bbe91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6815 | 2025.01.28 23:09:43.603904 [ 254 ] {f319435b-fb58-4dcd-acee-d966532bbe91} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6816 | 2025.01.28 23:09:43.604150 [ 254 ] {f319435b-fb58-4dcd-acee-d966532bbe91} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6817 | 2025.01.28 23:09:43.604283 [ 123 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6818 | 2025.01.28 23:09:43.604330 [ 123 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6819 | 2025.01.28 23:09:43.604355 [ 254 ] {f319435b-fb58-4dcd-acee-d966532bbe91} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002331 sec., 39039.03903903904 rows/sec., 3.05 MiB/sec. | ||
| 6820 | 2025.01.28 23:09:43.604381 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6821 | 2025.01.28 23:09:43.604470 [ 254 ] {f319435b-fb58-4dcd-acee-d966532bbe91} <Debug> TCPHandler: Processed in 0.002714715 sec. | ||
| 6822 | 2025.01.28 23:09:43.604577 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 6823 | 2025.01.28 23:09:43.604659 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6824 | 2025.01.28 23:09:43.604704 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6825 | 2025.01.28 23:09:43.604743 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6826 | 2025.01.28 23:09:43.604798 [ 5 ] {e8b92d9e-1bb4-4f18-b2e6-316bf5dc1081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6827 | 2025.01.28 23:09:43.604924 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 394 rows starting from the beginning of the part | ||
| 6828 | 2025.01.28 23:09:43.604983 [ 5 ] {e8b92d9e-1bb4-4f18-b2e6-316bf5dc1081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6829 | 2025.01.28 23:09:43.605311 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 91 rows starting from the beginning of the part | ||
| 6830 | 2025.01.28 23:09:43.605723 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 850 rows starting from the beginning of the part | ||
| 6831 | 2025.01.28 23:09:43.606107 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6832 | 2025.01.28 23:09:43.606472 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 91 rows starting from the beginning of the part | ||
| 6833 | 2025.01.28 23:09:43.607471 [ 5 ] {e8b92d9e-1bb4-4f18-b2e6-316bf5dc1081} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6834 | 2025.01.28 23:09:43.607518 [ 5 ] {e8b92d9e-1bb4-4f18-b2e6-316bf5dc1081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6835 | 2025.01.28 23:09:43.608114 [ 5 ] {e8b92d9e-1bb4-4f18-b2e6-316bf5dc1081} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6836 | 2025.01.28 23:09:43.608384 [ 5 ] {e8b92d9e-1bb4-4f18-b2e6-316bf5dc1081} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6837 | 2025.01.28 23:09:43.608676 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6838 | 2025.01.28 23:09:43.608796 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6839 | 2025.01.28 23:09:43.608909 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6840 | 2025.01.28 23:09:43.608971 [ 5 ] {e8b92d9e-1bb4-4f18-b2e6-316bf5dc1081} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004192 sec., 38167.93893129771 rows/sec., 2.66 MiB/sec. | ||
| 6841 | 2025.01.28 23:09:43.609012 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.004540196 sec., 529272.3045436805 rows/sec., 40.57 MiB/sec. | ||
| 6842 | 2025.01.28 23:09:43.609304 [ 5 ] {e8b92d9e-1bb4-4f18-b2e6-316bf5dc1081} <Debug> TCPHandler: Processed in 0.004697959 sec. | ||
| 6843 | 2025.01.28 23:09:43.609403 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6844 | 2025.01.28 23:09:43.609502 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 6845 | 2025.01.28 23:09:43.609587 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6846 | 2025.01.28 23:09:43.609910 [ 254 ] {172f4c1b-8070-42ca-9206-faec032464eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6847 | 2025.01.28 23:09:43.610085 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6848 | 2025.01.28 23:09:43.610084 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6849 | 2025.01.28 23:09:43.610244 [ 254 ] {172f4c1b-8070-42ca-9206-faec032464eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6850 | 2025.01.28 23:09:43.610256 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13905 rows starting from the beginning of the part | ||
| 6851 | 2025.01.28 23:09:43.610359 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_51_10} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6852 | 2025.01.28 23:09:43.610674 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6853 | 2025.01.28 23:09:43.610831 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6854 | 2025.01.28 23:09:43.611236 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6855 | 2025.01.28 23:09:43.611562 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1007 rows starting from the beginning of the part | ||
| 6856 | 2025.01.28 23:09:43.611988 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6857 | 2025.01.28 23:09:43.612352 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6858 | 2025.01.28 23:09:43.615345 [ 254 ] {172f4c1b-8070-42ca-9206-faec032464eb} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2025.01.28 23:09:43.615418 [ 254 ] {172f4c1b-8070-42ca-9206-faec032464eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6860 | 2025.01.28 23:09:43.617377 [ 254 ] {172f4c1b-8070-42ca-9206-faec032464eb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6861 | 2025.01.28 23:09:43.617957 [ 254 ] {172f4c1b-8070-42ca-9206-faec032464eb} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6862 | 2025.01.28 23:09:43.618275 [ 254 ] {172f4c1b-8070-42ca-9206-faec032464eb} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.0085 sec., 3176.4705882352937 rows/sec., 5.69 MiB/sec. | ||
| 6863 | 2025.01.28 23:09:43.618465 [ 254 ] {172f4c1b-8070-42ca-9206-faec032464eb} <Debug> TCPHandler: Processed in 0.009039551 sec. | ||
| 6864 | 2025.01.28 23:09:43.618668 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6865 | 2025.01.28 23:09:43.618846 [ 5 ] {d3766a7e-7ca4-461e-b22b-5829e4f6c9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6866 | 2025.01.28 23:09:43.618910 [ 5 ] {d3766a7e-7ca4-461e-b22b-5829e4f6c9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6867 | 2025.01.28 23:09:43.619642 [ 5 ] {d3766a7e-7ca4-461e-b22b-5829e4f6c9e9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6868 | 2025.01.28 23:09:43.619686 [ 5 ] {d3766a7e-7ca4-461e-b22b-5829e4f6c9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6869 | 2025.01.28 23:09:43.620116 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15533 rows, containing 5 columns (5 merged, 0 gathered) in 0.011015253 sec., 1410135.5638404312 rows/sec., 95.17 MiB/sec. | ||
| 6870 | 2025.01.28 23:09:43.620425 [ 5 ] {d3766a7e-7ca4-461e-b22b-5829e4f6c9e9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6871 | 2025.01.28 23:09:43.620687 [ 5 ] {d3766a7e-7ca4-461e-b22b-5829e4f6c9e9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6872 | 2025.01.28 23:09:43.620748 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6873 | 2025.01.28 23:09:43.620901 [ 123 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6874 | 2025.01.28 23:09:43.621001 [ 123 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6875 | 2025.01.28 23:09:43.621067 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6876 | 2025.01.28 23:09:43.621074 [ 5 ] {d3766a7e-7ca4-461e-b22b-5829e4f6c9e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002248 sec., 26690.391459074734 rows/sec., 1.80 MiB/sec. | ||
| 6877 | 2025.01.28 23:09:43.621384 [ 5 ] {d3766a7e-7ca4-461e-b22b-5829e4f6c9e9} <Debug> TCPHandler: Processed in 0.002787467 sec. | ||
| 6878 | 2025.01.28 23:09:43.621561 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 6879 | 2025.01.28 23:09:43.621582 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6880 | 2025.01.28 23:09:43.621773 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6881 | 2025.01.28 23:09:43.621797 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6882 | 2025.01.28 23:09:43.621862 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2722 rows starting from the beginning of the part | ||
| 6883 | 2025.01.28 23:09:43.621945 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 6884 | 2025.01.28 23:09:43.622086 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6885 | 2025.01.28 23:09:43.622197 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6886 | 2025.01.28 23:09:43.622458 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
| 6887 | 2025.01.28 23:09:43.622620 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part | ||
| 6888 | 2025.01.28 23:09:43.622818 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6889 | 2025.01.28 23:09:43.624381 [ 199 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3006 rows, containing 4 columns (4 merged, 0 gathered) in 0.003154663 sec., 952875.1565539648 rows/sec., 62.07 MiB/sec. | ||
| 6890 | 2025.01.28 23:09:43.624736 [ 203 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6891 | 2025.01.28 23:09:43.625043 [ 203 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2025.01.28 23:09:43.625123 [ 203 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_51_10} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6893 | 2025.01.28 23:09:43.625206 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6894 | 2025.01.28 23:09:47.625329 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6895 | 2025.01.28 23:09:47.625400 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6896 | 2025.01.28 23:09:47.758902 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6897 | 2025.01.28 23:09:47.759527 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2025.01.28 23:09:47.759565 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6899 | 2025.01.28 23:09:47.760094 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6900 | 2025.01.28 23:09:47.760342 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2025.01.28 23:09:47.760569 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6902 | 2025.01.28 23:09:47.828456 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 978 | ||
| 6903 | 2025.01.28 23:09:47.831259 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6904 | 2025.01.28 23:09:47.831299 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6905 | 2025.01.28 23:09:47.832751 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6906 | 2025.01.28 23:09:47.833058 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6907 | 2025.01.28 23:09:47.833615 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 978 | ||
| 6908 | 2025.01.28 23:09:48.001369 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000976496 sec. | ||
| 6909 | 2025.01.28 23:09:48.597280 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6910 | 2025.01.28 23:09:48.597477 [ 254 ] {09aab481-f37a-4cc3-b451-b327eb6acd47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6911 | 2025.01.28 23:09:48.597550 [ 254 ] {09aab481-f37a-4cc3-b451-b327eb6acd47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6912 | 2025.01.28 23:09:48.598425 [ 254 ] {09aab481-f37a-4cc3-b451-b327eb6acd47} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6913 | 2025.01.28 23:09:48.598476 [ 254 ] {09aab481-f37a-4cc3-b451-b327eb6acd47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6914 | 2025.01.28 23:09:48.598930 [ 254 ] {09aab481-f37a-4cc3-b451-b327eb6acd47} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6915 | 2025.01.28 23:09:48.599206 [ 254 ] {09aab481-f37a-4cc3-b451-b327eb6acd47} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6916 | 2025.01.28 23:09:48.599464 [ 254 ] {09aab481-f37a-4cc3-b451-b327eb6acd47} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002041 sec., 6859.382655561 rows/sec., 493.78 KiB/sec. | ||
| 6917 | 2025.01.28 23:09:48.599596 [ 254 ] {09aab481-f37a-4cc3-b451-b327eb6acd47} <Debug> TCPHandler: Processed in 0.002445101 sec. | ||
| 6918 | 2025.01.28 23:09:48.599844 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2025.01.28 23:09:48.600037 [ 5 ] {94f84735-6f34-4dbf-8f26-05f2b423bf09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6920 | 2025.01.28 23:09:48.600109 [ 5 ] {94f84735-6f34-4dbf-8f26-05f2b423bf09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6921 | 2025.01.28 23:09:48.600956 [ 5 ] {94f84735-6f34-4dbf-8f26-05f2b423bf09} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2025.01.28 23:09:48.601009 [ 5 ] {94f84735-6f34-4dbf-8f26-05f2b423bf09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6923 | 2025.01.28 23:09:48.601472 [ 5 ] {94f84735-6f34-4dbf-8f26-05f2b423bf09} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6924 | 2025.01.28 23:09:48.601727 [ 5 ] {94f84735-6f34-4dbf-8f26-05f2b423bf09} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2025.01.28 23:09:48.601975 [ 5 ] {94f84735-6f34-4dbf-8f26-05f2b423bf09} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.001983 sec., 114473.02067574383 rows/sec., 10.03 MiB/sec. | ||
| 6926 | 2025.01.28 23:09:48.602039 [ 5 ] {94f84735-6f34-4dbf-8f26-05f2b423bf09} <Debug> TCPHandler: Processed in 0.002321779 sec. | ||
| 6927 | 2025.01.28 23:09:48.602257 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6928 | 2025.01.28 23:09:48.602394 [ 254 ] {611fcc69-b5f6-48a2-8279-ee799c2cdfd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6929 | 2025.01.28 23:09:48.602446 [ 254 ] {611fcc69-b5f6-48a2-8279-ee799c2cdfd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6930 | 2025.01.28 23:09:48.603043 [ 254 ] {611fcc69-b5f6-48a2-8279-ee799c2cdfd4} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2025.01.28 23:09:48.603082 [ 254 ] {611fcc69-b5f6-48a2-8279-ee799c2cdfd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6932 | 2025.01.28 23:09:48.603458 [ 254 ] {611fcc69-b5f6-48a2-8279-ee799c2cdfd4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6933 | 2025.01.28 23:09:48.603710 [ 254 ] {611fcc69-b5f6-48a2-8279-ee799c2cdfd4} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6934 | 2025.01.28 23:09:48.603891 [ 254 ] {611fcc69-b5f6-48a2-8279-ee799c2cdfd4} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001525 sec., 12459.016393442622 rows/sec., 890.75 KiB/sec. | ||
| 6935 | 2025.01.28 23:09:48.603942 [ 254 ] {611fcc69-b5f6-48a2-8279-ee799c2cdfd4} <Debug> TCPHandler: Processed in 0.00178247 sec. | ||
| 6936 | 2025.01.28 23:09:48.604157 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6937 | 2025.01.28 23:09:48.604379 [ 5 ] {856333a1-052c-479f-9050-eac3fac4972a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6938 | 2025.01.28 23:09:48.604471 [ 5 ] {856333a1-052c-479f-9050-eac3fac4972a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6939 | 2025.01.28 23:09:48.605189 [ 5 ] {856333a1-052c-479f-9050-eac3fac4972a} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2025.01.28 23:09:48.605228 [ 5 ] {856333a1-052c-479f-9050-eac3fac4972a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6941 | 2025.01.28 23:09:48.605579 [ 5 ] {856333a1-052c-479f-9050-eac3fac4972a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6942 | 2025.01.28 23:09:48.605820 [ 5 ] {856333a1-052c-479f-9050-eac3fac4972a} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2025.01.28 23:09:48.606032 [ 5 ] {856333a1-052c-479f-9050-eac3fac4972a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001706 sec., 8206.3305978898 rows/sec., 574.72 KiB/sec. | ||
| 6944 | 2025.01.28 23:09:48.606085 [ 5 ] {856333a1-052c-479f-9050-eac3fac4972a} <Debug> TCPHandler: Processed in 0.002040194 sec. | ||
| 6945 | 2025.01.28 23:09:48.606243 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6946 | 2025.01.28 23:09:48.606360 [ 254 ] {eefff002-213f-4793-907e-8efe5d6502e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6947 | 2025.01.28 23:09:48.606409 [ 254 ] {eefff002-213f-4793-907e-8efe5d6502e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6948 | 2025.01.28 23:09:48.606978 [ 254 ] {eefff002-213f-4793-907e-8efe5d6502e7} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6949 | 2025.01.28 23:09:48.607016 [ 254 ] {eefff002-213f-4793-907e-8efe5d6502e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6950 | 2025.01.28 23:09:48.607368 [ 254 ] {eefff002-213f-4793-907e-8efe5d6502e7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6951 | 2025.01.28 23:09:48.607614 [ 254 ] {eefff002-213f-4793-907e-8efe5d6502e7} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6952 | 2025.01.28 23:09:48.607787 [ 254 ] {eefff002-213f-4793-907e-8efe5d6502e7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00145 sec., 8965.517241379312 rows/sec., 559.00 KiB/sec. | ||
| 6953 | 2025.01.28 23:09:48.607836 [ 254 ] {eefff002-213f-4793-907e-8efe5d6502e7} <Debug> TCPHandler: Processed in 0.001651787 sec. | ||
| 6954 | 2025.01.28 23:09:48.607997 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6955 | 2025.01.28 23:09:48.608135 [ 5 ] {ba669071-9b17-469b-8d77-814f5356d719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6956 | 2025.01.28 23:09:48.608192 [ 5 ] {ba669071-9b17-469b-8d77-814f5356d719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6957 | 2025.01.28 23:09:48.609021 [ 5 ] {ba669071-9b17-469b-8d77-814f5356d719} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2025.01.28 23:09:48.609061 [ 5 ] {ba669071-9b17-469b-8d77-814f5356d719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6959 | 2025.01.28 23:09:48.609449 [ 5 ] {ba669071-9b17-469b-8d77-814f5356d719} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6960 | 2025.01.28 23:09:48.609692 [ 5 ] {ba669071-9b17-469b-8d77-814f5356d719} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6961 | 2025.01.28 23:09:48.609944 [ 5 ] {ba669071-9b17-469b-8d77-814f5356d719} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001831 sec., 215182.96013107593 rows/sec., 15.28 MiB/sec. | ||
| 6962 | 2025.01.28 23:09:48.610118 [ 5 ] {ba669071-9b17-469b-8d77-814f5356d719} <Debug> TCPHandler: Processed in 0.002180726 sec. | ||
| 6963 | 2025.01.28 23:09:48.610321 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6964 | 2025.01.28 23:09:48.610464 [ 254 ] {fb89d4e6-fda2-4adb-bda4-03928a31fabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6965 | 2025.01.28 23:09:48.610522 [ 254 ] {fb89d4e6-fda2-4adb-bda4-03928a31fabb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6966 | 2025.01.28 23:09:48.611017 [ 254 ] {fb89d4e6-fda2-4adb-bda4-03928a31fabb} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6967 | 2025.01.28 23:09:48.611055 [ 254 ] {fb89d4e6-fda2-4adb-bda4-03928a31fabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6968 | 2025.01.28 23:09:48.611424 [ 254 ] {fb89d4e6-fda2-4adb-bda4-03928a31fabb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6969 | 2025.01.28 23:09:48.611659 [ 254 ] {fb89d4e6-fda2-4adb-bda4-03928a31fabb} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6970 | 2025.01.28 23:09:48.611833 [ 254 ] {fb89d4e6-fda2-4adb-bda4-03928a31fabb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec. | ||
| 6971 | 2025.01.28 23:09:48.611881 [ 254 ] {fb89d4e6-fda2-4adb-bda4-03928a31fabb} <Debug> TCPHandler: Processed in 0.001663918 sec. | ||
| 6972 | 2025.01.28 23:09:48.612030 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6973 | 2025.01.28 23:09:48.612154 [ 5 ] {9bd1fb6d-dfa3-4080-9300-498f6189e210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6974 | 2025.01.28 23:09:48.612207 [ 5 ] {9bd1fb6d-dfa3-4080-9300-498f6189e210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6975 | 2025.01.28 23:09:48.612818 [ 5 ] {9bd1fb6d-dfa3-4080-9300-498f6189e210} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6976 | 2025.01.28 23:09:48.612858 [ 5 ] {9bd1fb6d-dfa3-4080-9300-498f6189e210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6977 | 2025.01.28 23:09:48.613253 [ 5 ] {9bd1fb6d-dfa3-4080-9300-498f6189e210} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6978 | 2025.01.28 23:09:48.613495 [ 5 ] {9bd1fb6d-dfa3-4080-9300-498f6189e210} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6979 | 2025.01.28 23:09:48.613698 [ 5 ] {9bd1fb6d-dfa3-4080-9300-498f6189e210} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001575 sec., 150476.19047619047 rows/sec., 10.09 MiB/sec. | ||
| 6980 | 2025.01.28 23:09:48.613750 [ 5 ] {9bd1fb6d-dfa3-4080-9300-498f6189e210} <Debug> TCPHandler: Processed in 0.001778169 sec. | ||
| 6981 | 2025.01.28 23:09:48.613901 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6982 | 2025.01.28 23:09:48.614039 [ 254 ] {4e9e8312-69d6-44af-9d3d-ba6437304b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6983 | 2025.01.28 23:09:48.614100 [ 254 ] {4e9e8312-69d6-44af-9d3d-ba6437304b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6984 | 2025.01.28 23:09:48.614651 [ 254 ] {4e9e8312-69d6-44af-9d3d-ba6437304b8b} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6985 | 2025.01.28 23:09:48.614695 [ 254 ] {4e9e8312-69d6-44af-9d3d-ba6437304b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6986 | 2025.01.28 23:09:48.615054 [ 254 ] {4e9e8312-69d6-44af-9d3d-ba6437304b8b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6987 | 2025.01.28 23:09:48.615299 [ 254 ] {4e9e8312-69d6-44af-9d3d-ba6437304b8b} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6988 | 2025.01.28 23:09:48.615515 [ 254 ] {4e9e8312-69d6-44af-9d3d-ba6437304b8b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec. | ||
| 6989 | 2025.01.28 23:09:48.615692 [ 254 ] {4e9e8312-69d6-44af-9d3d-ba6437304b8b} <Debug> TCPHandler: Processed in 0.001852721 sec. | ||
| 6990 | 2025.01.28 23:09:48.615969 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6991 | 2025.01.28 23:09:48.616186 [ 5 ] {7b659f8e-8f85-4acc-9ffb-2c3d5903661e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6992 | 2025.01.28 23:09:48.616317 [ 5 ] {7b659f8e-8f85-4acc-9ffb-2c3d5903661e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6993 | 2025.01.28 23:09:48.617606 [ 5 ] {7b659f8e-8f85-4acc-9ffb-2c3d5903661e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6994 | 2025.01.28 23:09:48.617644 [ 5 ] {7b659f8e-8f85-4acc-9ffb-2c3d5903661e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 6995 | 2025.01.28 23:09:48.618248 [ 5 ] {7b659f8e-8f85-4acc-9ffb-2c3d5903661e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6996 | 2025.01.28 23:09:48.618508 [ 5 ] {7b659f8e-8f85-4acc-9ffb-2c3d5903661e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6997 | 2025.01.28 23:09:48.618755 [ 5 ] {7b659f8e-8f85-4acc-9ffb-2c3d5903661e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002622 sec., 4576.659038901602 rows/sec., 8.20 MiB/sec. | ||
| 6998 | 2025.01.28 23:09:48.618851 [ 5 ] {7b659f8e-8f85-4acc-9ffb-2c3d5903661e} <Debug> TCPHandler: Processed in 0.003050031 sec. | ||
| 6999 | 2025.01.28 23:09:48.619065 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7000 | 2025.01.28 23:09:48.619285 [ 254 ] {4108ad3b-aae5-4268-80f6-7e332fb39beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7001 | 2025.01.28 23:09:48.619378 [ 254 ] {4108ad3b-aae5-4268-80f6-7e332fb39beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7002 | 2025.01.28 23:09:48.620060 [ 254 ] {4108ad3b-aae5-4268-80f6-7e332fb39beb} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7003 | 2025.01.28 23:09:48.620098 [ 254 ] {4108ad3b-aae5-4268-80f6-7e332fb39beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7004 | 2025.01.28 23:09:48.620470 [ 254 ] {4108ad3b-aae5-4268-80f6-7e332fb39beb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7005 | 2025.01.28 23:09:48.620716 [ 254 ] {4108ad3b-aae5-4268-80f6-7e332fb39beb} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7006 | 2025.01.28 23:09:48.620899 [ 254 ] {4108ad3b-aae5-4268-80f6-7e332fb39beb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001668 sec., 49160.671462829734 rows/sec., 3.12 MiB/sec. | ||
| 7007 | 2025.01.28 23:09:48.620947 [ 254 ] {4108ad3b-aae5-4268-80f6-7e332fb39beb} <Debug> TCPHandler: Processed in 0.001990823 sec. | ||
| 7008 | 2025.01.28 23:09:48.786219 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 7009 | 2025.01.28 23:09:48.805734 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7010 | 2025.01.28 23:09:48.805788 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7011 | 2025.01.28 23:09:48.812850 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7012 | 2025.01.28 23:09:48.813585 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7013 | 2025.01.28 23:09:48.816521 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 7014 | 2025.01.28 23:09:53.593484 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7015 | 2025.01.28 23:09:53.593693 [ 254 ] {86ccd3ae-db2c-43f2-a320-e1a46ca89af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7016 | 2025.01.28 23:09:53.593770 [ 254 ] {86ccd3ae-db2c-43f2-a320-e1a46ca89af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7017 | 2025.01.28 23:09:53.594628 [ 254 ] {86ccd3ae-db2c-43f2-a320-e1a46ca89af8} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7018 | 2025.01.28 23:09:53.594686 [ 254 ] {86ccd3ae-db2c-43f2-a320-e1a46ca89af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7019 | 2025.01.28 23:09:53.595161 [ 254 ] {86ccd3ae-db2c-43f2-a320-e1a46ca89af8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7020 | 2025.01.28 23:09:53.595427 [ 254 ] {86ccd3ae-db2c-43f2-a320-e1a46ca89af8} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7021 | 2025.01.28 23:09:53.595657 [ 254 ] {86ccd3ae-db2c-43f2-a320-e1a46ca89af8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002018 sec., 991.0802775024778 rows/sec., 80.82 KiB/sec. | ||
| 7022 | 2025.01.28 23:09:53.595742 [ 254 ] {86ccd3ae-db2c-43f2-a320-e1a46ca89af8} <Debug> TCPHandler: Processed in 0.00239467 sec. | ||
| 7023 | 2025.01.28 23:09:53.596020 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7024 | 2025.01.28 23:09:53.596220 [ 5 ] {fa51d958-fb23-4e36-b5aa-cdd063b2e45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7025 | 2025.01.28 23:09:53.596292 [ 5 ] {fa51d958-fb23-4e36-b5aa-cdd063b2e45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7026 | 2025.01.28 23:09:53.597230 [ 5 ] {fa51d958-fb23-4e36-b5aa-cdd063b2e45c} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7027 | 2025.01.28 23:09:53.597283 [ 5 ] {fa51d958-fb23-4e36-b5aa-cdd063b2e45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7028 | 2025.01.28 23:09:53.597758 [ 5 ] {fa51d958-fb23-4e36-b5aa-cdd063b2e45c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7029 | 2025.01.28 23:09:53.598019 [ 5 ] {fa51d958-fb23-4e36-b5aa-cdd063b2e45c} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7030 | 2025.01.28 23:09:53.598273 [ 5 ] {fa51d958-fb23-4e36-b5aa-cdd063b2e45c} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002109 sec., 52631.57894736841 rows/sec., 4.42 MiB/sec. | ||
| 7031 | 2025.01.28 23:09:53.598341 [ 5 ] {fa51d958-fb23-4e36-b5aa-cdd063b2e45c} <Debug> TCPHandler: Processed in 0.002462821 sec. | ||
| 7032 | 2025.01.28 23:09:53.598525 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7033 | 2025.01.28 23:09:53.598664 [ 254 ] {bfe0aa23-f20c-430b-99f1-edf184d17a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7034 | 2025.01.28 23:09:53.598719 [ 254 ] {bfe0aa23-f20c-430b-99f1-edf184d17a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7035 | 2025.01.28 23:09:53.599390 [ 254 ] {bfe0aa23-f20c-430b-99f1-edf184d17a0b} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7036 | 2025.01.28 23:09:53.599432 [ 254 ] {bfe0aa23-f20c-430b-99f1-edf184d17a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7037 | 2025.01.28 23:09:53.599817 [ 254 ] {bfe0aa23-f20c-430b-99f1-edf184d17a0b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7038 | 2025.01.28 23:09:53.600065 [ 254 ] {bfe0aa23-f20c-430b-99f1-edf184d17a0b} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7039 | 2025.01.28 23:09:53.600267 [ 110 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 7040 | 2025.01.28 23:09:53.600301 [ 254 ] {bfe0aa23-f20c-430b-99f1-edf184d17a0b} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001668 sec., 17386.09112709832 rows/sec., 1.27 MiB/sec. | ||
| 7041 | 2025.01.28 23:09:53.600352 [ 110 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7042 | 2025.01.28 23:09:53.600429 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7043 | 2025.01.28 23:09:53.600439 [ 254 ] {bfe0aa23-f20c-430b-99f1-edf184d17a0b} <Debug> TCPHandler: Processed in 0.001981983 sec. | ||
| 7044 | 2025.01.28 23:09:53.600699 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7045 | 2025.01.28 23:09:53.600805 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 7046 | 2025.01.28 23:09:53.600956 [ 5 ] {1790b6d8-98ce-4fb0-8e68-6cdb36aa22b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7047 | 2025.01.28 23:09:53.601115 [ 5 ] {1790b6d8-98ce-4fb0-8e68-6cdb36aa22b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7048 | 2025.01.28 23:09:53.601479 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7049 | 2025.01.28 23:09:53.601625 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 64 rows starting from the beginning of the part | ||
| 7050 | 2025.01.28 23:09:53.602252 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part | ||
| 7051 | 2025.01.28 23:09:53.602825 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 19 rows starting from the beginning of the part | ||
| 7052 | 2025.01.28 23:09:53.603226 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
| 7053 | 2025.01.28 23:09:53.603527 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 19 rows starting from the beginning of the part | ||
| 7054 | 2025.01.28 23:09:53.603835 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part | ||
| 7055 | 2025.01.28 23:09:53.604594 [ 5 ] {1790b6d8-98ce-4fb0-8e68-6cdb36aa22b8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7056 | 2025.01.28 23:09:53.604647 [ 5 ] {1790b6d8-98ce-4fb0-8e68-6cdb36aa22b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7057 | 2025.01.28 23:09:53.605307 [ 5 ] {1790b6d8-98ce-4fb0-8e68-6cdb36aa22b8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7058 | 2025.01.28 23:09:53.605754 [ 5 ] {1790b6d8-98ce-4fb0-8e68-6cdb36aa22b8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7059 | 2025.01.28 23:09:53.605766 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005233577 sec., 35348.672619128374 rows/sec., 2.67 MiB/sec. | ||
| 7060 | 2025.01.28 23:09:53.606052 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 7061 | 2025.01.28 23:09:53.606163 [ 5 ] {1790b6d8-98ce-4fb0-8e68-6cdb36aa22b8} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.005307 sec., 17524.024872809496 rows/sec., 1.37 MiB/sec. | ||
| 7062 | 2025.01.28 23:09:53.606354 [ 5 ] {1790b6d8-98ce-4fb0-8e68-6cdb36aa22b8} <Debug> TCPHandler: Processed in 0.005780877 sec. | ||
| 7063 | 2025.01.28 23:09:53.606694 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7064 | 2025.01.28 23:09:53.607004 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7065 | 2025.01.28 23:09:53.607017 [ 254 ] {bf2428e4-2c2a-4fb7-8e86-fa4179fafa88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7066 | 2025.01.28 23:09:53.607150 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_40_8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 7067 | 2025.01.28 23:09:53.607160 [ 254 ] {bf2428e4-2c2a-4fb7-8e86-fa4179fafa88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7068 | 2025.01.28 23:09:53.607372 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7069 | 2025.01.28 23:09:53.608260 [ 254 ] {bf2428e4-2c2a-4fb7-8e86-fa4179fafa88} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7070 | 2025.01.28 23:09:53.608322 [ 254 ] {bf2428e4-2c2a-4fb7-8e86-fa4179fafa88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7071 | 2025.01.28 23:09:53.608940 [ 254 ] {bf2428e4-2c2a-4fb7-8e86-fa4179fafa88} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7072 | 2025.01.28 23:09:53.609318 [ 254 ] {bf2428e4-2c2a-4fb7-8e86-fa4179fafa88} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7073 | 2025.01.28 23:09:53.609614 [ 254 ] {bf2428e4-2c2a-4fb7-8e86-fa4179fafa88} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002694 sec., 59762.43504083147 rows/sec., 4.16 MiB/sec. | ||
| 7074 | 2025.01.28 23:09:53.609708 [ 254 ] {bf2428e4-2c2a-4fb7-8e86-fa4179fafa88} <Debug> TCPHandler: Processed in 0.003181703 sec. | ||
| 7075 | 2025.01.28 23:09:53.609968 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7076 | 2025.01.28 23:09:53.610136 [ 5 ] {8f91ad71-ca49-467a-815f-6ea9d2cc81d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7077 | 2025.01.28 23:09:53.610254 [ 5 ] {8f91ad71-ca49-467a-815f-6ea9d2cc81d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7078 | 2025.01.28 23:09:53.611894 [ 5 ] {8f91ad71-ca49-467a-815f-6ea9d2cc81d3} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7079 | 2025.01.28 23:09:53.611943 [ 5 ] {8f91ad71-ca49-467a-815f-6ea9d2cc81d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7080 | 2025.01.28 23:09:53.612832 [ 5 ] {8f91ad71-ca49-467a-815f-6ea9d2cc81d3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7081 | 2025.01.28 23:09:53.613158 [ 5 ] {8f91ad71-ca49-467a-815f-6ea9d2cc81d3} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7082 | 2025.01.28 23:09:53.613467 [ 5 ] {8f91ad71-ca49-467a-815f-6ea9d2cc81d3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00338 sec., 7988.165680473372 rows/sec., 14.31 MiB/sec. | ||
| 7083 | 2025.01.28 23:09:53.613628 [ 5 ] {8f91ad71-ca49-467a-815f-6ea9d2cc81d3} <Debug> TCPHandler: Processed in 0.003773613 sec. | ||
| 7084 | 2025.01.28 23:09:53.615124 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2025.01.28 23:09:53.615287 [ 254 ] {aeaa793d-92ec-4bb2-bcc5-7a4c1830314d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7086 | 2025.01.28 23:09:53.615362 [ 254 ] {aeaa793d-92ec-4bb2-bcc5-7a4c1830314d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7087 | 2025.01.28 23:09:53.615995 [ 254 ] {aeaa793d-92ec-4bb2-bcc5-7a4c1830314d} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7088 | 2025.01.28 23:09:53.616039 [ 254 ] {aeaa793d-92ec-4bb2-bcc5-7a4c1830314d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7089 | 2025.01.28 23:09:53.616519 [ 254 ] {aeaa793d-92ec-4bb2-bcc5-7a4c1830314d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7090 | 2025.01.28 23:09:53.616862 [ 254 ] {aeaa793d-92ec-4bb2-bcc5-7a4c1830314d} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7091 | 2025.01.28 23:09:53.617143 [ 254 ] {aeaa793d-92ec-4bb2-bcc5-7a4c1830314d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001899 sec., 31595.5766192733 rows/sec., 2.13 MiB/sec. | ||
| 7092 | 2025.01.28 23:09:53.617214 [ 254 ] {aeaa793d-92ec-4bb2-bcc5-7a4c1830314d} <Debug> TCPHandler: Processed in 0.002192016 sec. | ||
| 7093 | 2025.01.28 23:09:55.260765 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 7094 | 2025.01.28 23:09:55.261565 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7095 | 2025.01.28 23:09:55.261628 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7096 | 2025.01.28 23:09:55.262212 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7097 | 2025.01.28 23:09:55.262470 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7098 | 2025.01.28 23:09:55.262822 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 7099 | 2025.01.28 23:09:56.316683 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7100 | 2025.01.28 23:09:56.336883 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7101 | 2025.01.28 23:09:56.336939 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7102 | 2025.01.28 23:09:56.344420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7103 | 2025.01.28 23:09:56.345184 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2025.01.28 23:09:56.348188 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7105 | 2025.01.28 23:09:57.833872 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1014 | ||
| 7106 | 2025.01.28 23:09:57.837185 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7107 | 2025.01.28 23:09:57.837238 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7108 | 2025.01.28 23:09:57.838693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7109 | 2025.01.28 23:09:57.839002 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7110 | 2025.01.28 23:09:57.840330 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1014 | ||
| 7111 | 2025.01.28 23:09:58.597781 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7112 | 2025.01.28 23:09:58.597994 [ 254 ] {51310dce-3342-47db-8521-edad7b44a8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7113 | 2025.01.28 23:09:58.598075 [ 254 ] {51310dce-3342-47db-8521-edad7b44a8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7114 | 2025.01.28 23:09:58.598839 [ 254 ] {51310dce-3342-47db-8521-edad7b44a8c7} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7115 | 2025.01.28 23:09:58.598891 [ 254 ] {51310dce-3342-47db-8521-edad7b44a8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7116 | 2025.01.28 23:09:58.599330 [ 254 ] {51310dce-3342-47db-8521-edad7b44a8c7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7117 | 2025.01.28 23:09:58.599591 [ 254 ] {51310dce-3342-47db-8521-edad7b44a8c7} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7118 | 2025.01.28 23:09:58.599824 [ 254 ] {51310dce-3342-47db-8521-edad7b44a8c7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 7119 | 2025.01.28 23:09:58.599881 [ 254 ] {51310dce-3342-47db-8521-edad7b44a8c7} <Debug> TCPHandler: Processed in 0.002240497 sec. | ||
| 7120 | 2025.01.28 23:09:58.600134 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7121 | 2025.01.28 23:09:58.600321 [ 5 ] {c4881e5c-ae6a-4cfa-a446-93f198481f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7122 | 2025.01.28 23:09:58.600389 [ 5 ] {c4881e5c-ae6a-4cfa-a446-93f198481f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7123 | 2025.01.28 23:09:58.601232 [ 5 ] {c4881e5c-ae6a-4cfa-a446-93f198481f52} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7124 | 2025.01.28 23:09:58.601271 [ 5 ] {c4881e5c-ae6a-4cfa-a446-93f198481f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7125 | 2025.01.28 23:09:58.601706 [ 5 ] {c4881e5c-ae6a-4cfa-a446-93f198481f52} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7126 | 2025.01.28 23:09:58.601957 [ 5 ] {c4881e5c-ae6a-4cfa-a446-93f198481f52} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7127 | 2025.01.28 23:09:58.602153 [ 5 ] {c4881e5c-ae6a-4cfa-a446-93f198481f52} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.001883 sec., 120552.31014338821 rows/sec., 10.56 MiB/sec. | ||
| 7128 | 2025.01.28 23:09:58.602206 [ 5 ] {c4881e5c-ae6a-4cfa-a446-93f198481f52} <Debug> TCPHandler: Processed in 0.002203657 sec. | ||
| 7129 | 2025.01.28 23:09:58.602363 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7130 | 2025.01.28 23:09:58.602479 [ 254 ] {d2b54104-7f42-45e7-ad02-78c9fa747ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7131 | 2025.01.28 23:09:58.602529 [ 254 ] {d2b54104-7f42-45e7-ad02-78c9fa747ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7132 | 2025.01.28 23:09:58.603120 [ 254 ] {d2b54104-7f42-45e7-ad02-78c9fa747ccf} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2025.01.28 23:09:58.603159 [ 254 ] {d2b54104-7f42-45e7-ad02-78c9fa747ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7134 | 2025.01.28 23:09:58.603515 [ 254 ] {d2b54104-7f42-45e7-ad02-78c9fa747ccf} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7135 | 2025.01.28 23:09:58.603750 [ 254 ] {d2b54104-7f42-45e7-ad02-78c9fa747ccf} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.01.28 23:09:58.603959 [ 254 ] {d2b54104-7f42-45e7-ad02-78c9fa747ccf} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001502 sec., 12649.800266311584 rows/sec., 904.39 KiB/sec. | ||
| 7137 | 2025.01.28 23:09:58.604012 [ 254 ] {d2b54104-7f42-45e7-ad02-78c9fa747ccf} <Debug> TCPHandler: Processed in 0.001703739 sec. | ||
| 7138 | 2025.01.28 23:09:58.604161 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7139 | 2025.01.28 23:09:58.604280 [ 5 ] {9982d8f2-7d7d-4641-b9ee-8af97aeb2d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7140 | 2025.01.28 23:09:58.604327 [ 5 ] {9982d8f2-7d7d-4641-b9ee-8af97aeb2d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7141 | 2025.01.28 23:09:58.604918 [ 5 ] {9982d8f2-7d7d-4641-b9ee-8af97aeb2d09} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2025.01.28 23:09:58.604954 [ 5 ] {9982d8f2-7d7d-4641-b9ee-8af97aeb2d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7143 | 2025.01.28 23:09:58.605311 [ 5 ] {9982d8f2-7d7d-4641-b9ee-8af97aeb2d09} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7144 | 2025.01.28 23:09:58.605541 [ 5 ] {9982d8f2-7d7d-4641-b9ee-8af97aeb2d09} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7145 | 2025.01.28 23:09:58.605661 [ 105 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 7146 | 2025.01.28 23:09:58.605704 [ 105 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.01.28 23:09:58.605720 [ 5 ] {9982d8f2-7d7d-4641-b9ee-8af97aeb2d09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001464 sec., 9562.841530054644 rows/sec., 669.72 KiB/sec. | ||
| 7148 | 2025.01.28 23:09:58.605729 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7149 | 2025.01.28 23:09:58.605819 [ 5 ] {9982d8f2-7d7d-4641-b9ee-8af97aeb2d09} <Debug> TCPHandler: Processed in 0.001713209 sec. | ||
| 7150 | 2025.01.28 23:09:58.606042 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 7151 | 2025.01.28 23:09:58.606048 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7152 | 2025.01.28 23:09:58.606358 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7153 | 2025.01.28 23:09:58.606367 [ 254 ] {e0875af2-fc2f-4c8e-8e33-b10c52b4f9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7154 | 2025.01.28 23:09:58.606426 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 243 rows starting from the beginning of the part | ||
| 7155 | 2025.01.28 23:09:58.606476 [ 254 ] {e0875af2-fc2f-4c8e-8e33-b10c52b4f9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7156 | 2025.01.28 23:09:58.606783 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7157 | 2025.01.28 23:09:58.607128 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7158 | 2025.01.28 23:09:58.607422 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 242 rows starting from the beginning of the part | ||
| 7159 | 2025.01.28 23:09:58.607854 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7160 | 2025.01.28 23:09:58.608297 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7161 | 2025.01.28 23:09:58.609314 [ 254 ] {e0875af2-fc2f-4c8e-8e33-b10c52b4f9ab} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2025.01.28 23:09:58.609375 [ 254 ] {e0875af2-fc2f-4c8e-8e33-b10c52b4f9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7163 | 2025.01.28 23:09:58.610427 [ 254 ] {e0875af2-fc2f-4c8e-8e33-b10c52b4f9ab} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7164 | 2025.01.28 23:09:58.611102 [ 254 ] {e0875af2-fc2f-4c8e-8e33-b10c52b4f9ab} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.01.28 23:09:58.611200 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00535334 sec., 101058.40465952098 rows/sec., 7.24 MiB/sec. | ||
| 7166 | 2025.01.28 23:09:58.611463 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7167 | 2025.01.28 23:09:58.611510 [ 254 ] {e0875af2-fc2f-4c8e-8e33-b10c52b4f9ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005231 sec., 2485.1844771554192 rows/sec., 154.95 KiB/sec. | ||
| 7168 | 2025.01.28 23:09:58.611659 [ 254 ] {e0875af2-fc2f-4c8e-8e33-b10c52b4f9ab} <Debug> TCPHandler: Processed in 0.005730426 sec. | ||
| 7169 | 2025.01.28 23:09:58.611874 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7170 | 2025.01.28 23:09:58.611963 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2025.01.28 23:09:58.612123 [ 5 ] {3e764f54-9095-4a5b-b7a6-ca3f989610bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7172 | 2025.01.28 23:09:58.612168 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_24_5} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 7173 | 2025.01.28 23:09:58.612210 [ 5 ] {3e764f54-9095-4a5b-b7a6-ca3f989610bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7174 | 2025.01.28 23:09:58.612369 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7175 | 2025.01.28 23:09:58.613059 [ 5 ] {3e764f54-9095-4a5b-b7a6-ca3f989610bc} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7176 | 2025.01.28 23:09:58.613102 [ 5 ] {3e764f54-9095-4a5b-b7a6-ca3f989610bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7177 | 2025.01.28 23:09:58.613478 [ 5 ] {3e764f54-9095-4a5b-b7a6-ca3f989610bc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7178 | 2025.01.28 23:09:58.613709 [ 5 ] {3e764f54-9095-4a5b-b7a6-ca3f989610bc} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7179 | 2025.01.28 23:09:58.613937 [ 5 ] {3e764f54-9095-4a5b-b7a6-ca3f989610bc} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001889 sec., 208575.96611964 rows/sec., 14.81 MiB/sec. | ||
| 7180 | 2025.01.28 23:09:58.614041 [ 5 ] {3e764f54-9095-4a5b-b7a6-ca3f989610bc} <Debug> TCPHandler: Processed in 0.002260507 sec. | ||
| 7181 | 2025.01.28 23:09:58.614319 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7182 | 2025.01.28 23:09:58.614545 [ 254 ] {a68d7a73-44fc-4746-b285-6d3a2a7654d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7183 | 2025.01.28 23:09:58.614639 [ 254 ] {a68d7a73-44fc-4746-b285-6d3a2a7654d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7184 | 2025.01.28 23:09:58.615362 [ 254 ] {a68d7a73-44fc-4746-b285-6d3a2a7654d7} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7185 | 2025.01.28 23:09:58.615399 [ 254 ] {a68d7a73-44fc-4746-b285-6d3a2a7654d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7186 | 2025.01.28 23:09:58.615762 [ 254 ] {a68d7a73-44fc-4746-b285-6d3a2a7654d7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7187 | 2025.01.28 23:09:58.616001 [ 254 ] {a68d7a73-44fc-4746-b285-6d3a2a7654d7} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2025.01.28 23:09:58.616173 [ 254 ] {a68d7a73-44fc-4746-b285-6d3a2a7654d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001684 sec., 3562.9453681710215 rows/sec., 186.15 KiB/sec. | ||
| 7189 | 2025.01.28 23:09:58.616225 [ 254 ] {a68d7a73-44fc-4746-b285-6d3a2a7654d7} <Debug> TCPHandler: Processed in 0.002082235 sec. | ||
| 7190 | 2025.01.28 23:09:58.616426 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7191 | 2025.01.28 23:09:58.616642 [ 5 ] {3f005fe6-404f-4fc4-a893-010f477b409f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7192 | 2025.01.28 23:09:58.616738 [ 5 ] {3f005fe6-404f-4fc4-a893-010f477b409f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7193 | 2025.01.28 23:09:58.617497 [ 5 ] {3f005fe6-404f-4fc4-a893-010f477b409f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7194 | 2025.01.28 23:09:58.617536 [ 5 ] {3f005fe6-404f-4fc4-a893-010f477b409f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7195 | 2025.01.28 23:09:58.617917 [ 5 ] {3f005fe6-404f-4fc4-a893-010f477b409f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7196 | 2025.01.28 23:09:58.618149 [ 5 ] {3f005fe6-404f-4fc4-a893-010f477b409f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2025.01.28 23:09:58.618362 [ 5 ] {3f005fe6-404f-4fc4-a893-010f477b409f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001773 sec., 133671.74280879865 rows/sec., 8.96 MiB/sec. | ||
| 7198 | 2025.01.28 23:09:58.618417 [ 5 ] {3f005fe6-404f-4fc4-a893-010f477b409f} <Debug> TCPHandler: Processed in 0.002100175 sec. | ||
| 7199 | 2025.01.28 23:09:58.618606 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7200 | 2025.01.28 23:09:58.618747 [ 254 ] {3c21ff27-2685-4ef3-b2e7-f3026658000f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7201 | 2025.01.28 23:09:58.618799 [ 254 ] {3c21ff27-2685-4ef3-b2e7-f3026658000f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7202 | 2025.01.28 23:09:58.619271 [ 254 ] {3c21ff27-2685-4ef3-b2e7-f3026658000f} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2025.01.28 23:09:58.619308 [ 254 ] {3c21ff27-2685-4ef3-b2e7-f3026658000f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7204 | 2025.01.28 23:09:58.619664 [ 254 ] {3c21ff27-2685-4ef3-b2e7-f3026658000f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7205 | 2025.01.28 23:09:58.619898 [ 254 ] {3c21ff27-2685-4ef3-b2e7-f3026658000f} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2025.01.28 23:09:58.620017 [ 103 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 7207 | 2025.01.28 23:09:58.620064 [ 103 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7208 | 2025.01.28 23:09:58.620081 [ 254 ] {3c21ff27-2685-4ef3-b2e7-f3026658000f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec. | ||
| 7209 | 2025.01.28 23:09:58.620089 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7210 | 2025.01.28 23:09:58.620155 [ 254 ] {3c21ff27-2685-4ef3-b2e7-f3026658000f} <Debug> TCPHandler: Processed in 0.001649277 sec. | ||
| 7211 | 2025.01.28 23:09:58.620274 [ 189 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 7212 | 2025.01.28 23:09:58.620403 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7213 | 2025.01.28 23:09:58.620462 [ 189 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7214 | 2025.01.28 23:09:58.620508 [ 189 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 20 rows starting from the beginning of the part | ||
| 7215 | 2025.01.28 23:09:58.620770 [ 189 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7216 | 2025.01.28 23:09:58.620915 [ 5 ] {5a39d0f6-0a87-439a-a784-46675a116df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7217 | 2025.01.28 23:09:58.621093 [ 189 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7218 | 2025.01.28 23:09:58.621394 [ 5 ] {5a39d0f6-0a87-439a-a784-46675a116df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7219 | 2025.01.28 23:09:58.621551 [ 189 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7220 | 2025.01.28 23:09:58.621956 [ 189 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7221 | 2025.01.28 23:09:58.622304 [ 189 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7222 | 2025.01.28 23:09:58.625760 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.005583783 sec., 4477.251354502852 rows/sec., 300.29 KiB/sec. | ||
| 7223 | 2025.01.28 23:09:58.625958 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7224 | 2025.01.28 23:09:58.626076 [ 5 ] {5a39d0f6-0a87-439a-a784-46675a116df0} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2025.01.28 23:09:58.626119 [ 5 ] {5a39d0f6-0a87-439a-a784-46675a116df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7226 | 2025.01.28 23:09:58.626409 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7227 | 2025.01.28 23:09:58.626539 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_24_5} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 7228 | 2025.01.28 23:09:58.626656 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7229 | 2025.01.28 23:09:58.626913 [ 5 ] {5a39d0f6-0a87-439a-a784-46675a116df0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7230 | 2025.01.28 23:09:58.627165 [ 5 ] {5a39d0f6-0a87-439a-a784-46675a116df0} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7231 | 2025.01.28 23:09:58.627359 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7232 | 2025.01.28 23:09:58.627419 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7233 | 2025.01.28 23:09:58.627454 [ 5 ] {5a39d0f6-0a87-439a-a784-46675a116df0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006729 sec., 1783.3259028087384 rows/sec., 3.20 MiB/sec. | ||
| 7234 | 2025.01.28 23:09:58.627462 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7235 | 2025.01.28 23:09:58.628050 [ 5 ] {5a39d0f6-0a87-439a-a784-46675a116df0} <Debug> TCPHandler: Processed in 0.00780523 sec. | ||
| 7236 | 2025.01.28 23:09:58.628277 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 7237 | 2025.01.28 23:09:58.628320 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2025.01.28 23:09:58.628686 [ 254 ] {07b54a84-2259-4af9-b32b-7d6e9cf30783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7239 | 2025.01.28 23:09:58.628850 [ 254 ] {07b54a84-2259-4af9-b32b-7d6e9cf30783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7240 | 2025.01.28 23:09:58.629604 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7241 | 2025.01.28 23:09:58.629797 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 648 rows starting from the beginning of the part | ||
| 7242 | 2025.01.28 23:09:58.630442 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 7243 | 2025.01.28 23:09:58.631158 [ 254 ] {07b54a84-2259-4af9-b32b-7d6e9cf30783} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7244 | 2025.01.28 23:09:58.631211 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
| 7245 | 2025.01.28 23:09:58.631233 [ 254 ] {07b54a84-2259-4af9-b32b-7d6e9cf30783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 7246 | 2025.01.28 23:09:58.631849 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part | ||
| 7247 | 2025.01.28 23:09:58.632499 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part | ||
| 7248 | 2025.01.28 23:09:58.632866 [ 254 ] {07b54a84-2259-4af9-b32b-7d6e9cf30783} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7249 | 2025.01.28 23:09:58.633062 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part | ||
| 7250 | 2025.01.28 23:09:58.633743 [ 254 ] {07b54a84-2259-4af9-b32b-7d6e9cf30783} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2025.01.28 23:09:58.634300 [ 254 ] {07b54a84-2259-4af9-b32b-7d6e9cf30783} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005729 sec., 14313.143655088148 rows/sec., 930.88 KiB/sec. | ||
| 7252 | 2025.01.28 23:09:58.634449 [ 254 ] {07b54a84-2259-4af9-b32b-7d6e9cf30783} <Debug> TCPHandler: Processed in 0.006268434 sec. | ||
| 7253 | 2025.01.28 23:09:58.638974 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 19 columns (19 merged, 0 gathered) in 0.011332379 sec., 65123.13080951493 rows/sec., 116.70 MiB/sec. | ||
| 7254 | 2025.01.28 23:09:58.639947 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7255 | 2025.01.28 23:09:58.640410 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2025.01.28 23:09:58.640488 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7257 | 2025.01.28 23:09:58.640628 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
| 7258 | 2025.01.28 23:10:02.625645 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7259 | 2025.01.28 23:10:02.625718 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7260 | 2025.01.28 23:10:02.763087 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 7261 | 2025.01.28 23:10:02.764149 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2025.01.28 23:10:02.764223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7263 | 2025.01.28 23:10:02.764777 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7264 | 2025.01.28 23:10:02.765032 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7265 | 2025.01.28 23:10:02.765234 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7266 | 2025.01.28 23:10:03.593237 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7267 | 2025.01.28 23:10:03.593440 [ 254 ] {aacdf463-3ffb-43a3-b9b0-4835afa89505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7268 | 2025.01.28 23:10:03.593512 [ 254 ] {aacdf463-3ffb-43a3-b9b0-4835afa89505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7269 | 2025.01.28 23:10:03.594334 [ 254 ] {aacdf463-3ffb-43a3-b9b0-4835afa89505} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7270 | 2025.01.28 23:10:03.594385 [ 254 ] {aacdf463-3ffb-43a3-b9b0-4835afa89505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7271 | 2025.01.28 23:10:03.594840 [ 254 ] {aacdf463-3ffb-43a3-b9b0-4835afa89505} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7272 | 2025.01.28 23:10:03.595094 [ 254 ] {aacdf463-3ffb-43a3-b9b0-4835afa89505} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7273 | 2025.01.28 23:10:03.595329 [ 254 ] {aacdf463-3ffb-43a3-b9b0-4835afa89505} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00194 sec., 56701.03092783505 rows/sec., 4.77 MiB/sec. | ||
| 7274 | 2025.01.28 23:10:03.595406 [ 254 ] {aacdf463-3ffb-43a3-b9b0-4835afa89505} <Debug> TCPHandler: Processed in 0.002307248 sec. | ||
| 7275 | 2025.01.28 23:10:03.595697 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7276 | 2025.01.28 23:10:03.595913 [ 5 ] {4fc58fda-8734-4b28-9ee8-28666be417b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7277 | 2025.01.28 23:10:03.595997 [ 5 ] {4fc58fda-8734-4b28-9ee8-28666be417b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7278 | 2025.01.28 23:10:03.596797 [ 5 ] {4fc58fda-8734-4b28-9ee8-28666be417b8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7279 | 2025.01.28 23:10:03.596851 [ 5 ] {4fc58fda-8734-4b28-9ee8-28666be417b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7280 | 2025.01.28 23:10:03.597289 [ 5 ] {4fc58fda-8734-4b28-9ee8-28666be417b8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7281 | 2025.01.28 23:10:03.597545 [ 5 ] {4fc58fda-8734-4b28-9ee8-28666be417b8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7282 | 2025.01.28 23:10:03.597781 [ 5 ] {4fc58fda-8734-4b28-9ee8-28666be417b8} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001926 sec., 14018.691588785046 rows/sec., 1.03 MiB/sec. | ||
| 7283 | 2025.01.28 23:10:03.597849 [ 5 ] {4fc58fda-8734-4b28-9ee8-28666be417b8} <Debug> TCPHandler: Processed in 0.002322309 sec. | ||
| 7284 | 2025.01.28 23:10:03.598012 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7285 | 2025.01.28 23:10:03.598152 [ 254 ] {1bebc523-21c9-4c27-b665-37372cb74124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7286 | 2025.01.28 23:10:03.598210 [ 254 ] {1bebc523-21c9-4c27-b665-37372cb74124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7287 | 2025.01.28 23:10:03.598861 [ 254 ] {1bebc523-21c9-4c27-b665-37372cb74124} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7288 | 2025.01.28 23:10:03.598900 [ 254 ] {1bebc523-21c9-4c27-b665-37372cb74124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7289 | 2025.01.28 23:10:03.599269 [ 254 ] {1bebc523-21c9-4c27-b665-37372cb74124} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7290 | 2025.01.28 23:10:03.599504 [ 254 ] {1bebc523-21c9-4c27-b665-37372cb74124} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2025.01.28 23:10:03.599744 [ 254 ] {1bebc523-21c9-4c27-b665-37372cb74124} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001617 sec., 56277.056277056276 rows/sec., 4.40 MiB/sec. | ||
| 7292 | 2025.01.28 23:10:03.599868 [ 254 ] {1bebc523-21c9-4c27-b665-37372cb74124} <Debug> TCPHandler: Processed in 0.001919012 sec. | ||
| 7293 | 2025.01.28 23:10:03.600095 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7294 | 2025.01.28 23:10:03.600351 [ 5 ] {f724e981-fafb-41df-806f-d20e20ca7b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7295 | 2025.01.28 23:10:03.600410 [ 5 ] {f724e981-fafb-41df-806f-d20e20ca7b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7296 | 2025.01.28 23:10:03.601005 [ 5 ] {f724e981-fafb-41df-806f-d20e20ca7b8a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7297 | 2025.01.28 23:10:03.601046 [ 5 ] {f724e981-fafb-41df-806f-d20e20ca7b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7298 | 2025.01.28 23:10:03.601453 [ 5 ] {f724e981-fafb-41df-806f-d20e20ca7b8a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7299 | 2025.01.28 23:10:03.601698 [ 5 ] {f724e981-fafb-41df-806f-d20e20ca7b8a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7300 | 2025.01.28 23:10:03.601926 [ 5 ] {f724e981-fafb-41df-806f-d20e20ca7b8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
| 7301 | 2025.01.28 23:10:03.601983 [ 5 ] {f724e981-fafb-41df-806f-d20e20ca7b8a} <Debug> TCPHandler: Processed in 0.002011993 sec. | ||
| 7302 | 2025.01.28 23:10:03.602130 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7303 | 2025.01.28 23:10:03.602246 [ 254 ] {e1846c6b-eb15-4ab5-8439-46cb9469fe0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7304 | 2025.01.28 23:10:03.602335 [ 254 ] {e1846c6b-eb15-4ab5-8439-46cb9469fe0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7305 | 2025.01.28 23:10:03.603634 [ 254 ] {e1846c6b-eb15-4ab5-8439-46cb9469fe0d} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7306 | 2025.01.28 23:10:03.603673 [ 254 ] {e1846c6b-eb15-4ab5-8439-46cb9469fe0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7307 | 2025.01.28 23:10:03.604316 [ 254 ] {e1846c6b-eb15-4ab5-8439-46cb9469fe0d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7308 | 2025.01.28 23:10:03.604567 [ 254 ] {e1846c6b-eb15-4ab5-8439-46cb9469fe0d} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7309 | 2025.01.28 23:10:03.604803 [ 254 ] {e1846c6b-eb15-4ab5-8439-46cb9469fe0d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002581 sec., 10461.061604029446 rows/sec., 18.75 MiB/sec. | ||
| 7310 | 2025.01.28 23:10:03.604897 [ 254 ] {e1846c6b-eb15-4ab5-8439-46cb9469fe0d} <Debug> TCPHandler: Processed in 0.002821587 sec. | ||
| 7311 | 2025.01.28 23:10:03.605045 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7312 | 2025.01.28 23:10:03.605186 [ 5 ] {50321dc3-5e84-4bcc-ac3a-0f9da8b2d16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7313 | 2025.01.28 23:10:03.605247 [ 5 ] {50321dc3-5e84-4bcc-ac3a-0f9da8b2d16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7314 | 2025.01.28 23:10:03.605836 [ 5 ] {50321dc3-5e84-4bcc-ac3a-0f9da8b2d16c} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7315 | 2025.01.28 23:10:03.605884 [ 5 ] {50321dc3-5e84-4bcc-ac3a-0f9da8b2d16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7316 | 2025.01.28 23:10:03.606324 [ 5 ] {50321dc3-5e84-4bcc-ac3a-0f9da8b2d16c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7317 | 2025.01.28 23:10:03.606573 [ 5 ] {50321dc3-5e84-4bcc-ac3a-0f9da8b2d16c} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7318 | 2025.01.28 23:10:03.606826 [ 5 ] {50321dc3-5e84-4bcc-ac3a-0f9da8b2d16c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec. | ||
| 7319 | 2025.01.28 23:10:03.606913 [ 5 ] {50321dc3-5e84-4bcc-ac3a-0f9da8b2d16c} <Debug> TCPHandler: Processed in 0.001927242 sec. | ||
| 7320 | 2025.01.28 23:10:03.848321 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7321 | 2025.01.28 23:10:03.869765 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.01.28 23:10:03.869819 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7323 | 2025.01.28 23:10:03.877425 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7324 | 2025.01.28 23:10:03.878218 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.01.28 23:10:03.881264 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7326 | 2025.01.28 23:10:05.599200 [ 95 ] {} <Debug> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7327 | 2025.01.28 23:10:05.599269 [ 95 ] {} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7328 | 2025.01.28 23:10:05.599296 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7329 | 2025.01.28 23:10:05.599605 [ 187 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 7330 | 2025.01.28 23:10:05.599880 [ 187 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7331 | 2025.01.28 23:10:05.599947 [ 187 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 7332 | 2025.01.28 23:10:05.600140 [ 187 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 7333 | 2025.01.28 23:10:05.600416 [ 187 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 7334 | 2025.01.28 23:10:05.600497 [ 187 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 7335 | 2025.01.28 23:10:05.600676 [ 187 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7336 | 2025.01.28 23:10:05.602000 [ 189 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002602694 sec., 14600.25650345373 rows/sec., 1.22 MiB/sec. | ||
| 7337 | 2025.01.28 23:10:05.602273 [ 189 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7338 | 2025.01.28 23:10:05.602644 [ 189 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_9_2} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7339 | 2025.01.28 23:10:05.602726 [ 189 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_9_2} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7340 | 2025.01.28 23:10:05.602821 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7341 | 2025.01.28 23:10:05.705896 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7342 | 2025.01.28 23:10:05.706086 [ 254 ] {67253405-94a3-4db5-98d9-20b011a1b028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7343 | 2025.01.28 23:10:05.706160 [ 254 ] {67253405-94a3-4db5-98d9-20b011a1b028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7344 | 2025.01.28 23:10:05.706929 [ 254 ] {67253405-94a3-4db5-98d9-20b011a1b028} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7345 | 2025.01.28 23:10:05.706969 [ 254 ] {67253405-94a3-4db5-98d9-20b011a1b028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7346 | 2025.01.28 23:10:05.707392 [ 254 ] {67253405-94a3-4db5-98d9-20b011a1b028} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7347 | 2025.01.28 23:10:05.707646 [ 254 ] {67253405-94a3-4db5-98d9-20b011a1b028} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7348 | 2025.01.28 23:10:05.707860 [ 254 ] {67253405-94a3-4db5-98d9-20b011a1b028} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec. | ||
| 7349 | 2025.01.28 23:10:05.707916 [ 254 ] {67253405-94a3-4db5-98d9-20b011a1b028} <Debug> TCPHandler: Processed in 0.002151306 sec. | ||
| 7350 | 2025.01.28 23:10:05.708174 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7351 | 2025.01.28 23:10:05.708373 [ 5 ] {edcd3a08-92dc-4cfe-baf0-d29474563ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7352 | 2025.01.28 23:10:05.708450 [ 5 ] {edcd3a08-92dc-4cfe-baf0-d29474563ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7353 | 2025.01.28 23:10:05.709205 [ 5 ] {edcd3a08-92dc-4cfe-baf0-d29474563ae6} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7354 | 2025.01.28 23:10:05.709257 [ 5 ] {edcd3a08-92dc-4cfe-baf0-d29474563ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7355 | 2025.01.28 23:10:05.709686 [ 5 ] {edcd3a08-92dc-4cfe-baf0-d29474563ae6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7356 | 2025.01.28 23:10:05.709933 [ 5 ] {edcd3a08-92dc-4cfe-baf0-d29474563ae6} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7357 | 2025.01.28 23:10:05.710161 [ 5 ] {edcd3a08-92dc-4cfe-baf0-d29474563ae6} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 618.75 KiB/sec. | ||
| 7358 | 2025.01.28 23:10:05.710219 [ 5 ] {edcd3a08-92dc-4cfe-baf0-d29474563ae6} <Debug> TCPHandler: Processed in 0.002176556 sec. | ||
| 7359 | 2025.01.28 23:10:05.710396 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7360 | 2025.01.28 23:10:05.710549 [ 254 ] {5cd85df6-57eb-4750-a0e3-484f638b4f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7361 | 2025.01.28 23:10:05.710603 [ 254 ] {5cd85df6-57eb-4750-a0e3-484f638b4f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7362 | 2025.01.28 23:10:05.712251 [ 254 ] {5cd85df6-57eb-4750-a0e3-484f638b4f60} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2025.01.28 23:10:05.712303 [ 254 ] {5cd85df6-57eb-4750-a0e3-484f638b4f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7364 | 2025.01.28 23:10:05.712975 [ 254 ] {5cd85df6-57eb-4750-a0e3-484f638b4f60} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7365 | 2025.01.28 23:10:05.713362 [ 254 ] {5cd85df6-57eb-4750-a0e3-484f638b4f60} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7366 | 2025.01.28 23:10:05.713583 [ 94 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7367 | 2025.01.28 23:10:05.713644 [ 254 ] {5cd85df6-57eb-4750-a0e3-484f638b4f60} <Debug> executeQuery: Read 1374 rows, 117.43 KiB in 0.003116 sec., 440949.93581514765 rows/sec., 36.80 MiB/sec. | ||
| 7368 | 2025.01.28 23:10:05.713663 [ 94 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7369 | 2025.01.28 23:10:05.713735 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7370 | 2025.01.28 23:10:05.713789 [ 254 ] {5cd85df6-57eb-4750-a0e3-484f638b4f60} <Debug> TCPHandler: Processed in 0.003447648 sec. | ||
| 7371 | 2025.01.28 23:10:05.714077 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7372 | 2025.01.28 23:10:05.714155 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 7373 | 2025.01.28 23:10:05.714476 [ 5 ] {5e530d22-1fac-45ae-9aed-fd59ed8c3789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7374 | 2025.01.28 23:10:05.714672 [ 5 ] {5e530d22-1fac-45ae-9aed-fd59ed8c3789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7375 | 2025.01.28 23:10:05.714773 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7376 | 2025.01.28 23:10:05.714912 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1431 rows starting from the beginning of the part | ||
| 7377 | 2025.01.28 23:10:05.715378 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 227 rows starting from the beginning of the part | ||
| 7378 | 2025.01.28 23:10:05.715937 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 111 rows starting from the beginning of the part | ||
| 7379 | 2025.01.28 23:10:05.716493 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 227 rows starting from the beginning of the part | ||
| 7380 | 2025.01.28 23:10:05.716795 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 110 rows starting from the beginning of the part | ||
| 7381 | 2025.01.28 23:10:05.717116 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1374 rows starting from the beginning of the part | ||
| 7382 | 2025.01.28 23:10:05.717762 [ 5 ] {5e530d22-1fac-45ae-9aed-fd59ed8c3789} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7383 | 2025.01.28 23:10:05.717808 [ 5 ] {5e530d22-1fac-45ae-9aed-fd59ed8c3789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7384 | 2025.01.28 23:10:05.718392 [ 5 ] {5e530d22-1fac-45ae-9aed-fd59ed8c3789} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7385 | 2025.01.28 23:10:05.718709 [ 5 ] {5e530d22-1fac-45ae-9aed-fd59ed8c3789} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7386 | 2025.01.28 23:10:05.718967 [ 5 ] {5e530d22-1fac-45ae-9aed-fd59ed8c3789} <Debug> executeQuery: Read 33 rows, 2.34 KiB in 0.004634 sec., 7121.277514026759 rows/sec., 504.09 KiB/sec. | ||
| 7387 | 2025.01.28 23:10:05.719027 [ 5 ] {5e530d22-1fac-45ae-9aed-fd59ed8c3789} <Debug> TCPHandler: Processed in 0.005097785 sec. | ||
| 7388 | 2025.01.28 23:10:05.719184 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7389 | 2025.01.28 23:10:05.719324 [ 254 ] {1d996c04-273a-4ee7-8d80-2b6f93f42022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7390 | 2025.01.28 23:10:05.719382 [ 254 ] {1d996c04-273a-4ee7-8d80-2b6f93f42022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7391 | 2025.01.28 23:10:05.719998 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 5 columns (5 merged, 0 gathered) in 0.006137442 sec., 567011.4682957493 rows/sec., 49.88 MiB/sec. | ||
| 7392 | 2025.01.28 23:10:05.720249 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7393 | 2025.01.28 23:10:05.720761 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7394 | 2025.01.28 23:10:05.720848 [ 254 ] {1d996c04-273a-4ee7-8d80-2b6f93f42022} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7395 | 2025.01.28 23:10:05.720900 [ 191 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_56_11} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7396 | 2025.01.28 23:10:05.720909 [ 254 ] {1d996c04-273a-4ee7-8d80-2b6f93f42022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7397 | 2025.01.28 23:10:05.721048 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 7398 | 2025.01.28 23:10:05.721391 [ 254 ] {1d996c04-273a-4ee7-8d80-2b6f93f42022} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7399 | 2025.01.28 23:10:05.721634 [ 254 ] {1d996c04-273a-4ee7-8d80-2b6f93f42022} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7400 | 2025.01.28 23:10:05.721840 [ 254 ] {1d996c04-273a-4ee7-8d80-2b6f93f42022} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002545 sec., 95088.40864440078 rows/sec., 6.44 MiB/sec. | ||
| 7401 | 2025.01.28 23:10:05.721898 [ 254 ] {1d996c04-273a-4ee7-8d80-2b6f93f42022} <Debug> TCPHandler: Processed in 0.002775206 sec. | ||
| 7402 | 2025.01.28 23:10:05.722060 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7403 | 2025.01.28 23:10:05.722196 [ 5 ] {62036580-69b3-44f5-8a2d-b87188b0cdfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7404 | 2025.01.28 23:10:05.722251 [ 5 ] {62036580-69b3-44f5-8a2d-b87188b0cdfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7405 | 2025.01.28 23:10:05.722872 [ 5 ] {62036580-69b3-44f5-8a2d-b87188b0cdfa} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7406 | 2025.01.28 23:10:05.722910 [ 5 ] {62036580-69b3-44f5-8a2d-b87188b0cdfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7407 | 2025.01.28 23:10:05.723259 [ 5 ] {62036580-69b3-44f5-8a2d-b87188b0cdfa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7408 | 2025.01.28 23:10:05.723494 [ 5 ] {62036580-69b3-44f5-8a2d-b87188b0cdfa} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2025.01.28 23:10:05.723713 [ 5 ] {62036580-69b3-44f5-8a2d-b87188b0cdfa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001547 sec., 8403.361344537816 rows/sec., 523.95 KiB/sec. | ||
| 7410 | 2025.01.28 23:10:05.723765 [ 5 ] {62036580-69b3-44f5-8a2d-b87188b0cdfa} <Debug> TCPHandler: Processed in 0.001774399 sec. | ||
| 7411 | 2025.01.28 23:10:05.723942 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7412 | 2025.01.28 23:10:05.724078 [ 254 ] {49bc9125-7ba8-42a7-b209-7b68fcb999b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7413 | 2025.01.28 23:10:05.724135 [ 254 ] {49bc9125-7ba8-42a7-b209-7b68fcb999b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7414 | 2025.01.28 23:10:05.725142 [ 254 ] {49bc9125-7ba8-42a7-b209-7b68fcb999b9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7415 | 2025.01.28 23:10:05.725180 [ 254 ] {49bc9125-7ba8-42a7-b209-7b68fcb999b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7416 | 2025.01.28 23:10:05.725571 [ 254 ] {49bc9125-7ba8-42a7-b209-7b68fcb999b9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7417 | 2025.01.28 23:10:05.725810 [ 254 ] {49bc9125-7ba8-42a7-b209-7b68fcb999b9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7418 | 2025.01.28 23:10:05.725974 [ 94 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7419 | 2025.01.28 23:10:05.726044 [ 94 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2025.01.28 23:10:05.726049 [ 254 ] {49bc9125-7ba8-42a7-b209-7b68fcb999b9} <Debug> executeQuery: Read 864 rows, 64.07 KiB in 0.001992 sec., 433734.9397590362 rows/sec., 31.41 MiB/sec. | ||
| 7421 | 2025.01.28 23:10:05.726087 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7422 | 2025.01.28 23:10:05.726204 [ 254 ] {49bc9125-7ba8-42a7-b209-7b68fcb999b9} <Debug> TCPHandler: Processed in 0.002325709 sec. | ||
| 7423 | 2025.01.28 23:10:05.726326 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 7424 | 2025.01.28 23:10:05.726409 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7425 | 2025.01.28 23:10:05.726497 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7426 | 2025.01.28 23:10:05.726586 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7427 | 2025.01.28 23:10:05.726626 [ 5 ] {9bdc7b88-1afd-4979-bfc8-aa102f4285e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7428 | 2025.01.28 23:10:05.726829 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 394 rows starting from the beginning of the part | ||
| 7429 | 2025.01.28 23:10:05.726850 [ 5 ] {9bdc7b88-1afd-4979-bfc8-aa102f4285e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7430 | 2025.01.28 23:10:05.727145 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 93 rows starting from the beginning of the part | ||
| 7431 | 2025.01.28 23:10:05.727477 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 394 rows starting from the beginning of the part | ||
| 7432 | 2025.01.28 23:10:05.727808 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 91 rows starting from the beginning of the part | ||
| 7433 | 2025.01.28 23:10:05.728140 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 864 rows starting from the beginning of the part | ||
| 7434 | 2025.01.28 23:10:05.729405 [ 5 ] {9bdc7b88-1afd-4979-bfc8-aa102f4285e4} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7435 | 2025.01.28 23:10:05.729468 [ 5 ] {9bdc7b88-1afd-4979-bfc8-aa102f4285e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7436 | 2025.01.28 23:10:05.730512 [ 5 ] {9bdc7b88-1afd-4979-bfc8-aa102f4285e4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7437 | 2025.01.28 23:10:05.730861 [ 5 ] {9bdc7b88-1afd-4979-bfc8-aa102f4285e4} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7438 | 2025.01.28 23:10:05.731370 [ 5 ] {9bdc7b88-1afd-4979-bfc8-aa102f4285e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004783 sec., 1254.4428183148652 rows/sec., 65.54 KiB/sec. | ||
| 7439 | 2025.01.28 23:10:05.731775 [ 5 ] {9bdc7b88-1afd-4979-bfc8-aa102f4285e4} <Debug> TCPHandler: Processed in 0.005440611 sec. | ||
| 7440 | 2025.01.28 23:10:05.732163 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7441 | 2025.01.28 23:10:05.732226 [ 198 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2749 rows, containing 5 columns (5 merged, 0 gathered) in 0.00601193 sec., 457257.48636461166 rows/sec., 34.90 MiB/sec. | ||
| 7442 | 2025.01.28 23:10:05.732354 [ 254 ] {23a0ac64-067b-4e9c-992f-d3153d1d34d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7443 | 2025.01.28 23:10:05.732444 [ 254 ] {23a0ac64-067b-4e9c-992f-d3153d1d34d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7444 | 2025.01.28 23:10:05.732519 [ 198 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7445 | 2025.01.28 23:10:05.733107 [ 198 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7446 | 2025.01.28 23:10:05.733199 [ 198 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_56_11} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7447 | 2025.01.28 23:10:05.733333 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7448 | 2025.01.28 23:10:05.733724 [ 254 ] {23a0ac64-067b-4e9c-992f-d3153d1d34d6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7449 | 2025.01.28 23:10:05.733770 [ 254 ] {23a0ac64-067b-4e9c-992f-d3153d1d34d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7450 | 2025.01.28 23:10:05.734263 [ 254 ] {23a0ac64-067b-4e9c-992f-d3153d1d34d6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7451 | 2025.01.28 23:10:05.734510 [ 254 ] {23a0ac64-067b-4e9c-992f-d3153d1d34d6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7452 | 2025.01.28 23:10:05.734679 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7453 | 2025.01.28 23:10:05.734743 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7454 | 2025.01.28 23:10:05.734774 [ 254 ] {23a0ac64-067b-4e9c-992f-d3153d1d34d6} <Debug> executeQuery: Read 1026 rows, 70.03 KiB in 0.002456 sec., 417752.44299674267 rows/sec., 27.84 MiB/sec. | ||
| 7455 | 2025.01.28 23:10:05.734782 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7456 | 2025.01.28 23:10:05.735045 [ 254 ] {23a0ac64-067b-4e9c-992f-d3153d1d34d6} <Debug> TCPHandler: Processed in 0.003111032 sec. | ||
| 7457 | 2025.01.28 23:10:05.735207 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 7458 | 2025.01.28 23:10:05.735361 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7459 | 2025.01.28 23:10:05.735748 [ 5 ] {52a28fe9-0d41-4daa-be24-d568da3a6ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7460 | 2025.01.28 23:10:05.735935 [ 5 ] {52a28fe9-0d41-4daa-be24-d568da3a6ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7461 | 2025.01.28 23:10:05.735972 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7462 | 2025.01.28 23:10:05.736070 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15533 rows starting from the beginning of the part | ||
| 7463 | 2025.01.28 23:10:05.736409 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 7464 | 2025.01.28 23:10:05.736796 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part | ||
| 7465 | 2025.01.28 23:10:05.737112 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7466 | 2025.01.28 23:10:05.737429 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 7467 | 2025.01.28 23:10:05.737784 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1026 rows starting from the beginning of the part | ||
| 7468 | 2025.01.28 23:10:05.738409 [ 5 ] {52a28fe9-0d41-4daa-be24-d568da3a6ef8} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7469 | 2025.01.28 23:10:05.738476 [ 5 ] {52a28fe9-0d41-4daa-be24-d568da3a6ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7470 | 2025.01.28 23:10:05.739202 [ 5 ] {52a28fe9-0d41-4daa-be24-d568da3a6ef8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7471 | 2025.01.28 23:10:05.739516 [ 5 ] {52a28fe9-0d41-4daa-be24-d568da3a6ef8} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7472 | 2025.01.28 23:10:05.739906 [ 5 ] {52a28fe9-0d41-4daa-be24-d568da3a6ef8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004284 sec., 233.42670401493933 rows/sec., 15.73 KiB/sec. | ||
| 7473 | 2025.01.28 23:10:05.740094 [ 5 ] {52a28fe9-0d41-4daa-be24-d568da3a6ef8} <Debug> TCPHandler: Processed in 0.004930522 sec. | ||
| 7474 | 2025.01.28 23:10:05.740339 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7475 | 2025.01.28 23:10:05.740634 [ 254 ] {521a53e0-3729-4b9a-bdef-f80d70dcc362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7476 | 2025.01.28 23:10:05.740890 [ 254 ] {521a53e0-3729-4b9a-bdef-f80d70dcc362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7477 | 2025.01.28 23:10:05.742411 [ 254 ] {521a53e0-3729-4b9a-bdef-f80d70dcc362} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2025.01.28 23:10:05.742451 [ 254 ] {521a53e0-3729-4b9a-bdef-f80d70dcc362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7479 | 2025.01.28 23:10:05.743615 [ 254 ] {521a53e0-3729-4b9a-bdef-f80d70dcc362} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7480 | 2025.01.28 23:10:05.743949 [ 254 ] {521a53e0-3729-4b9a-bdef-f80d70dcc362} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2025.01.28 23:10:05.744440 [ 254 ] {521a53e0-3729-4b9a-bdef-f80d70dcc362} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003866 sec., 3103.9834454216243 rows/sec., 5.56 MiB/sec. | ||
| 7482 | 2025.01.28 23:10:05.745380 [ 254 ] {521a53e0-3729-4b9a-bdef-f80d70dcc362} <Debug> TCPHandler: Processed in 0.005141736 sec. | ||
| 7483 | 2025.01.28 23:10:05.745502 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17354 rows, containing 5 columns (5 merged, 0 gathered) in 0.010591357 sec., 1638505.811861502 rows/sec., 110.54 MiB/sec. | ||
| 7484 | 2025.01.28 23:10:05.745642 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7485 | 2025.01.28 23:10:05.745762 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7486 | 2025.01.28 23:10:05.745794 [ 5 ] {b09bc23b-cc31-4e40-ba6a-95ae51039c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7487 | 2025.01.28 23:10:05.745919 [ 5 ] {b09bc23b-cc31-4e40-ba6a-95ae51039c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7488 | 2025.01.28 23:10:05.746403 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7489 | 2025.01.28 23:10:05.746614 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7490 | 2025.01.28 23:10:05.746820 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 7491 | 2025.01.28 23:10:05.746970 [ 5 ] {b09bc23b-cc31-4e40-ba6a-95ae51039c27} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7492 | 2025.01.28 23:10:05.747026 [ 5 ] {b09bc23b-cc31-4e40-ba6a-95ae51039c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7493 | 2025.01.28 23:10:05.747480 [ 5 ] {b09bc23b-cc31-4e40-ba6a-95ae51039c27} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7494 | 2025.01.28 23:10:05.747722 [ 5 ] {b09bc23b-cc31-4e40-ba6a-95ae51039c27} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7495 | 2025.01.28 23:10:05.747894 [ 94 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7496 | 2025.01.28 23:10:05.747957 [ 94 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2025.01.28 23:10:05.747974 [ 5 ] {b09bc23b-cc31-4e40-ba6a-95ae51039c27} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.002218 sec., 26149.684400360686 rows/sec., 1.62 MiB/sec. | ||
| 7498 | 2025.01.28 23:10:05.747998 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7499 | 2025.01.28 23:10:05.748151 [ 5 ] {b09bc23b-cc31-4e40-ba6a-95ae51039c27} <Debug> TCPHandler: Processed in 0.002574123 sec. | ||
| 7500 | 2025.01.28 23:10:05.748277 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 7501 | 2025.01.28 23:10:05.748421 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7502 | 2025.01.28 23:10:05.748458 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3006 rows starting from the beginning of the part | ||
| 7503 | 2025.01.28 23:10:05.748588 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 7504 | 2025.01.28 23:10:05.748730 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7505 | 2025.01.28 23:10:05.748927 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7506 | 2025.01.28 23:10:05.749113 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7507 | 2025.01.28 23:10:05.749249 [ 197 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 58 rows starting from the beginning of the part | ||
| 7508 | 2025.01.28 23:10:05.750857 [ 193 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3348 rows, containing 4 columns (4 merged, 0 gathered) in 0.002711625 sec., 1234683.999446826 rows/sec., 80.36 MiB/sec. | ||
| 7509 | 2025.01.28 23:10:05.751169 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7510 | 2025.01.28 23:10:05.751470 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7511 | 2025.01.28 23:10:05.751546 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_56_11} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7512 | 2025.01.28 23:10:05.751630 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7513 | 2025.01.28 23:10:07.840694 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1072 | ||
| 7514 | 2025.01.28 23:10:07.844757 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2025.01.28 23:10:07.844809 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7516 | 2025.01.28 23:10:07.846290 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7517 | 2025.01.28 23:10:07.846599 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2025.01.28 23:10:07.847143 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1072 | ||
| 7519 | 2025.01.28 23:10:08.587264 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7520 | 2025.01.28 23:10:08.587459 [ 254 ] {5ad5edcd-29b8-40b3-8a56-eb0fd105952f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7521 | 2025.01.28 23:10:08.587531 [ 254 ] {5ad5edcd-29b8-40b3-8a56-eb0fd105952f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7522 | 2025.01.28 23:10:08.588302 [ 254 ] {5ad5edcd-29b8-40b3-8a56-eb0fd105952f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7523 | 2025.01.28 23:10:08.588348 [ 254 ] {5ad5edcd-29b8-40b3-8a56-eb0fd105952f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7524 | 2025.01.28 23:10:08.588781 [ 254 ] {5ad5edcd-29b8-40b3-8a56-eb0fd105952f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7525 | 2025.01.28 23:10:08.589033 [ 254 ] {5ad5edcd-29b8-40b3-8a56-eb0fd105952f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7526 | 2025.01.28 23:10:08.589268 [ 254 ] {5ad5edcd-29b8-40b3-8a56-eb0fd105952f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.31 MiB/sec. | ||
| 7527 | 2025.01.28 23:10:08.589326 [ 254 ] {5ad5edcd-29b8-40b3-8a56-eb0fd105952f} <Debug> TCPHandler: Processed in 0.002188677 sec. | ||
| 7528 | 2025.01.28 23:10:08.589608 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7529 | 2025.01.28 23:10:08.589817 [ 5 ] {e74d5377-bf72-4d80-bad6-aa3017b4798c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7530 | 2025.01.28 23:10:08.589897 [ 5 ] {e74d5377-bf72-4d80-bad6-aa3017b4798c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7531 | 2025.01.28 23:10:08.590747 [ 5 ] {e74d5377-bf72-4d80-bad6-aa3017b4798c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7532 | 2025.01.28 23:10:08.590792 [ 5 ] {e74d5377-bf72-4d80-bad6-aa3017b4798c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7533 | 2025.01.28 23:10:08.591222 [ 5 ] {e74d5377-bf72-4d80-bad6-aa3017b4798c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7534 | 2025.01.28 23:10:08.591478 [ 5 ] {e74d5377-bf72-4d80-bad6-aa3017b4798c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7535 | 2025.01.28 23:10:08.591724 [ 5 ] {e74d5377-bf72-4d80-bad6-aa3017b4798c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec. | ||
| 7536 | 2025.01.28 23:10:08.591792 [ 5 ] {e74d5377-bf72-4d80-bad6-aa3017b4798c} <Debug> TCPHandler: Processed in 0.002330349 sec. | ||
| 7537 | 2025.01.28 23:10:08.591961 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7538 | 2025.01.28 23:10:08.592100 [ 254 ] {0139d6bf-6fd4-4201-b3ae-4cbaf566dcf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7539 | 2025.01.28 23:10:08.592164 [ 254 ] {0139d6bf-6fd4-4201-b3ae-4cbaf566dcf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7540 | 2025.01.28 23:10:08.592748 [ 254 ] {0139d6bf-6fd4-4201-b3ae-4cbaf566dcf1} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7541 | 2025.01.28 23:10:08.592788 [ 254 ] {0139d6bf-6fd4-4201-b3ae-4cbaf566dcf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7542 | 2025.01.28 23:10:08.593177 [ 254 ] {0139d6bf-6fd4-4201-b3ae-4cbaf566dcf1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7543 | 2025.01.28 23:10:08.593428 [ 254 ] {0139d6bf-6fd4-4201-b3ae-4cbaf566dcf1} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7544 | 2025.01.28 23:10:08.593632 [ 254 ] {0139d6bf-6fd4-4201-b3ae-4cbaf566dcf1} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001564 sec., 40920.71611253197 rows/sec., 2.85 MiB/sec. | ||
| 7545 | 2025.01.28 23:10:08.593685 [ 254 ] {0139d6bf-6fd4-4201-b3ae-4cbaf566dcf1} <Debug> TCPHandler: Processed in 0.00179038 sec. | ||
| 7546 | 2025.01.28 23:10:08.593822 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7547 | 2025.01.28 23:10:08.593946 [ 5 ] {1781aa91-e963-46d6-8b31-485bc122e725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7548 | 2025.01.28 23:10:08.594001 [ 5 ] {1781aa91-e963-46d6-8b31-485bc122e725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7549 | 2025.01.28 23:10:08.594513 [ 5 ] {1781aa91-e963-46d6-8b31-485bc122e725} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7550 | 2025.01.28 23:10:08.594553 [ 5 ] {1781aa91-e963-46d6-8b31-485bc122e725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7551 | 2025.01.28 23:10:08.594940 [ 5 ] {1781aa91-e963-46d6-8b31-485bc122e725} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7552 | 2025.01.28 23:10:08.595190 [ 5 ] {1781aa91-e963-46d6-8b31-485bc122e725} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7553 | 2025.01.28 23:10:08.595421 [ 5 ] {1781aa91-e963-46d6-8b31-485bc122e725} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001503 sec., 15968.063872255489 rows/sec., 1.08 MiB/sec. | ||
| 7554 | 2025.01.28 23:10:08.595496 [ 5 ] {1781aa91-e963-46d6-8b31-485bc122e725} <Debug> TCPHandler: Processed in 0.001732279 sec. | ||
| 7555 | 2025.01.28 23:10:10.265454 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7556 | 2025.01.28 23:10:10.266639 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7557 | 2025.01.28 23:10:10.266738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7558 | 2025.01.28 23:10:10.267405 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7559 | 2025.01.28 23:10:10.267663 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7560 | 2025.01.28 23:10:10.267957 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7561 | 2025.01.28 23:10:11.381410 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7562 | 2025.01.28 23:10:11.405114 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7563 | 2025.01.28 23:10:11.405173 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7564 | 2025.01.28 23:10:11.412543 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7565 | 2025.01.28 23:10:11.413380 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7566 | 2025.01.28 23:10:11.418622 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7567 | 2025.01.28 23:10:13.593845 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7568 | 2025.01.28 23:10:13.594066 [ 254 ] {07c846fb-da8a-44f3-bab1-24ab1cb02fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7569 | 2025.01.28 23:10:13.594146 [ 254 ] {07c846fb-da8a-44f3-bab1-24ab1cb02fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7570 | 2025.01.28 23:10:13.595021 [ 254 ] {07c846fb-da8a-44f3-bab1-24ab1cb02fdc} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7571 | 2025.01.28 23:10:13.595073 [ 254 ] {07c846fb-da8a-44f3-bab1-24ab1cb02fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7572 | 2025.01.28 23:10:13.595523 [ 254 ] {07c846fb-da8a-44f3-bab1-24ab1cb02fdc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7573 | 2025.01.28 23:10:13.595778 [ 254 ] {07c846fb-da8a-44f3-bab1-24ab1cb02fdc} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7574 | 2025.01.28 23:10:13.596014 [ 254 ] {07c846fb-da8a-44f3-bab1-24ab1cb02fdc} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002004 sec., 54890.21956087824 rows/sec., 4.61 MiB/sec. | ||
| 7575 | 2025.01.28 23:10:13.596092 [ 254 ] {07c846fb-da8a-44f3-bab1-24ab1cb02fdc} <Debug> TCPHandler: Processed in 0.00238844 sec. | ||
| 7576 | 2025.01.28 23:10:13.596382 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7577 | 2025.01.28 23:10:13.596594 [ 5 ] {78f09bd5-2a09-4bbb-80b1-27718f54557f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7578 | 2025.01.28 23:10:13.596675 [ 5 ] {78f09bd5-2a09-4bbb-80b1-27718f54557f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7579 | 2025.01.28 23:10:13.597447 [ 5 ] {78f09bd5-2a09-4bbb-80b1-27718f54557f} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7580 | 2025.01.28 23:10:13.597489 [ 5 ] {78f09bd5-2a09-4bbb-80b1-27718f54557f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7581 | 2025.01.28 23:10:13.597923 [ 5 ] {78f09bd5-2a09-4bbb-80b1-27718f54557f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7582 | 2025.01.28 23:10:13.598177 [ 5 ] {78f09bd5-2a09-4bbb-80b1-27718f54557f} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7583 | 2025.01.28 23:10:13.598371 [ 5 ] {78f09bd5-2a09-4bbb-80b1-27718f54557f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001836 sec., 14705.882352941177 rows/sec., 1.08 MiB/sec. | ||
| 7584 | 2025.01.28 23:10:13.598430 [ 5 ] {78f09bd5-2a09-4bbb-80b1-27718f54557f} <Debug> TCPHandler: Processed in 0.002203187 sec. | ||
| 7585 | 2025.01.28 23:10:13.598605 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7586 | 2025.01.28 23:10:13.598729 [ 254 ] {da8ad147-d706-46b0-8bab-e60532693c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7587 | 2025.01.28 23:10:13.598780 [ 254 ] {da8ad147-d706-46b0-8bab-e60532693c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7588 | 2025.01.28 23:10:13.599418 [ 254 ] {da8ad147-d706-46b0-8bab-e60532693c1a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7589 | 2025.01.28 23:10:13.599458 [ 254 ] {da8ad147-d706-46b0-8bab-e60532693c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7590 | 2025.01.28 23:10:13.599840 [ 254 ] {da8ad147-d706-46b0-8bab-e60532693c1a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7591 | 2025.01.28 23:10:13.600088 [ 254 ] {da8ad147-d706-46b0-8bab-e60532693c1a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7592 | 2025.01.28 23:10:13.600298 [ 254 ] {da8ad147-d706-46b0-8bab-e60532693c1a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001593 sec., 57124.92153170119 rows/sec., 4.46 MiB/sec. | ||
| 7593 | 2025.01.28 23:10:13.600353 [ 254 ] {da8ad147-d706-46b0-8bab-e60532693c1a} <Debug> TCPHandler: Processed in 0.00180805 sec. | ||
| 7594 | 2025.01.28 23:10:13.600509 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7595 | 2025.01.28 23:10:13.600626 [ 5 ] {d2bbaabf-6d8f-48fb-8ef6-3c5eb8bf2229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7596 | 2025.01.28 23:10:13.600679 [ 5 ] {d2bbaabf-6d8f-48fb-8ef6-3c5eb8bf2229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7597 | 2025.01.28 23:10:13.601276 [ 5 ] {d2bbaabf-6d8f-48fb-8ef6-3c5eb8bf2229} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7598 | 2025.01.28 23:10:13.601316 [ 5 ] {d2bbaabf-6d8f-48fb-8ef6-3c5eb8bf2229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7599 | 2025.01.28 23:10:13.601725 [ 5 ] {d2bbaabf-6d8f-48fb-8ef6-3c5eb8bf2229} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7600 | 2025.01.28 23:10:13.601965 [ 5 ] {d2bbaabf-6d8f-48fb-8ef6-3c5eb8bf2229} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2025.01.28 23:10:13.602189 [ 5 ] {d2bbaabf-6d8f-48fb-8ef6-3c5eb8bf2229} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
| 7602 | 2025.01.28 23:10:13.602241 [ 5 ] {d2bbaabf-6d8f-48fb-8ef6-3c5eb8bf2229} <Debug> TCPHandler: Processed in 0.00178832 sec. | ||
| 7603 | 2025.01.28 23:10:13.602404 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7604 | 2025.01.28 23:10:13.602521 [ 254 ] {b53a1993-7b00-43fe-8762-6261a6649255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7605 | 2025.01.28 23:10:13.602603 [ 254 ] {b53a1993-7b00-43fe-8762-6261a6649255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7606 | 2025.01.28 23:10:13.603771 [ 254 ] {b53a1993-7b00-43fe-8762-6261a6649255} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2025.01.28 23:10:13.603810 [ 254 ] {b53a1993-7b00-43fe-8762-6261a6649255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7608 | 2025.01.28 23:10:13.604468 [ 254 ] {b53a1993-7b00-43fe-8762-6261a6649255} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7609 | 2025.01.28 23:10:13.604737 [ 254 ] {b53a1993-7b00-43fe-8762-6261a6649255} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7610 | 2025.01.28 23:10:13.604999 [ 254 ] {b53a1993-7b00-43fe-8762-6261a6649255} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002502 sec., 10791.366906474821 rows/sec., 19.34 MiB/sec. | ||
| 7611 | 2025.01.28 23:10:13.605294 [ 254 ] {b53a1993-7b00-43fe-8762-6261a6649255} <Debug> TCPHandler: Processed in 0.002946439 sec. | ||
| 7612 | 2025.01.28 23:10:13.605464 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7613 | 2025.01.28 23:10:13.605603 [ 5 ] {d5e4148c-8a25-4b67-b229-c584afbab5d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7614 | 2025.01.28 23:10:13.605663 [ 5 ] {d5e4148c-8a25-4b67-b229-c584afbab5d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7615 | 2025.01.28 23:10:13.606254 [ 5 ] {d5e4148c-8a25-4b67-b229-c584afbab5d5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7616 | 2025.01.28 23:10:13.606301 [ 5 ] {d5e4148c-8a25-4b67-b229-c584afbab5d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7617 | 2025.01.28 23:10:13.606738 [ 5 ] {d5e4148c-8a25-4b67-b229-c584afbab5d5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7618 | 2025.01.28 23:10:13.606987 [ 5 ] {d5e4148c-8a25-4b67-b229-c584afbab5d5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7619 | 2025.01.28 23:10:13.607214 [ 5 ] {d5e4148c-8a25-4b67-b229-c584afbab5d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec. | ||
| 7620 | 2025.01.28 23:10:13.607269 [ 5 ] {d5e4148c-8a25-4b67-b229-c584afbab5d5} <Debug> TCPHandler: Processed in 0.001873312 sec. | ||
| 7621 | 2025.01.28 23:10:16.874419 [ 81 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7622 | 2025.01.28 23:10:16.874497 [ 81 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7623 | 2025.01.28 23:10:16.874521 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7624 | 2025.01.28 23:10:16.874697 [ 199 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7625 | 2025.01.28 23:10:16.874970 [ 199 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7626 | 2025.01.28 23:10:16.875009 [ 199 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7627 | 2025.01.28 23:10:16.875086 [ 199 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7628 | 2025.01.28 23:10:16.875182 [ 199 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7629 | 2025.01.28 23:10:16.875417 [ 199 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7630 | 2025.01.28 23:10:16.875560 [ 199 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7631 | 2025.01.28 23:10:16.876573 [ 195 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.001987623 sec., 72448.3465928901 rows/sec., 3.70 MiB/sec. | ||
| 7632 | 2025.01.28 23:10:16.876695 [ 195 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7633 | 2025.01.28 23:10:16.876981 [ 195 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7634 | 2025.01.28 23:10:16.877067 [ 195 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_24_5} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7635 | 2025.01.28 23:10:16.877144 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7636 | 2025.01.28 23:10:17.625962 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7637 | 2025.01.28 23:10:17.626013 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7638 | 2025.01.28 23:10:17.768162 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7639 | 2025.01.28 23:10:17.768802 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7640 | 2025.01.28 23:10:17.768854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7641 | 2025.01.28 23:10:17.769394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7642 | 2025.01.28 23:10:17.769652 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7643 | 2025.01.28 23:10:17.769864 [ 80 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7644 | 2025.01.28 23:10:17.769952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7645 | 2025.01.28 23:10:17.769958 [ 80 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7646 | 2025.01.28 23:10:17.770010 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7647 | 2025.01.28 23:10:17.770245 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 7648 | 2025.01.28 23:10:17.770554 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7649 | 2025.01.28 23:10:17.770624 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7650 | 2025.01.28 23:10:17.770787 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 7651 | 2025.01.28 23:10:17.770998 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 7652 | 2025.01.28 23:10:17.771183 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 7653 | 2025.01.28 23:10:17.771388 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 7654 | 2025.01.28 23:10:17.771581 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 7655 | 2025.01.28 23:10:17.774317 [ 195 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.00421769 sec., 3919444.0558694457 rows/sec., 56.07 MiB/sec. | ||
| 7656 | 2025.01.28 23:10:17.774491 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7657 | 2025.01.28 23:10:17.774894 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7658 | 2025.01.28 23:10:17.774986 [ 203 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_36_7} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7659 | 2025.01.28 23:10:17.775108 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7660 | 2025.01.28 23:10:17.847505 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1092 | ||
| 7661 | 2025.01.28 23:10:17.850294 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.01.28 23:10:17.850334 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7663 | 2025.01.28 23:10:17.851803 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7664 | 2025.01.28 23:10:17.852114 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.01.28 23:10:17.852286 [ 80 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7666 | 2025.01.28 23:10:17.852355 [ 80 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7667 | 2025.01.28 23:10:17.852398 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7668 | 2025.01.28 23:10:17.853046 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 7669 | 2025.01.28 23:10:17.854052 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
| 7670 | 2025.01.28 23:10:17.854452 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7671 | 2025.01.28 23:10:17.854612 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 902 rows starting from the beginning of the part | ||
| 7672 | 2025.01.28 23:10:17.855308 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 7673 | 2025.01.28 23:10:17.855945 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 7674 | 2025.01.28 23:10:17.856582 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 7675 | 2025.01.28 23:10:17.857195 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part | ||
| 7676 | 2025.01.28 23:10:17.857832 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 7677 | 2025.01.28 23:10:17.865714 [ 190 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 72 columns (72 merged, 0 gathered) in 0.01315102 sec., 83035.38432760349 rows/sec., 66.57 MiB/sec. | ||
| 7678 | 2025.01.28 23:10:17.867144 [ 203 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7679 | 2025.01.28 23:10:17.867929 [ 203 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7680 | 2025.01.28 23:10:17.868014 [ 203 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_26_5} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7681 | 2025.01.28 23:10:17.868323 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. | ||
| 7682 | 2025.01.28 23:10:18.597259 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7683 | 2025.01.28 23:10:18.597465 [ 254 ] {0af5137a-d6dd-485d-b08f-195f7c9c416b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7684 | 2025.01.28 23:10:18.597544 [ 254 ] {0af5137a-d6dd-485d-b08f-195f7c9c416b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7685 | 2025.01.28 23:10:18.598325 [ 254 ] {0af5137a-d6dd-485d-b08f-195f7c9c416b} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2025.01.28 23:10:18.598369 [ 254 ] {0af5137a-d6dd-485d-b08f-195f7c9c416b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7687 | 2025.01.28 23:10:18.598801 [ 254 ] {0af5137a-d6dd-485d-b08f-195f7c9c416b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7688 | 2025.01.28 23:10:18.599055 [ 254 ] {0af5137a-d6dd-485d-b08f-195f7c9c416b} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2025.01.28 23:10:18.599213 [ 79 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7690 | 2025.01.28 23:10:18.599264 [ 79 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7691 | 2025.01.28 23:10:18.599271 [ 254 ] {0af5137a-d6dd-485d-b08f-195f7c9c416b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 7692 | 2025.01.28 23:10:18.599293 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7693 | 2025.01.28 23:10:18.599398 [ 254 ] {0af5137a-d6dd-485d-b08f-195f7c9c416b} <Debug> TCPHandler: Processed in 0.002271228 sec. | ||
| 7694 | 2025.01.28 23:10:18.599945 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7695 | 2025.01.28 23:10:18.599971 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 7696 | 2025.01.28 23:10:18.600289 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7697 | 2025.01.28 23:10:18.600363 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 7698 | 2025.01.28 23:10:18.600419 [ 5 ] {b846e502-de4c-49a9-b008-53579e7f43fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7699 | 2025.01.28 23:10:18.600559 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 7700 | 2025.01.28 23:10:18.600758 [ 5 ] {b846e502-de4c-49a9-b008-53579e7f43fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7701 | 2025.01.28 23:10:18.600842 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 7702 | 2025.01.28 23:10:18.601336 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 7703 | 2025.01.28 23:10:18.601543 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 7704 | 2025.01.28 23:10:18.603755 [ 5 ] {b846e502-de4c-49a9-b008-53579e7f43fa} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7705 | 2025.01.28 23:10:18.603857 [ 5 ] {b846e502-de4c-49a9-b008-53579e7f43fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7706 | 2025.01.28 23:10:18.604205 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004767589 sec., 14682.473677995315 rows/sec., 1.09 MiB/sec. | ||
| 7707 | 2025.01.28 23:10:18.604396 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7708 | 2025.01.28 23:10:18.604903 [ 5 ] {b846e502-de4c-49a9-b008-53579e7f43fa} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7709 | 2025.01.28 23:10:18.604932 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_25_6} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7710 | 2025.01.28 23:10:18.605093 [ 192 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_25_6} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7711 | 2025.01.28 23:10:18.605260 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7712 | 2025.01.28 23:10:18.605380 [ 5 ] {b846e502-de4c-49a9-b008-53579e7f43fa} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7713 | 2025.01.28 23:10:18.605688 [ 5 ] {b846e502-de4c-49a9-b008-53579e7f43fa} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.005413 sec., 41936.07980786994 rows/sec., 3.67 MiB/sec. | ||
| 7714 | 2025.01.28 23:10:18.605811 [ 5 ] {b846e502-de4c-49a9-b008-53579e7f43fa} <Debug> TCPHandler: Processed in 0.006238354 sec. | ||
| 7715 | 2025.01.28 23:10:18.606027 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7716 | 2025.01.28 23:10:18.606177 [ 254 ] {3d66b19c-ff2f-4b2b-a1db-88e9ffcdf0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7717 | 2025.01.28 23:10:18.606230 [ 254 ] {3d66b19c-ff2f-4b2b-a1db-88e9ffcdf0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7718 | 2025.01.28 23:10:18.606828 [ 254 ] {3d66b19c-ff2f-4b2b-a1db-88e9ffcdf0ac} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7719 | 2025.01.28 23:10:18.606866 [ 254 ] {3d66b19c-ff2f-4b2b-a1db-88e9ffcdf0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7720 | 2025.01.28 23:10:18.607234 [ 254 ] {3d66b19c-ff2f-4b2b-a1db-88e9ffcdf0ac} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7721 | 2025.01.28 23:10:18.607480 [ 254 ] {3d66b19c-ff2f-4b2b-a1db-88e9ffcdf0ac} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7722 | 2025.01.28 23:10:18.607614 [ 79 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 7723 | 2025.01.28 23:10:18.607650 [ 79 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2025.01.28 23:10:18.607672 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7725 | 2025.01.28 23:10:18.607682 [ 254 ] {3d66b19c-ff2f-4b2b-a1db-88e9ffcdf0ac} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001535 sec., 12377.85016286645 rows/sec., 884.95 KiB/sec. | ||
| 7726 | 2025.01.28 23:10:18.607945 [ 254 ] {3d66b19c-ff2f-4b2b-a1db-88e9ffcdf0ac} <Debug> TCPHandler: Processed in 0.002005574 sec. | ||
| 7727 | 2025.01.28 23:10:18.608174 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 7728 | 2025.01.28 23:10:18.608331 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7729 | 2025.01.28 23:10:18.608889 [ 5 ] {6f52bb8a-ac77-4d31-8930-fd5adf496eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7730 | 2025.01.28 23:10:18.608887 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7731 | 2025.01.28 23:10:18.608964 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 64 rows starting from the beginning of the part | ||
| 7732 | 2025.01.28 23:10:18.608983 [ 5 ] {6f52bb8a-ac77-4d31-8930-fd5adf496eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7733 | 2025.01.28 23:10:18.609094 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 19 rows starting from the beginning of the part | ||
| 7734 | 2025.01.28 23:10:18.609537 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part | ||
| 7735 | 2025.01.28 23:10:18.609891 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 33 rows starting from the beginning of the part | ||
| 7736 | 2025.01.28 23:10:18.610302 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part | ||
| 7737 | 2025.01.28 23:10:18.610602 [ 203 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 19 rows starting from the beginning of the part | ||
| 7738 | 2025.01.28 23:10:18.611545 [ 5 ] {6f52bb8a-ac77-4d31-8930-fd5adf496eab} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7739 | 2025.01.28 23:10:18.611590 [ 5 ] {6f52bb8a-ac77-4d31-8930-fd5adf496eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7740 | 2025.01.28 23:10:18.612250 [ 5 ] {6f52bb8a-ac77-4d31-8930-fd5adf496eab} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7741 | 2025.01.28 23:10:18.612289 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.004533466 sec., 41689.956426275174 rows/sec., 3.12 MiB/sec. | ||
| 7742 | 2025.01.28 23:10:18.612572 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 7743 | 2025.01.28 23:10:18.612733 [ 5 ] {6f52bb8a-ac77-4d31-8930-fd5adf496eab} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7744 | 2025.01.28 23:10:18.613123 [ 5 ] {6f52bb8a-ac77-4d31-8930-fd5adf496eab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004424 sec., 3164.5569620253164 rows/sec., 221.62 KiB/sec. | ||
| 7745 | 2025.01.28 23:10:18.613288 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2025.01.28 23:10:18.613294 [ 5 ] {6f52bb8a-ac77-4d31-8930-fd5adf496eab} <Debug> TCPHandler: Processed in 0.005195937 sec. | ||
| 7747 | 2025.01.28 23:10:18.613464 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_45_9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 7748 | 2025.01.28 23:10:18.613508 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7749 | 2025.01.28 23:10:18.613634 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7750 | 2025.01.28 23:10:18.613733 [ 254 ] {168928ef-fc3d-466b-a394-4c9194b1d3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7751 | 2025.01.28 23:10:18.613797 [ 254 ] {168928ef-fc3d-466b-a394-4c9194b1d3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7752 | 2025.01.28 23:10:18.614394 [ 254 ] {168928ef-fc3d-466b-a394-4c9194b1d3c2} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7753 | 2025.01.28 23:10:18.614435 [ 254 ] {168928ef-fc3d-466b-a394-4c9194b1d3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7754 | 2025.01.28 23:10:18.614801 [ 254 ] {168928ef-fc3d-466b-a394-4c9194b1d3c2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7755 | 2025.01.28 23:10:18.615053 [ 254 ] {168928ef-fc3d-466b-a394-4c9194b1d3c2} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7756 | 2025.01.28 23:10:18.615179 [ 79 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7757 | 2025.01.28 23:10:18.615217 [ 79 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7758 | 2025.01.28 23:10:18.615245 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7759 | 2025.01.28 23:10:18.615249 [ 254 ] {168928ef-fc3d-466b-a394-4c9194b1d3c2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 7760 | 2025.01.28 23:10:18.615452 [ 254 ] {168928ef-fc3d-466b-a394-4c9194b1d3c2} <Debug> TCPHandler: Processed in 0.002018364 sec. | ||
| 7761 | 2025.01.28 23:10:18.615497 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 7762 | 2025.01.28 23:10:18.615657 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7763 | 2025.01.28 23:10:18.615657 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7764 | 2025.01.28 23:10:18.615699 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 7765 | 2025.01.28 23:10:18.615933 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 7766 | 2025.01.28 23:10:18.616245 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 7767 | 2025.01.28 23:10:18.616246 [ 5 ] {b275e354-6469-4ee2-ab14-d7c1b8745443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7768 | 2025.01.28 23:10:18.616667 [ 5 ] {b275e354-6469-4ee2-ab14-d7c1b8745443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7769 | 2025.01.28 23:10:18.616707 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 7770 | 2025.01.28 23:10:18.617122 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 7771 | 2025.01.28 23:10:18.619536 [ 5 ] {b275e354-6469-4ee2-ab14-d7c1b8745443} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7772 | 2025.01.28 23:10:18.619556 [ 198 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00423032 sec., 15365.267875716258 rows/sec., 1018.04 KiB/sec. | ||
| 7773 | 2025.01.28 23:10:18.619597 [ 5 ] {b275e354-6469-4ee2-ab14-d7c1b8745443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7774 | 2025.01.28 23:10:18.619789 [ 198 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7775 | 2025.01.28 23:10:18.620375 [ 5 ] {b275e354-6469-4ee2-ab14-d7c1b8745443} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7776 | 2025.01.28 23:10:18.620375 [ 198 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_25_6} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7777 | 2025.01.28 23:10:18.620530 [ 198 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_25_6} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7778 | 2025.01.28 23:10:18.620684 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7779 | 2025.01.28 23:10:18.620796 [ 5 ] {b275e354-6469-4ee2-ab14-d7c1b8745443} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2025.01.28 23:10:18.621039 [ 5 ] {b275e354-6469-4ee2-ab14-d7c1b8745443} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.005068 sec., 77742.69928966062 rows/sec., 5.52 MiB/sec. | ||
| 7781 | 2025.01.28 23:10:18.621104 [ 5 ] {b275e354-6469-4ee2-ab14-d7c1b8745443} <Debug> TCPHandler: Processed in 0.005535942 sec. | ||
| 7782 | 2025.01.28 23:10:18.621263 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7783 | 2025.01.28 23:10:18.621401 [ 254 ] {45a66573-b55f-422f-aefd-5f76f3c223a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7784 | 2025.01.28 23:10:18.621467 [ 254 ] {45a66573-b55f-422f-aefd-5f76f3c223a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7785 | 2025.01.28 23:10:18.622068 [ 254 ] {45a66573-b55f-422f-aefd-5f76f3c223a6} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2025.01.28 23:10:18.622107 [ 254 ] {45a66573-b55f-422f-aefd-5f76f3c223a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7787 | 2025.01.28 23:10:18.622478 [ 254 ] {45a66573-b55f-422f-aefd-5f76f3c223a6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7788 | 2025.01.28 23:10:18.622715 [ 254 ] {45a66573-b55f-422f-aefd-5f76f3c223a6} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.01.28 23:10:18.622924 [ 254 ] {45a66573-b55f-422f-aefd-5f76f3c223a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec. | ||
| 7790 | 2025.01.28 23:10:18.622982 [ 254 ] {45a66573-b55f-422f-aefd-5f76f3c223a6} <Debug> TCPHandler: Processed in 0.00178503 sec. | ||
| 7791 | 2025.01.28 23:10:18.623192 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.01.28 23:10:18.623411 [ 5 ] {767ef31b-2829-441f-a7a2-4daf503576e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7793 | 2025.01.28 23:10:18.623506 [ 5 ] {767ef31b-2829-441f-a7a2-4daf503576e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7794 | 2025.01.28 23:10:18.624698 [ 5 ] {767ef31b-2829-441f-a7a2-4daf503576e5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2025.01.28 23:10:18.624737 [ 5 ] {767ef31b-2829-441f-a7a2-4daf503576e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7796 | 2025.01.28 23:10:18.625157 [ 5 ] {767ef31b-2829-441f-a7a2-4daf503576e5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7797 | 2025.01.28 23:10:18.625396 [ 5 ] {767ef31b-2829-441f-a7a2-4daf503576e5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2025.01.28 23:10:18.625606 [ 5 ] {767ef31b-2829-441f-a7a2-4daf503576e5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002248 sec., 105427.0462633452 rows/sec., 7.07 MiB/sec. | ||
| 7799 | 2025.01.28 23:10:18.625659 [ 5 ] {767ef31b-2829-441f-a7a2-4daf503576e5} <Debug> TCPHandler: Processed in 0.002577452 sec. | ||
| 7800 | 2025.01.28 23:10:18.625820 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7801 | 2025.01.28 23:10:18.625955 [ 254 ] {3fa34a2f-25a9-4046-a7c1-9e68e7e96f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7802 | 2025.01.28 23:10:18.626016 [ 254 ] {3fa34a2f-25a9-4046-a7c1-9e68e7e96f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7803 | 2025.01.28 23:10:18.626702 [ 254 ] {3fa34a2f-25a9-4046-a7c1-9e68e7e96f9e} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7804 | 2025.01.28 23:10:18.626748 [ 254 ] {3fa34a2f-25a9-4046-a7c1-9e68e7e96f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7805 | 2025.01.28 23:10:18.627124 [ 254 ] {3fa34a2f-25a9-4046-a7c1-9e68e7e96f9e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7806 | 2025.01.28 23:10:18.627365 [ 254 ] {3fa34a2f-25a9-4046-a7c1-9e68e7e96f9e} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7807 | 2025.01.28 23:10:18.627572 [ 254 ] {3fa34a2f-25a9-4046-a7c1-9e68e7e96f9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001647 sec., 607.1645415907711 rows/sec., 40.91 KiB/sec. | ||
| 7808 | 2025.01.28 23:10:18.627624 [ 254 ] {3fa34a2f-25a9-4046-a7c1-9e68e7e96f9e} <Debug> TCPHandler: Processed in 0.001870081 sec. | ||
| 7809 | 2025.01.28 23:10:18.627759 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7810 | 2025.01.28 23:10:18.627888 [ 5 ] {c7f0a7ce-a36f-4550-8dff-96c6e1ec2e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7811 | 2025.01.28 23:10:18.628028 [ 5 ] {c7f0a7ce-a36f-4550-8dff-96c6e1ec2e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7812 | 2025.01.28 23:10:18.629532 [ 5 ] {c7f0a7ce-a36f-4550-8dff-96c6e1ec2e42} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7813 | 2025.01.28 23:10:18.629571 [ 5 ] {c7f0a7ce-a36f-4550-8dff-96c6e1ec2e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7814 | 2025.01.28 23:10:18.630182 [ 5 ] {c7f0a7ce-a36f-4550-8dff-96c6e1ec2e42} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7815 | 2025.01.28 23:10:18.630438 [ 5 ] {c7f0a7ce-a36f-4550-8dff-96c6e1ec2e42} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7816 | 2025.01.28 23:10:18.630706 [ 5 ] {c7f0a7ce-a36f-4550-8dff-96c6e1ec2e42} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002855 sec., 4203.152364273205 rows/sec., 7.53 MiB/sec. | ||
| 7817 | 2025.01.28 23:10:18.630813 [ 5 ] {c7f0a7ce-a36f-4550-8dff-96c6e1ec2e42} <Debug> TCPHandler: Processed in 0.003110152 sec. | ||
| 7818 | 2025.01.28 23:10:18.630964 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7819 | 2025.01.28 23:10:18.631080 [ 254 ] {32907225-a7c6-4d7d-8bfb-da8d35c9c0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7820 | 2025.01.28 23:10:18.631131 [ 254 ] {32907225-a7c6-4d7d-8bfb-da8d35c9c0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7821 | 2025.01.28 23:10:18.631621 [ 254 ] {32907225-a7c6-4d7d-8bfb-da8d35c9c0a4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7822 | 2025.01.28 23:10:18.631660 [ 254 ] {32907225-a7c6-4d7d-8bfb-da8d35c9c0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7823 | 2025.01.28 23:10:18.632039 [ 254 ] {32907225-a7c6-4d7d-8bfb-da8d35c9c0a4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7824 | 2025.01.28 23:10:18.632281 [ 254 ] {32907225-a7c6-4d7d-8bfb-da8d35c9c0a4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7825 | 2025.01.28 23:10:18.632505 [ 254 ] {32907225-a7c6-4d7d-8bfb-da8d35c9c0a4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec. | ||
| 7826 | 2025.01.28 23:10:18.632602 [ 254 ] {32907225-a7c6-4d7d-8bfb-da8d35c9c0a4} <Debug> TCPHandler: Processed in 0.001691038 sec. | ||
| 7827 | 2025.01.28 23:10:18.918761 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7828 | 2025.01.28 23:10:18.940298 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7829 | 2025.01.28 23:10:18.940347 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7830 | 2025.01.28 23:10:18.947698 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7831 | 2025.01.28 23:10:18.948519 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7832 | 2025.01.28 23:10:18.948938 [ 78 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7833 | 2025.01.28 23:10:18.949123 [ 78 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7834 | 2025.01.28 23:10:18.949227 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7835 | 2025.01.28 23:10:18.949557 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 7836 | 2025.01.28 23:10:18.957024 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7837 | 2025.01.28 23:10:18.958425 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7838 | 2025.01.28 23:10:18.959273 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 7839 | 2025.01.28 23:10:18.963956 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 7840 | 2025.01.28 23:10:18.968796 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 7841 | 2025.01.28 23:10:18.974022 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 7842 | 2025.01.28 23:10:18.979387 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 7843 | 2025.01.28 23:10:18.983972 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 7844 | 2025.01.28 23:10:19.000198 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.13 MiB, peak 219.13 MiB, free memory in arenas 0.00 B, will set to 208.81 MiB (RSS), difference: -10.32 MiB | ||
| 7845 | 2025.01.28 23:10:19.049151 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.099764266 sec., 2726.4271156969166 rows/sec., 14.10 MiB/sec. | ||
| 7846 | 2025.01.28 23:10:19.052520 [ 196 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7847 | 2025.01.28 23:10:19.055586 [ 196 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_36_7} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7848 | 2025.01.28 23:10:19.055705 [ 196 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_36_7} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7849 | 2025.01.28 23:10:19.058045 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7850 | 2025.01.28 23:10:20.000228 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.41 MiB, peak 219.13 MiB, free memory in arenas 0.00 B, will set to 209.80 MiB (RSS), difference: 10.39 MiB | ||
| 7851 | 2025.01.28 23:10:23.594686 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7852 | 2025.01.28 23:10:23.594890 [ 254 ] {5cfcbc71-8fad-4275-9b7b-1640b1fbf22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7853 | 2025.01.28 23:10:23.594969 [ 254 ] {5cfcbc71-8fad-4275-9b7b-1640b1fbf22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7854 | 2025.01.28 23:10:23.595752 [ 254 ] {5cfcbc71-8fad-4275-9b7b-1640b1fbf22f} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7855 | 2025.01.28 23:10:23.595805 [ 254 ] {5cfcbc71-8fad-4275-9b7b-1640b1fbf22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7856 | 2025.01.28 23:10:23.596242 [ 254 ] {5cfcbc71-8fad-4275-9b7b-1640b1fbf22f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7857 | 2025.01.28 23:10:23.596507 [ 254 ] {5cfcbc71-8fad-4275-9b7b-1640b1fbf22f} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2025.01.28 23:10:23.596760 [ 254 ] {5cfcbc71-8fad-4275-9b7b-1640b1fbf22f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001921 sec., 1041.124414367517 rows/sec., 84.90 KiB/sec. | ||
| 7859 | 2025.01.28 23:10:23.596856 [ 254 ] {5cfcbc71-8fad-4275-9b7b-1640b1fbf22f} <Debug> TCPHandler: Processed in 0.002314129 sec. | ||
| 7860 | 2025.01.28 23:10:23.597216 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7861 | 2025.01.28 23:10:23.597465 [ 5 ] {d135b810-46c7-40e3-b22e-373c8347cc0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7862 | 2025.01.28 23:10:23.597557 [ 5 ] {d135b810-46c7-40e3-b22e-373c8347cc0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7863 | 2025.01.28 23:10:23.598491 [ 5 ] {d135b810-46c7-40e3-b22e-373c8347cc0f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7864 | 2025.01.28 23:10:23.598549 [ 5 ] {d135b810-46c7-40e3-b22e-373c8347cc0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7865 | 2025.01.28 23:10:23.599025 [ 5 ] {d135b810-46c7-40e3-b22e-373c8347cc0f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7866 | 2025.01.28 23:10:23.599307 [ 5 ] {d135b810-46c7-40e3-b22e-373c8347cc0f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7867 | 2025.01.28 23:10:23.599605 [ 5 ] {d135b810-46c7-40e3-b22e-373c8347cc0f} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002212 sec., 50180.831826401445 rows/sec., 4.21 MiB/sec. | ||
| 7868 | 2025.01.28 23:10:23.599721 [ 5 ] {d135b810-46c7-40e3-b22e-373c8347cc0f} <Debug> TCPHandler: Processed in 0.002697295 sec. | ||
| 7869 | 2025.01.28 23:10:23.599938 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2025.01.28 23:10:23.600097 [ 254 ] {21f52993-38af-474b-a907-f72a971598c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7871 | 2025.01.28 23:10:23.600153 [ 254 ] {21f52993-38af-474b-a907-f72a971598c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7872 | 2025.01.28 23:10:23.600814 [ 254 ] {21f52993-38af-474b-a907-f72a971598c9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2025.01.28 23:10:23.600855 [ 254 ] {21f52993-38af-474b-a907-f72a971598c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7874 | 2025.01.28 23:10:23.601271 [ 254 ] {21f52993-38af-474b-a907-f72a971598c9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7875 | 2025.01.28 23:10:23.601521 [ 254 ] {21f52993-38af-474b-a907-f72a971598c9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.01.28 23:10:23.601735 [ 254 ] {21f52993-38af-474b-a907-f72a971598c9} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001672 sec., 17344.497607655503 rows/sec., 1.27 MiB/sec. | ||
| 7877 | 2025.01.28 23:10:23.601792 [ 254 ] {21f52993-38af-474b-a907-f72a971598c9} <Debug> TCPHandler: Processed in 0.001937402 sec. | ||
| 7878 | 2025.01.28 23:10:23.601992 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7879 | 2025.01.28 23:10:23.602125 [ 5 ] {525804fc-68ea-4ca5-8b22-b440ae0149e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7880 | 2025.01.28 23:10:23.602183 [ 5 ] {525804fc-68ea-4ca5-8b22-b440ae0149e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7881 | 2025.01.28 23:10:23.602889 [ 5 ] {525804fc-68ea-4ca5-8b22-b440ae0149e8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7882 | 2025.01.28 23:10:23.602934 [ 5 ] {525804fc-68ea-4ca5-8b22-b440ae0149e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7883 | 2025.01.28 23:10:23.603396 [ 5 ] {525804fc-68ea-4ca5-8b22-b440ae0149e8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7884 | 2025.01.28 23:10:23.603704 [ 5 ] {525804fc-68ea-4ca5-8b22-b440ae0149e8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7885 | 2025.01.28 23:10:23.604012 [ 5 ] {525804fc-68ea-4ca5-8b22-b440ae0149e8} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001902 sec., 48895.899053627756 rows/sec., 3.82 MiB/sec. | ||
| 7886 | 2025.01.28 23:10:23.604153 [ 5 ] {525804fc-68ea-4ca5-8b22-b440ae0149e8} <Debug> TCPHandler: Processed in 0.002218207 sec. | ||
| 7887 | 2025.01.28 23:10:23.604430 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7888 | 2025.01.28 23:10:23.604588 [ 254 ] {fa14157e-acd0-405f-a1d8-692ec03ac540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7889 | 2025.01.28 23:10:23.604649 [ 254 ] {fa14157e-acd0-405f-a1d8-692ec03ac540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7890 | 2025.01.28 23:10:23.605313 [ 254 ] {fa14157e-acd0-405f-a1d8-692ec03ac540} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7891 | 2025.01.28 23:10:23.605366 [ 254 ] {fa14157e-acd0-405f-a1d8-692ec03ac540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7892 | 2025.01.28 23:10:23.605838 [ 254 ] {fa14157e-acd0-405f-a1d8-692ec03ac540} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7893 | 2025.01.28 23:10:23.606095 [ 254 ] {fa14157e-acd0-405f-a1d8-692ec03ac540} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2025.01.28 23:10:23.606357 [ 254 ] {fa14157e-acd0-405f-a1d8-692ec03ac540} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001799 sec., 89494.1634241245 rows/sec., 6.23 MiB/sec. | ||
| 7895 | 2025.01.28 23:10:23.606439 [ 254 ] {fa14157e-acd0-405f-a1d8-692ec03ac540} <Debug> TCPHandler: Processed in 0.002134666 sec. | ||
| 7896 | 2025.01.28 23:10:23.606644 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7897 | 2025.01.28 23:10:23.606791 [ 5 ] {259d39fc-230b-4d6d-aceb-9d2fc63a01a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7898 | 2025.01.28 23:10:23.606903 [ 5 ] {259d39fc-230b-4d6d-aceb-9d2fc63a01a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7899 | 2025.01.28 23:10:23.608518 [ 5 ] {259d39fc-230b-4d6d-aceb-9d2fc63a01a0} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7900 | 2025.01.28 23:10:23.608564 [ 5 ] {259d39fc-230b-4d6d-aceb-9d2fc63a01a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7901 | 2025.01.28 23:10:23.609277 [ 5 ] {259d39fc-230b-4d6d-aceb-9d2fc63a01a0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7902 | 2025.01.28 23:10:23.609553 [ 5 ] {259d39fc-230b-4d6d-aceb-9d2fc63a01a0} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7903 | 2025.01.28 23:10:23.609758 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7904 | 2025.01.28 23:10:23.609852 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7905 | 2025.01.28 23:10:23.609862 [ 5 ] {259d39fc-230b-4d6d-aceb-9d2fc63a01a0} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.0031 sec., 8709.677419354839 rows/sec., 15.61 MiB/sec. | ||
| 7906 | 2025.01.28 23:10:23.609888 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 7907 | 2025.01.28 23:10:23.610492 [ 188 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 7908 | 2025.01.28 23:10:23.610609 [ 5 ] {259d39fc-230b-4d6d-aceb-9d2fc63a01a0} <Debug> TCPHandler: Processed in 0.004028967 sec. | ||
| 7909 | 2025.01.28 23:10:23.611065 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7910 | 2025.01.28 23:10:23.611542 [ 254 ] {4714ee14-786c-4a0f-871b-dae128250908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7911 | 2025.01.28 23:10:23.611725 [ 254 ] {4714ee14-786c-4a0f-871b-dae128250908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7912 | 2025.01.28 23:10:23.611901 [ 188 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7913 | 2025.01.28 23:10:23.612211 [ 188 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 738 rows starting from the beginning of the part | ||
| 7914 | 2025.01.28 23:10:23.613161 [ 188 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part | ||
| 7915 | 2025.01.28 23:10:23.613988 [ 188 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part | ||
| 7916 | 2025.01.28 23:10:23.614009 [ 254 ] {4714ee14-786c-4a0f-871b-dae128250908} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2025.01.28 23:10:23.614116 [ 254 ] {4714ee14-786c-4a0f-871b-dae128250908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7918 | 2025.01.28 23:10:23.614716 [ 188 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part | ||
| 7919 | 2025.01.28 23:10:23.615318 [ 188 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part | ||
| 7920 | 2025.01.28 23:10:23.616051 [ 188 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part | ||
| 7921 | 2025.01.28 23:10:23.616331 [ 254 ] {4714ee14-786c-4a0f-871b-dae128250908} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7922 | 2025.01.28 23:10:23.617198 [ 254 ] {4714ee14-786c-4a0f-871b-dae128250908} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7923 | 2025.01.28 23:10:23.617831 [ 254 ] {4714ee14-786c-4a0f-871b-dae128250908} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006403 sec., 9370.60752772138 rows/sec., 646.67 KiB/sec. | ||
| 7924 | 2025.01.28 23:10:23.618069 [ 254 ] {4714ee14-786c-4a0f-871b-dae128250908} <Debug> TCPHandler: Processed in 0.007290652 sec. | ||
| 7925 | 2025.01.28 23:10:23.627461 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 843 rows, containing 19 columns (19 merged, 0 gathered) in 0.01736797 sec., 48537.62414375428 rows/sec., 86.98 MiB/sec. | ||
| 7926 | 2025.01.28 23:10:23.628553 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7927 | 2025.01.28 23:10:23.629051 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7928 | 2025.01.28 23:10:23.629146 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7929 | 2025.01.28 23:10:23.629320 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
| 7930 | 2025.01.28 23:10:24.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.37 MiB, peak 219.13 MiB, free memory in arenas 0.00 B, will set to 212.03 MiB (RSS), difference: 1.66 MiB | ||
| 7931 | 2025.01.28 23:10:25.270159 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7932 | 2025.01.28 23:10:25.270848 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2025.01.28 23:10:25.270901 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7934 | 2025.01.28 23:10:25.271442 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7935 | 2025.01.28 23:10:25.271721 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2025.01.28 23:10:25.271965 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7937 | 2025.01.28 23:10:26.457164 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7938 | 2025.01.28 23:10:26.475872 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7939 | 2025.01.28 23:10:26.475933 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7940 | 2025.01.28 23:10:26.482842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7941 | 2025.01.28 23:10:26.483605 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7942 | 2025.01.28 23:10:26.487144 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7943 | 2025.01.28 23:10:27.854316 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1128 | ||
| 7944 | 2025.01.28 23:10:27.857427 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7945 | 2025.01.28 23:10:27.857475 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7946 | 2025.01.28 23:10:27.858939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7947 | 2025.01.28 23:10:27.859248 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7948 | 2025.01.28 23:10:27.859888 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1128 | ||
| 7949 | 2025.01.28 23:10:28.597828 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7950 | 2025.01.28 23:10:28.598039 [ 254 ] {b0f8e0bf-ddc9-4c13-be9a-a58a68845e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7951 | 2025.01.28 23:10:28.598121 [ 254 ] {b0f8e0bf-ddc9-4c13-be9a-a58a68845e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7952 | 2025.01.28 23:10:28.598902 [ 254 ] {b0f8e0bf-ddc9-4c13-be9a-a58a68845e88} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7953 | 2025.01.28 23:10:28.598951 [ 254 ] {b0f8e0bf-ddc9-4c13-be9a-a58a68845e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7954 | 2025.01.28 23:10:28.599385 [ 254 ] {b0f8e0bf-ddc9-4c13-be9a-a58a68845e88} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7955 | 2025.01.28 23:10:28.599643 [ 254 ] {b0f8e0bf-ddc9-4c13-be9a-a58a68845e88} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7956 | 2025.01.28 23:10:28.599885 [ 254 ] {b0f8e0bf-ddc9-4c13-be9a-a58a68845e88} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 7957 | 2025.01.28 23:10:28.599953 [ 254 ] {b0f8e0bf-ddc9-4c13-be9a-a58a68845e88} <Debug> TCPHandler: Processed in 0.002262898 sec. | ||
| 7958 | 2025.01.28 23:10:28.600207 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7959 | 2025.01.28 23:10:28.600420 [ 5 ] {06a0a6e6-b9ba-4b17-9724-aa49adba1530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7960 | 2025.01.28 23:10:28.600503 [ 5 ] {06a0a6e6-b9ba-4b17-9724-aa49adba1530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7961 | 2025.01.28 23:10:28.601462 [ 5 ] {06a0a6e6-b9ba-4b17-9724-aa49adba1530} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7962 | 2025.01.28 23:10:28.601515 [ 5 ] {06a0a6e6-b9ba-4b17-9724-aa49adba1530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7963 | 2025.01.28 23:10:28.601968 [ 5 ] {06a0a6e6-b9ba-4b17-9724-aa49adba1530} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7964 | 2025.01.28 23:10:28.602228 [ 5 ] {06a0a6e6-b9ba-4b17-9724-aa49adba1530} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7965 | 2025.01.28 23:10:28.602458 [ 62 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7966 | 2025.01.28 23:10:28.602535 [ 5 ] {06a0a6e6-b9ba-4b17-9724-aa49adba1530} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002162 sec., 104995.37465309899 rows/sec., 9.20 MiB/sec. | ||
| 7967 | 2025.01.28 23:10:28.602596 [ 62 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7968 | 2025.01.28 23:10:28.602693 [ 5 ] {06a0a6e6-b9ba-4b17-9724-aa49adba1530} <Debug> TCPHandler: Processed in 0.002610483 sec. | ||
| 7969 | 2025.01.28 23:10:28.602694 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7970 | 2025.01.28 23:10:28.602916 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7971 | 2025.01.28 23:10:28.602930 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 7972 | 2025.01.28 23:10:28.603100 [ 254 ] {394c41d1-6723-4219-833c-997dbaca1722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7973 | 2025.01.28 23:10:28.603116 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7974 | 2025.01.28 23:10:28.603164 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1431 rows starting from the beginning of the part | ||
| 7975 | 2025.01.28 23:10:28.603173 [ 254 ] {394c41d1-6723-4219-833c-997dbaca1722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7976 | 2025.01.28 23:10:28.603416 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7977 | 2025.01.28 23:10:28.603803 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 110 rows starting from the beginning of the part | ||
| 7978 | 2025.01.28 23:10:28.604254 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 227 rows starting from the beginning of the part | ||
| 7979 | 2025.01.28 23:10:28.604644 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 111 rows starting from the beginning of the part | ||
| 7980 | 2025.01.28 23:10:28.605019 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 227 rows starting from the beginning of the part | ||
| 7981 | 2025.01.28 23:10:28.606001 [ 254 ] {394c41d1-6723-4219-833c-997dbaca1722} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7982 | 2025.01.28 23:10:28.606048 [ 254 ] {394c41d1-6723-4219-833c-997dbaca1722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7983 | 2025.01.28 23:10:28.606640 [ 254 ] {394c41d1-6723-4219-833c-997dbaca1722} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7984 | 2025.01.28 23:10:28.606912 [ 254 ] {394c41d1-6723-4219-833c-997dbaca1722} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7985 | 2025.01.28 23:10:28.607303 [ 254 ] {394c41d1-6723-4219-833c-997dbaca1722} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.004236 sec., 4485.363550519358 rows/sec., 320.68 KiB/sec. | ||
| 7986 | 2025.01.28 23:10:28.607600 [ 254 ] {394c41d1-6723-4219-833c-997dbaca1722} <Debug> TCPHandler: Processed in 0.00478793 sec. | ||
| 7987 | 2025.01.28 23:10:28.607655 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2162 rows, containing 5 columns (5 merged, 0 gathered) in 0.00479063 sec., 451297.63726274 rows/sec., 39.81 MiB/sec. | ||
| 7988 | 2025.01.28 23:10:28.607930 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7989 | 2025.01.28 23:10:28.607944 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7990 | 2025.01.28 23:10:28.608276 [ 5 ] {71e5e943-01a0-4f1a-8097-dd250e658195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7991 | 2025.01.28 23:10:28.608364 [ 5 ] {71e5e943-01a0-4f1a-8097-dd250e658195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7992 | 2025.01.28 23:10:28.608460 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7993 | 2025.01.28 23:10:28.608637 [ 197 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_61_12} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7994 | 2025.01.28 23:10:28.608816 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 7995 | 2025.01.28 23:10:28.609292 [ 5 ] {71e5e943-01a0-4f1a-8097-dd250e658195} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7996 | 2025.01.28 23:10:28.609339 [ 5 ] {71e5e943-01a0-4f1a-8097-dd250e658195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 7997 | 2025.01.28 23:10:28.609709 [ 5 ] {71e5e943-01a0-4f1a-8097-dd250e658195} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7998 | 2025.01.28 23:10:28.609966 [ 5 ] {71e5e943-01a0-4f1a-8097-dd250e658195} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7999 | 2025.01.28 23:10:28.610228 [ 5 ] {71e5e943-01a0-4f1a-8097-dd250e658195} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002055 sec., 6812.652068126521 rows/sec., 477.11 KiB/sec. | ||
| 8000 | 2025.01.28 23:10:28.610383 [ 5 ] {71e5e943-01a0-4f1a-8097-dd250e658195} <Debug> TCPHandler: Processed in 0.002641534 sec. | ||
| 8001 | 2025.01.28 23:10:28.610616 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8002 | 2025.01.28 23:10:28.610762 [ 254 ] {196ae994-a24d-462e-abc7-880f466b9966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8003 | 2025.01.28 23:10:28.610821 [ 254 ] {196ae994-a24d-462e-abc7-880f466b9966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8004 | 2025.01.28 23:10:28.611476 [ 254 ] {196ae994-a24d-462e-abc7-880f466b9966} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8005 | 2025.01.28 23:10:28.611517 [ 254 ] {196ae994-a24d-462e-abc7-880f466b9966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8006 | 2025.01.28 23:10:28.611870 [ 254 ] {196ae994-a24d-462e-abc7-880f466b9966} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8007 | 2025.01.28 23:10:28.612115 [ 254 ] {196ae994-a24d-462e-abc7-880f466b9966} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8008 | 2025.01.28 23:10:28.612321 [ 254 ] {196ae994-a24d-462e-abc7-880f466b9966} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec. | ||
| 8009 | 2025.01.28 23:10:28.612375 [ 254 ] {196ae994-a24d-462e-abc7-880f466b9966} <Debug> TCPHandler: Processed in 0.001877291 sec. | ||
| 8010 | 2025.01.28 23:10:28.612581 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8011 | 2025.01.28 23:10:28.612808 [ 5 ] {b4f1e291-4045-4bda-9404-175fe60ce972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8012 | 2025.01.28 23:10:28.612904 [ 5 ] {b4f1e291-4045-4bda-9404-175fe60ce972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8013 | 2025.01.28 23:10:28.613847 [ 5 ] {b4f1e291-4045-4bda-9404-175fe60ce972} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8014 | 2025.01.28 23:10:28.613888 [ 5 ] {b4f1e291-4045-4bda-9404-175fe60ce972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8015 | 2025.01.28 23:10:28.614277 [ 5 ] {b4f1e291-4045-4bda-9404-175fe60ce972} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8016 | 2025.01.28 23:10:28.614516 [ 5 ] {b4f1e291-4045-4bda-9404-175fe60ce972} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8017 | 2025.01.28 23:10:28.614685 [ 62 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8018 | 2025.01.28 23:10:28.614732 [ 62 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8019 | 2025.01.28 23:10:28.614771 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8020 | 2025.01.28 23:10:28.614771 [ 5 ] {b4f1e291-4045-4bda-9404-175fe60ce972} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002006 sec., 196410.7676969093 rows/sec., 13.94 MiB/sec. | ||
| 8021 | 2025.01.28 23:10:28.614969 [ 5 ] {b4f1e291-4045-4bda-9404-175fe60ce972} <Debug> TCPHandler: Processed in 0.002500031 sec. | ||
| 8022 | 2025.01.28 23:10:28.615064 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 8023 | 2025.01.28 23:10:28.615155 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8024 | 2025.01.28 23:10:28.615261 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8025 | 2025.01.28 23:10:28.615334 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 8026 | 2025.01.28 23:10:28.615376 [ 254 ] {21fde00a-23ed-49af-82eb-7bc6e4246a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8027 | 2025.01.28 23:10:28.615566 [ 254 ] {21fde00a-23ed-49af-82eb-7bc6e4246a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8028 | 2025.01.28 23:10:28.615622 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 8029 | 2025.01.28 23:10:28.615981 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 91 rows starting from the beginning of the part | ||
| 8030 | 2025.01.28 23:10:28.616331 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 394 rows starting from the beginning of the part | ||
| 8031 | 2025.01.28 23:10:28.616705 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 93 rows starting from the beginning of the part | ||
| 8032 | 2025.01.28 23:10:28.616969 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 394 rows starting from the beginning of the part | ||
| 8033 | 2025.01.28 23:10:28.618099 [ 254 ] {21fde00a-23ed-49af-82eb-7bc6e4246a52} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8034 | 2025.01.28 23:10:28.618159 [ 254 ] {21fde00a-23ed-49af-82eb-7bc6e4246a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8035 | 2025.01.28 23:10:28.619152 [ 254 ] {21fde00a-23ed-49af-82eb-7bc6e4246a52} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8036 | 2025.01.28 23:10:28.619652 [ 254 ] {21fde00a-23ed-49af-82eb-7bc6e4246a52} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8037 | 2025.01.28 23:10:28.619980 [ 254 ] {21fde00a-23ed-49af-82eb-7bc6e4246a52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004651 sec., 1290.0451515803054 rows/sec., 67.40 KiB/sec. | ||
| 8038 | 2025.01.28 23:10:28.620288 [ 254 ] {21fde00a-23ed-49af-82eb-7bc6e4246a52} <Debug> TCPHandler: Processed in 0.005194347 sec. | ||
| 8039 | 2025.01.28 23:10:28.620817 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.005912979 sec., 329613.88836320915 rows/sec., 25.23 MiB/sec. | ||
| 8040 | 2025.01.28 23:10:28.620906 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8041 | 2025.01.28 23:10:28.621159 [ 5 ] {b4da50fd-a920-405c-a0b6-c4da64c4304b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8042 | 2025.01.28 23:10:28.621183 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8043 | 2025.01.28 23:10:28.621286 [ 5 ] {b4da50fd-a920-405c-a0b6-c4da64c4304b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8044 | 2025.01.28 23:10:28.621646 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8045 | 2025.01.28 23:10:28.621733 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_61_12} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8046 | 2025.01.28 23:10:28.621834 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8047 | 2025.01.28 23:10:28.622085 [ 5 ] {b4da50fd-a920-405c-a0b6-c4da64c4304b} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8048 | 2025.01.28 23:10:28.622124 [ 5 ] {b4da50fd-a920-405c-a0b6-c4da64c4304b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8049 | 2025.01.28 23:10:28.622522 [ 5 ] {b4da50fd-a920-405c-a0b6-c4da64c4304b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8050 | 2025.01.28 23:10:28.622760 [ 5 ] {b4da50fd-a920-405c-a0b6-c4da64c4304b} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8051 | 2025.01.28 23:10:28.622923 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8052 | 2025.01.28 23:10:28.622987 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8053 | 2025.01.28 23:10:28.622996 [ 5 ] {b4da50fd-a920-405c-a0b6-c4da64c4304b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001904 sec., 124474.78991596638 rows/sec., 8.34 MiB/sec. | ||
| 8054 | 2025.01.28 23:10:28.623026 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8055 | 2025.01.28 23:10:28.623175 [ 5 ] {b4da50fd-a920-405c-a0b6-c4da64c4304b} <Debug> TCPHandler: Processed in 0.002761546 sec. | ||
| 8056 | 2025.01.28 23:10:28.623402 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 8057 | 2025.01.28 23:10:28.623891 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8058 | 2025.01.28 23:10:28.623989 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17354 rows starting from the beginning of the part | ||
| 8059 | 2025.01.28 23:10:28.624141 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2025.01.28 23:10:28.624234 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 8061 | 2025.01.28 23:10:28.624566 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 8062 | 2025.01.28 23:10:28.624560 [ 254 ] {caee1dc0-22c9-4d0f-a232-5b88673db063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8063 | 2025.01.28 23:10:28.624849 [ 254 ] {caee1dc0-22c9-4d0f-a232-5b88673db063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8064 | 2025.01.28 23:10:28.624872 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 8065 | 2025.01.28 23:10:28.625213 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
| 8066 | 2025.01.28 23:10:28.625572 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 8067 | 2025.01.28 23:10:28.626948 [ 254 ] {caee1dc0-22c9-4d0f-a232-5b88673db063} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8068 | 2025.01.28 23:10:28.626991 [ 254 ] {caee1dc0-22c9-4d0f-a232-5b88673db063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8069 | 2025.01.28 23:10:28.627436 [ 254 ] {caee1dc0-22c9-4d0f-a232-5b88673db063} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8070 | 2025.01.28 23:10:28.627839 [ 254 ] {caee1dc0-22c9-4d0f-a232-5b88673db063} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8071 | 2025.01.28 23:10:28.628278 [ 254 ] {caee1dc0-22c9-4d0f-a232-5b88673db063} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00388 sec., 257.73195876288656 rows/sec., 17.37 KiB/sec. | ||
| 8072 | 2025.01.28 23:10:28.628626 [ 254 ] {caee1dc0-22c9-4d0f-a232-5b88673db063} <Debug> TCPHandler: Processed in 0.004633627 sec. | ||
| 8073 | 2025.01.28 23:10:28.628871 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8074 | 2025.01.28 23:10:28.629054 [ 5 ] {4837f342-0625-4e70-ba97-92da2281112b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8075 | 2025.01.28 23:10:28.629203 [ 5 ] {4837f342-0625-4e70-ba97-92da2281112b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8076 | 2025.01.28 23:10:28.630736 [ 5 ] {4837f342-0625-4e70-ba97-92da2281112b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8077 | 2025.01.28 23:10:28.630776 [ 5 ] {4837f342-0625-4e70-ba97-92da2281112b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8078 | 2025.01.28 23:10:28.631618 [ 5 ] {4837f342-0625-4e70-ba97-92da2281112b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8079 | 2025.01.28 23:10:28.631923 [ 5 ] {4837f342-0625-4e70-ba97-92da2281112b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8080 | 2025.01.28 23:10:28.632351 [ 5 ] {4837f342-0625-4e70-ba97-92da2281112b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003333 sec., 3600.3600360036003 rows/sec., 6.45 MiB/sec. | ||
| 8081 | 2025.01.28 23:10:28.632797 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18213 rows, containing 5 columns (5 merged, 0 gathered) in 0.009632191 sec., 1890847.056500437 rows/sec., 127.63 MiB/sec. | ||
| 8082 | 2025.01.28 23:10:28.633057 [ 5 ] {4837f342-0625-4e70-ba97-92da2281112b} <Debug> TCPHandler: Processed in 0.004302512 sec. | ||
| 8083 | 2025.01.28 23:10:28.633123 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8084 | 2025.01.28 23:10:28.633341 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8085 | 2025.01.28 23:10:28.633541 [ 254 ] {626073f8-549d-489d-8301-0bc8f2af3e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8086 | 2025.01.28 23:10:28.633618 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2025.01.28 23:10:28.633644 [ 254 ] {626073f8-549d-489d-8301-0bc8f2af3e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8088 | 2025.01.28 23:10:28.633824 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8089 | 2025.01.28 23:10:28.634002 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB. | ||
| 8090 | 2025.01.28 23:10:28.634448 [ 254 ] {626073f8-549d-489d-8301-0bc8f2af3e29} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8091 | 2025.01.28 23:10:28.634491 [ 254 ] {626073f8-549d-489d-8301-0bc8f2af3e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8092 | 2025.01.28 23:10:28.634862 [ 254 ] {626073f8-549d-489d-8301-0bc8f2af3e29} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8093 | 2025.01.28 23:10:28.635107 [ 254 ] {626073f8-549d-489d-8301-0bc8f2af3e29} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2025.01.28 23:10:28.635235 [ 59 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8095 | 2025.01.28 23:10:28.635271 [ 59 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8096 | 2025.01.28 23:10:28.635287 [ 254 ] {626073f8-549d-489d-8301-0bc8f2af3e29} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001802 sec., 45504.99445061043 rows/sec., 2.89 MiB/sec. | ||
| 8097 | 2025.01.28 23:10:28.635297 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8098 | 2025.01.28 23:10:28.635409 [ 254 ] {626073f8-549d-489d-8301-0bc8f2af3e29} <Debug> TCPHandler: Processed in 0.002206467 sec. | ||
| 8099 | 2025.01.28 23:10:28.635715 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 8100 | 2025.01.28 23:10:28.636153 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8101 | 2025.01.28 23:10:28.636214 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3348 rows starting from the beginning of the part | ||
| 8102 | 2025.01.28 23:10:28.636307 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part | ||
| 8103 | 2025.01.28 23:10:28.636534 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 8104 | 2025.01.28 23:10:28.636712 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8105 | 2025.01.28 23:10:28.636891 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8106 | 2025.01.28 23:10:28.637075 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 8107 | 2025.01.28 23:10:28.638824 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3656 rows, containing 4 columns (4 merged, 0 gathered) in 0.003389777 sec., 1078537.024706935 rows/sec., 70.22 MiB/sec. | ||
| 8108 | 2025.01.28 23:10:28.639204 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8109 | 2025.01.28 23:10:28.639511 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8110 | 2025.01.28 23:10:28.639595 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_61_12} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8111 | 2025.01.28 23:10:28.639678 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8112 | 2025.01.28 23:10:32.626509 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8113 | 2025.01.28 23:10:32.626575 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8114 | 2025.01.28 23:10:32.772132 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 8115 | 2025.01.28 23:10:32.772815 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2025.01.28 23:10:32.772874 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8117 | 2025.01.28 23:10:32.773430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8118 | 2025.01.28 23:10:32.773701 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8119 | 2025.01.28 23:10:32.773964 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8120 | 2025.01.28 23:10:33.594263 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8121 | 2025.01.28 23:10:33.594460 [ 254 ] {a673fe8e-7eca-4767-b1a1-616f556fc792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8122 | 2025.01.28 23:10:33.594541 [ 254 ] {a673fe8e-7eca-4767-b1a1-616f556fc792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8123 | 2025.01.28 23:10:33.595470 [ 254 ] {a673fe8e-7eca-4767-b1a1-616f556fc792} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8124 | 2025.01.28 23:10:33.595513 [ 254 ] {a673fe8e-7eca-4767-b1a1-616f556fc792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8125 | 2025.01.28 23:10:33.595967 [ 254 ] {a673fe8e-7eca-4767-b1a1-616f556fc792} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8126 | 2025.01.28 23:10:33.596222 [ 254 ] {a673fe8e-7eca-4767-b1a1-616f556fc792} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8127 | 2025.01.28 23:10:33.596417 [ 254 ] {a673fe8e-7eca-4767-b1a1-616f556fc792} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002014 sec., 54617.67626613704 rows/sec., 4.59 MiB/sec. | ||
| 8128 | 2025.01.28 23:10:33.596474 [ 254 ] {a673fe8e-7eca-4767-b1a1-616f556fc792} <Debug> TCPHandler: Processed in 0.00233955 sec. | ||
| 8129 | 2025.01.28 23:10:33.596746 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8130 | 2025.01.28 23:10:33.596963 [ 5 ] {d1d546b2-2317-402c-ba41-7bb3dec5193e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8131 | 2025.01.28 23:10:33.597045 [ 5 ] {d1d546b2-2317-402c-ba41-7bb3dec5193e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8132 | 2025.01.28 23:10:33.597852 [ 5 ] {d1d546b2-2317-402c-ba41-7bb3dec5193e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2025.01.28 23:10:33.597906 [ 5 ] {d1d546b2-2317-402c-ba41-7bb3dec5193e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8134 | 2025.01.28 23:10:33.598343 [ 5 ] {d1d546b2-2317-402c-ba41-7bb3dec5193e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8135 | 2025.01.28 23:10:33.598600 [ 5 ] {d1d546b2-2317-402c-ba41-7bb3dec5193e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8136 | 2025.01.28 23:10:33.598861 [ 5 ] {d1d546b2-2317-402c-ba41-7bb3dec5193e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001951 sec., 13839.056893900564 rows/sec., 1.02 MiB/sec. | ||
| 8137 | 2025.01.28 23:10:33.598957 [ 5 ] {d1d546b2-2317-402c-ba41-7bb3dec5193e} <Debug> TCPHandler: Processed in 0.002341909 sec. | ||
| 8138 | 2025.01.28 23:10:33.599211 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8139 | 2025.01.28 23:10:33.599368 [ 254 ] {9a2b5b5d-5908-4e9c-ad2b-46867ed7f653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8140 | 2025.01.28 23:10:33.599432 [ 254 ] {9a2b5b5d-5908-4e9c-ad2b-46867ed7f653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8141 | 2025.01.28 23:10:33.600248 [ 254 ] {9a2b5b5d-5908-4e9c-ad2b-46867ed7f653} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8142 | 2025.01.28 23:10:33.600293 [ 254 ] {9a2b5b5d-5908-4e9c-ad2b-46867ed7f653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8143 | 2025.01.28 23:10:33.600747 [ 254 ] {9a2b5b5d-5908-4e9c-ad2b-46867ed7f653} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8144 | 2025.01.28 23:10:33.601043 [ 254 ] {9a2b5b5d-5908-4e9c-ad2b-46867ed7f653} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8145 | 2025.01.28 23:10:33.601278 [ 254 ] {9a2b5b5d-5908-4e9c-ad2b-46867ed7f653} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001938 sec., 46955.62435500516 rows/sec., 3.67 MiB/sec. | ||
| 8146 | 2025.01.28 23:10:33.601348 [ 254 ] {9a2b5b5d-5908-4e9c-ad2b-46867ed7f653} <Debug> TCPHandler: Processed in 0.002263358 sec. | ||
| 8147 | 2025.01.28 23:10:33.601577 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8148 | 2025.01.28 23:10:33.601738 [ 5 ] {1d1d79ff-0e7d-4f6c-9cbd-d8a84980705d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8149 | 2025.01.28 23:10:33.601812 [ 5 ] {1d1d79ff-0e7d-4f6c-9cbd-d8a84980705d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8150 | 2025.01.28 23:10:33.602593 [ 5 ] {1d1d79ff-0e7d-4f6c-9cbd-d8a84980705d} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8151 | 2025.01.28 23:10:33.602639 [ 5 ] {1d1d79ff-0e7d-4f6c-9cbd-d8a84980705d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8152 | 2025.01.28 23:10:33.603058 [ 5 ] {1d1d79ff-0e7d-4f6c-9cbd-d8a84980705d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8153 | 2025.01.28 23:10:33.603307 [ 5 ] {1d1d79ff-0e7d-4f6c-9cbd-d8a84980705d} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8154 | 2025.01.28 23:10:33.603501 [ 5 ] {1d1d79ff-0e7d-4f6c-9cbd-d8a84980705d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001806 sec., 88593.57696566998 rows/sec., 6.17 MiB/sec. | ||
| 8155 | 2025.01.28 23:10:33.603570 [ 5 ] {1d1d79ff-0e7d-4f6c-9cbd-d8a84980705d} <Debug> TCPHandler: Processed in 0.002065704 sec. | ||
| 8156 | 2025.01.28 23:10:33.603726 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8157 | 2025.01.28 23:10:33.603847 [ 254 ] {ec344169-9e8f-446c-9443-6d2c83d0b2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8158 | 2025.01.28 23:10:33.603930 [ 254 ] {ec344169-9e8f-446c-9443-6d2c83d0b2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8159 | 2025.01.28 23:10:33.605112 [ 254 ] {ec344169-9e8f-446c-9443-6d2c83d0b2cb} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8160 | 2025.01.28 23:10:33.605152 [ 254 ] {ec344169-9e8f-446c-9443-6d2c83d0b2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8161 | 2025.01.28 23:10:33.605797 [ 254 ] {ec344169-9e8f-446c-9443-6d2c83d0b2cb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8162 | 2025.01.28 23:10:33.606069 [ 254 ] {ec344169-9e8f-446c-9443-6d2c83d0b2cb} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8163 | 2025.01.28 23:10:33.606305 [ 254 ] {ec344169-9e8f-446c-9443-6d2c83d0b2cb} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002483 sec., 10873.942811115587 rows/sec., 19.49 MiB/sec. | ||
| 8164 | 2025.01.28 23:10:33.606397 [ 254 ] {ec344169-9e8f-446c-9443-6d2c83d0b2cb} <Debug> TCPHandler: Processed in 0.002726275 sec. | ||
| 8165 | 2025.01.28 23:10:33.606574 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8166 | 2025.01.28 23:10:33.606722 [ 5 ] {42fbaaf2-f312-45d2-bd75-94ea9ff1a63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8167 | 2025.01.28 23:10:33.606785 [ 5 ] {42fbaaf2-f312-45d2-bd75-94ea9ff1a63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8168 | 2025.01.28 23:10:33.607379 [ 5 ] {42fbaaf2-f312-45d2-bd75-94ea9ff1a63b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8169 | 2025.01.28 23:10:33.607425 [ 5 ] {42fbaaf2-f312-45d2-bd75-94ea9ff1a63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8170 | 2025.01.28 23:10:33.607808 [ 5 ] {42fbaaf2-f312-45d2-bd75-94ea9ff1a63b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8171 | 2025.01.28 23:10:33.608052 [ 5 ] {42fbaaf2-f312-45d2-bd75-94ea9ff1a63b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8172 | 2025.01.28 23:10:33.608231 [ 5 ] {42fbaaf2-f312-45d2-bd75-94ea9ff1a63b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001547 sec., 38784.744667097606 rows/sec., 2.61 MiB/sec. | ||
| 8173 | 2025.01.28 23:10:33.608287 [ 5 ] {42fbaaf2-f312-45d2-bd75-94ea9ff1a63b} <Debug> TCPHandler: Processed in 0.00178292 sec. | ||
| 8174 | 2025.01.28 23:10:33.987293 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8175 | 2025.01.28 23:10:34.008590 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8176 | 2025.01.28 23:10:34.008657 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8177 | 2025.01.28 23:10:34.016154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8178 | 2025.01.28 23:10:34.016916 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8179 | 2025.01.28 23:10:34.020393 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8180 | 2025.01.28 23:10:35.705771 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8181 | 2025.01.28 23:10:35.705960 [ 254 ] {fccc989a-aad7-498b-b1d8-7038bfe2715d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8182 | 2025.01.28 23:10:35.706034 [ 254 ] {fccc989a-aad7-498b-b1d8-7038bfe2715d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8183 | 2025.01.28 23:10:35.706783 [ 254 ] {fccc989a-aad7-498b-b1d8-7038bfe2715d} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8184 | 2025.01.28 23:10:35.706832 [ 254 ] {fccc989a-aad7-498b-b1d8-7038bfe2715d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8185 | 2025.01.28 23:10:35.707266 [ 254 ] {fccc989a-aad7-498b-b1d8-7038bfe2715d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8186 | 2025.01.28 23:10:35.707527 [ 254 ] {fccc989a-aad7-498b-b1d8-7038bfe2715d} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2025.01.28 23:10:35.707794 [ 254 ] {fccc989a-aad7-498b-b1d8-7038bfe2715d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 8188 | 2025.01.28 23:10:35.707861 [ 254 ] {fccc989a-aad7-498b-b1d8-7038bfe2715d} <Debug> TCPHandler: Processed in 0.002217407 sec. | ||
| 8189 | 2025.01.28 23:10:35.708179 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8190 | 2025.01.28 23:10:35.708485 [ 5 ] {0334008c-4ec0-42cb-91a0-bfa515f2075e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8191 | 2025.01.28 23:10:35.708590 [ 5 ] {0334008c-4ec0-42cb-91a0-bfa515f2075e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8192 | 2025.01.28 23:10:35.710039 [ 5 ] {0334008c-4ec0-42cb-91a0-bfa515f2075e} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8193 | 2025.01.28 23:10:35.710093 [ 5 ] {0334008c-4ec0-42cb-91a0-bfa515f2075e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8194 | 2025.01.28 23:10:35.710628 [ 5 ] {0334008c-4ec0-42cb-91a0-bfa515f2075e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8195 | 2025.01.28 23:10:35.710902 [ 5 ] {0334008c-4ec0-42cb-91a0-bfa515f2075e} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8196 | 2025.01.28 23:10:35.711146 [ 5 ] {0334008c-4ec0-42cb-91a0-bfa515f2075e} <Debug> executeQuery: Read 1367 rows, 116.92 KiB in 0.002749 sec., 497271.73517642776 rows/sec., 41.54 MiB/sec. | ||
| 8197 | 2025.01.28 23:10:35.711213 [ 5 ] {0334008c-4ec0-42cb-91a0-bfa515f2075e} <Debug> TCPHandler: Processed in 0.003219864 sec. | ||
| 8198 | 2025.01.28 23:10:35.711367 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8199 | 2025.01.28 23:10:35.711511 [ 254 ] {e5812a2e-d001-44b6-b1dc-006b4fb81a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8200 | 2025.01.28 23:10:35.711573 [ 254 ] {e5812a2e-d001-44b6-b1dc-006b4fb81a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8201 | 2025.01.28 23:10:35.712292 [ 254 ] {e5812a2e-d001-44b6-b1dc-006b4fb81a4c} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2025.01.28 23:10:35.712341 [ 254 ] {e5812a2e-d001-44b6-b1dc-006b4fb81a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8203 | 2025.01.28 23:10:35.712742 [ 254 ] {e5812a2e-d001-44b6-b1dc-006b4fb81a4c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8204 | 2025.01.28 23:10:35.712990 [ 254 ] {e5812a2e-d001-44b6-b1dc-006b4fb81a4c} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2025.01.28 23:10:35.713210 [ 254 ] {e5812a2e-d001-44b6-b1dc-006b4fb81a4c} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001732 sec., 10969.976905311778 rows/sec., 784.29 KiB/sec. | ||
| 8206 | 2025.01.28 23:10:35.713264 [ 254 ] {e5812a2e-d001-44b6-b1dc-006b4fb81a4c} <Debug> TCPHandler: Processed in 0.001963502 sec. | ||
| 8207 | 2025.01.28 23:10:35.713420 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8208 | 2025.01.28 23:10:35.713570 [ 5 ] {35b1b870-eed1-424e-8af3-d066c79ddf2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8209 | 2025.01.28 23:10:35.713673 [ 5 ] {35b1b870-eed1-424e-8af3-d066c79ddf2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8210 | 2025.01.28 23:10:35.714735 [ 5 ] {35b1b870-eed1-424e-8af3-d066c79ddf2c} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8211 | 2025.01.28 23:10:35.714776 [ 5 ] {35b1b870-eed1-424e-8af3-d066c79ddf2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8212 | 2025.01.28 23:10:35.715160 [ 5 ] {35b1b870-eed1-424e-8af3-d066c79ddf2c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8213 | 2025.01.28 23:10:35.715404 [ 5 ] {35b1b870-eed1-424e-8af3-d066c79ddf2c} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8214 | 2025.01.28 23:10:35.715643 [ 5 ] {35b1b870-eed1-424e-8af3-d066c79ddf2c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002128 sec., 113721.80451127818 rows/sec., 7.70 MiB/sec. | ||
| 8215 | 2025.01.28 23:10:35.715702 [ 5 ] {35b1b870-eed1-424e-8af3-d066c79ddf2c} <Debug> TCPHandler: Processed in 0.002339199 sec. | ||
| 8216 | 2025.01.28 23:10:35.715862 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8217 | 2025.01.28 23:10:35.715999 [ 254 ] {1bd768cf-0fd5-41fc-ac91-663a3240fe9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8218 | 2025.01.28 23:10:35.716058 [ 254 ] {1bd768cf-0fd5-41fc-ac91-663a3240fe9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8219 | 2025.01.28 23:10:35.716737 [ 254 ] {1bd768cf-0fd5-41fc-ac91-663a3240fe9c} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8220 | 2025.01.28 23:10:35.716778 [ 254 ] {1bd768cf-0fd5-41fc-ac91-663a3240fe9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8221 | 2025.01.28 23:10:35.717147 [ 254 ] {1bd768cf-0fd5-41fc-ac91-663a3240fe9c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8222 | 2025.01.28 23:10:35.717389 [ 254 ] {1bd768cf-0fd5-41fc-ac91-663a3240fe9c} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8223 | 2025.01.28 23:10:35.717593 [ 254 ] {1bd768cf-0fd5-41fc-ac91-663a3240fe9c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 499.11 KiB/sec. | ||
| 8224 | 2025.01.28 23:10:35.717646 [ 254 ] {1bd768cf-0fd5-41fc-ac91-663a3240fe9c} <Debug> TCPHandler: Processed in 0.001848901 sec. | ||
| 8225 | 2025.01.28 23:10:35.717855 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8226 | 2025.01.28 23:10:35.718075 [ 5 ] {6c18c186-7ef5-4f8d-a6ba-5bb042c8da05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8227 | 2025.01.28 23:10:35.718164 [ 5 ] {6c18c186-7ef5-4f8d-a6ba-5bb042c8da05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8228 | 2025.01.28 23:10:35.719245 [ 5 ] {6c18c186-7ef5-4f8d-a6ba-5bb042c8da05} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8229 | 2025.01.28 23:10:35.719285 [ 5 ] {6c18c186-7ef5-4f8d-a6ba-5bb042c8da05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8230 | 2025.01.28 23:10:35.719689 [ 5 ] {6c18c186-7ef5-4f8d-a6ba-5bb042c8da05} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8231 | 2025.01.28 23:10:35.719930 [ 5 ] {6c18c186-7ef5-4f8d-a6ba-5bb042c8da05} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8232 | 2025.01.28 23:10:35.720144 [ 5 ] {6c18c186-7ef5-4f8d-a6ba-5bb042c8da05} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.002124 sec., 400188.32391713746 rows/sec., 28.93 MiB/sec. | ||
| 8233 | 2025.01.28 23:10:35.720196 [ 5 ] {6c18c186-7ef5-4f8d-a6ba-5bb042c8da05} <Debug> TCPHandler: Processed in 0.002448431 sec. | ||
| 8234 | 2025.01.28 23:10:35.720355 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8235 | 2025.01.28 23:10:35.720495 [ 254 ] {91677349-b526-40a5-8519-5b93c2a7094f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8236 | 2025.01.28 23:10:35.720556 [ 254 ] {91677349-b526-40a5-8519-5b93c2a7094f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8237 | 2025.01.28 23:10:35.721131 [ 254 ] {91677349-b526-40a5-8519-5b93c2a7094f} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8238 | 2025.01.28 23:10:35.721177 [ 254 ] {91677349-b526-40a5-8519-5b93c2a7094f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8239 | 2025.01.28 23:10:35.721615 [ 254 ] {91677349-b526-40a5-8519-5b93c2a7094f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8240 | 2025.01.28 23:10:35.721865 [ 254 ] {91677349-b526-40a5-8519-5b93c2a7094f} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2025.01.28 23:10:35.722073 [ 254 ] {91677349-b526-40a5-8519-5b93c2a7094f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 194.83 KiB/sec. | ||
| 8242 | 2025.01.28 23:10:35.722124 [ 254 ] {91677349-b526-40a5-8519-5b93c2a7094f} <Debug> TCPHandler: Processed in 0.00183624 sec. | ||
| 8243 | 2025.01.28 23:10:35.722259 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8244 | 2025.01.28 23:10:35.722374 [ 5 ] {305b5999-cc55-462d-bb2e-09b9a29b14c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8245 | 2025.01.28 23:10:35.722427 [ 5 ] {305b5999-cc55-462d-bb2e-09b9a29b14c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8246 | 2025.01.28 23:10:35.723341 [ 5 ] {305b5999-cc55-462d-bb2e-09b9a29b14c6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2025.01.28 23:10:35.723387 [ 5 ] {305b5999-cc55-462d-bb2e-09b9a29b14c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8248 | 2025.01.28 23:10:35.723857 [ 5 ] {305b5999-cc55-462d-bb2e-09b9a29b14c6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8249 | 2025.01.28 23:10:35.724093 [ 5 ] {305b5999-cc55-462d-bb2e-09b9a29b14c6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8250 | 2025.01.28 23:10:35.724302 [ 5 ] {305b5999-cc55-462d-bb2e-09b9a29b14c6} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.001952 sec., 522028.68852459016 rows/sec., 34.79 MiB/sec. | ||
| 8251 | 2025.01.28 23:10:35.724356 [ 5 ] {305b5999-cc55-462d-bb2e-09b9a29b14c6} <Debug> TCPHandler: Processed in 0.002151446 sec. | ||
| 8252 | 2025.01.28 23:10:35.724497 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8253 | 2025.01.28 23:10:35.724634 [ 254 ] {9f1000ad-a182-411c-9069-a4b8eed5bf79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8254 | 2025.01.28 23:10:35.724697 [ 254 ] {9f1000ad-a182-411c-9069-a4b8eed5bf79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8255 | 2025.01.28 23:10:35.725247 [ 254 ] {9f1000ad-a182-411c-9069-a4b8eed5bf79} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8256 | 2025.01.28 23:10:35.725294 [ 254 ] {9f1000ad-a182-411c-9069-a4b8eed5bf79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8257 | 2025.01.28 23:10:35.725691 [ 254 ] {9f1000ad-a182-411c-9069-a4b8eed5bf79} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8258 | 2025.01.28 23:10:35.725915 [ 254 ] {9f1000ad-a182-411c-9069-a4b8eed5bf79} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8259 | 2025.01.28 23:10:35.726125 [ 254 ] {9f1000ad-a182-411c-9069-a4b8eed5bf79} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001553 sec., 643.915003219575 rows/sec., 43.39 KiB/sec. | ||
| 8260 | 2025.01.28 23:10:35.726238 [ 254 ] {9f1000ad-a182-411c-9069-a4b8eed5bf79} <Debug> TCPHandler: Processed in 0.001833581 sec. | ||
| 8261 | 2025.01.28 23:10:35.726376 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8262 | 2025.01.28 23:10:35.726491 [ 5 ] {795dd353-9df6-4ea7-be61-087392ad5e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8263 | 2025.01.28 23:10:35.726578 [ 5 ] {795dd353-9df6-4ea7-be61-087392ad5e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8264 | 2025.01.28 23:10:35.727936 [ 5 ] {795dd353-9df6-4ea7-be61-087392ad5e0e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8265 | 2025.01.28 23:10:35.727976 [ 5 ] {795dd353-9df6-4ea7-be61-087392ad5e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8266 | 2025.01.28 23:10:35.728596 [ 5 ] {795dd353-9df6-4ea7-be61-087392ad5e0e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8267 | 2025.01.28 23:10:35.728856 [ 5 ] {795dd353-9df6-4ea7-be61-087392ad5e0e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8268 | 2025.01.28 23:10:35.729118 [ 5 ] {795dd353-9df6-4ea7-be61-087392ad5e0e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002599 sec., 4617.16044632551 rows/sec., 8.27 MiB/sec. | ||
| 8269 | 2025.01.28 23:10:35.729232 [ 5 ] {795dd353-9df6-4ea7-be61-087392ad5e0e} <Debug> TCPHandler: Processed in 0.002872878 sec. | ||
| 8270 | 2025.01.28 23:10:35.729376 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8271 | 2025.01.28 23:10:35.729493 [ 254 ] {07e31af7-e55c-45e7-8922-16c45ac0d6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8272 | 2025.01.28 23:10:35.729552 [ 254 ] {07e31af7-e55c-45e7-8922-16c45ac0d6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8273 | 2025.01.28 23:10:35.730143 [ 254 ] {07e31af7-e55c-45e7-8922-16c45ac0d6e4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8274 | 2025.01.28 23:10:35.730190 [ 254 ] {07e31af7-e55c-45e7-8922-16c45ac0d6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8275 | 2025.01.28 23:10:35.730615 [ 254 ] {07e31af7-e55c-45e7-8922-16c45ac0d6e4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8276 | 2025.01.28 23:10:35.730867 [ 254 ] {07e31af7-e55c-45e7-8922-16c45ac0d6e4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8277 | 2025.01.28 23:10:35.731098 [ 254 ] {07e31af7-e55c-45e7-8922-16c45ac0d6e4} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001628 sec., 35626.535626535624 rows/sec., 2.21 MiB/sec. | ||
| 8278 | 2025.01.28 23:10:35.731167 [ 254 ] {07e31af7-e55c-45e7-8922-16c45ac0d6e4} <Debug> TCPHandler: Processed in 0.001846171 sec. | ||
| 8279 | 2025.01.28 23:10:37.860181 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1184 | ||
| 8280 | 2025.01.28 23:10:37.863649 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8281 | 2025.01.28 23:10:37.863695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8282 | 2025.01.28 23:10:37.865139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8283 | 2025.01.28 23:10:37.865442 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2025.01.28 23:10:37.866790 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1184 | ||
| 8285 | 2025.01.28 23:10:38.588312 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8286 | 2025.01.28 23:10:38.588498 [ 254 ] {181b57cb-0c9d-458a-8814-ddfd98df403d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8287 | 2025.01.28 23:10:38.588569 [ 254 ] {181b57cb-0c9d-458a-8814-ddfd98df403d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8288 | 2025.01.28 23:10:38.589360 [ 254 ] {181b57cb-0c9d-458a-8814-ddfd98df403d} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8289 | 2025.01.28 23:10:38.589403 [ 254 ] {181b57cb-0c9d-458a-8814-ddfd98df403d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8290 | 2025.01.28 23:10:38.589838 [ 254 ] {181b57cb-0c9d-458a-8814-ddfd98df403d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8291 | 2025.01.28 23:10:38.590097 [ 254 ] {181b57cb-0c9d-458a-8814-ddfd98df403d} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8292 | 2025.01.28 23:10:38.590319 [ 254 ] {181b57cb-0c9d-458a-8814-ddfd98df403d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec. | ||
| 8293 | 2025.01.28 23:10:38.590414 [ 254 ] {181b57cb-0c9d-458a-8814-ddfd98df403d} <Debug> TCPHandler: Processed in 0.002226507 sec. | ||
| 8294 | 2025.01.28 23:10:38.590683 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8295 | 2025.01.28 23:10:38.590866 [ 5 ] {1c94aadb-d7bc-4d6f-9c93-57692aa7e519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8296 | 2025.01.28 23:10:38.590934 [ 5 ] {1c94aadb-d7bc-4d6f-9c93-57692aa7e519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8297 | 2025.01.28 23:10:38.591664 [ 5 ] {1c94aadb-d7bc-4d6f-9c93-57692aa7e519} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8298 | 2025.01.28 23:10:38.591712 [ 5 ] {1c94aadb-d7bc-4d6f-9c93-57692aa7e519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8299 | 2025.01.28 23:10:38.592157 [ 5 ] {1c94aadb-d7bc-4d6f-9c93-57692aa7e519} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8300 | 2025.01.28 23:10:38.592414 [ 5 ] {1c94aadb-d7bc-4d6f-9c93-57692aa7e519} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8301 | 2025.01.28 23:10:38.592650 [ 5 ] {1c94aadb-d7bc-4d6f-9c93-57692aa7e519} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001832 sec., 34934.49781659389 rows/sec., 2.73 MiB/sec. | ||
| 8302 | 2025.01.28 23:10:38.592714 [ 5 ] {1c94aadb-d7bc-4d6f-9c93-57692aa7e519} <Debug> TCPHandler: Processed in 0.002181497 sec. | ||
| 8303 | 2025.01.28 23:10:38.592882 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8304 | 2025.01.28 23:10:38.593025 [ 254 ] {389203f9-8eec-4f4a-8122-f55e247c8ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8305 | 2025.01.28 23:10:38.593090 [ 254 ] {389203f9-8eec-4f4a-8122-f55e247c8ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8306 | 2025.01.28 23:10:38.593713 [ 254 ] {389203f9-8eec-4f4a-8122-f55e247c8ea0} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8307 | 2025.01.28 23:10:38.593749 [ 254 ] {389203f9-8eec-4f4a-8122-f55e247c8ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8308 | 2025.01.28 23:10:38.594150 [ 254 ] {389203f9-8eec-4f4a-8122-f55e247c8ea0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8309 | 2025.01.28 23:10:38.594396 [ 254 ] {389203f9-8eec-4f4a-8122-f55e247c8ea0} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8310 | 2025.01.28 23:10:38.594582 [ 254 ] {389203f9-8eec-4f4a-8122-f55e247c8ea0} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00159 sec., 40251.57232704402 rows/sec., 2.80 MiB/sec. | ||
| 8311 | 2025.01.28 23:10:38.594683 [ 254 ] {389203f9-8eec-4f4a-8122-f55e247c8ea0} <Debug> TCPHandler: Processed in 0.001868582 sec. | ||
| 8312 | 2025.01.28 23:10:38.594880 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8313 | 2025.01.28 23:10:38.595008 [ 5 ] {abb90f6b-505c-40a8-bbed-20409ffb30e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8314 | 2025.01.28 23:10:38.595064 [ 5 ] {abb90f6b-505c-40a8-bbed-20409ffb30e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8315 | 2025.01.28 23:10:38.595570 [ 5 ] {abb90f6b-505c-40a8-bbed-20409ffb30e0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8316 | 2025.01.28 23:10:38.595612 [ 5 ] {abb90f6b-505c-40a8-bbed-20409ffb30e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8317 | 2025.01.28 23:10:38.596015 [ 5 ] {abb90f6b-505c-40a8-bbed-20409ffb30e0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8318 | 2025.01.28 23:10:38.596253 [ 5 ] {abb90f6b-505c-40a8-bbed-20409ffb30e0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8319 | 2025.01.28 23:10:38.596464 [ 5 ] {abb90f6b-505c-40a8-bbed-20409ffb30e0} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001485 sec., 16161.616161616163 rows/sec., 1.09 MiB/sec. | ||
| 8320 | 2025.01.28 23:10:38.596517 [ 5 ] {abb90f6b-505c-40a8-bbed-20409ffb30e0} <Debug> TCPHandler: Processed in 0.001727729 sec. | ||
| 8321 | 2025.01.28 23:10:40.274178 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 8322 | 2025.01.28 23:10:40.275281 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8323 | 2025.01.28 23:10:40.275325 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8324 | 2025.01.28 23:10:40.275873 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8325 | 2025.01.28 23:10:40.276137 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2025.01.28 23:10:40.276351 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 8327 | 2025.01.28 23:10:41.520539 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8328 | 2025.01.28 23:10:41.542021 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8329 | 2025.01.28 23:10:41.542084 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8330 | 2025.01.28 23:10:41.549434 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8331 | 2025.01.28 23:10:41.550183 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8332 | 2025.01.28 23:10:41.553316 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8333 | 2025.01.28 23:10:43.593842 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8334 | 2025.01.28 23:10:43.594057 [ 254 ] {9f4a7d99-7a9d-4d94-b84e-36348ca0fc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8335 | 2025.01.28 23:10:43.594139 [ 254 ] {9f4a7d99-7a9d-4d94-b84e-36348ca0fc8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8336 | 2025.01.28 23:10:43.595050 [ 254 ] {9f4a7d99-7a9d-4d94-b84e-36348ca0fc8b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2025.01.28 23:10:43.595100 [ 254 ] {9f4a7d99-7a9d-4d94-b84e-36348ca0fc8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8338 | 2025.01.28 23:10:43.595553 [ 254 ] {9f4a7d99-7a9d-4d94-b84e-36348ca0fc8b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8339 | 2025.01.28 23:10:43.595803 [ 254 ] {9f4a7d99-7a9d-4d94-b84e-36348ca0fc8b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2025.01.28 23:10:43.596025 [ 254 ] {9f4a7d99-7a9d-4d94-b84e-36348ca0fc8b} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002029 sec., 54213.89847215377 rows/sec., 4.56 MiB/sec. | ||
| 8341 | 2025.01.28 23:10:43.596092 [ 254 ] {9f4a7d99-7a9d-4d94-b84e-36348ca0fc8b} <Debug> TCPHandler: Processed in 0.00238547 sec. | ||
| 8342 | 2025.01.28 23:10:43.596344 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8343 | 2025.01.28 23:10:43.596534 [ 5 ] {5077e919-e066-4719-a35e-70b2cd626802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8344 | 2025.01.28 23:10:43.596606 [ 5 ] {5077e919-e066-4719-a35e-70b2cd626802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8345 | 2025.01.28 23:10:43.597350 [ 5 ] {5077e919-e066-4719-a35e-70b2cd626802} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8346 | 2025.01.28 23:10:43.597396 [ 5 ] {5077e919-e066-4719-a35e-70b2cd626802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8347 | 2025.01.28 23:10:43.597830 [ 5 ] {5077e919-e066-4719-a35e-70b2cd626802} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8348 | 2025.01.28 23:10:43.598084 [ 5 ] {5077e919-e066-4719-a35e-70b2cd626802} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8349 | 2025.01.28 23:10:43.598271 [ 39 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 8350 | 2025.01.28 23:10:43.598335 [ 39 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8351 | 2025.01.28 23:10:43.598349 [ 5 ] {5077e919-e066-4719-a35e-70b2cd626802} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001859 sec., 14523.937600860678 rows/sec., 1.07 MiB/sec. | ||
| 8352 | 2025.01.28 23:10:43.598378 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8353 | 2025.01.28 23:10:43.598506 [ 5 ] {5077e919-e066-4719-a35e-70b2cd626802} <Debug> TCPHandler: Processed in 0.002288238 sec. | ||
| 8354 | 2025.01.28 23:10:43.598626 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 8355 | 2025.01.28 23:10:43.598698 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8356 | 2025.01.28 23:10:43.598900 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8357 | 2025.01.28 23:10:43.598934 [ 254 ] {7defb20c-4d51-440a-8f8f-7fc56f338564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8358 | 2025.01.28 23:10:43.598961 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 64 rows starting from the beginning of the part | ||
| 8359 | 2025.01.28 23:10:43.599041 [ 254 ] {7defb20c-4d51-440a-8f8f-7fc56f338564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8360 | 2025.01.28 23:10:43.599213 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 29 rows starting from the beginning of the part | ||
| 8361 | 2025.01.28 23:10:43.599652 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 19 rows starting from the beginning of the part | ||
| 8362 | 2025.01.28 23:10:43.600003 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part | ||
| 8363 | 2025.01.28 23:10:43.600347 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 19 rows starting from the beginning of the part | ||
| 8364 | 2025.01.28 23:10:43.600770 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part | ||
| 8365 | 2025.01.28 23:10:43.601803 [ 254 ] {7defb20c-4d51-440a-8f8f-7fc56f338564} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2025.01.28 23:10:43.601869 [ 254 ] {7defb20c-4d51-440a-8f8f-7fc56f338564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8367 | 2025.01.28 23:10:43.602933 [ 254 ] {7defb20c-4d51-440a-8f8f-7fc56f338564} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8368 | 2025.01.28 23:10:43.603340 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.0048248 sec., 38343.55828220859 rows/sec., 2.90 MiB/sec. | ||
| 8369 | 2025.01.28 23:10:43.603492 [ 254 ] {7defb20c-4d51-440a-8f8f-7fc56f338564} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8370 | 2025.01.28 23:10:43.603555 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 8371 | 2025.01.28 23:10:43.603906 [ 254 ] {7defb20c-4d51-440a-8f8f-7fc56f338564} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005046 sec., 18034.086405073325 rows/sec., 1.41 MiB/sec. | ||
| 8372 | 2025.01.28 23:10:43.604085 [ 254 ] {7defb20c-4d51-440a-8f8f-7fc56f338564} <Debug> TCPHandler: Processed in 0.005467131 sec. | ||
| 8373 | 2025.01.28 23:10:43.604149 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8374 | 2025.01.28 23:10:43.604306 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8375 | 2025.01.28 23:10:43.604314 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_50_10} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 8376 | 2025.01.28 23:10:43.604507 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8377 | 2025.01.28 23:10:43.604540 [ 5 ] {0ded4495-74c5-44f7-9abf-78c3952797f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8378 | 2025.01.28 23:10:43.604612 [ 5 ] {0ded4495-74c5-44f7-9abf-78c3952797f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8379 | 2025.01.28 23:10:43.605222 [ 5 ] {0ded4495-74c5-44f7-9abf-78c3952797f7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8380 | 2025.01.28 23:10:43.605262 [ 5 ] {0ded4495-74c5-44f7-9abf-78c3952797f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8381 | 2025.01.28 23:10:43.605691 [ 5 ] {0ded4495-74c5-44f7-9abf-78c3952797f7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8382 | 2025.01.28 23:10:43.605951 [ 5 ] {0ded4495-74c5-44f7-9abf-78c3952797f7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8383 | 2025.01.28 23:10:43.606190 [ 5 ] {0ded4495-74c5-44f7-9abf-78c3952797f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 8384 | 2025.01.28 23:10:43.606265 [ 5 ] {0ded4495-74c5-44f7-9abf-78c3952797f7} <Debug> TCPHandler: Processed in 0.002053104 sec. | ||
| 8385 | 2025.01.28 23:10:43.606434 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8386 | 2025.01.28 23:10:43.606562 [ 254 ] {4ef793e7-9165-4af3-b08e-341a2efb0c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8387 | 2025.01.28 23:10:43.606650 [ 254 ] {4ef793e7-9165-4af3-b08e-341a2efb0c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8388 | 2025.01.28 23:10:43.608103 [ 254 ] {4ef793e7-9165-4af3-b08e-341a2efb0c70} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2025.01.28 23:10:43.608146 [ 254 ] {4ef793e7-9165-4af3-b08e-341a2efb0c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8390 | 2025.01.28 23:10:43.608851 [ 254 ] {4ef793e7-9165-4af3-b08e-341a2efb0c70} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8391 | 2025.01.28 23:10:43.609129 [ 254 ] {4ef793e7-9165-4af3-b08e-341a2efb0c70} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8392 | 2025.01.28 23:10:43.609350 [ 254 ] {4ef793e7-9165-4af3-b08e-341a2efb0c70} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002817 sec., 9584.664536741215 rows/sec., 17.18 MiB/sec. | ||
| 8393 | 2025.01.28 23:10:43.609465 [ 254 ] {4ef793e7-9165-4af3-b08e-341a2efb0c70} <Debug> TCPHandler: Processed in 0.003091332 sec. | ||
| 8394 | 2025.01.28 23:10:43.609627 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8395 | 2025.01.28 23:10:43.609768 [ 5 ] {9efde6d6-5b5b-420d-b009-a3a76af6d60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8396 | 2025.01.28 23:10:43.609829 [ 5 ] {9efde6d6-5b5b-420d-b009-a3a76af6d60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8397 | 2025.01.28 23:10:43.610335 [ 5 ] {9efde6d6-5b5b-420d-b009-a3a76af6d60b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8398 | 2025.01.28 23:10:43.610374 [ 5 ] {9efde6d6-5b5b-420d-b009-a3a76af6d60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8399 | 2025.01.28 23:10:43.610755 [ 5 ] {9efde6d6-5b5b-420d-b009-a3a76af6d60b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8400 | 2025.01.28 23:10:43.610992 [ 5 ] {9efde6d6-5b5b-420d-b009-a3a76af6d60b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8401 | 2025.01.28 23:10:43.611214 [ 5 ] {9efde6d6-5b5b-420d-b009-a3a76af6d60b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 8402 | 2025.01.28 23:10:43.611264 [ 5 ] {9efde6d6-5b5b-420d-b009-a3a76af6d60b} <Debug> TCPHandler: Processed in 0.001704089 sec. | ||
| 8403 | 2025.01.28 23:10:47.306525 [ 36 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 8404 | 2025.01.28 23:10:47.306607 [ 36 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8405 | 2025.01.28 23:10:47.306632 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8406 | 2025.01.28 23:10:47.306858 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 8407 | 2025.01.28 23:10:47.307087 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8408 | 2025.01.28 23:10:47.307128 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 25 rows starting from the beginning of the part | ||
| 8409 | 2025.01.28 23:10:47.307211 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8410 | 2025.01.28 23:10:47.307377 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8411 | 2025.01.28 23:10:47.307553 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8412 | 2025.01.28 23:10:47.307686 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8413 | 2025.01.28 23:10:47.308684 [ 203 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.001970693 sec., 14715.635565762906 rows/sec., 987.62 KiB/sec. | ||
| 8414 | 2025.01.28 23:10:47.308897 [ 198 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8415 | 2025.01.28 23:10:47.309303 [ 198 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8416 | 2025.01.28 23:10:47.309412 [ 198 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_28_6} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 8417 | 2025.01.28 23:10:47.309529 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8418 | 2025.01.28 23:10:47.626630 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8419 | 2025.01.28 23:10:47.626703 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8420 | 2025.01.28 23:10:47.738703 [ 34 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 8421 | 2025.01.28 23:10:47.738755 [ 34 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8422 | 2025.01.28 23:10:47.738777 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8423 | 2025.01.28 23:10:47.738958 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 8424 | 2025.01.28 23:10:47.739332 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8425 | 2025.01.28 23:10:47.739397 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part | ||
| 8426 | 2025.01.28 23:10:47.739501 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 242 rows starting from the beginning of the part | ||
| 8427 | 2025.01.28 23:10:47.739615 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8428 | 2025.01.28 23:10:47.739731 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8429 | 2025.01.28 23:10:47.739818 [ 192 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 242 rows starting from the beginning of the part | ||
| 8430 | 2025.01.28 23:10:47.740854 [ 198 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002009203 sec., 375770.8902485214 rows/sec., 26.90 MiB/sec. | ||
| 8431 | 2025.01.28 23:10:47.741079 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8432 | 2025.01.28 23:10:47.741435 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8433 | 2025.01.28 23:10:47.741532 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_28_6} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 8434 | 2025.01.28 23:10:47.741639 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 8435 | 2025.01.28 23:10:47.776548 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 8436 | 2025.01.28 23:10:47.777185 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8437 | 2025.01.28 23:10:47.777223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8438 | 2025.01.28 23:10:47.777694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8439 | 2025.01.28 23:10:47.777949 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8440 | 2025.01.28 23:10:47.778148 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8441 | 2025.01.28 23:10:47.867145 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1204 | ||
| 8442 | 2025.01.28 23:10:47.870009 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8443 | 2025.01.28 23:10:47.870067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8444 | 2025.01.28 23:10:47.871530 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8445 | 2025.01.28 23:10:47.871846 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8446 | 2025.01.28 23:10:47.873184 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1204 | ||
| 8447 | 2025.01.28 23:10:48.597460 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8448 | 2025.01.28 23:10:48.597667 [ 254 ] {5b211fcb-3bd5-4b5a-a6e0-854fb9afc3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8449 | 2025.01.28 23:10:48.597746 [ 254 ] {5b211fcb-3bd5-4b5a-a6e0-854fb9afc3d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8450 | 2025.01.28 23:10:48.598594 [ 254 ] {5b211fcb-3bd5-4b5a-a6e0-854fb9afc3d5} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2025.01.28 23:10:48.598646 [ 254 ] {5b211fcb-3bd5-4b5a-a6e0-854fb9afc3d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8452 | 2025.01.28 23:10:48.599078 [ 254 ] {5b211fcb-3bd5-4b5a-a6e0-854fb9afc3d5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8453 | 2025.01.28 23:10:48.599336 [ 254 ] {5b211fcb-3bd5-4b5a-a6e0-854fb9afc3d5} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2025.01.28 23:10:48.599565 [ 254 ] {5b211fcb-3bd5-4b5a-a6e0-854fb9afc3d5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001956 sec., 7157.464212678937 rows/sec., 515.24 KiB/sec. | ||
| 8455 | 2025.01.28 23:10:48.599626 [ 254 ] {5b211fcb-3bd5-4b5a-a6e0-854fb9afc3d5} <Debug> TCPHandler: Processed in 0.002310568 sec. | ||
| 8456 | 2025.01.28 23:10:48.599864 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8457 | 2025.01.28 23:10:48.600067 [ 5 ] {3c4c2491-f7cc-4ea2-9d0a-71149806d9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8458 | 2025.01.28 23:10:48.600137 [ 5 ] {3c4c2491-f7cc-4ea2-9d0a-71149806d9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8459 | 2025.01.28 23:10:48.600984 [ 5 ] {3c4c2491-f7cc-4ea2-9d0a-71149806d9d8} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.01.28 23:10:48.601025 [ 5 ] {3c4c2491-f7cc-4ea2-9d0a-71149806d9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8461 | 2025.01.28 23:10:48.601471 [ 5 ] {3c4c2491-f7cc-4ea2-9d0a-71149806d9d8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8462 | 2025.01.28 23:10:48.601726 [ 5 ] {3c4c2491-f7cc-4ea2-9d0a-71149806d9d8} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2025.01.28 23:10:48.601873 [ 33 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8464 | 2025.01.28 23:10:48.601925 [ 33 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8465 | 2025.01.28 23:10:48.601928 [ 5 ] {3c4c2491-f7cc-4ea2-9d0a-71149806d9d8} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.00191 sec., 118848.16753926701 rows/sec., 10.41 MiB/sec. | ||
| 8466 | 2025.01.28 23:10:48.601955 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8467 | 2025.01.28 23:10:48.602015 [ 5 ] {3c4c2491-f7cc-4ea2-9d0a-71149806d9d8} <Debug> TCPHandler: Processed in 0.002276908 sec. | ||
| 8468 | 2025.01.28 23:10:48.602216 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 8469 | 2025.01.28 23:10:48.602228 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8470 | 2025.01.28 23:10:48.602387 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8471 | 2025.01.28 23:10:48.602404 [ 254 ] {9e41b0ba-fcd0-4ef5-afc2-47a4e4e1f1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8472 | 2025.01.28 23:10:48.602435 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1431 rows starting from the beginning of the part | ||
| 8473 | 2025.01.28 23:10:48.602473 [ 254 ] {9e41b0ba-fcd0-4ef5-afc2-47a4e4e1f1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8474 | 2025.01.28 23:10:48.602696 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 110 rows starting from the beginning of the part | ||
| 8475 | 2025.01.28 23:10:48.603171 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1367 rows starting from the beginning of the part | ||
| 8476 | 2025.01.28 23:10:48.603487 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 8477 | 2025.01.28 23:10:48.603909 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 110 rows starting from the beginning of the part | ||
| 8478 | 2025.01.28 23:10:48.604298 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 227 rows starting from the beginning of the part | ||
| 8479 | 2025.01.28 23:10:48.605153 [ 254 ] {9e41b0ba-fcd0-4ef5-afc2-47a4e4e1f1bd} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8480 | 2025.01.28 23:10:48.605197 [ 254 ] {9e41b0ba-fcd0-4ef5-afc2-47a4e4e1f1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8481 | 2025.01.28 23:10:48.605716 [ 254 ] {9e41b0ba-fcd0-4ef5-afc2-47a4e4e1f1bd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8482 | 2025.01.28 23:10:48.606025 [ 254 ] {9e41b0ba-fcd0-4ef5-afc2-47a4e4e1f1bd} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8483 | 2025.01.28 23:10:48.606259 [ 254 ] {9e41b0ba-fcd0-4ef5-afc2-47a4e4e1f1bd} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00389 sec., 4884.318766066838 rows/sec., 349.20 KiB/sec. | ||
| 8484 | 2025.01.28 23:10:48.606321 [ 254 ] {9e41b0ba-fcd0-4ef5-afc2-47a4e4e1f1bd} <Debug> TCPHandler: Processed in 0.00418661 sec. | ||
| 8485 | 2025.01.28 23:10:48.606542 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8486 | 2025.01.28 23:10:48.606710 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.004655098 sec., 709115.0390389203 rows/sec., 62.15 MiB/sec. | ||
| 8487 | 2025.01.28 23:10:48.606739 [ 5 ] {c548e51c-ae5a-400f-a6b1-184dcd1c8988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8488 | 2025.01.28 23:10:48.606827 [ 5 ] {c548e51c-ae5a-400f-a6b1-184dcd1c8988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8489 | 2025.01.28 23:10:48.607084 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8490 | 2025.01.28 23:10:48.607743 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8491 | 2025.01.28 23:10:48.607865 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_66_13} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8492 | 2025.01.28 23:10:48.608074 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8493 | 2025.01.28 23:10:48.608093 [ 5 ] {c548e51c-ae5a-400f-a6b1-184dcd1c8988} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2025.01.28 23:10:48.608148 [ 5 ] {c548e51c-ae5a-400f-a6b1-184dcd1c8988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8495 | 2025.01.28 23:10:48.608508 [ 5 ] {c548e51c-ae5a-400f-a6b1-184dcd1c8988} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8496 | 2025.01.28 23:10:48.608751 [ 5 ] {c548e51c-ae5a-400f-a6b1-184dcd1c8988} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2025.01.28 23:10:48.608928 [ 5 ] {c548e51c-ae5a-400f-a6b1-184dcd1c8988} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002233 sec., 6269.592476489028 rows/sec., 439.08 KiB/sec. | ||
| 8498 | 2025.01.28 23:10:48.608984 [ 5 ] {c548e51c-ae5a-400f-a6b1-184dcd1c8988} <Debug> TCPHandler: Processed in 0.002566593 sec. | ||
| 8499 | 2025.01.28 23:10:48.609135 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8500 | 2025.01.28 23:10:48.609253 [ 254 ] {9c391654-20d2-4b78-8a0c-ed7819d3d227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8501 | 2025.01.28 23:10:48.609302 [ 254 ] {9c391654-20d2-4b78-8a0c-ed7819d3d227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8502 | 2025.01.28 23:10:48.609884 [ 254 ] {9c391654-20d2-4b78-8a0c-ed7819d3d227} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8503 | 2025.01.28 23:10:48.609924 [ 254 ] {9c391654-20d2-4b78-8a0c-ed7819d3d227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8504 | 2025.01.28 23:10:48.610281 [ 254 ] {9c391654-20d2-4b78-8a0c-ed7819d3d227} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8505 | 2025.01.28 23:10:48.610521 [ 254 ] {9c391654-20d2-4b78-8a0c-ed7819d3d227} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8506 | 2025.01.28 23:10:48.610726 [ 254 ] {9c391654-20d2-4b78-8a0c-ed7819d3d227} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001497 sec., 8684.034736138945 rows/sec., 541.45 KiB/sec. | ||
| 8507 | 2025.01.28 23:10:48.610778 [ 254 ] {9c391654-20d2-4b78-8a0c-ed7819d3d227} <Debug> TCPHandler: Processed in 0.001700889 sec. | ||
| 8508 | 2025.01.28 23:10:48.610917 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8509 | 2025.01.28 23:10:48.611041 [ 5 ] {a2702054-8a73-4560-a9a1-bce437431dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8510 | 2025.01.28 23:10:48.611099 [ 5 ] {a2702054-8a73-4560-a9a1-bce437431dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8511 | 2025.01.28 23:10:48.611953 [ 5 ] {a2702054-8a73-4560-a9a1-bce437431dae} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8512 | 2025.01.28 23:10:48.612000 [ 5 ] {a2702054-8a73-4560-a9a1-bce437431dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8513 | 2025.01.28 23:10:48.612377 [ 5 ] {a2702054-8a73-4560-a9a1-bce437431dae} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8514 | 2025.01.28 23:10:48.612627 [ 5 ] {a2702054-8a73-4560-a9a1-bce437431dae} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8515 | 2025.01.28 23:10:48.612763 [ 33 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8516 | 2025.01.28 23:10:48.612809 [ 33 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8517 | 2025.01.28 23:10:48.612813 [ 5 ] {a2702054-8a73-4560-a9a1-bce437431dae} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.0018 sec., 218888.8888888889 rows/sec., 15.54 MiB/sec. | ||
| 8518 | 2025.01.28 23:10:48.612837 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8519 | 2025.01.28 23:10:48.612911 [ 5 ] {a2702054-8a73-4560-a9a1-bce437431dae} <Debug> TCPHandler: Processed in 0.002050804 sec. | ||
| 8520 | 2025.01.28 23:10:48.613090 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 8521 | 2025.01.28 23:10:48.613114 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8522 | 2025.01.28 23:10:48.613255 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8523 | 2025.01.28 23:10:48.613285 [ 254 ] {fb3fbaa9-b61d-4414-a5fa-f8023f5bab78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8524 | 2025.01.28 23:10:48.613297 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 8525 | 2025.01.28 23:10:48.613359 [ 254 ] {fb3fbaa9-b61d-4414-a5fa-f8023f5bab78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8526 | 2025.01.28 23:10:48.613538 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 91 rows starting from the beginning of the part | ||
| 8527 | 2025.01.28 23:10:48.613998 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 850 rows starting from the beginning of the part | ||
| 8528 | 2025.01.28 23:10:48.614377 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 8529 | 2025.01.28 23:10:48.614700 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 91 rows starting from the beginning of the part | ||
| 8530 | 2025.01.28 23:10:48.614973 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 394 rows starting from the beginning of the part | ||
| 8531 | 2025.01.28 23:10:48.615668 [ 254 ] {fb3fbaa9-b61d-4414-a5fa-f8023f5bab78} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8532 | 2025.01.28 23:10:48.615711 [ 254 ] {fb3fbaa9-b61d-4414-a5fa-f8023f5bab78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8533 | 2025.01.28 23:10:48.616222 [ 254 ] {fb3fbaa9-b61d-4414-a5fa-f8023f5bab78} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8534 | 2025.01.28 23:10:48.616528 [ 254 ] {fb3fbaa9-b61d-4414-a5fa-f8023f5bab78} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8535 | 2025.01.28 23:10:48.616859 [ 254 ] {fb3fbaa9-b61d-4414-a5fa-f8023f5bab78} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003592 sec., 1670.3786191536747 rows/sec., 87.27 KiB/sec. | ||
| 8536 | 2025.01.28 23:10:48.617267 [ 254 ] {fb3fbaa9-b61d-4414-a5fa-f8023f5bab78} <Debug> TCPHandler: Processed in 0.004240701 sec. | ||
| 8537 | 2025.01.28 23:10:48.617565 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8538 | 2025.01.28 23:10:48.617888 [ 5 ] {ce096406-5526-4dae-ab79-81abaa54de91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8539 | 2025.01.28 23:10:48.617914 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.004983503 sec., 482190.94079004263 rows/sec., 36.97 MiB/sec. | ||
| 8540 | 2025.01.28 23:10:48.617991 [ 5 ] {ce096406-5526-4dae-ab79-81abaa54de91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8541 | 2025.01.28 23:10:48.618175 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8542 | 2025.01.28 23:10:48.618719 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8543 | 2025.01.28 23:10:48.618913 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_66_13} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8544 | 2025.01.28 23:10:48.619060 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8545 | 2025.01.28 23:10:48.619193 [ 5 ] {ce096406-5526-4dae-ab79-81abaa54de91} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8546 | 2025.01.28 23:10:48.619236 [ 5 ] {ce096406-5526-4dae-ab79-81abaa54de91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8547 | 2025.01.28 23:10:48.619638 [ 5 ] {ce096406-5526-4dae-ab79-81abaa54de91} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8548 | 2025.01.28 23:10:48.619877 [ 5 ] {ce096406-5526-4dae-ab79-81abaa54de91} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8549 | 2025.01.28 23:10:48.620008 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8550 | 2025.01.28 23:10:48.620046 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8551 | 2025.01.28 23:10:48.620063 [ 5 ] {ce096406-5526-4dae-ab79-81abaa54de91} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002256 sec., 105053.19148936169 rows/sec., 7.04 MiB/sec. | ||
| 8552 | 2025.01.28 23:10:48.620074 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8553 | 2025.01.28 23:10:48.620199 [ 5 ] {ce096406-5526-4dae-ab79-81abaa54de91} <Debug> TCPHandler: Processed in 0.002811047 sec. | ||
| 8554 | 2025.01.28 23:10:48.620508 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8555 | 2025.01.28 23:10:48.620625 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 8556 | 2025.01.28 23:10:48.620906 [ 254 ] {935083e4-901e-43be-a6bc-b357e0ce81e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8557 | 2025.01.28 23:10:48.621123 [ 254 ] {935083e4-901e-43be-a6bc-b357e0ce81e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8558 | 2025.01.28 23:10:48.621663 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8559 | 2025.01.28 23:10:48.621862 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18213 rows starting from the beginning of the part | ||
| 8560 | 2025.01.28 23:10:48.622200 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 8561 | 2025.01.28 23:10:48.622510 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1019 rows starting from the beginning of the part | ||
| 8562 | 2025.01.28 23:10:48.622858 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 8563 | 2025.01.28 23:10:48.623262 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8564 | 2025.01.28 23:10:48.623495 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 8565 | 2025.01.28 23:10:48.624167 [ 254 ] {935083e4-901e-43be-a6bc-b357e0ce81e4} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8566 | 2025.01.28 23:10:48.624236 [ 254 ] {935083e4-901e-43be-a6bc-b357e0ce81e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8567 | 2025.01.28 23:10:48.624978 [ 254 ] {935083e4-901e-43be-a6bc-b357e0ce81e4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8568 | 2025.01.28 23:10:48.625335 [ 254 ] {935083e4-901e-43be-a6bc-b357e0ce81e4} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8569 | 2025.01.28 23:10:48.625742 [ 254 ] {935083e4-901e-43be-a6bc-b357e0ce81e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004978 sec., 200.88388911209321 rows/sec., 13.54 KiB/sec. | ||
| 8570 | 2025.01.28 23:10:48.626019 [ 254 ] {935083e4-901e-43be-a6bc-b357e0ce81e4} <Debug> TCPHandler: Processed in 0.005697355 sec. | ||
| 8571 | 2025.01.28 23:10:48.626331 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8572 | 2025.01.28 23:10:48.626640 [ 5 ] {07c285ad-c72a-4471-800b-bae4fb60733e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8573 | 2025.01.28 23:10:48.626903 [ 5 ] {07c285ad-c72a-4471-800b-bae4fb60733e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8574 | 2025.01.28 23:10:48.629248 [ 5 ] {07c285ad-c72a-4471-800b-bae4fb60733e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8575 | 2025.01.28 23:10:48.629287 [ 5 ] {07c285ad-c72a-4471-800b-bae4fb60733e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8576 | 2025.01.28 23:10:48.632424 [ 5 ] {07c285ad-c72a-4471-800b-bae4fb60733e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8577 | 2025.01.28 23:10:48.632769 [ 5 ] {07c285ad-c72a-4471-800b-bae4fb60733e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8578 | 2025.01.28 23:10:48.633130 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8579 | 2025.01.28 23:10:48.633221 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8580 | 2025.01.28 23:10:48.633286 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8581 | 2025.01.28 23:10:48.633299 [ 5 ] {07c285ad-c72a-4471-800b-bae4fb60733e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006739 sec., 1780.6796260572785 rows/sec., 3.19 MiB/sec. | ||
| 8582 | 2025.01.28 23:10:48.633658 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 8583 | 2025.01.28 23:10:48.633766 [ 5 ] {07c285ad-c72a-4471-800b-bae4fb60733e} <Debug> TCPHandler: Processed in 0.007572946 sec. | ||
| 8584 | 2025.01.28 23:10:48.634041 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8585 | 2025.01.28 23:10:48.634249 [ 254 ] {9f5b0160-6761-4149-87c7-f9314fe4c023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8586 | 2025.01.28 23:10:48.634434 [ 254 ] {9f5b0160-6761-4149-87c7-f9314fe4c023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8587 | 2025.01.28 23:10:48.634758 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8588 | 2025.01.28 23:10:48.635230 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 843 rows starting from the beginning of the part | ||
| 8589 | 2025.01.28 23:10:48.635403 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19853 rows, containing 5 columns (5 merged, 0 gathered) in 0.015190744 sec., 1306914.26305387 rows/sec., 88.21 MiB/sec. | ||
| 8590 | 2025.01.28 23:10:48.635986 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8591 | 2025.01.28 23:10:48.636478 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 12 rows starting from the beginning of the part | ||
| 8592 | 2025.01.28 23:10:48.637213 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8593 | 2025.01.28 23:10:48.637674 [ 198 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8594 | 2025.01.28 23:10:48.637707 [ 254 ] {9f5b0160-6761-4149-87c7-f9314fe4c023} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8595 | 2025.01.28 23:10:48.637753 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part | ||
| 8596 | 2025.01.28 23:10:48.637807 [ 254 ] {9f5b0160-6761-4149-87c7-f9314fe4c023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8597 | 2025.01.28 23:10:48.637922 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 8598 | 2025.01.28 23:10:48.638489 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 12 rows starting from the beginning of the part | ||
| 8599 | 2025.01.28 23:10:48.639035 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part | ||
| 8600 | 2025.01.28 23:10:48.639036 [ 254 ] {9f5b0160-6761-4149-87c7-f9314fe4c023} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8601 | 2025.01.28 23:10:48.639541 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 8602 | 2025.01.28 23:10:48.639630 [ 254 ] {9f5b0160-6761-4149-87c7-f9314fe4c023} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8603 | 2025.01.28 23:10:48.640122 [ 32 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8604 | 2025.01.28 23:10:48.640251 [ 32 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8605 | 2025.01.28 23:10:48.640374 [ 254 ] {9f5b0160-6761-4149-87c7-f9314fe4c023} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006146 sec., 13342.011064106735 rows/sec., 867.72 KiB/sec. | ||
| 8606 | 2025.01.28 23:10:48.640370 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 8607 | 2025.01.28 23:10:48.640705 [ 254 ] {9f5b0160-6761-4149-87c7-f9314fe4c023} <Debug> TCPHandler: Processed in 0.006821664 sec. | ||
| 8608 | 2025.01.28 23:10:48.640991 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 8609 | 2025.01.28 23:10:48.641300 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8610 | 2025.01.28 23:10:48.641364 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3656 rows starting from the beginning of the part | ||
| 8611 | 2025.01.28 23:10:48.641693 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 8612 | 2025.01.28 23:10:48.642109 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 58 rows starting from the beginning of the part | ||
| 8613 | 2025.01.28 23:10:48.642461 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part | ||
| 8614 | 2025.01.28 23:10:48.642692 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 8615 | 2025.01.28 23:10:48.642830 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8616 | 2025.01.28 23:10:48.646195 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3940 rows, containing 4 columns (4 merged, 0 gathered) in 0.005574763 sec., 706756.5024737375 rows/sec., 46.02 MiB/sec. | ||
| 8617 | 2025.01.28 23:10:48.646790 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8618 | 2025.01.28 23:10:48.647401 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8619 | 2025.01.28 23:10:48.647487 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_66_13} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8620 | 2025.01.28 23:10:48.647572 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8621 | 2025.01.28 23:10:48.650823 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 933 rows, containing 19 columns (19 merged, 0 gathered) in 0.017426741 sec., 53538.40973478633 rows/sec., 95.94 MiB/sec. | ||
| 8622 | 2025.01.28 23:10:48.651957 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8623 | 2025.01.28 23:10:48.652382 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2025.01.28 23:10:48.652466 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8625 | 2025.01.28 23:10:48.652612 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.09 MiB. | ||
| 8626 | 2025.01.28 23:10:49.000151 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.04 MiB, peak 222.08 MiB, free memory in arenas 0.00 B, will set to 216.46 MiB (RSS), difference: 2.42 MiB | ||
| 8627 | 2025.01.28 23:10:49.053453 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8628 | 2025.01.28 23:10:49.075213 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8629 | 2025.01.28 23:10:49.075275 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8630 | 2025.01.28 23:10:49.083051 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8631 | 2025.01.28 23:10:49.083849 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8632 | 2025.01.28 23:10:49.086764 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8633 | 2025.01.28 23:10:53.598097 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8634 | 2025.01.28 23:10:53.598331 [ 254 ] {4fbb09e5-f2e3-4b4f-b00e-747a500f0753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8635 | 2025.01.28 23:10:53.598434 [ 254 ] {4fbb09e5-f2e3-4b4f-b00e-747a500f0753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8636 | 2025.01.28 23:10:53.599293 [ 254 ] {4fbb09e5-f2e3-4b4f-b00e-747a500f0753} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8637 | 2025.01.28 23:10:53.599357 [ 254 ] {4fbb09e5-f2e3-4b4f-b00e-747a500f0753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8638 | 2025.01.28 23:10:53.599897 [ 254 ] {4fbb09e5-f2e3-4b4f-b00e-747a500f0753} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8639 | 2025.01.28 23:10:53.600219 [ 254 ] {4fbb09e5-f2e3-4b4f-b00e-747a500f0753} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8640 | 2025.01.28 23:10:53.600508 [ 254 ] {4fbb09e5-f2e3-4b4f-b00e-747a500f0753} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002239 sec., 893.2559178204555 rows/sec., 72.84 KiB/sec. | ||
| 8641 | 2025.01.28 23:10:53.600757 [ 254 ] {4fbb09e5-f2e3-4b4f-b00e-747a500f0753} <Debug> TCPHandler: Processed in 0.002787716 sec. | ||
| 8642 | 2025.01.28 23:10:53.601101 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8643 | 2025.01.28 23:10:53.601357 [ 5 ] {8c751ce8-a05b-4489-824b-152e3e810d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8644 | 2025.01.28 23:10:53.601448 [ 5 ] {8c751ce8-a05b-4489-824b-152e3e810d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8645 | 2025.01.28 23:10:53.602552 [ 5 ] {8c751ce8-a05b-4489-824b-152e3e810d48} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8646 | 2025.01.28 23:10:53.602631 [ 5 ] {8c751ce8-a05b-4489-824b-152e3e810d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8647 | 2025.01.28 23:10:53.603275 [ 5 ] {8c751ce8-a05b-4489-824b-152e3e810d48} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8648 | 2025.01.28 23:10:53.603651 [ 5 ] {8c751ce8-a05b-4489-824b-152e3e810d48} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8649 | 2025.01.28 23:10:53.603990 [ 5 ] {8c751ce8-a05b-4489-824b-152e3e810d48} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002704 sec., 41050.29585798817 rows/sec., 3.45 MiB/sec. | ||
| 8650 | 2025.01.28 23:10:53.604111 [ 5 ] {8c751ce8-a05b-4489-824b-152e3e810d48} <Debug> TCPHandler: Processed in 0.003166533 sec. | ||
| 8651 | 2025.01.28 23:10:53.604405 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8652 | 2025.01.28 23:10:53.604591 [ 254 ] {a2d65026-75e7-4ef6-8381-27c526bdef9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8653 | 2025.01.28 23:10:53.604673 [ 254 ] {a2d65026-75e7-4ef6-8381-27c526bdef9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8654 | 2025.01.28 23:10:53.605621 [ 254 ] {a2d65026-75e7-4ef6-8381-27c526bdef9c} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8655 | 2025.01.28 23:10:53.605677 [ 254 ] {a2d65026-75e7-4ef6-8381-27c526bdef9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8656 | 2025.01.28 23:10:53.606268 [ 254 ] {a2d65026-75e7-4ef6-8381-27c526bdef9c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8657 | 2025.01.28 23:10:53.606610 [ 254 ] {a2d65026-75e7-4ef6-8381-27c526bdef9c} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8658 | 2025.01.28 23:10:53.606875 [ 254 ] {a2d65026-75e7-4ef6-8381-27c526bdef9c} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.002329 sec., 12451.6960068699 rows/sec., 931.70 KiB/sec. | ||
| 8659 | 2025.01.28 23:10:53.607025 [ 254 ] {a2d65026-75e7-4ef6-8381-27c526bdef9c} <Debug> TCPHandler: Processed in 0.002756386 sec. | ||
| 8660 | 2025.01.28 23:10:53.607323 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8661 | 2025.01.28 23:10:53.607516 [ 5 ] {7943e309-a766-4030-8047-06c18452c1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8662 | 2025.01.28 23:10:53.607597 [ 5 ] {7943e309-a766-4030-8047-06c18452c1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8663 | 2025.01.28 23:10:53.608531 [ 5 ] {7943e309-a766-4030-8047-06c18452c1df} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8664 | 2025.01.28 23:10:53.608578 [ 5 ] {7943e309-a766-4030-8047-06c18452c1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8665 | 2025.01.28 23:10:53.609059 [ 5 ] {7943e309-a766-4030-8047-06c18452c1df} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8666 | 2025.01.28 23:10:53.609375 [ 5 ] {7943e309-a766-4030-8047-06c18452c1df} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8667 | 2025.01.28 23:10:53.609656 [ 5 ] {7943e309-a766-4030-8047-06c18452c1df} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002193 sec., 42407.66073871409 rows/sec., 3.31 MiB/sec. | ||
| 8668 | 2025.01.28 23:10:53.609784 [ 5 ] {7943e309-a766-4030-8047-06c18452c1df} <Debug> TCPHandler: Processed in 0.002640514 sec. | ||
| 8669 | 2025.01.28 23:10:53.610076 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8670 | 2025.01.28 23:10:53.610257 [ 254 ] {4a8f6e01-5842-4f39-bc32-a43e0204bdb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8671 | 2025.01.28 23:10:53.610344 [ 254 ] {4a8f6e01-5842-4f39-bc32-a43e0204bdb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8672 | 2025.01.28 23:10:53.611289 [ 254 ] {4a8f6e01-5842-4f39-bc32-a43e0204bdb6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8673 | 2025.01.28 23:10:53.611347 [ 254 ] {4a8f6e01-5842-4f39-bc32-a43e0204bdb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8674 | 2025.01.28 23:10:53.611991 [ 254 ] {4a8f6e01-5842-4f39-bc32-a43e0204bdb6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8675 | 2025.01.28 23:10:53.612395 [ 254 ] {4a8f6e01-5842-4f39-bc32-a43e0204bdb6} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8676 | 2025.01.28 23:10:53.612704 [ 254 ] {4a8f6e01-5842-4f39-bc32-a43e0204bdb6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00249 sec., 64658.63453815261 rows/sec., 4.50 MiB/sec. | ||
| 8677 | 2025.01.28 23:10:53.612807 [ 254 ] {4a8f6e01-5842-4f39-bc32-a43e0204bdb6} <Debug> TCPHandler: Processed in 0.002840907 sec. | ||
| 8678 | 2025.01.28 23:10:53.613112 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8679 | 2025.01.28 23:10:53.613294 [ 5 ] {dd69dd2b-65e9-45b2-bc05-98468c873706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8680 | 2025.01.28 23:10:53.613422 [ 5 ] {dd69dd2b-65e9-45b2-bc05-98468c873706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8681 | 2025.01.28 23:10:53.614906 [ 5 ] {dd69dd2b-65e9-45b2-bc05-98468c873706} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8682 | 2025.01.28 23:10:53.614953 [ 5 ] {dd69dd2b-65e9-45b2-bc05-98468c873706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8683 | 2025.01.28 23:10:53.615691 [ 5 ] {dd69dd2b-65e9-45b2-bc05-98468c873706} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8684 | 2025.01.28 23:10:53.616011 [ 5 ] {dd69dd2b-65e9-45b2-bc05-98468c873706} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8685 | 2025.01.28 23:10:53.616313 [ 5 ] {dd69dd2b-65e9-45b2-bc05-98468c873706} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003065 sec., 8809.135399673736 rows/sec., 15.79 MiB/sec. | ||
| 8686 | 2025.01.28 23:10:53.616807 [ 5 ] {dd69dd2b-65e9-45b2-bc05-98468c873706} <Debug> TCPHandler: Processed in 0.003791573 sec. | ||
| 8687 | 2025.01.28 23:10:53.617205 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8688 | 2025.01.28 23:10:53.617421 [ 254 ] {a32d88fc-16bf-4ddc-9a12-20395c048946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8689 | 2025.01.28 23:10:53.617533 [ 254 ] {a32d88fc-16bf-4ddc-9a12-20395c048946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8690 | 2025.01.28 23:10:53.618417 [ 254 ] {a32d88fc-16bf-4ddc-9a12-20395c048946} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8691 | 2025.01.28 23:10:53.618482 [ 254 ] {a32d88fc-16bf-4ddc-9a12-20395c048946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8692 | 2025.01.28 23:10:53.619143 [ 254 ] {a32d88fc-16bf-4ddc-9a12-20395c048946} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8693 | 2025.01.28 23:10:53.619530 [ 254 ] {a32d88fc-16bf-4ddc-9a12-20395c048946} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8694 | 2025.01.28 23:10:53.619869 [ 254 ] {a32d88fc-16bf-4ddc-9a12-20395c048946} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002508 sec., 23923.444976076556 rows/sec., 1.61 MiB/sec. | ||
| 8695 | 2025.01.28 23:10:53.619977 [ 254 ] {a32d88fc-16bf-4ddc-9a12-20395c048946} <Debug> TCPHandler: Processed in 0.00297625 sec. | ||
| 8696 | 2025.01.28 23:10:55.278339 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8697 | 2025.01.28 23:10:55.279027 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2025.01.28 23:10:55.279076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8699 | 2025.01.28 23:10:55.279600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8700 | 2025.01.28 23:10:55.279854 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8701 | 2025.01.28 23:10:55.280099 [ 23 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8702 | 2025.01.28 23:10:55.280118 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8703 | 2025.01.28 23:10:55.280196 [ 23 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2025.01.28 23:10:55.280229 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8705 | 2025.01.28 23:10:55.280675 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 8706 | 2025.01.28 23:10:55.281263 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8707 | 2025.01.28 23:10:55.281415 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 8708 | 2025.01.28 23:10:55.281661 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 8709 | 2025.01.28 23:10:55.281873 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 8710 | 2025.01.28 23:10:55.281964 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 8711 | 2025.01.28 23:10:55.282206 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 8712 | 2025.01.28 23:10:55.282364 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 8713 | 2025.01.28 23:10:55.284760 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004448094 sec., 4237545.339644351 rows/sec., 60.62 MiB/sec. | ||
| 8714 | 2025.01.28 23:10:55.285053 [ 194 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8715 | 2025.01.28 23:10:55.285395 [ 194 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8716 | 2025.01.28 23:10:55.285482 [ 194 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_41_8} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8717 | 2025.01.28 23:10:55.285582 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8718 | 2025.01.28 23:10:56.586907 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8719 | 2025.01.28 23:10:56.608332 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8720 | 2025.01.28 23:10:56.608391 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8721 | 2025.01.28 23:10:56.615955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8722 | 2025.01.28 23:10:56.616772 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8723 | 2025.01.28 23:10:56.617195 [ 44 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8724 | 2025.01.28 23:10:56.617327 [ 44 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8725 | 2025.01.28 23:10:56.617399 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8726 | 2025.01.28 23:10:56.617667 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 8727 | 2025.01.28 23:10:56.625524 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8728 | 2025.01.28 23:10:56.626820 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8729 | 2025.01.28 23:10:56.627720 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 8730 | 2025.01.28 23:10:56.632462 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 8731 | 2025.01.28 23:10:56.637145 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 8732 | 2025.01.28 23:10:56.642315 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 8733 | 2025.01.28 23:10:56.647961 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 8734 | 2025.01.28 23:10:56.652922 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 8735 | 2025.01.28 23:10:56.714041 [ 199 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.096504512 sec., 3201.922828230042 rows/sec., 16.56 MiB/sec. | ||
| 8736 | 2025.01.28 23:10:56.716997 [ 199 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8737 | 2025.01.28 23:10:56.719899 [ 199 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_41_8} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8738 | 2025.01.28 23:10:56.720025 [ 199 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_41_8} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8739 | 2025.01.28 23:10:56.722438 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8740 | 2025.01.28 23:10:57.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.87 MiB, peak 231.29 MiB, free memory in arenas 0.00 B, will set to 219.26 MiB (RSS), difference: 1.39 MiB | ||
| 8741 | 2025.01.28 23:10:57.873432 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1240 | ||
| 8742 | 2025.01.28 23:10:57.876653 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2025.01.28 23:10:57.876718 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8744 | 2025.01.28 23:10:57.878180 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8745 | 2025.01.28 23:10:57.878477 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2025.01.28 23:10:57.880219 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1240 | ||
| 8747 | 2025.01.28 23:10:58.597415 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8748 | 2025.01.28 23:10:58.597627 [ 254 ] {3f95e8eb-fe58-4362-98d9-883dd962689d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8749 | 2025.01.28 23:10:58.597705 [ 254 ] {3f95e8eb-fe58-4362-98d9-883dd962689d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8750 | 2025.01.28 23:10:58.598547 [ 254 ] {3f95e8eb-fe58-4362-98d9-883dd962689d} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8751 | 2025.01.28 23:10:58.598592 [ 254 ] {3f95e8eb-fe58-4362-98d9-883dd962689d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8752 | 2025.01.28 23:10:58.599015 [ 254 ] {3f95e8eb-fe58-4362-98d9-883dd962689d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8753 | 2025.01.28 23:10:58.599271 [ 254 ] {3f95e8eb-fe58-4362-98d9-883dd962689d} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8754 | 2025.01.28 23:10:58.599440 [ 104 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8755 | 2025.01.28 23:10:58.599520 [ 254 ] {3f95e8eb-fe58-4362-98d9-883dd962689d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec. | ||
| 8756 | 2025.01.28 23:10:58.599528 [ 104 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8757 | 2025.01.28 23:10:58.599606 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8758 | 2025.01.28 23:10:58.599658 [ 254 ] {3f95e8eb-fe58-4362-98d9-883dd962689d} <Debug> TCPHandler: Processed in 0.00242792 sec. | ||
| 8759 | 2025.01.28 23:10:58.599836 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 8760 | 2025.01.28 23:10:58.600014 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8761 | 2025.01.28 23:10:58.600057 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8762 | 2025.01.28 23:10:58.600116 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 8763 | 2025.01.28 23:10:58.600358 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 8764 | 2025.01.28 23:10:58.600434 [ 5 ] {6f23c0ba-96ec-4a12-b5bd-1e6895f5da3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8765 | 2025.01.28 23:10:58.600671 [ 5 ] {6f23c0ba-96ec-4a12-b5bd-1e6895f5da3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8766 | 2025.01.28 23:10:58.600689 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 8767 | 2025.01.28 23:10:58.601065 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 8768 | 2025.01.28 23:10:58.601428 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 8769 | 2025.01.28 23:10:58.603497 [ 5 ] {6f23c0ba-96ec-4a12-b5bd-1e6895f5da3b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8770 | 2025.01.28 23:10:58.603593 [ 5 ] {6f23c0ba-96ec-4a12-b5bd-1e6895f5da3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8771 | 2025.01.28 23:10:58.603951 [ 186 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004242971 sec., 16497.873777595934 rows/sec., 1.22 MiB/sec. | ||
| 8772 | 2025.01.28 23:10:58.604215 [ 186 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8773 | 2025.01.28 23:10:58.604542 [ 5 ] {6f23c0ba-96ec-4a12-b5bd-1e6895f5da3b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8774 | 2025.01.28 23:10:58.604772 [ 186 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_29_7} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8775 | 2025.01.28 23:10:58.604950 [ 186 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_29_7} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8776 | 2025.01.28 23:10:58.604989 [ 5 ] {6f23c0ba-96ec-4a12-b5bd-1e6895f5da3b} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8777 | 2025.01.28 23:10:58.605132 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8778 | 2025.01.28 23:10:58.605341 [ 5 ] {6f23c0ba-96ec-4a12-b5bd-1e6895f5da3b} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.005079 sec., 44693.83736956093 rows/sec., 3.91 MiB/sec. | ||
| 8779 | 2025.01.28 23:10:58.605411 [ 5 ] {6f23c0ba-96ec-4a12-b5bd-1e6895f5da3b} <Debug> TCPHandler: Processed in 0.005613594 sec. | ||
| 8780 | 2025.01.28 23:10:58.605581 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8781 | 2025.01.28 23:10:58.605702 [ 254 ] {ceb21667-d820-4902-b250-9b70dfd226c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8782 | 2025.01.28 23:10:58.605751 [ 254 ] {ceb21667-d820-4902-b250-9b70dfd226c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8783 | 2025.01.28 23:10:58.606362 [ 254 ] {ceb21667-d820-4902-b250-9b70dfd226c6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8784 | 2025.01.28 23:10:58.606403 [ 254 ] {ceb21667-d820-4902-b250-9b70dfd226c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8785 | 2025.01.28 23:10:58.606761 [ 254 ] {ceb21667-d820-4902-b250-9b70dfd226c6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8786 | 2025.01.28 23:10:58.607008 [ 254 ] {ceb21667-d820-4902-b250-9b70dfd226c6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8787 | 2025.01.28 23:10:58.607248 [ 254 ] {ceb21667-d820-4902-b250-9b70dfd226c6} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001563 sec., 12156.11004478567 rows/sec., 869.10 KiB/sec. | ||
| 8788 | 2025.01.28 23:10:58.607348 [ 254 ] {ceb21667-d820-4902-b250-9b70dfd226c6} <Debug> TCPHandler: Processed in 0.001825551 sec. | ||
| 8789 | 2025.01.28 23:10:58.607600 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8790 | 2025.01.28 23:10:58.607797 [ 5 ] {93f15257-4381-4274-9e1a-52703a1b3a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8791 | 2025.01.28 23:10:58.607855 [ 5 ] {93f15257-4381-4274-9e1a-52703a1b3a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8792 | 2025.01.28 23:10:58.608520 [ 5 ] {93f15257-4381-4274-9e1a-52703a1b3a83} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8793 | 2025.01.28 23:10:58.608562 [ 5 ] {93f15257-4381-4274-9e1a-52703a1b3a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8794 | 2025.01.28 23:10:58.608930 [ 5 ] {93f15257-4381-4274-9e1a-52703a1b3a83} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8795 | 2025.01.28 23:10:58.609166 [ 5 ] {93f15257-4381-4274-9e1a-52703a1b3a83} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8796 | 2025.01.28 23:10:58.609374 [ 5 ] {93f15257-4381-4274-9e1a-52703a1b3a83} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001608 sec., 8706.467661691542 rows/sec., 609.74 KiB/sec. | ||
| 8797 | 2025.01.28 23:10:58.609425 [ 5 ] {93f15257-4381-4274-9e1a-52703a1b3a83} <Debug> TCPHandler: Processed in 0.001976243 sec. | ||
| 8798 | 2025.01.28 23:10:58.609596 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8799 | 2025.01.28 23:10:58.609733 [ 254 ] {7302df6a-612e-4307-b5d7-12711b94c04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8800 | 2025.01.28 23:10:58.609790 [ 254 ] {7302df6a-612e-4307-b5d7-12711b94c04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8801 | 2025.01.28 23:10:58.610460 [ 254 ] {7302df6a-612e-4307-b5d7-12711b94c04d} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8802 | 2025.01.28 23:10:58.610499 [ 254 ] {7302df6a-612e-4307-b5d7-12711b94c04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8803 | 2025.01.28 23:10:58.610847 [ 254 ] {7302df6a-612e-4307-b5d7-12711b94c04d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8804 | 2025.01.28 23:10:58.611079 [ 254 ] {7302df6a-612e-4307-b5d7-12711b94c04d} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8805 | 2025.01.28 23:10:58.611249 [ 104 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8806 | 2025.01.28 23:10:58.611305 [ 104 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8807 | 2025.01.28 23:10:58.611321 [ 254 ] {7302df6a-612e-4307-b5d7-12711b94c04d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec. | ||
| 8808 | 2025.01.28 23:10:58.611345 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8809 | 2025.01.28 23:10:58.611480 [ 254 ] {7302df6a-612e-4307-b5d7-12711b94c04d} <Debug> TCPHandler: Processed in 0.001951353 sec. | ||
| 8810 | 2025.01.28 23:10:58.611723 [ 195 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 8811 | 2025.01.28 23:10:58.611760 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8812 | 2025.01.28 23:10:58.611985 [ 195 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8813 | 2025.01.28 23:10:58.612040 [ 5 ] {64251bcd-cd07-4e0d-bd85-ce73dc161c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8814 | 2025.01.28 23:10:58.612059 [ 195 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 8815 | 2025.01.28 23:10:58.612144 [ 5 ] {64251bcd-cd07-4e0d-bd85-ce73dc161c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8816 | 2025.01.28 23:10:58.612468 [ 195 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 8817 | 2025.01.28 23:10:58.612799 [ 195 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 8818 | 2025.01.28 23:10:58.613127 [ 195 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 8819 | 2025.01.28 23:10:58.613561 [ 195 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 8820 | 2025.01.28 23:10:58.614751 [ 5 ] {64251bcd-cd07-4e0d-bd85-ce73dc161c94} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8821 | 2025.01.28 23:10:58.614795 [ 5 ] {64251bcd-cd07-4e0d-bd85-ce73dc161c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8822 | 2025.01.28 23:10:58.615198 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003692452 sec., 17603.478664042213 rows/sec., 1.14 MiB/sec. | ||
| 8823 | 2025.01.28 23:10:58.615429 [ 5 ] {64251bcd-cd07-4e0d-bd85-ce73dc161c94} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8824 | 2025.01.28 23:10:58.615455 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8825 | 2025.01.28 23:10:58.615875 [ 5 ] {64251bcd-cd07-4e0d-bd85-ce73dc161c94} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8826 | 2025.01.28 23:10:58.616007 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_29_7} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8827 | 2025.01.28 23:10:58.616307 [ 200 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_29_7} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8828 | 2025.01.28 23:10:58.616317 [ 5 ] {64251bcd-cd07-4e0d-bd85-ce73dc161c94} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.004329 sec., 91014.09101409101 rows/sec., 6.46 MiB/sec. | ||
| 8829 | 2025.01.28 23:10:58.616568 [ 5 ] {64251bcd-cd07-4e0d-bd85-ce73dc161c94} <Debug> TCPHandler: Processed in 0.004957802 sec. | ||
| 8830 | 2025.01.28 23:10:58.616573 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8831 | 2025.01.28 23:10:58.616748 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8832 | 2025.01.28 23:10:58.616888 [ 254 ] {a8a501dc-f3c3-4598-a2e7-3ddeaf970eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8833 | 2025.01.28 23:10:58.616949 [ 254 ] {a8a501dc-f3c3-4598-a2e7-3ddeaf970eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8834 | 2025.01.28 23:10:58.617499 [ 254 ] {a8a501dc-f3c3-4598-a2e7-3ddeaf970eac} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8835 | 2025.01.28 23:10:58.617538 [ 254 ] {a8a501dc-f3c3-4598-a2e7-3ddeaf970eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8836 | 2025.01.28 23:10:58.617902 [ 254 ] {a8a501dc-f3c3-4598-a2e7-3ddeaf970eac} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8837 | 2025.01.28 23:10:58.618135 [ 254 ] {a8a501dc-f3c3-4598-a2e7-3ddeaf970eac} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8838 | 2025.01.28 23:10:58.618277 [ 87 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8839 | 2025.01.28 23:10:58.618317 [ 254 ] {a8a501dc-f3c3-4598-a2e7-3ddeaf970eac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 214.71 KiB/sec. | ||
| 8840 | 2025.01.28 23:10:58.618327 [ 87 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8841 | 2025.01.28 23:10:58.618370 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8842 | 2025.01.28 23:10:58.618381 [ 254 ] {a8a501dc-f3c3-4598-a2e7-3ddeaf970eac} <Debug> TCPHandler: Processed in 0.001708729 sec. | ||
| 8843 | 2025.01.28 23:10:58.618741 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8844 | 2025.01.28 23:10:58.618921 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8845 | 2025.01.28 23:10:58.619287 [ 5 ] {a96b530c-08d8-42e9-a0c6-f1cd2d9ada73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8846 | 2025.01.28 23:10:58.619366 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8847 | 2025.01.28 23:10:58.619415 [ 5 ] {a96b530c-08d8-42e9-a0c6-f1cd2d9ada73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8848 | 2025.01.28 23:10:58.619427 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8849 | 2025.01.28 23:10:58.619655 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8850 | 2025.01.28 23:10:58.620035 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8851 | 2025.01.28 23:10:58.620367 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8852 | 2025.01.28 23:10:58.620703 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8853 | 2025.01.28 23:10:58.620915 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8854 | 2025.01.28 23:10:58.621650 [ 5 ] {a96b530c-08d8-42e9-a0c6-f1cd2d9ada73} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8855 | 2025.01.28 23:10:58.621695 [ 5 ] {a96b530c-08d8-42e9-a0c6-f1cd2d9ada73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8856 | 2025.01.28 23:10:58.622296 [ 5 ] {a96b530c-08d8-42e9-a0c6-f1cd2d9ada73} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8857 | 2025.01.28 23:10:58.622429 [ 200 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.003900115 sec., 44614.06907232223 rows/sec., 2.28 MiB/sec. | ||
| 8858 | 2025.01.28 23:10:58.622647 [ 192 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8859 | 2025.01.28 23:10:58.622695 [ 5 ] {a96b530c-08d8-42e9-a0c6-f1cd2d9ada73} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8860 | 2025.01.28 23:10:58.623277 [ 5 ] {a96b530c-08d8-42e9-a0c6-f1cd2d9ada73} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004069 sec., 58245.26910788892 rows/sec., 3.90 MiB/sec. | ||
| 8861 | 2025.01.28 23:10:58.623517 [ 192 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8862 | 2025.01.28 23:10:58.623724 [ 5 ] {a96b530c-08d8-42e9-a0c6-f1cd2d9ada73} <Debug> TCPHandler: Processed in 0.005226337 sec. | ||
| 8863 | 2025.01.28 23:10:58.623803 [ 192 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_29_6} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8864 | 2025.01.28 23:10:58.624052 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8865 | 2025.01.28 23:10:58.624866 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8866 | 2025.01.28 23:10:58.625014 [ 254 ] {83906b09-3da6-4f7e-b59f-c2d9457d0b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8867 | 2025.01.28 23:10:58.625075 [ 254 ] {83906b09-3da6-4f7e-b59f-c2d9457d0b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8868 | 2025.01.28 23:10:58.625603 [ 254 ] {83906b09-3da6-4f7e-b59f-c2d9457d0b75} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8869 | 2025.01.28 23:10:58.625642 [ 254 ] {83906b09-3da6-4f7e-b59f-c2d9457d0b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8870 | 2025.01.28 23:10:58.626003 [ 254 ] {83906b09-3da6-4f7e-b59f-c2d9457d0b75} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8871 | 2025.01.28 23:10:58.626237 [ 254 ] {83906b09-3da6-4f7e-b59f-c2d9457d0b75} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8872 | 2025.01.28 23:10:58.626434 [ 254 ] {83906b09-3da6-4f7e-b59f-c2d9457d0b75} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 8873 | 2025.01.28 23:10:58.626521 [ 254 ] {83906b09-3da6-4f7e-b59f-c2d9457d0b75} <Debug> TCPHandler: Processed in 0.001722389 sec. | ||
| 8874 | 2025.01.28 23:10:58.626783 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8875 | 2025.01.28 23:10:58.626980 [ 5 ] {2018ccc3-6192-4a64-931a-e1a9de7b68a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8876 | 2025.01.28 23:10:58.627078 [ 5 ] {2018ccc3-6192-4a64-931a-e1a9de7b68a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8877 | 2025.01.28 23:10:58.628237 [ 5 ] {2018ccc3-6192-4a64-931a-e1a9de7b68a2} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8878 | 2025.01.28 23:10:58.628276 [ 5 ] {2018ccc3-6192-4a64-931a-e1a9de7b68a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8879 | 2025.01.28 23:10:58.628904 [ 5 ] {2018ccc3-6192-4a64-931a-e1a9de7b68a2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8880 | 2025.01.28 23:10:58.629156 [ 5 ] {2018ccc3-6192-4a64-931a-e1a9de7b68a2} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8881 | 2025.01.28 23:10:58.629397 [ 5 ] {2018ccc3-6192-4a64-931a-e1a9de7b68a2} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002448 sec., 4901.9607843137255 rows/sec., 8.78 MiB/sec. | ||
| 8882 | 2025.01.28 23:10:58.629489 [ 5 ] {2018ccc3-6192-4a64-931a-e1a9de7b68a2} <Debug> TCPHandler: Processed in 0.002853288 sec. | ||
| 8883 | 2025.01.28 23:10:58.629658 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8884 | 2025.01.28 23:10:58.629773 [ 254 ] {cd140ed9-0df3-4470-96eb-cf9b87fbbd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8885 | 2025.01.28 23:10:58.629823 [ 254 ] {cd140ed9-0df3-4470-96eb-cf9b87fbbd0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8886 | 2025.01.28 23:10:58.630344 [ 254 ] {cd140ed9-0df3-4470-96eb-cf9b87fbbd0f} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8887 | 2025.01.28 23:10:58.630382 [ 254 ] {cd140ed9-0df3-4470-96eb-cf9b87fbbd0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8888 | 2025.01.28 23:10:58.630751 [ 254 ] {cd140ed9-0df3-4470-96eb-cf9b87fbbd0f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8889 | 2025.01.28 23:10:58.630990 [ 254 ] {cd140ed9-0df3-4470-96eb-cf9b87fbbd0f} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8890 | 2025.01.28 23:10:58.631164 [ 254 ] {cd140ed9-0df3-4470-96eb-cf9b87fbbd0f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001414 sec., 57991.513437058 rows/sec., 3.68 MiB/sec. | ||
| 8891 | 2025.01.28 23:10:58.631211 [ 254 ] {cd140ed9-0df3-4470-96eb-cf9b87fbbd0f} <Debug> TCPHandler: Processed in 0.001609577 sec. | ||
| 8892 | 2025.01.28 23:11:02.626752 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8893 | 2025.01.28 23:11:02.626823 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8894 | 2025.01.28 23:11:02.780402 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8895 | 2025.01.28 23:11:02.781511 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8896 | 2025.01.28 23:11:02.781608 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8897 | 2025.01.28 23:11:02.782289 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8898 | 2025.01.28 23:11:02.782550 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8899 | 2025.01.28 23:11:02.782848 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8900 | 2025.01.28 23:11:03.593529 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8901 | 2025.01.28 23:11:03.593725 [ 254 ] {8fd4205c-9c99-4e76-9eb3-becb48c1a0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8902 | 2025.01.28 23:11:03.593797 [ 254 ] {8fd4205c-9c99-4e76-9eb3-becb48c1a0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8903 | 2025.01.28 23:11:03.594624 [ 254 ] {8fd4205c-9c99-4e76-9eb3-becb48c1a0b0} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8904 | 2025.01.28 23:11:03.594671 [ 254 ] {8fd4205c-9c99-4e76-9eb3-becb48c1a0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8905 | 2025.01.28 23:11:03.595117 [ 254 ] {8fd4205c-9c99-4e76-9eb3-becb48c1a0b0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8906 | 2025.01.28 23:11:03.595366 [ 254 ] {8fd4205c-9c99-4e76-9eb3-becb48c1a0b0} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8907 | 2025.01.28 23:11:03.595579 [ 254 ] {8fd4205c-9c99-4e76-9eb3-becb48c1a0b0} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001898 sec., 57955.74288724974 rows/sec., 4.87 MiB/sec. | ||
| 8908 | 2025.01.28 23:11:03.595681 [ 254 ] {8fd4205c-9c99-4e76-9eb3-becb48c1a0b0} <Debug> TCPHandler: Processed in 0.002285349 sec. | ||
| 8909 | 2025.01.28 23:11:03.595991 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8910 | 2025.01.28 23:11:03.596205 [ 5 ] {7997a8ba-bcac-4fba-94e0-04740e09d6f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8911 | 2025.01.28 23:11:03.596287 [ 5 ] {7997a8ba-bcac-4fba-94e0-04740e09d6f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8912 | 2025.01.28 23:11:03.597081 [ 5 ] {7997a8ba-bcac-4fba-94e0-04740e09d6f1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8913 | 2025.01.28 23:11:03.597133 [ 5 ] {7997a8ba-bcac-4fba-94e0-04740e09d6f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8914 | 2025.01.28 23:11:03.597570 [ 5 ] {7997a8ba-bcac-4fba-94e0-04740e09d6f1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8915 | 2025.01.28 23:11:03.597826 [ 5 ] {7997a8ba-bcac-4fba-94e0-04740e09d6f1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8916 | 2025.01.28 23:11:03.598064 [ 5 ] {7997a8ba-bcac-4fba-94e0-04740e09d6f1} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001918 sec., 14077.163712200208 rows/sec., 1.03 MiB/sec. | ||
| 8917 | 2025.01.28 23:11:03.598121 [ 5 ] {7997a8ba-bcac-4fba-94e0-04740e09d6f1} <Debug> TCPHandler: Processed in 0.002308818 sec. | ||
| 8918 | 2025.01.28 23:11:03.598303 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8919 | 2025.01.28 23:11:03.598442 [ 254 ] {2e685a9b-76d7-4813-9f2a-35fe6a2c0951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8920 | 2025.01.28 23:11:03.598500 [ 254 ] {2e685a9b-76d7-4813-9f2a-35fe6a2c0951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8921 | 2025.01.28 23:11:03.599119 [ 254 ] {2e685a9b-76d7-4813-9f2a-35fe6a2c0951} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8922 | 2025.01.28 23:11:03.599158 [ 254 ] {2e685a9b-76d7-4813-9f2a-35fe6a2c0951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8923 | 2025.01.28 23:11:03.599551 [ 254 ] {2e685a9b-76d7-4813-9f2a-35fe6a2c0951} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8924 | 2025.01.28 23:11:03.599829 [ 254 ] {2e685a9b-76d7-4813-9f2a-35fe6a2c0951} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2025.01.28 23:11:03.600044 [ 254 ] {2e685a9b-76d7-4813-9f2a-35fe6a2c0951} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001635 sec., 55657.49235474006 rows/sec., 4.35 MiB/sec. | ||
| 8926 | 2025.01.28 23:11:03.600101 [ 254 ] {2e685a9b-76d7-4813-9f2a-35fe6a2c0951} <Debug> TCPHandler: Processed in 0.001864111 sec. | ||
| 8927 | 2025.01.28 23:11:03.600247 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8928 | 2025.01.28 23:11:03.600364 [ 5 ] {216d38ff-afc1-4997-aa3d-6868c2f1ab8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8929 | 2025.01.28 23:11:03.600417 [ 5 ] {216d38ff-afc1-4997-aa3d-6868c2f1ab8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8930 | 2025.01.28 23:11:03.600996 [ 5 ] {216d38ff-afc1-4997-aa3d-6868c2f1ab8b} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2025.01.28 23:11:03.601033 [ 5 ] {216d38ff-afc1-4997-aa3d-6868c2f1ab8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8932 | 2025.01.28 23:11:03.601416 [ 5 ] {216d38ff-afc1-4997-aa3d-6868c2f1ab8b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8933 | 2025.01.28 23:11:03.601645 [ 5 ] {216d38ff-afc1-4997-aa3d-6868c2f1ab8b} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2025.01.28 23:11:03.601825 [ 5 ] {216d38ff-afc1-4997-aa3d-6868c2f1ab8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec. | ||
| 8935 | 2025.01.28 23:11:03.601875 [ 5 ] {216d38ff-afc1-4997-aa3d-6868c2f1ab8b} <Debug> TCPHandler: Processed in 0.001683958 sec. | ||
| 8936 | 2025.01.28 23:11:03.602032 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8937 | 2025.01.28 23:11:03.602170 [ 254 ] {2953641e-9b31-4567-975f-6407524ac319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8938 | 2025.01.28 23:11:03.602263 [ 254 ] {2953641e-9b31-4567-975f-6407524ac319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8939 | 2025.01.28 23:11:03.603481 [ 254 ] {2953641e-9b31-4567-975f-6407524ac319} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8940 | 2025.01.28 23:11:03.603522 [ 254 ] {2953641e-9b31-4567-975f-6407524ac319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8941 | 2025.01.28 23:11:03.604171 [ 254 ] {2953641e-9b31-4567-975f-6407524ac319} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8942 | 2025.01.28 23:11:03.604436 [ 254 ] {2953641e-9b31-4567-975f-6407524ac319} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8943 | 2025.01.28 23:11:03.604675 [ 254 ] {2953641e-9b31-4567-975f-6407524ac319} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002537 sec., 10642.49113125739 rows/sec., 19.07 MiB/sec. | ||
| 8944 | 2025.01.28 23:11:03.604769 [ 254 ] {2953641e-9b31-4567-975f-6407524ac319} <Debug> TCPHandler: Processed in 0.002802387 sec. | ||
| 8945 | 2025.01.28 23:11:03.604996 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8946 | 2025.01.28 23:11:03.605218 [ 5 ] {24ac70aa-aefc-4bf4-9124-0158d9fa5ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8947 | 2025.01.28 23:11:03.605310 [ 5 ] {24ac70aa-aefc-4bf4-9124-0158d9fa5ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8948 | 2025.01.28 23:11:03.605930 [ 5 ] {24ac70aa-aefc-4bf4-9124-0158d9fa5ca7} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8949 | 2025.01.28 23:11:03.605967 [ 5 ] {24ac70aa-aefc-4bf4-9124-0158d9fa5ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8950 | 2025.01.28 23:11:03.606331 [ 5 ] {24ac70aa-aefc-4bf4-9124-0158d9fa5ca7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8951 | 2025.01.28 23:11:03.606559 [ 5 ] {24ac70aa-aefc-4bf4-9124-0158d9fa5ca7} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8952 | 2025.01.28 23:11:03.606747 [ 5 ] {24ac70aa-aefc-4bf4-9124-0158d9fa5ca7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. | ||
| 8953 | 2025.01.28 23:11:03.606845 [ 5 ] {24ac70aa-aefc-4bf4-9124-0158d9fa5ca7} <Debug> TCPHandler: Processed in 0.001968323 sec. | ||
| 8954 | 2025.01.28 23:11:04.125687 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8955 | 2025.01.28 23:11:04.144774 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8956 | 2025.01.28 23:11:04.144833 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8957 | 2025.01.28 23:11:04.152115 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8958 | 2025.01.28 23:11:04.152861 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8959 | 2025.01.28 23:11:04.156293 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8960 | 2025.01.28 23:11:05.704701 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8961 | 2025.01.28 23:11:05.705005 [ 254 ] {3f612438-9bd1-453f-ac47-df26b0d2091f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8962 | 2025.01.28 23:11:05.705143 [ 254 ] {3f612438-9bd1-453f-ac47-df26b0d2091f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8963 | 2025.01.28 23:11:05.706164 [ 254 ] {3f612438-9bd1-453f-ac47-df26b0d2091f} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8964 | 2025.01.28 23:11:05.706205 [ 254 ] {3f612438-9bd1-453f-ac47-df26b0d2091f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8965 | 2025.01.28 23:11:05.706644 [ 254 ] {3f612438-9bd1-453f-ac47-df26b0d2091f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8966 | 2025.01.28 23:11:05.706906 [ 254 ] {3f612438-9bd1-453f-ac47-df26b0d2091f} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8967 | 2025.01.28 23:11:05.707110 [ 254 ] {3f612438-9bd1-453f-ac47-df26b0d2091f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002192 sec., 6386.861313868613 rows/sec., 459.77 KiB/sec. | ||
| 8968 | 2025.01.28 23:11:05.707166 [ 254 ] {3f612438-9bd1-453f-ac47-df26b0d2091f} <Debug> TCPHandler: Processed in 0.002653494 sec. | ||
| 8969 | 2025.01.28 23:11:05.707487 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8970 | 2025.01.28 23:11:05.707757 [ 5 ] {6dd6e507-02a6-4651-bf16-04367ad75048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8971 | 2025.01.28 23:11:05.707830 [ 5 ] {6dd6e507-02a6-4651-bf16-04367ad75048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8972 | 2025.01.28 23:11:05.708690 [ 5 ] {6dd6e507-02a6-4651-bf16-04367ad75048} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8973 | 2025.01.28 23:11:05.708741 [ 5 ] {6dd6e507-02a6-4651-bf16-04367ad75048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8974 | 2025.01.28 23:11:05.709156 [ 5 ] {6dd6e507-02a6-4651-bf16-04367ad75048} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8975 | 2025.01.28 23:11:05.709409 [ 5 ] {6dd6e507-02a6-4651-bf16-04367ad75048} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8976 | 2025.01.28 23:11:05.709646 [ 5 ] {6dd6e507-02a6-4651-bf16-04367ad75048} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 587.85 KiB/sec. | ||
| 8977 | 2025.01.28 23:11:05.709706 [ 5 ] {6dd6e507-02a6-4651-bf16-04367ad75048} <Debug> TCPHandler: Processed in 0.002404 sec. | ||
| 8978 | 2025.01.28 23:11:05.709854 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8979 | 2025.01.28 23:11:05.709993 [ 254 ] {34bbbc75-d5de-460b-b89f-93f3e9325d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8980 | 2025.01.28 23:11:05.710050 [ 254 ] {34bbbc75-d5de-460b-b89f-93f3e9325d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8981 | 2025.01.28 23:11:05.711232 [ 254 ] {34bbbc75-d5de-460b-b89f-93f3e9325d64} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8982 | 2025.01.28 23:11:05.711270 [ 254 ] {34bbbc75-d5de-460b-b89f-93f3e9325d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8983 | 2025.01.28 23:11:05.711730 [ 254 ] {34bbbc75-d5de-460b-b89f-93f3e9325d64} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8984 | 2025.01.28 23:11:05.711993 [ 254 ] {34bbbc75-d5de-460b-b89f-93f3e9325d64} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8985 | 2025.01.28 23:11:05.712174 [ 254 ] {34bbbc75-d5de-460b-b89f-93f3e9325d64} <Debug> executeQuery: Read 1374 rows, 117.43 KiB in 0.002212 sec., 621157.3236889692 rows/sec., 51.85 MiB/sec. | ||
| 8986 | 2025.01.28 23:11:05.712225 [ 254 ] {34bbbc75-d5de-460b-b89f-93f3e9325d64} <Debug> TCPHandler: Processed in 0.00243771 sec. | ||
| 8987 | 2025.01.28 23:11:05.712376 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8988 | 2025.01.28 23:11:05.712493 [ 5 ] {f54cb1d2-9597-4dfa-86e1-4d53702971b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8989 | 2025.01.28 23:11:05.712541 [ 5 ] {f54cb1d2-9597-4dfa-86e1-4d53702971b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8990 | 2025.01.28 23:11:05.713255 [ 5 ] {f54cb1d2-9597-4dfa-86e1-4d53702971b8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8991 | 2025.01.28 23:11:05.713302 [ 5 ] {f54cb1d2-9597-4dfa-86e1-4d53702971b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8992 | 2025.01.28 23:11:05.713720 [ 5 ] {f54cb1d2-9597-4dfa-86e1-4d53702971b8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8993 | 2025.01.28 23:11:05.713968 [ 5 ] {f54cb1d2-9597-4dfa-86e1-4d53702971b8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8994 | 2025.01.28 23:11:05.714150 [ 67 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 8995 | 2025.01.28 23:11:05.714209 [ 5 ] {f54cb1d2-9597-4dfa-86e1-4d53702971b8} <Debug> executeQuery: Read 33 rows, 2.34 KiB in 0.001732 sec., 19053.11778290993 rows/sec., 1.32 MiB/sec. | ||
| 8996 | 2025.01.28 23:11:05.714216 [ 67 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8997 | 2025.01.28 23:11:05.714289 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 8998 | 2025.01.28 23:11:05.714326 [ 5 ] {f54cb1d2-9597-4dfa-86e1-4d53702971b8} <Debug> TCPHandler: Processed in 0.002001033 sec. | ||
| 8999 | 2025.01.28 23:11:05.714542 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9000 | 2025.01.28 23:11:05.714563 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 9001 | 2025.01.28 23:11:05.714726 [ 254 ] {31163243-a7ea-4b67-9754-2796996d49d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9002 | 2025.01.28 23:11:05.714863 [ 254 ] {31163243-a7ea-4b67-9754-2796996d49d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9003 | 2025.01.28 23:11:05.714887 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9004 | 2025.01.28 23:11:05.714989 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 64 rows starting from the beginning of the part | ||
| 9005 | 2025.01.28 23:11:05.715297 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 19 rows starting from the beginning of the part | ||
| 9006 | 2025.01.28 23:11:05.715835 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 29 rows starting from the beginning of the part | ||
| 9007 | 2025.01.28 23:11:05.716248 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 19 rows starting from the beginning of the part | ||
| 9008 | 2025.01.28 23:11:05.716560 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part | ||
| 9009 | 2025.01.28 23:11:05.716710 [ 196 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 33 rows starting from the beginning of the part | ||
| 9010 | 2025.01.28 23:11:05.717634 [ 254 ] {31163243-a7ea-4b67-9754-2796996d49d9} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9011 | 2025.01.28 23:11:05.717704 [ 254 ] {31163243-a7ea-4b67-9754-2796996d49d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9012 | 2025.01.28 23:11:05.718848 [ 254 ] {31163243-a7ea-4b67-9754-2796996d49d9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9013 | 2025.01.28 23:11:05.719493 [ 254 ] {31163243-a7ea-4b67-9754-2796996d49d9} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9014 | 2025.01.28 23:11:05.719736 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.005325038 sec., 35868.28863944257 rows/sec., 2.69 MiB/sec. | ||
| 9015 | 2025.01.28 23:11:05.720084 [ 254 ] {31163243-a7ea-4b67-9754-2796996d49d9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.0054 sec., 44814.81481481481 rows/sec., 3.04 MiB/sec. | ||
| 9016 | 2025.01.28 23:11:05.720102 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 9017 | 2025.01.28 23:11:05.720413 [ 254 ] {31163243-a7ea-4b67-9754-2796996d49d9} <Debug> TCPHandler: Processed in 0.00597142 sec. | ||
| 9018 | 2025.01.28 23:11:05.720778 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9019 | 2025.01.28 23:11:05.721018 [ 5 ] {da29b0bf-364f-457b-9083-f95f88f59c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9020 | 2025.01.28 23:11:05.721071 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9021 | 2025.01.28 23:11:05.721103 [ 5 ] {da29b0bf-364f-457b-9083-f95f88f59c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9022 | 2025.01.28 23:11:05.721280 [ 200 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_55_11} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 9023 | 2025.01.28 23:11:05.721448 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9024 | 2025.01.28 23:11:05.721954 [ 5 ] {da29b0bf-364f-457b-9083-f95f88f59c96} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9025 | 2025.01.28 23:11:05.721998 [ 5 ] {da29b0bf-364f-457b-9083-f95f88f59c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9026 | 2025.01.28 23:11:05.722354 [ 5 ] {da29b0bf-364f-457b-9083-f95f88f59c96} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9027 | 2025.01.28 23:11:05.722597 [ 5 ] {da29b0bf-364f-457b-9083-f95f88f59c96} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2025.01.28 23:11:05.722846 [ 5 ] {da29b0bf-364f-457b-9083-f95f88f59c96} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001876 sec., 6929.637526652452 rows/sec., 432.06 KiB/sec. | ||
| 9029 | 2025.01.28 23:11:05.723048 [ 5 ] {da29b0bf-364f-457b-9083-f95f88f59c96} <Debug> TCPHandler: Processed in 0.002483392 sec. | ||
| 9030 | 2025.01.28 23:11:05.723298 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9031 | 2025.01.28 23:11:05.723434 [ 254 ] {4e757e9c-38f3-46f4-99c4-7bd5ed537e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9032 | 2025.01.28 23:11:05.723490 [ 254 ] {4e757e9c-38f3-46f4-99c4-7bd5ed537e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9033 | 2025.01.28 23:11:05.724379 [ 254 ] {4e757e9c-38f3-46f4-99c4-7bd5ed537e32} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9034 | 2025.01.28 23:11:05.724418 [ 254 ] {4e757e9c-38f3-46f4-99c4-7bd5ed537e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9035 | 2025.01.28 23:11:05.724822 [ 254 ] {4e757e9c-38f3-46f4-99c4-7bd5ed537e32} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9036 | 2025.01.28 23:11:05.725066 [ 254 ] {4e757e9c-38f3-46f4-99c4-7bd5ed537e32} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9037 | 2025.01.28 23:11:05.725246 [ 254 ] {4e757e9c-38f3-46f4-99c4-7bd5ed537e32} <Debug> executeQuery: Read 864 rows, 64.07 KiB in 0.001843 sec., 468800.8681497558 rows/sec., 33.95 MiB/sec. | ||
| 9038 | 2025.01.28 23:11:05.725297 [ 254 ] {4e757e9c-38f3-46f4-99c4-7bd5ed537e32} <Debug> TCPHandler: Processed in 0.002136035 sec. | ||
| 9039 | 2025.01.28 23:11:05.725456 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9040 | 2025.01.28 23:11:05.725592 [ 5 ] {3d6f7be2-9240-479c-8eea-921379ae5167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9041 | 2025.01.28 23:11:05.725651 [ 5 ] {3d6f7be2-9240-479c-8eea-921379ae5167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9042 | 2025.01.28 23:11:05.726222 [ 5 ] {3d6f7be2-9240-479c-8eea-921379ae5167} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9043 | 2025.01.28 23:11:05.726268 [ 5 ] {3d6f7be2-9240-479c-8eea-921379ae5167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9044 | 2025.01.28 23:11:05.726693 [ 5 ] {3d6f7be2-9240-479c-8eea-921379ae5167} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9045 | 2025.01.28 23:11:05.726927 [ 5 ] {3d6f7be2-9240-479c-8eea-921379ae5167} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9046 | 2025.01.28 23:11:05.727136 [ 5 ] {3d6f7be2-9240-479c-8eea-921379ae5167} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 199.03 KiB/sec. | ||
| 9047 | 2025.01.28 23:11:05.727189 [ 5 ] {3d6f7be2-9240-479c-8eea-921379ae5167} <Debug> TCPHandler: Processed in 0.00179936 sec. | ||
| 9048 | 2025.01.28 23:11:05.727328 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9049 | 2025.01.28 23:11:05.727445 [ 254 ] {7a3e5055-4e4f-4eed-a5a0-7d63119b73f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9050 | 2025.01.28 23:11:05.727498 [ 254 ] {7a3e5055-4e4f-4eed-a5a0-7d63119b73f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9051 | 2025.01.28 23:11:05.728278 [ 254 ] {7a3e5055-4e4f-4eed-a5a0-7d63119b73f0} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9052 | 2025.01.28 23:11:05.728315 [ 254 ] {7a3e5055-4e4f-4eed-a5a0-7d63119b73f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9053 | 2025.01.28 23:11:05.728760 [ 254 ] {7a3e5055-4e4f-4eed-a5a0-7d63119b73f0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9054 | 2025.01.28 23:11:05.729011 [ 254 ] {7a3e5055-4e4f-4eed-a5a0-7d63119b73f0} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9055 | 2025.01.28 23:11:05.729190 [ 254 ] {7a3e5055-4e4f-4eed-a5a0-7d63119b73f0} <Debug> executeQuery: Read 1002 rows, 68.39 KiB in 0.00177 sec., 566101.6949152543 rows/sec., 37.73 MiB/sec. | ||
| 9056 | 2025.01.28 23:11:05.729240 [ 254 ] {7a3e5055-4e4f-4eed-a5a0-7d63119b73f0} <Debug> TCPHandler: Processed in 0.001967293 sec. | ||
| 9057 | 2025.01.28 23:11:05.729439 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2025.01.28 23:11:05.729658 [ 5 ] {a5f3c5f1-a8d8-4747-9d27-36c3d4c13751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9059 | 2025.01.28 23:11:05.729733 [ 5 ] {a5f3c5f1-a8d8-4747-9d27-36c3d4c13751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9060 | 2025.01.28 23:11:05.730284 [ 5 ] {a5f3c5f1-a8d8-4747-9d27-36c3d4c13751} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9061 | 2025.01.28 23:11:05.730330 [ 5 ] {a5f3c5f1-a8d8-4747-9d27-36c3d4c13751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9062 | 2025.01.28 23:11:05.730739 [ 5 ] {a5f3c5f1-a8d8-4747-9d27-36c3d4c13751} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9063 | 2025.01.28 23:11:05.730978 [ 5 ] {a5f3c5f1-a8d8-4747-9d27-36c3d4c13751} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2025.01.28 23:11:05.731199 [ 5 ] {a5f3c5f1-a8d8-4747-9d27-36c3d4c13751} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001597 sec., 626.1740763932373 rows/sec., 42.19 KiB/sec. | ||
| 9065 | 2025.01.28 23:11:05.731252 [ 5 ] {a5f3c5f1-a8d8-4747-9d27-36c3d4c13751} <Debug> TCPHandler: Processed in 0.001921532 sec. | ||
| 9066 | 2025.01.28 23:11:05.731391 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2025.01.28 23:11:05.731506 [ 254 ] {b468aa00-e4bb-421b-a840-18f5732cea3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9068 | 2025.01.28 23:11:05.731586 [ 254 ] {b468aa00-e4bb-421b-a840-18f5732cea3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9069 | 2025.01.28 23:11:05.732668 [ 254 ] {b468aa00-e4bb-421b-a840-18f5732cea3a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9070 | 2025.01.28 23:11:05.732705 [ 254 ] {b468aa00-e4bb-421b-a840-18f5732cea3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9071 | 2025.01.28 23:11:05.733314 [ 254 ] {b468aa00-e4bb-421b-a840-18f5732cea3a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9072 | 2025.01.28 23:11:05.733575 [ 254 ] {b468aa00-e4bb-421b-a840-18f5732cea3a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2025.01.28 23:11:05.733770 [ 254 ] {b468aa00-e4bb-421b-a840-18f5732cea3a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002289 sec., 5242.463958060289 rows/sec., 9.39 MiB/sec. | ||
| 9074 | 2025.01.28 23:11:05.733861 [ 254 ] {b468aa00-e4bb-421b-a840-18f5732cea3a} <Debug> TCPHandler: Processed in 0.002524271 sec. | ||
| 9075 | 2025.01.28 23:11:05.734067 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2025.01.28 23:11:05.734297 [ 5 ] {d2f32d43-41c9-4bfe-b2b4-3b5dc4134e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9077 | 2025.01.28 23:11:05.734388 [ 5 ] {d2f32d43-41c9-4bfe-b2b4-3b5dc4134e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9078 | 2025.01.28 23:11:05.735018 [ 5 ] {d2f32d43-41c9-4bfe-b2b4-3b5dc4134e17} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2025.01.28 23:11:05.735057 [ 5 ] {d2f32d43-41c9-4bfe-b2b4-3b5dc4134e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9080 | 2025.01.28 23:11:05.735422 [ 5 ] {d2f32d43-41c9-4bfe-b2b4-3b5dc4134e17} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9081 | 2025.01.28 23:11:05.735660 [ 5 ] {d2f32d43-41c9-4bfe-b2b4-3b5dc4134e17} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2025.01.28 23:11:05.735876 [ 5 ] {d2f32d43-41c9-4bfe-b2b4-3b5dc4134e17} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.00164 sec., 35365.85365853659 rows/sec., 2.19 MiB/sec. | ||
| 9083 | 2025.01.28 23:11:05.735927 [ 5 ] {d2f32d43-41c9-4bfe-b2b4-3b5dc4134e17} <Debug> TCPHandler: Processed in 0.001978493 sec. | ||
| 9084 | 2025.01.28 23:11:07.880517 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1298 | ||
| 9085 | 2025.01.28 23:11:07.884083 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9086 | 2025.01.28 23:11:07.884124 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9087 | 2025.01.28 23:11:07.885616 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9088 | 2025.01.28 23:11:07.885921 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9089 | 2025.01.28 23:11:07.886093 [ 88 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9090 | 2025.01.28 23:11:07.886161 [ 88 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9091 | 2025.01.28 23:11:07.886244 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9092 | 2025.01.28 23:11:07.886822 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 9093 | 2025.01.28 23:11:07.887124 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1298 | ||
| 9094 | 2025.01.28 23:11:07.887722 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9095 | 2025.01.28 23:11:07.887900 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1092 rows starting from the beginning of the part | ||
| 9096 | 2025.01.28 23:11:07.888400 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 9097 | 2025.01.28 23:11:07.888895 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
| 9098 | 2025.01.28 23:11:07.889381 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 9099 | 2025.01.28 23:11:07.889890 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
| 9100 | 2025.01.28 23:11:07.890366 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
| 9101 | 2025.01.28 23:11:07.898255 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1298 rows, containing 72 columns (72 merged, 0 gathered) in 0.011835168 sec., 109673.13687477862 rows/sec., 86.28 MiB/sec. | ||
| 9102 | 2025.01.28 23:11:07.899945 [ 188 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9103 | 2025.01.28 23:11:07.900806 [ 188 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9104 | 2025.01.28 23:11:07.900915 [ 188 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_31_6} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9105 | 2025.01.28 23:11:07.901276 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
| 9106 | 2025.01.28 23:11:08.588214 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9107 | 2025.01.28 23:11:08.588431 [ 254 ] {5cac97f1-e8d2-4f6f-b52b-78cb8b9968b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9108 | 2025.01.28 23:11:08.588512 [ 254 ] {5cac97f1-e8d2-4f6f-b52b-78cb8b9968b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9109 | 2025.01.28 23:11:08.589323 [ 254 ] {5cac97f1-e8d2-4f6f-b52b-78cb8b9968b0} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9110 | 2025.01.28 23:11:08.589373 [ 254 ] {5cac97f1-e8d2-4f6f-b52b-78cb8b9968b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9111 | 2025.01.28 23:11:08.589805 [ 254 ] {5cac97f1-e8d2-4f6f-b52b-78cb8b9968b0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9112 | 2025.01.28 23:11:08.590060 [ 254 ] {5cac97f1-e8d2-4f6f-b52b-78cb8b9968b0} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2025.01.28 23:11:08.590236 [ 171 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9114 | 2025.01.28 23:11:08.590264 [ 254 ] {5cac97f1-e8d2-4f6f-b52b-78cb8b9968b0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001891 sec., 29613.960867265996 rows/sec., 2.27 MiB/sec. | ||
| 9115 | 2025.01.28 23:11:08.590286 [ 171 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9116 | 2025.01.28 23:11:08.590334 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9117 | 2025.01.28 23:11:08.590343 [ 254 ] {5cac97f1-e8d2-4f6f-b52b-78cb8b9968b0} <Debug> TCPHandler: Processed in 0.002272438 sec. | ||
| 9118 | 2025.01.28 23:11:08.590544 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 9119 | 2025.01.28 23:11:08.590714 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9120 | 2025.01.28 23:11:08.590769 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9121 | 2025.01.28 23:11:08.590837 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1431 rows starting from the beginning of the part | ||
| 9122 | 2025.01.28 23:11:08.591096 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 111 rows starting from the beginning of the part | ||
| 9123 | 2025.01.28 23:11:08.591102 [ 5 ] {279568de-148c-40ff-96e8-18615d49b3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9124 | 2025.01.28 23:11:08.591374 [ 5 ] {279568de-148c-40ff-96e8-18615d49b3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9125 | 2025.01.28 23:11:08.591401 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 227 rows starting from the beginning of the part | ||
| 9126 | 2025.01.28 23:11:08.591747 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 110 rows starting from the beginning of the part | ||
| 9127 | 2025.01.28 23:11:08.592098 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1374 rows starting from the beginning of the part | ||
| 9128 | 2025.01.28 23:11:08.592365 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 9129 | 2025.01.28 23:11:08.594279 [ 5 ] {279568de-148c-40ff-96e8-18615d49b3ac} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9130 | 2025.01.28 23:11:08.594370 [ 5 ] {279568de-148c-40ff-96e8-18615d49b3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9131 | 2025.01.28 23:11:08.595257 [ 5 ] {279568de-148c-40ff-96e8-18615d49b3ac} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9132 | 2025.01.28 23:11:08.595620 [ 5 ] {279568de-148c-40ff-96e8-18615d49b3ac} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9133 | 2025.01.28 23:11:08.595954 [ 187 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.005486712 sec., 603093.4373810763 rows/sec., 52.84 MiB/sec. | ||
| 9134 | 2025.01.28 23:11:08.596044 [ 171 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9135 | 2025.01.28 23:11:08.596121 [ 171 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9136 | 2025.01.28 23:11:08.596163 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9137 | 2025.01.28 23:11:08.596174 [ 5 ] {279568de-148c-40ff-96e8-18615d49b3ac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005228 sec., 12241.77505738332 rows/sec., 978.43 KiB/sec. | ||
| 9138 | 2025.01.28 23:11:08.596483 [ 187 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9139 | 2025.01.28 23:11:08.596672 [ 5 ] {279568de-148c-40ff-96e8-18615d49b3ac} <Debug> TCPHandler: Processed in 0.006180483 sec. | ||
| 9140 | 2025.01.28 23:11:08.597050 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9141 | 2025.01.28 23:11:08.597158 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 9142 | 2025.01.28 23:11:08.597586 [ 254 ] {0d31dd3c-5d3a-4bdc-8d2f-aad74bf670af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9143 | 2025.01.28 23:11:08.597924 [ 187 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9144 | 2025.01.28 23:11:08.597953 [ 254 ] {0d31dd3c-5d3a-4bdc-8d2f-aad74bf670af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9145 | 2025.01.28 23:11:08.598292 [ 187 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_71_14} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9146 | 2025.01.28 23:11:08.598323 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9147 | 2025.01.28 23:11:08.598513 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 9148 | 2025.01.28 23:11:08.598767 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9149 | 2025.01.28 23:11:08.599157 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 93 rows starting from the beginning of the part | ||
| 9150 | 2025.01.28 23:11:08.599679 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 394 rows starting from the beginning of the part | ||
| 9151 | 2025.01.28 23:11:08.600124 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 91 rows starting from the beginning of the part | ||
| 9152 | 2025.01.28 23:11:08.600540 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 864 rows starting from the beginning of the part | ||
| 9153 | 2025.01.28 23:11:08.600952 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 9154 | 2025.01.28 23:11:08.602104 [ 254 ] {0d31dd3c-5d3a-4bdc-8d2f-aad74bf670af} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9155 | 2025.01.28 23:11:08.602171 [ 254 ] {0d31dd3c-5d3a-4bdc-8d2f-aad74bf670af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9156 | 2025.01.28 23:11:08.603175 [ 254 ] {0d31dd3c-5d3a-4bdc-8d2f-aad74bf670af} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9157 | 2025.01.28 23:11:08.603788 [ 254 ] {0d31dd3c-5d3a-4bdc-8d2f-aad74bf670af} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9158 | 2025.01.28 23:11:08.603996 [ 171 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9159 | 2025.01.28 23:11:08.604045 [ 171 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9160 | 2025.01.28 23:11:08.604077 [ 254 ] {0d31dd3c-5d3a-4bdc-8d2f-aad74bf670af} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.006766 sec., 9459.060005911912 rows/sec., 674.62 KiB/sec. | ||
| 9161 | 2025.01.28 23:11:08.604081 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9162 | 2025.01.28 23:11:08.604330 [ 254 ] {0d31dd3c-5d3a-4bdc-8d2f-aad74bf670af} <Debug> TCPHandler: Processed in 0.007500575 sec. | ||
| 9163 | 2025.01.28 23:11:08.604805 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9164 | 2025.01.28 23:11:08.604919 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 9165 | 2025.01.28 23:11:08.605111 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.008778387 sec., 275563.1530029378 rows/sec., 21.14 MiB/sec. | ||
| 9166 | 2025.01.28 23:11:08.605176 [ 5 ] {31f1bf35-d20a-4d2f-951a-40b7ed41fc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9167 | 2025.01.28 23:11:08.605258 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9168 | 2025.01.28 23:11:08.605313 [ 5 ] {31f1bf35-d20a-4d2f-951a-40b7ed41fc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9169 | 2025.01.28 23:11:08.605348 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19853 rows starting from the beginning of the part | ||
| 9170 | 2025.01.28 23:11:08.605448 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9171 | 2025.01.28 23:11:08.605774 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part | ||
| 9172 | 2025.01.28 23:11:08.606391 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 9173 | 2025.01.28 23:11:08.606784 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 9174 | 2025.01.28 23:11:08.607335 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1002 rows starting from the beginning of the part | ||
| 9175 | 2025.01.28 23:11:08.607382 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9176 | 2025.01.28 23:11:08.607846 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 9177 | 2025.01.28 23:11:08.608152 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_71_14} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9178 | 2025.01.28 23:11:08.608610 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 9179 | 2025.01.28 23:11:08.608941 [ 5 ] {31f1bf35-d20a-4d2f-951a-40b7ed41fc41} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9180 | 2025.01.28 23:11:08.608993 [ 5 ] {31f1bf35-d20a-4d2f-951a-40b7ed41fc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9181 | 2025.01.28 23:11:08.609483 [ 5 ] {31f1bf35-d20a-4d2f-951a-40b7ed41fc41} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9182 | 2025.01.28 23:11:08.609761 [ 5 ] {31f1bf35-d20a-4d2f-951a-40b7ed41fc41} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9183 | 2025.01.28 23:11:08.610026 [ 171 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9184 | 2025.01.28 23:11:08.610141 [ 171 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9185 | 2025.01.28 23:11:08.610217 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9186 | 2025.01.28 23:11:08.610229 [ 5 ] {31f1bf35-d20a-4d2f-951a-40b7ed41fc41} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005135 sec., 4673.807205452776 rows/sec., 322.54 KiB/sec. | ||
| 9187 | 2025.01.28 23:11:08.610642 [ 5 ] {31f1bf35-d20a-4d2f-951a-40b7ed41fc41} <Debug> TCPHandler: Processed in 0.006152392 sec. | ||
| 9188 | 2025.01.28 23:11:08.610772 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 9189 | 2025.01.28 23:11:08.611146 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9190 | 2025.01.28 23:11:08.611208 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3940 rows starting from the beginning of the part | ||
| 9191 | 2025.01.28 23:11:08.611493 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 9192 | 2025.01.28 23:11:08.611842 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 9193 | 2025.01.28 23:11:08.612152 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 9194 | 2025.01.28 23:11:08.612262 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part | ||
| 9195 | 2025.01.28 23:11:08.612453 [ 189 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 24 rows starting from the beginning of the part | ||
| 9196 | 2025.01.28 23:11:08.615796 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4224 rows, containing 4 columns (4 merged, 0 gathered) in 0.00541937 sec., 779426.3908904541 rows/sec., 50.75 MiB/sec. | ||
| 9197 | 2025.01.28 23:11:08.616320 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9198 | 2025.01.28 23:11:08.616754 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21477 rows, containing 5 columns (5 merged, 0 gathered) in 0.012496478 sec., 1718644.2452025283 rows/sec., 115.99 MiB/sec. | ||
| 9199 | 2025.01.28 23:11:08.616774 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9200 | 2025.01.28 23:11:08.616866 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_71_14} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9201 | 2025.01.28 23:11:08.616956 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 9202 | 2025.01.28 23:11:08.617071 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9203 | 2025.01.28 23:11:08.617341 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9204 | 2025.01.28 23:11:08.617420 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9205 | 2025.01.28 23:11:08.617495 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 9206 | 2025.01.28 23:11:10.283046 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 9207 | 2025.01.28 23:11:10.283840 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9208 | 2025.01.28 23:11:10.283881 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9209 | 2025.01.28 23:11:10.284432 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9210 | 2025.01.28 23:11:10.284686 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9211 | 2025.01.28 23:11:10.284950 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 9212 | 2025.01.28 23:11:11.656449 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 9213 | 2025.01.28 23:11:11.676765 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9214 | 2025.01.28 23:11:11.676821 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9215 | 2025.01.28 23:11:11.684292 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9216 | 2025.01.28 23:11:11.685065 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2025.01.28 23:11:11.687713 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 9218 | 2025.01.28 23:11:13.594616 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9219 | 2025.01.28 23:11:13.594813 [ 254 ] {7f6a5b29-b287-4be5-8058-0a464270a5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9220 | 2025.01.28 23:11:13.594886 [ 254 ] {7f6a5b29-b287-4be5-8058-0a464270a5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9221 | 2025.01.28 23:11:13.595691 [ 254 ] {7f6a5b29-b287-4be5-8058-0a464270a5ba} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9222 | 2025.01.28 23:11:13.595741 [ 254 ] {7f6a5b29-b287-4be5-8058-0a464270a5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9223 | 2025.01.28 23:11:13.596192 [ 254 ] {7f6a5b29-b287-4be5-8058-0a464270a5ba} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9224 | 2025.01.28 23:11:13.596448 [ 254 ] {7f6a5b29-b287-4be5-8058-0a464270a5ba} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9225 | 2025.01.28 23:11:13.596691 [ 254 ] {7f6a5b29-b287-4be5-8058-0a464270a5ba} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001932 sec., 56935.81780538303 rows/sec., 4.79 MiB/sec. | ||
| 9226 | 2025.01.28 23:11:13.596748 [ 254 ] {7f6a5b29-b287-4be5-8058-0a464270a5ba} <Debug> TCPHandler: Processed in 0.002263038 sec. | ||
| 9227 | 2025.01.28 23:11:13.597005 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9228 | 2025.01.28 23:11:13.597194 [ 5 ] {2d0797ec-ba2d-4176-9b93-1b4a6de47d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9229 | 2025.01.28 23:11:13.597271 [ 5 ] {2d0797ec-ba2d-4176-9b93-1b4a6de47d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9230 | 2025.01.28 23:11:13.598018 [ 5 ] {2d0797ec-ba2d-4176-9b93-1b4a6de47d0a} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9231 | 2025.01.28 23:11:13.598068 [ 5 ] {2d0797ec-ba2d-4176-9b93-1b4a6de47d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9232 | 2025.01.28 23:11:13.598498 [ 5 ] {2d0797ec-ba2d-4176-9b93-1b4a6de47d0a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9233 | 2025.01.28 23:11:13.598758 [ 5 ] {2d0797ec-ba2d-4176-9b93-1b4a6de47d0a} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9234 | 2025.01.28 23:11:13.598985 [ 5 ] {2d0797ec-ba2d-4176-9b93-1b4a6de47d0a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001843 sec., 14650.02712967987 rows/sec., 1.08 MiB/sec. | ||
| 9235 | 2025.01.28 23:11:13.599042 [ 5 ] {2d0797ec-ba2d-4176-9b93-1b4a6de47d0a} <Debug> TCPHandler: Processed in 0.002168626 sec. | ||
| 9236 | 2025.01.28 23:11:13.599203 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9237 | 2025.01.28 23:11:13.599340 [ 254 ] {de3e8507-180d-4796-99ae-9b1a9f3ae62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9238 | 2025.01.28 23:11:13.599397 [ 254 ] {de3e8507-180d-4796-99ae-9b1a9f3ae62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9239 | 2025.01.28 23:11:13.600110 [ 254 ] {de3e8507-180d-4796-99ae-9b1a9f3ae62a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9240 | 2025.01.28 23:11:13.600149 [ 254 ] {de3e8507-180d-4796-99ae-9b1a9f3ae62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9241 | 2025.01.28 23:11:13.600517 [ 254 ] {de3e8507-180d-4796-99ae-9b1a9f3ae62a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9242 | 2025.01.28 23:11:13.600758 [ 254 ] {de3e8507-180d-4796-99ae-9b1a9f3ae62a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9243 | 2025.01.28 23:11:13.600995 [ 254 ] {de3e8507-180d-4796-99ae-9b1a9f3ae62a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001682 sec., 54102.25921521998 rows/sec., 4.23 MiB/sec. | ||
| 9244 | 2025.01.28 23:11:13.601101 [ 254 ] {de3e8507-180d-4796-99ae-9b1a9f3ae62a} <Debug> TCPHandler: Processed in 0.001965913 sec. | ||
| 9245 | 2025.01.28 23:11:13.601299 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9246 | 2025.01.28 23:11:13.601450 [ 5 ] {c380f1ae-6d38-4fd4-8a89-3074c02e6a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9247 | 2025.01.28 23:11:13.601505 [ 5 ] {c380f1ae-6d38-4fd4-8a89-3074c02e6a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9248 | 2025.01.28 23:11:13.602114 [ 5 ] {c380f1ae-6d38-4fd4-8a89-3074c02e6a32} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9249 | 2025.01.28 23:11:13.602157 [ 5 ] {c380f1ae-6d38-4fd4-8a89-3074c02e6a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9250 | 2025.01.28 23:11:13.602552 [ 5 ] {c380f1ae-6d38-4fd4-8a89-3074c02e6a32} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9251 | 2025.01.28 23:11:13.602792 [ 5 ] {c380f1ae-6d38-4fd4-8a89-3074c02e6a32} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9252 | 2025.01.28 23:11:13.602992 [ 5 ] {c380f1ae-6d38-4fd4-8a89-3074c02e6a32} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
| 9253 | 2025.01.28 23:11:13.603043 [ 5 ] {c380f1ae-6d38-4fd4-8a89-3074c02e6a32} <Debug> TCPHandler: Processed in 0.001843441 sec. | ||
| 9254 | 2025.01.28 23:11:13.603215 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9255 | 2025.01.28 23:11:13.603351 [ 254 ] {de5a55d9-eebb-4447-a34a-bace4da31f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9256 | 2025.01.28 23:11:13.603445 [ 254 ] {de5a55d9-eebb-4447-a34a-bace4da31f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9257 | 2025.01.28 23:11:13.604689 [ 254 ] {de5a55d9-eebb-4447-a34a-bace4da31f1b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9258 | 2025.01.28 23:11:13.604729 [ 254 ] {de5a55d9-eebb-4447-a34a-bace4da31f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9259 | 2025.01.28 23:11:13.605382 [ 254 ] {de5a55d9-eebb-4447-a34a-bace4da31f1b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9260 | 2025.01.28 23:11:13.605638 [ 254 ] {de5a55d9-eebb-4447-a34a-bace4da31f1b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9261 | 2025.01.28 23:11:13.605843 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9262 | 2025.01.28 23:11:13.605914 [ 254 ] {de5a55d9-eebb-4447-a34a-bace4da31f1b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002594 sec., 10408.635312259059 rows/sec., 18.65 MiB/sec. | ||
| 9263 | 2025.01.28 23:11:13.605941 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9264 | 2025.01.28 23:11:13.606008 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9265 | 2025.01.28 23:11:13.606358 [ 254 ] {de5a55d9-eebb-4447-a34a-bace4da31f1b} <Debug> TCPHandler: Processed in 0.003204404 sec. | ||
| 9266 | 2025.01.28 23:11:13.606714 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9267 | 2025.01.28 23:11:13.606710 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 9268 | 2025.01.28 23:11:13.607124 [ 5 ] {a5e32f60-b9c3-463c-8b65-686ddece93ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9269 | 2025.01.28 23:11:13.607291 [ 5 ] {a5e32f60-b9c3-463c-8b65-686ddece93ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9270 | 2025.01.28 23:11:13.608390 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9271 | 2025.01.28 23:11:13.608491 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 933 rows starting from the beginning of the part | ||
| 9272 | 2025.01.28 23:11:13.609283 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 27 rows starting from the beginning of the part | ||
| 9273 | 2025.01.28 23:11:13.609682 [ 5 ] {a5e32f60-b9c3-463c-8b65-686ddece93ab} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9274 | 2025.01.28 23:11:13.609819 [ 5 ] {a5e32f60-b9c3-463c-8b65-686ddece93ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9275 | 2025.01.28 23:11:13.610033 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part | ||
| 9276 | 2025.01.28 23:11:13.610743 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part | ||
| 9277 | 2025.01.28 23:11:13.611315 [ 5 ] {a5e32f60-b9c3-463c-8b65-686ddece93ab} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9278 | 2025.01.28 23:11:13.611394 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 12 rows starting from the beginning of the part | ||
| 9279 | 2025.01.28 23:11:13.611897 [ 192 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part | ||
| 9280 | 2025.01.28 23:11:13.612281 [ 5 ] {a5e32f60-b9c3-463c-8b65-686ddece93ab} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9281 | 2025.01.28 23:11:13.613081 [ 5 ] {a5e32f60-b9c3-463c-8b65-686ddece93ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006052 sec., 9914.07799074686 rows/sec., 684.17 KiB/sec. | ||
| 9282 | 2025.01.28 23:11:13.613223 [ 5 ] {a5e32f60-b9c3-463c-8b65-686ddece93ab} <Debug> TCPHandler: Processed in 0.006724633 sec. | ||
| 9283 | 2025.01.28 23:11:13.619062 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1038 rows, containing 19 columns (19 merged, 0 gathered) in 0.012852475 sec., 80762.65466379044 rows/sec., 144.72 MiB/sec. | ||
| 9284 | 2025.01.28 23:11:13.620447 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9285 | 2025.01.28 23:11:13.620884 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9286 | 2025.01.28 23:11:13.620973 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9287 | 2025.01.28 23:11:13.621145 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.32 MiB. | ||
| 9288 | 2025.01.28 23:11:14.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.14 MiB, peak 231.29 MiB, free memory in arenas 0.00 B, will set to 222.88 MiB (RSS), difference: 1.74 MiB | ||
| 9289 | 2025.01.28 23:11:17.627469 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9290 | 2025.01.28 23:11:17.627528 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9291 | 2025.01.28 23:11:17.785174 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 9292 | 2025.01.28 23:11:17.785954 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2025.01.28 23:11:17.786015 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9294 | 2025.01.28 23:11:17.786603 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9295 | 2025.01.28 23:11:17.786860 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2025.01.28 23:11:17.787124 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9297 | 2025.01.28 23:11:17.887577 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1318 | ||
| 9298 | 2025.01.28 23:11:17.890854 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9299 | 2025.01.28 23:11:17.890919 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9300 | 2025.01.28 23:11:17.892424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9301 | 2025.01.28 23:11:17.892759 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9302 | 2025.01.28 23:11:17.893433 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1318 | ||
| 9303 | 2025.01.28 23:11:18.017358 [ 111 ] {} <Debug> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9304 | 2025.01.28 23:11:18.017419 [ 111 ] {} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9305 | 2025.01.28 23:11:18.017444 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9306 | 2025.01.28 23:11:18.017691 [ 203 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 9307 | 2025.01.28 23:11:18.017872 [ 203 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9308 | 2025.01.28 23:11:18.017912 [ 203 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 9309 | 2025.01.28 23:11:18.017999 [ 203 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 9310 | 2025.01.28 23:11:18.018211 [ 203 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 9311 | 2025.01.28 23:11:18.018496 [ 203 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 9312 | 2025.01.28 23:11:18.018681 [ 203 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 9313 | 2025.01.28 23:11:18.019705 [ 197 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002173906 sec., 23000.074520241444 rows/sec., 1.92 MiB/sec. | ||
| 9314 | 2025.01.28 23:11:18.019884 [ 200 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9315 | 2025.01.28 23:11:18.020241 [ 200 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_13_3} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2025.01.28 23:11:18.020339 [ 200 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_13_3} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9317 | 2025.01.28 23:11:18.020447 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9318 | 2025.01.28 23:11:18.598469 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9319 | 2025.01.28 23:11:18.598646 [ 254 ] {ec8ec007-e868-47eb-8f70-46f29ddb6c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9320 | 2025.01.28 23:11:18.598716 [ 254 ] {ec8ec007-e868-47eb-8f70-46f29ddb6c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9321 | 2025.01.28 23:11:18.599482 [ 254 ] {ec8ec007-e868-47eb-8f70-46f29ddb6c47} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9322 | 2025.01.28 23:11:18.599523 [ 254 ] {ec8ec007-e868-47eb-8f70-46f29ddb6c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9323 | 2025.01.28 23:11:18.599978 [ 254 ] {ec8ec007-e868-47eb-8f70-46f29ddb6c47} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9324 | 2025.01.28 23:11:18.600233 [ 254 ] {ec8ec007-e868-47eb-8f70-46f29ddb6c47} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9325 | 2025.01.28 23:11:18.600451 [ 254 ] {ec8ec007-e868-47eb-8f70-46f29ddb6c47} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec. | ||
| 9326 | 2025.01.28 23:11:18.600537 [ 254 ] {ec8ec007-e868-47eb-8f70-46f29ddb6c47} <Debug> TCPHandler: Processed in 0.002190916 sec. | ||
| 9327 | 2025.01.28 23:11:18.600921 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9328 | 2025.01.28 23:11:18.601206 [ 5 ] {0a403a96-6696-4dcd-8399-64134448fdba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9329 | 2025.01.28 23:11:18.601280 [ 5 ] {0a403a96-6696-4dcd-8399-64134448fdba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9330 | 2025.01.28 23:11:18.602142 [ 5 ] {0a403a96-6696-4dcd-8399-64134448fdba} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2025.01.28 23:11:18.602194 [ 5 ] {0a403a96-6696-4dcd-8399-64134448fdba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9332 | 2025.01.28 23:11:18.602639 [ 5 ] {0a403a96-6696-4dcd-8399-64134448fdba} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9333 | 2025.01.28 23:11:18.602910 [ 5 ] {0a403a96-6696-4dcd-8399-64134448fdba} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2025.01.28 23:11:18.603166 [ 5 ] {0a403a96-6696-4dcd-8399-64134448fdba} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002021 sec., 112320.63334982684 rows/sec., 9.84 MiB/sec. | ||
| 9335 | 2025.01.28 23:11:18.603231 [ 5 ] {0a403a96-6696-4dcd-8399-64134448fdba} <Debug> TCPHandler: Processed in 0.002552303 sec. | ||
| 9336 | 2025.01.28 23:11:18.603487 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9337 | 2025.01.28 23:11:18.603630 [ 254 ] {53aaaa62-63f9-4825-b4ca-c9830636f4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9338 | 2025.01.28 23:11:18.603686 [ 254 ] {53aaaa62-63f9-4825-b4ca-c9830636f4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9339 | 2025.01.28 23:11:18.604332 [ 254 ] {53aaaa62-63f9-4825-b4ca-c9830636f4cf} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9340 | 2025.01.28 23:11:18.604370 [ 254 ] {53aaaa62-63f9-4825-b4ca-c9830636f4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9341 | 2025.01.28 23:11:18.604724 [ 254 ] {53aaaa62-63f9-4825-b4ca-c9830636f4cf} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9342 | 2025.01.28 23:11:18.604964 [ 254 ] {53aaaa62-63f9-4825-b4ca-c9830636f4cf} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9343 | 2025.01.28 23:11:18.605179 [ 254 ] {53aaaa62-63f9-4825-b4ca-c9830636f4cf} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001566 sec., 12132.822477650065 rows/sec., 867.43 KiB/sec. | ||
| 9344 | 2025.01.28 23:11:18.605254 [ 254 ] {53aaaa62-63f9-4825-b4ca-c9830636f4cf} <Debug> TCPHandler: Processed in 0.001858991 sec. | ||
| 9345 | 2025.01.28 23:11:18.605502 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9346 | 2025.01.28 23:11:18.605676 [ 5 ] {042de09c-b390-4ae5-a478-f32811e8848e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9347 | 2025.01.28 23:11:18.605734 [ 5 ] {042de09c-b390-4ae5-a478-f32811e8848e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9348 | 2025.01.28 23:11:18.606382 [ 5 ] {042de09c-b390-4ae5-a478-f32811e8848e} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9349 | 2025.01.28 23:11:18.606422 [ 5 ] {042de09c-b390-4ae5-a478-f32811e8848e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9350 | 2025.01.28 23:11:18.606780 [ 5 ] {042de09c-b390-4ae5-a478-f32811e8848e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9351 | 2025.01.28 23:11:18.607021 [ 5 ] {042de09c-b390-4ae5-a478-f32811e8848e} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2025.01.28 23:11:18.607236 [ 5 ] {042de09c-b390-4ae5-a478-f32811e8848e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec. | ||
| 9353 | 2025.01.28 23:11:18.607289 [ 5 ] {042de09c-b390-4ae5-a478-f32811e8848e} <Debug> TCPHandler: Processed in 0.001921092 sec. | ||
| 9354 | 2025.01.28 23:11:18.607446 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9355 | 2025.01.28 23:11:18.607583 [ 254 ] {81f19750-70ed-49a4-80c0-27c32d086f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9356 | 2025.01.28 23:11:18.607641 [ 254 ] {81f19750-70ed-49a4-80c0-27c32d086f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9357 | 2025.01.28 23:11:18.608308 [ 254 ] {81f19750-70ed-49a4-80c0-27c32d086f92} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9358 | 2025.01.28 23:11:18.608346 [ 254 ] {81f19750-70ed-49a4-80c0-27c32d086f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9359 | 2025.01.28 23:11:18.608695 [ 254 ] {81f19750-70ed-49a4-80c0-27c32d086f92} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9360 | 2025.01.28 23:11:18.608936 [ 254 ] {81f19750-70ed-49a4-80c0-27c32d086f92} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9361 | 2025.01.28 23:11:18.609137 [ 254 ] {81f19750-70ed-49a4-80c0-27c32d086f92} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec. | ||
| 9362 | 2025.01.28 23:11:18.609191 [ 254 ] {81f19750-70ed-49a4-80c0-27c32d086f92} <Debug> TCPHandler: Processed in 0.001811551 sec. | ||
| 9363 | 2025.01.28 23:11:18.609361 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9364 | 2025.01.28 23:11:18.609499 [ 5 ] {e9b3788b-2a7e-490f-896d-ebf513c2c34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9365 | 2025.01.28 23:11:18.609557 [ 5 ] {e9b3788b-2a7e-490f-896d-ebf513c2c34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9366 | 2025.01.28 23:11:18.610364 [ 5 ] {e9b3788b-2a7e-490f-896d-ebf513c2c34c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9367 | 2025.01.28 23:11:18.610404 [ 5 ] {e9b3788b-2a7e-490f-896d-ebf513c2c34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9368 | 2025.01.28 23:11:18.610781 [ 5 ] {e9b3788b-2a7e-490f-896d-ebf513c2c34c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9369 | 2025.01.28 23:11:18.611024 [ 5 ] {e9b3788b-2a7e-490f-896d-ebf513c2c34c} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9370 | 2025.01.28 23:11:18.611279 [ 5 ] {e9b3788b-2a7e-490f-896d-ebf513c2c34c} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001803 sec., 218524.6810870771 rows/sec., 15.51 MiB/sec. | ||
| 9371 | 2025.01.28 23:11:18.611381 [ 5 ] {e9b3788b-2a7e-490f-896d-ebf513c2c34c} <Debug> TCPHandler: Processed in 0.002087195 sec. | ||
| 9372 | 2025.01.28 23:11:18.611561 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9373 | 2025.01.28 23:11:18.611705 [ 254 ] {911302df-26b8-4242-8e4d-65dc30247e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9374 | 2025.01.28 23:11:18.611764 [ 254 ] {911302df-26b8-4242-8e4d-65dc30247e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9375 | 2025.01.28 23:11:18.612289 [ 254 ] {911302df-26b8-4242-8e4d-65dc30247e11} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9376 | 2025.01.28 23:11:18.612326 [ 254 ] {911302df-26b8-4242-8e4d-65dc30247e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9377 | 2025.01.28 23:11:18.612711 [ 254 ] {911302df-26b8-4242-8e4d-65dc30247e11} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9378 | 2025.01.28 23:11:18.612949 [ 254 ] {911302df-26b8-4242-8e4d-65dc30247e11} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9379 | 2025.01.28 23:11:18.613220 [ 254 ] {911302df-26b8-4242-8e4d-65dc30247e11} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec. | ||
| 9380 | 2025.01.28 23:11:18.613280 [ 254 ] {911302df-26b8-4242-8e4d-65dc30247e11} <Debug> TCPHandler: Processed in 0.00180043 sec. | ||
| 9381 | 2025.01.28 23:11:18.613589 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9382 | 2025.01.28 23:11:18.613845 [ 5 ] {4ef3b90b-99eb-42ea-b214-b3aed3395ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9383 | 2025.01.28 23:11:18.613943 [ 5 ] {4ef3b90b-99eb-42ea-b214-b3aed3395ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9384 | 2025.01.28 23:11:18.614635 [ 5 ] {4ef3b90b-99eb-42ea-b214-b3aed3395ecd} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9385 | 2025.01.28 23:11:18.614674 [ 5 ] {4ef3b90b-99eb-42ea-b214-b3aed3395ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9386 | 2025.01.28 23:11:18.615060 [ 5 ] {4ef3b90b-99eb-42ea-b214-b3aed3395ecd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9387 | 2025.01.28 23:11:18.615304 [ 5 ] {4ef3b90b-99eb-42ea-b214-b3aed3395ecd} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9388 | 2025.01.28 23:11:18.615525 [ 5 ] {4ef3b90b-99eb-42ea-b214-b3aed3395ecd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001734 sec., 136678.20069204152 rows/sec., 9.16 MiB/sec. | ||
| 9389 | 2025.01.28 23:11:18.615576 [ 5 ] {4ef3b90b-99eb-42ea-b214-b3aed3395ecd} <Debug> TCPHandler: Processed in 0.002202607 sec. | ||
| 9390 | 2025.01.28 23:11:18.615720 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9391 | 2025.01.28 23:11:18.615856 [ 254 ] {221d23f0-e046-4e7e-b7cb-6460e2394b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9392 | 2025.01.28 23:11:18.615918 [ 254 ] {221d23f0-e046-4e7e-b7cb-6460e2394b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9393 | 2025.01.28 23:11:18.616421 [ 254 ] {221d23f0-e046-4e7e-b7cb-6460e2394b3b} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9394 | 2025.01.28 23:11:18.616460 [ 254 ] {221d23f0-e046-4e7e-b7cb-6460e2394b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9395 | 2025.01.28 23:11:18.616815 [ 254 ] {221d23f0-e046-4e7e-b7cb-6460e2394b3b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9396 | 2025.01.28 23:11:18.617053 [ 254 ] {221d23f0-e046-4e7e-b7cb-6460e2394b3b} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9397 | 2025.01.28 23:11:18.617276 [ 254 ] {221d23f0-e046-4e7e-b7cb-6460e2394b3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 9398 | 2025.01.28 23:11:18.617325 [ 254 ] {221d23f0-e046-4e7e-b7cb-6460e2394b3b} <Debug> TCPHandler: Processed in 0.001673099 sec. | ||
| 9399 | 2025.01.28 23:11:18.617472 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9400 | 2025.01.28 23:11:18.617610 [ 5 ] {455da200-d307-469a-8536-80f799fad43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9401 | 2025.01.28 23:11:18.617703 [ 5 ] {455da200-d307-469a-8536-80f799fad43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9402 | 2025.01.28 23:11:18.618862 [ 5 ] {455da200-d307-469a-8536-80f799fad43e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9403 | 2025.01.28 23:11:18.618901 [ 5 ] {455da200-d307-469a-8536-80f799fad43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9404 | 2025.01.28 23:11:18.619525 [ 5 ] {455da200-d307-469a-8536-80f799fad43e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9405 | 2025.01.28 23:11:18.619775 [ 5 ] {455da200-d307-469a-8536-80f799fad43e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9406 | 2025.01.28 23:11:18.620031 [ 5 ] {455da200-d307-469a-8536-80f799fad43e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002451 sec., 4895.960832313342 rows/sec., 8.77 MiB/sec. | ||
| 9407 | 2025.01.28 23:11:18.620126 [ 5 ] {455da200-d307-469a-8536-80f799fad43e} <Debug> TCPHandler: Processed in 0.002719875 sec. | ||
| 9408 | 2025.01.28 23:11:18.620361 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9409 | 2025.01.28 23:11:18.620579 [ 254 ] {c26fa8cd-637b-49e1-b0b0-846a44f273af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9410 | 2025.01.28 23:11:18.620670 [ 254 ] {c26fa8cd-637b-49e1-b0b0-846a44f273af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9411 | 2025.01.28 23:11:18.621389 [ 254 ] {c26fa8cd-637b-49e1-b0b0-846a44f273af} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9412 | 2025.01.28 23:11:18.621427 [ 254 ] {c26fa8cd-637b-49e1-b0b0-846a44f273af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 9413 | 2025.01.28 23:11:18.621790 [ 254 ] {c26fa8cd-637b-49e1-b0b0-846a44f273af} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9414 | 2025.01.28 23:11:18.622026 [ 254 ] {c26fa8cd-637b-49e1-b0b0-846a44f273af} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2025.01.28 23:11:18.622271 [ 254 ] {c26fa8cd-637b-49e1-b0b0-846a44f273af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001744 sec., 47018.348623853206 rows/sec., 2.99 MiB/sec. | ||
| 9416 | 2025.01.28 23:11:18.622327 [ 254 ] {c26fa8cd-637b-49e1-b0b0-846a44f273af} <Debug> TCPHandler: Processed in 0.002075425 sec. | ||
| 9417 | 2025.01.28 23:11:19.187851 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 9418 | 2025.01.28 23:11:19.209238 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9419 | 2025.01.28 23:11:19.209286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9420 | 2025.01.28 23:11:19.216671 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9421 | 2025.01.28 23:11:19.217481 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9422 | 2025.01.28 23:11:19.220249 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9423 | 2025.01.28 23:11:23.596860 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9424 | 2025.01.28 23:11:23.597071 [ 254 ] {9e5fb1ac-01b5-471c-8bda-c56e15c52e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9425 | 2025.01.28 23:11:23.597148 [ 254 ] {9e5fb1ac-01b5-471c-8bda-c56e15c52e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9426 | 2025.01.28 23:11:23.598034 [ 254 ] {9e5fb1ac-01b5-471c-8bda-c56e15c52e9d} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9427 | 2025.01.28 23:11:23.598107 [ 254 ] {9e5fb1ac-01b5-471c-8bda-c56e15c52e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9428 | 2025.01.28 23:11:23.598692 [ 254 ] {9e5fb1ac-01b5-471c-8bda-c56e15c52e9d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9429 | 2025.01.28 23:11:23.599024 [ 254 ] {9e5fb1ac-01b5-471c-8bda-c56e15c52e9d} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9430 | 2025.01.28 23:11:23.599337 [ 254 ] {9e5fb1ac-01b5-471c-8bda-c56e15c52e9d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002314 sec., 864.304235090752 rows/sec., 70.48 KiB/sec. | ||
| 9431 | 2025.01.28 23:11:23.599473 [ 254 ] {9e5fb1ac-01b5-471c-8bda-c56e15c52e9d} <Debug> TCPHandler: Processed in 0.002749656 sec. | ||
| 9432 | 2025.01.28 23:11:23.599869 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9433 | 2025.01.28 23:11:23.600105 [ 5 ] {d92dcf88-bc3e-4418-af38-e530af2eb90a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9434 | 2025.01.28 23:11:23.600197 [ 5 ] {d92dcf88-bc3e-4418-af38-e530af2eb90a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9435 | 2025.01.28 23:11:23.601428 [ 5 ] {d92dcf88-bc3e-4418-af38-e530af2eb90a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.01.28 23:11:23.601479 [ 5 ] {d92dcf88-bc3e-4418-af38-e530af2eb90a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9437 | 2025.01.28 23:11:23.602010 [ 5 ] {d92dcf88-bc3e-4418-af38-e530af2eb90a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9438 | 2025.01.28 23:11:23.602341 [ 5 ] {d92dcf88-bc3e-4418-af38-e530af2eb90a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.01.28 23:11:23.602592 [ 5 ] {d92dcf88-bc3e-4418-af38-e530af2eb90a} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.00256 sec., 43359.375 rows/sec., 3.64 MiB/sec. | ||
| 9440 | 2025.01.28 23:11:23.602671 [ 5 ] {d92dcf88-bc3e-4418-af38-e530af2eb90a} <Debug> TCPHandler: Processed in 0.00300285 sec. | ||
| 9441 | 2025.01.28 23:11:23.602940 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.01.28 23:11:23.603094 [ 254 ] {f5b7ce0d-1496-44ea-981d-a07021d7e3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9443 | 2025.01.28 23:11:23.603155 [ 254 ] {f5b7ce0d-1496-44ea-981d-a07021d7e3d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9444 | 2025.01.28 23:11:23.603871 [ 254 ] {f5b7ce0d-1496-44ea-981d-a07021d7e3d5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.01.28 23:11:23.603917 [ 254 ] {f5b7ce0d-1496-44ea-981d-a07021d7e3d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9446 | 2025.01.28 23:11:23.604357 [ 254 ] {f5b7ce0d-1496-44ea-981d-a07021d7e3d5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9447 | 2025.01.28 23:11:23.604742 [ 254 ] {f5b7ce0d-1496-44ea-981d-a07021d7e3d5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2025.01.28 23:11:23.605055 [ 254 ] {f5b7ce0d-1496-44ea-981d-a07021d7e3d5} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.00199 sec., 14572.86432160804 rows/sec., 1.06 MiB/sec. | ||
| 9449 | 2025.01.28 23:11:23.605195 [ 254 ] {f5b7ce0d-1496-44ea-981d-a07021d7e3d5} <Debug> TCPHandler: Processed in 0.002337749 sec. | ||
| 9450 | 2025.01.28 23:11:23.605458 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9451 | 2025.01.28 23:11:23.605684 [ 5 ] {0146ec81-40af-47ca-97c6-8783f3f82aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9452 | 2025.01.28 23:11:23.605741 [ 5 ] {0146ec81-40af-47ca-97c6-8783f3f82aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9453 | 2025.01.28 23:11:23.606505 [ 5 ] {0146ec81-40af-47ca-97c6-8783f3f82aa9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9454 | 2025.01.28 23:11:23.606548 [ 5 ] {0146ec81-40af-47ca-97c6-8783f3f82aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9455 | 2025.01.28 23:11:23.606973 [ 5 ] {0146ec81-40af-47ca-97c6-8783f3f82aa9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9456 | 2025.01.28 23:11:23.607242 [ 5 ] {0146ec81-40af-47ca-97c6-8783f3f82aa9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9457 | 2025.01.28 23:11:23.607463 [ 5 ] {0146ec81-40af-47ca-97c6-8783f3f82aa9} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001826 sec., 50930.99671412924 rows/sec., 3.98 MiB/sec. | ||
| 9458 | 2025.01.28 23:11:23.607539 [ 5 ] {0146ec81-40af-47ca-97c6-8783f3f82aa9} <Debug> TCPHandler: Processed in 0.002217057 sec. | ||
| 9459 | 2025.01.28 23:11:23.607770 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9460 | 2025.01.28 23:11:23.607932 [ 254 ] {4f44e6d5-a943-4f82-9404-edb72614f149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9461 | 2025.01.28 23:11:23.607993 [ 254 ] {4f44e6d5-a943-4f82-9404-edb72614f149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9462 | 2025.01.28 23:11:23.608700 [ 254 ] {4f44e6d5-a943-4f82-9404-edb72614f149} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9463 | 2025.01.28 23:11:23.608745 [ 254 ] {4f44e6d5-a943-4f82-9404-edb72614f149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9464 | 2025.01.28 23:11:23.609197 [ 254 ] {4f44e6d5-a943-4f82-9404-edb72614f149} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9465 | 2025.01.28 23:11:23.609466 [ 254 ] {4f44e6d5-a943-4f82-9404-edb72614f149} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9466 | 2025.01.28 23:11:23.609692 [ 254 ] {4f44e6d5-a943-4f82-9404-edb72614f149} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001793 sec., 89793.64194088119 rows/sec., 6.25 MiB/sec. | ||
| 9467 | 2025.01.28 23:11:23.609762 [ 254 ] {4f44e6d5-a943-4f82-9404-edb72614f149} <Debug> TCPHandler: Processed in 0.002092045 sec. | ||
| 9468 | 2025.01.28 23:11:23.609959 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9469 | 2025.01.28 23:11:23.610092 [ 5 ] {a03930af-ebcc-4d0c-9fd0-77bd81b6f0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9470 | 2025.01.28 23:11:23.610197 [ 5 ] {a03930af-ebcc-4d0c-9fd0-77bd81b6f0c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9471 | 2025.01.28 23:11:23.611590 [ 5 ] {a03930af-ebcc-4d0c-9fd0-77bd81b6f0c1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9472 | 2025.01.28 23:11:23.611632 [ 5 ] {a03930af-ebcc-4d0c-9fd0-77bd81b6f0c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9473 | 2025.01.28 23:11:23.612428 [ 5 ] {a03930af-ebcc-4d0c-9fd0-77bd81b6f0c1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9474 | 2025.01.28 23:11:23.612782 [ 5 ] {a03930af-ebcc-4d0c-9fd0-77bd81b6f0c1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9475 | 2025.01.28 23:11:23.613127 [ 5 ] {a03930af-ebcc-4d0c-9fd0-77bd81b6f0c1} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003053 sec., 8843.760235833606 rows/sec., 15.85 MiB/sec. | ||
| 9476 | 2025.01.28 23:11:23.613876 [ 5 ] {a03930af-ebcc-4d0c-9fd0-77bd81b6f0c1} <Debug> TCPHandler: Processed in 0.003982167 sec. | ||
| 9477 | 2025.01.28 23:11:23.614135 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9478 | 2025.01.28 23:11:23.614274 [ 254 ] {c45088ab-8b22-40cf-ae1f-2612d23947e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9479 | 2025.01.28 23:11:23.614336 [ 254 ] {c45088ab-8b22-40cf-ae1f-2612d23947e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9480 | 2025.01.28 23:11:23.615017 [ 254 ] {c45088ab-8b22-40cf-ae1f-2612d23947e4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9481 | 2025.01.28 23:11:23.615074 [ 254 ] {c45088ab-8b22-40cf-ae1f-2612d23947e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9482 | 2025.01.28 23:11:23.615583 [ 254 ] {c45088ab-8b22-40cf-ae1f-2612d23947e4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9483 | 2025.01.28 23:11:23.615902 [ 254 ] {c45088ab-8b22-40cf-ae1f-2612d23947e4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9484 | 2025.01.28 23:11:23.616178 [ 254 ] {c45088ab-8b22-40cf-ae1f-2612d23947e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001934 sec., 31023.784901758016 rows/sec., 2.09 MiB/sec. | ||
| 9485 | 2025.01.28 23:11:23.616283 [ 254 ] {c45088ab-8b22-40cf-ae1f-2612d23947e4} <Debug> TCPHandler: Processed in 0.002243788 sec. | ||
| 9486 | 2025.01.28 23:11:25.287321 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 9487 | 2025.01.28 23:11:25.288033 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9488 | 2025.01.28 23:11:25.288085 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9489 | 2025.01.28 23:11:25.288606 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9490 | 2025.01.28 23:11:25.288872 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9491 | 2025.01.28 23:11:25.289139 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 9492 | 2025.01.28 23:11:26.720380 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9493 | 2025.01.28 23:11:26.743660 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2025.01.28 23:11:26.743717 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9495 | 2025.01.28 23:11:26.752115 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9496 | 2025.01.28 23:11:26.752940 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9497 | 2025.01.28 23:11:26.755911 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9498 | 2025.01.28 23:11:27.893889 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1354 | ||
| 9499 | 2025.01.28 23:11:27.897090 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9500 | 2025.01.28 23:11:27.897143 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9501 | 2025.01.28 23:11:27.898596 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9502 | 2025.01.28 23:11:27.898910 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9503 | 2025.01.28 23:11:27.899434 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1354 | ||
| 9504 | 2025.01.28 23:11:28.598455 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9505 | 2025.01.28 23:11:28.598670 [ 254 ] {2ed8df61-e6a8-487c-a2e2-d0e39cf74349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9506 | 2025.01.28 23:11:28.598755 [ 254 ] {2ed8df61-e6a8-487c-a2e2-d0e39cf74349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9507 | 2025.01.28 23:11:28.599616 [ 254 ] {2ed8df61-e6a8-487c-a2e2-d0e39cf74349} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9508 | 2025.01.28 23:11:28.599669 [ 254 ] {2ed8df61-e6a8-487c-a2e2-d0e39cf74349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9509 | 2025.01.28 23:11:28.600110 [ 254 ] {2ed8df61-e6a8-487c-a2e2-d0e39cf74349} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9510 | 2025.01.28 23:11:28.600384 [ 254 ] {2ed8df61-e6a8-487c-a2e2-d0e39cf74349} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9511 | 2025.01.28 23:11:28.600655 [ 254 ] {2ed8df61-e6a8-487c-a2e2-d0e39cf74349} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002036 sec., 6876.2278978388995 rows/sec., 495.00 KiB/sec. | ||
| 9512 | 2025.01.28 23:11:28.600806 [ 254 ] {2ed8df61-e6a8-487c-a2e2-d0e39cf74349} <Debug> TCPHandler: Processed in 0.002481732 sec. | ||
| 9513 | 2025.01.28 23:11:28.601104 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9514 | 2025.01.28 23:11:28.601296 [ 5 ] {cbe9b4b7-e0f6-4024-86f9-d141fd1f6b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9515 | 2025.01.28 23:11:28.601367 [ 5 ] {cbe9b4b7-e0f6-4024-86f9-d141fd1f6b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9516 | 2025.01.28 23:11:28.602400 [ 5 ] {cbe9b4b7-e0f6-4024-86f9-d141fd1f6b34} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9517 | 2025.01.28 23:11:28.602442 [ 5 ] {cbe9b4b7-e0f6-4024-86f9-d141fd1f6b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9518 | 2025.01.28 23:11:28.602884 [ 5 ] {cbe9b4b7-e0f6-4024-86f9-d141fd1f6b34} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9519 | 2025.01.28 23:11:28.603141 [ 5 ] {cbe9b4b7-e0f6-4024-86f9-d141fd1f6b34} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9520 | 2025.01.28 23:11:28.603350 [ 5 ] {cbe9b4b7-e0f6-4024-86f9-d141fd1f6b34} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002107 sec., 107736.11770289512 rows/sec., 9.44 MiB/sec. | ||
| 9521 | 2025.01.28 23:11:28.603416 [ 5 ] {cbe9b4b7-e0f6-4024-86f9-d141fd1f6b34} <Debug> TCPHandler: Processed in 0.002459521 sec. | ||
| 9522 | 2025.01.28 23:11:28.603569 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9523 | 2025.01.28 23:11:28.603707 [ 254 ] {70439da4-3493-4deb-8064-f9be1428db0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9524 | 2025.01.28 23:11:28.603768 [ 254 ] {70439da4-3493-4deb-8064-f9be1428db0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9525 | 2025.01.28 23:11:28.604468 [ 254 ] {70439da4-3493-4deb-8064-f9be1428db0c} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9526 | 2025.01.28 23:11:28.604516 [ 254 ] {70439da4-3493-4deb-8064-f9be1428db0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9527 | 2025.01.28 23:11:28.604879 [ 254 ] {70439da4-3493-4deb-8064-f9be1428db0c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9528 | 2025.01.28 23:11:28.605118 [ 254 ] {70439da4-3493-4deb-8064-f9be1428db0c} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9529 | 2025.01.28 23:11:28.605329 [ 254 ] {70439da4-3493-4deb-8064-f9be1428db0c} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001653 sec., 11494.252873563219 rows/sec., 821.78 KiB/sec. | ||
| 9530 | 2025.01.28 23:11:28.605383 [ 254 ] {70439da4-3493-4deb-8064-f9be1428db0c} <Debug> TCPHandler: Processed in 0.001880461 sec. | ||
| 9531 | 2025.01.28 23:11:28.605546 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9532 | 2025.01.28 23:11:28.605691 [ 5 ] {db1aeafe-ceab-4b13-a2c1-7762ee913496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9533 | 2025.01.28 23:11:28.605754 [ 5 ] {db1aeafe-ceab-4b13-a2c1-7762ee913496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9534 | 2025.01.28 23:11:28.606454 [ 5 ] {db1aeafe-ceab-4b13-a2c1-7762ee913496} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9535 | 2025.01.28 23:11:28.606500 [ 5 ] {db1aeafe-ceab-4b13-a2c1-7762ee913496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9536 | 2025.01.28 23:11:28.606861 [ 5 ] {db1aeafe-ceab-4b13-a2c1-7762ee913496} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9537 | 2025.01.28 23:11:28.607102 [ 5 ] {db1aeafe-ceab-4b13-a2c1-7762ee913496} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9538 | 2025.01.28 23:11:28.607233 [ 141 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 9539 | 2025.01.28 23:11:28.607275 [ 141 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9540 | 2025.01.28 23:11:28.607292 [ 5 ] {db1aeafe-ceab-4b13-a2c1-7762ee913496} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001633 sec., 8573.178199632579 rows/sec., 600.41 KiB/sec. | ||
| 9541 | 2025.01.28 23:11:28.607300 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9542 | 2025.01.28 23:11:28.607378 [ 5 ] {db1aeafe-ceab-4b13-a2c1-7762ee913496} <Debug> TCPHandler: Processed in 0.001897991 sec. | ||
| 9543 | 2025.01.28 23:11:28.607435 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 9544 | 2025.01.28 23:11:28.607562 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9545 | 2025.01.28 23:11:28.607584 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9546 | 2025.01.28 23:11:28.607610 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 243 rows starting from the beginning of the part | ||
| 9547 | 2025.01.28 23:11:28.607856 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9548 | 2025.01.28 23:11:28.607936 [ 254 ] {f06aea1e-b192-4f02-a29b-c5290bad14d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9549 | 2025.01.28 23:11:28.608143 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9550 | 2025.01.28 23:11:28.608158 [ 254 ] {f06aea1e-b192-4f02-a29b-c5290bad14d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9551 | 2025.01.28 23:11:28.608617 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 242 rows starting from the beginning of the part | ||
| 9552 | 2025.01.28 23:11:28.608923 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9553 | 2025.01.28 23:11:28.609215 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 9554 | 2025.01.28 23:11:28.610856 [ 254 ] {f06aea1e-b192-4f02-a29b-c5290bad14d2} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9555 | 2025.01.28 23:11:28.610930 [ 254 ] {f06aea1e-b192-4f02-a29b-c5290bad14d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9556 | 2025.01.28 23:11:28.611859 [ 254 ] {f06aea1e-b192-4f02-a29b-c5290bad14d2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9557 | 2025.01.28 23:11:28.612020 [ 203 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004648628 sec., 116378.42391346436 rows/sec., 8.34 MiB/sec. | ||
| 9558 | 2025.01.28 23:11:28.612235 [ 197 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9559 | 2025.01.28 23:11:28.612236 [ 254 ] {f06aea1e-b192-4f02-a29b-c5290bad14d2} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9560 | 2025.01.28 23:11:28.612570 [ 254 ] {f06aea1e-b192-4f02-a29b-c5290bad14d2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004776 sec., 2721.9430485762146 rows/sec., 169.71 KiB/sec. | ||
| 9561 | 2025.01.28 23:11:28.612659 [ 254 ] {f06aea1e-b192-4f02-a29b-c5290bad14d2} <Debug> TCPHandler: Processed in 0.005167257 sec. | ||
| 9562 | 2025.01.28 23:11:28.612729 [ 197 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9563 | 2025.01.28 23:11:28.612847 [ 197 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_33_7} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 9564 | 2025.01.28 23:11:28.612866 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9565 | 2025.01.28 23:11:28.612981 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 9566 | 2025.01.28 23:11:28.613060 [ 5 ] {9ebb7a76-54f3-44f5-85dc-9d4ae14797c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9567 | 2025.01.28 23:11:28.613122 [ 5 ] {9ebb7a76-54f3-44f5-85dc-9d4ae14797c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9568 | 2025.01.28 23:11:28.613917 [ 5 ] {9ebb7a76-54f3-44f5-85dc-9d4ae14797c2} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9569 | 2025.01.28 23:11:28.613957 [ 5 ] {9ebb7a76-54f3-44f5-85dc-9d4ae14797c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9570 | 2025.01.28 23:11:28.614341 [ 5 ] {9ebb7a76-54f3-44f5-85dc-9d4ae14797c2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9571 | 2025.01.28 23:11:28.614596 [ 5 ] {9ebb7a76-54f3-44f5-85dc-9d4ae14797c2} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9572 | 2025.01.28 23:11:28.614832 [ 5 ] {9ebb7a76-54f3-44f5-85dc-9d4ae14797c2} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.00182 sec., 216483.5164835165 rows/sec., 15.37 MiB/sec. | ||
| 9573 | 2025.01.28 23:11:28.614889 [ 5 ] {9ebb7a76-54f3-44f5-85dc-9d4ae14797c2} <Debug> TCPHandler: Processed in 0.002127176 sec. | ||
| 9574 | 2025.01.28 23:11:28.615046 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9575 | 2025.01.28 23:11:28.615186 [ 254 ] {348c8a1e-d9ba-47d9-8e7b-c6448dd8eb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9576 | 2025.01.28 23:11:28.615254 [ 254 ] {348c8a1e-d9ba-47d9-8e7b-c6448dd8eb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9577 | 2025.01.28 23:11:28.615777 [ 254 ] {348c8a1e-d9ba-47d9-8e7b-c6448dd8eb2e} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9578 | 2025.01.28 23:11:28.615816 [ 254 ] {348c8a1e-d9ba-47d9-8e7b-c6448dd8eb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9579 | 2025.01.28 23:11:28.616175 [ 254 ] {348c8a1e-d9ba-47d9-8e7b-c6448dd8eb2e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9580 | 2025.01.28 23:11:28.616434 [ 254 ] {348c8a1e-d9ba-47d9-8e7b-c6448dd8eb2e} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9581 | 2025.01.28 23:11:28.616709 [ 254 ] {348c8a1e-d9ba-47d9-8e7b-c6448dd8eb2e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec. | ||
| 9582 | 2025.01.28 23:11:28.616829 [ 254 ] {348c8a1e-d9ba-47d9-8e7b-c6448dd8eb2e} <Debug> TCPHandler: Processed in 0.001844081 sec. | ||
| 9583 | 2025.01.28 23:11:28.617066 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9584 | 2025.01.28 23:11:28.617220 [ 5 ] {81ddaff1-fc80-4f5e-99ca-5458ee963e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9585 | 2025.01.28 23:11:28.617285 [ 5 ] {81ddaff1-fc80-4f5e-99ca-5458ee963e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9586 | 2025.01.28 23:11:28.617916 [ 5 ] {81ddaff1-fc80-4f5e-99ca-5458ee963e68} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9587 | 2025.01.28 23:11:28.617957 [ 5 ] {81ddaff1-fc80-4f5e-99ca-5458ee963e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9588 | 2025.01.28 23:11:28.618357 [ 5 ] {81ddaff1-fc80-4f5e-99ca-5458ee963e68} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9589 | 2025.01.28 23:11:28.618599 [ 5 ] {81ddaff1-fc80-4f5e-99ca-5458ee963e68} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9590 | 2025.01.28 23:11:28.618832 [ 5 ] {81ddaff1-fc80-4f5e-99ca-5458ee963e68} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001644 sec., 144160.58394160584 rows/sec., 9.66 MiB/sec. | ||
| 9591 | 2025.01.28 23:11:28.618907 [ 5 ] {81ddaff1-fc80-4f5e-99ca-5458ee963e68} <Debug> TCPHandler: Processed in 0.001966363 sec. | ||
| 9592 | 2025.01.28 23:11:28.619132 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9593 | 2025.01.28 23:11:28.619284 [ 254 ] {8685f2a8-a3f6-495d-9acc-72663cf04f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9594 | 2025.01.28 23:11:28.619349 [ 254 ] {8685f2a8-a3f6-495d-9acc-72663cf04f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9595 | 2025.01.28 23:11:28.619862 [ 254 ] {8685f2a8-a3f6-495d-9acc-72663cf04f8f} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9596 | 2025.01.28 23:11:28.619902 [ 254 ] {8685f2a8-a3f6-495d-9acc-72663cf04f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9597 | 2025.01.28 23:11:28.620406 [ 254 ] {8685f2a8-a3f6-495d-9acc-72663cf04f8f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9598 | 2025.01.28 23:11:28.620785 [ 254 ] {8685f2a8-a3f6-495d-9acc-72663cf04f8f} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9599 | 2025.01.28 23:11:28.620997 [ 140 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 9600 | 2025.01.28 23:11:28.621060 [ 254 ] {8685f2a8-a3f6-495d-9acc-72663cf04f8f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001803 sec., 554.6311702717693 rows/sec., 37.37 KiB/sec. | ||
| 9601 | 2025.01.28 23:11:28.621079 [ 140 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9602 | 2025.01.28 23:11:28.621147 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9603 | 2025.01.28 23:11:28.621183 [ 254 ] {8685f2a8-a3f6-495d-9acc-72663cf04f8f} <Debug> TCPHandler: Processed in 0.002156596 sec. | ||
| 9604 | 2025.01.28 23:11:28.621466 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9605 | 2025.01.28 23:11:28.621529 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 9606 | 2025.01.28 23:11:28.621854 [ 5 ] {1f289bc2-8658-4403-a9c1-9295f34e9188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9607 | 2025.01.28 23:11:28.622063 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9608 | 2025.01.28 23:11:28.622207 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 29 rows starting from the beginning of the part | ||
| 9609 | 2025.01.28 23:11:28.622234 [ 5 ] {1f289bc2-8658-4403-a9c1-9295f34e9188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9610 | 2025.01.28 23:11:28.622532 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9611 | 2025.01.28 23:11:28.622939 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9612 | 2025.01.28 23:11:28.623444 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9613 | 2025.01.28 23:11:28.623717 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 9614 | 2025.01.28 23:11:28.624248 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 9615 | 2025.01.28 23:11:28.627690 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.006437577 sec., 5281.490225281966 rows/sec., 354.67 KiB/sec. | ||
| 9616 | 2025.01.28 23:11:28.627928 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9617 | 2025.01.28 23:11:28.627940 [ 5 ] {1f289bc2-8658-4403-a9c1-9295f34e9188} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9618 | 2025.01.28 23:11:28.628012 [ 5 ] {1f289bc2-8658-4403-a9c1-9295f34e9188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9619 | 2025.01.28 23:11:28.628478 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9620 | 2025.01.28 23:11:28.628668 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_33_7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 9621 | 2025.01.28 23:11:28.628809 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9622 | 2025.01.28 23:11:28.629156 [ 5 ] {1f289bc2-8658-4403-a9c1-9295f34e9188} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9623 | 2025.01.28 23:11:28.629449 [ 5 ] {1f289bc2-8658-4403-a9c1-9295f34e9188} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9624 | 2025.01.28 23:11:28.629724 [ 5 ] {1f289bc2-8658-4403-a9c1-9295f34e9188} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008039 sec., 1492.7229754944647 rows/sec., 2.67 MiB/sec. | ||
| 9625 | 2025.01.28 23:11:28.629869 [ 5 ] {1f289bc2-8658-4403-a9c1-9295f34e9188} <Debug> TCPHandler: Processed in 0.008570653 sec. | ||
| 9626 | 2025.01.28 23:11:28.630021 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9627 | 2025.01.28 23:11:28.630143 [ 254 ] {e7281c85-f278-42e8-be09-388db91072f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9628 | 2025.01.28 23:11:28.630201 [ 254 ] {e7281c85-f278-42e8-be09-388db91072f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9629 | 2025.01.28 23:11:28.630735 [ 254 ] {e7281c85-f278-42e8-be09-388db91072f4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9630 | 2025.01.28 23:11:28.630781 [ 254 ] {e7281c85-f278-42e8-be09-388db91072f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9631 | 2025.01.28 23:11:28.631215 [ 254 ] {e7281c85-f278-42e8-be09-388db91072f4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9632 | 2025.01.28 23:11:28.631516 [ 254 ] {e7281c85-f278-42e8-be09-388db91072f4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9633 | 2025.01.28 23:11:28.631752 [ 254 ] {e7281c85-f278-42e8-be09-388db91072f4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001633 sec., 50214.32945499082 rows/sec., 3.19 MiB/sec. | ||
| 9634 | 2025.01.28 23:11:28.631803 [ 254 ] {e7281c85-f278-42e8-be09-388db91072f4} <Debug> TCPHandler: Processed in 0.001843201 sec. | ||
| 9635 | 2025.01.28 23:11:32.627568 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9636 | 2025.01.28 23:11:32.627642 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9637 | 2025.01.28 23:11:32.789341 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 9638 | 2025.01.28 23:11:32.790106 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9639 | 2025.01.28 23:11:32.790160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9640 | 2025.01.28 23:11:32.790696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9641 | 2025.01.28 23:11:32.790964 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9642 | 2025.01.28 23:11:32.791170 [ 136 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9643 | 2025.01.28 23:11:32.791248 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9644 | 2025.01.28 23:11:32.791260 [ 136 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9645 | 2025.01.28 23:11:32.791294 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9646 | 2025.01.28 23:11:32.791405 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 9647 | 2025.01.28 23:11:32.791534 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9648 | 2025.01.28 23:11:32.791578 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 9649 | 2025.01.28 23:11:32.791657 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 9650 | 2025.01.28 23:11:32.791895 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 9651 | 2025.01.28 23:11:32.792035 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 9652 | 2025.01.28 23:11:32.792236 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 9653 | 2025.01.28 23:11:32.792395 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 9654 | 2025.01.28 23:11:32.794982 [ 195 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00362439 sec., 5823324.752579055 rows/sec., 83.30 MiB/sec. | ||
| 9655 | 2025.01.28 23:11:32.795411 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9656 | 2025.01.28 23:11:32.795767 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9657 | 2025.01.28 23:11:32.795860 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_46_9} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9658 | 2025.01.28 23:11:32.795983 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. | ||
| 9659 | 2025.01.28 23:11:33.594302 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9660 | 2025.01.28 23:11:33.594505 [ 254 ] {c918be6b-c399-453b-87ef-ee7609d6a536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9661 | 2025.01.28 23:11:33.594580 [ 254 ] {c918be6b-c399-453b-87ef-ee7609d6a536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9662 | 2025.01.28 23:11:33.595399 [ 254 ] {c918be6b-c399-453b-87ef-ee7609d6a536} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9663 | 2025.01.28 23:11:33.595456 [ 254 ] {c918be6b-c399-453b-87ef-ee7609d6a536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9664 | 2025.01.28 23:11:33.595911 [ 254 ] {c918be6b-c399-453b-87ef-ee7609d6a536} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9665 | 2025.01.28 23:11:33.596175 [ 254 ] {c918be6b-c399-453b-87ef-ee7609d6a536} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9666 | 2025.01.28 23:11:33.596383 [ 134 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9667 | 2025.01.28 23:11:33.596423 [ 254 ] {c918be6b-c399-453b-87ef-ee7609d6a536} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00197 sec., 55837.56345177665 rows/sec., 4.69 MiB/sec. | ||
| 9668 | 2025.01.28 23:11:33.596473 [ 134 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9669 | 2025.01.28 23:11:33.596547 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9670 | 2025.01.28 23:11:33.596571 [ 254 ] {c918be6b-c399-453b-87ef-ee7609d6a536} <Debug> TCPHandler: Processed in 0.00239462 sec. | ||
| 9671 | 2025.01.28 23:11:33.596881 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 9672 | 2025.01.28 23:11:33.596925 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9673 | 2025.01.28 23:11:33.597395 [ 5 ] {916d11bf-e4e8-4fa7-a9d9-6e4b0618a104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9674 | 2025.01.28 23:11:33.597603 [ 5 ] {916d11bf-e4e8-4fa7-a9d9-6e4b0618a104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9675 | 2025.01.28 23:11:33.597670 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9676 | 2025.01.28 23:11:33.597920 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1431 rows starting from the beginning of the part | ||
| 9677 | 2025.01.28 23:11:33.598208 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 110 rows starting from the beginning of the part | ||
| 9678 | 2025.01.28 23:11:33.598564 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 227 rows starting from the beginning of the part | ||
| 9679 | 2025.01.28 23:11:33.598925 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 111 rows starting from the beginning of the part | ||
| 9680 | 2025.01.28 23:11:33.599394 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 227 rows starting from the beginning of the part | ||
| 9681 | 2025.01.28 23:11:33.599755 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 110 rows starting from the beginning of the part | ||
| 9682 | 2025.01.28 23:11:33.600962 [ 5 ] {916d11bf-e4e8-4fa7-a9d9-6e4b0618a104} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9683 | 2025.01.28 23:11:33.601039 [ 5 ] {916d11bf-e4e8-4fa7-a9d9-6e4b0618a104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9684 | 2025.01.28 23:11:33.602178 [ 5 ] {916d11bf-e4e8-4fa7-a9d9-6e4b0618a104} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9685 | 2025.01.28 23:11:33.602604 [ 5 ] {916d11bf-e4e8-4fa7-a9d9-6e4b0618a104} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9686 | 2025.01.28 23:11:33.603033 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2216 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355157 sec., 348693.195148444 rows/sec., 30.82 MiB/sec. | ||
| 9687 | 2025.01.28 23:11:33.603052 [ 134 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 9688 | 2025.01.28 23:11:33.603172 [ 5 ] {916d11bf-e4e8-4fa7-a9d9-6e4b0618a104} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005944 sec., 4542.395693135935 rows/sec., 341.57 KiB/sec. | ||
| 9689 | 2025.01.28 23:11:33.603182 [ 134 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9690 | 2025.01.28 23:11:33.603315 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9691 | 2025.01.28 23:11:33.603363 [ 5 ] {916d11bf-e4e8-4fa7-a9d9-6e4b0618a104} <Debug> TCPHandler: Processed in 0.006661452 sec. | ||
| 9692 | 2025.01.28 23:11:33.603711 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9693 | 2025.01.28 23:11:33.603773 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 9694 | 2025.01.28 23:11:33.603795 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9695 | 2025.01.28 23:11:33.604138 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9696 | 2025.01.28 23:11:33.604193 [ 254 ] {61a7fb44-8725-4898-99b7-96f3f3986f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9697 | 2025.01.28 23:11:33.604229 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 64 rows starting from the beginning of the part | ||
| 9698 | 2025.01.28 23:11:33.604354 [ 254 ] {61a7fb44-8725-4898-99b7-96f3f3986f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9699 | 2025.01.28 23:11:33.604526 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2025.01.28 23:11:33.604711 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part | ||
| 9701 | 2025.01.28 23:11:33.605044 [ 189 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_76_15} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9702 | 2025.01.28 23:11:33.605191 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 19 rows starting from the beginning of the part | ||
| 9703 | 2025.01.28 23:11:33.605338 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 9704 | 2025.01.28 23:11:33.605613 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 29 rows starting from the beginning of the part | ||
| 9705 | 2025.01.28 23:11:33.606002 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 19 rows starting from the beginning of the part | ||
| 9706 | 2025.01.28 23:11:33.606372 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part | ||
| 9707 | 2025.01.28 23:11:33.608080 [ 254 ] {61a7fb44-8725-4898-99b7-96f3f3986f4e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9708 | 2025.01.28 23:11:33.608151 [ 254 ] {61a7fb44-8725-4898-99b7-96f3f3986f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9709 | 2025.01.28 23:11:33.609186 [ 254 ] {61a7fb44-8725-4898-99b7-96f3f3986f4e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9710 | 2025.01.28 23:11:33.609343 [ 189 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005852527 sec., 31610.27706493281 rows/sec., 2.39 MiB/sec. | ||
| 9711 | 2025.01.28 23:11:33.609542 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 9712 | 2025.01.28 23:11:33.609652 [ 254 ] {61a7fb44-8725-4898-99b7-96f3f3986f4e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9713 | 2025.01.28 23:11:33.609995 [ 134 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9714 | 2025.01.28 23:11:33.610117 [ 134 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9715 | 2025.01.28 23:11:33.610147 [ 254 ] {61a7fb44-8725-4898-99b7-96f3f3986f4e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006032 sec., 15086.206896551725 rows/sec., 1.18 MiB/sec. | ||
| 9716 | 2025.01.28 23:11:33.610191 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9717 | 2025.01.28 23:11:33.610304 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9718 | 2025.01.28 23:11:33.610552 [ 254 ] {61a7fb44-8725-4898-99b7-96f3f3986f4e} <Debug> TCPHandler: Processed in 0.007008027 sec. | ||
| 9719 | 2025.01.28 23:11:33.610825 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_60_12} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 9720 | 2025.01.28 23:11:33.610946 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9721 | 2025.01.28 23:11:33.611187 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 9722 | 2025.01.28 23:11:33.611255 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9723 | 2025.01.28 23:11:33.611570 [ 5 ] {0db5c9af-7de5-408e-bb13-7a166d37a419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9724 | 2025.01.28 23:11:33.611814 [ 5 ] {0db5c9af-7de5-408e-bb13-7a166d37a419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9725 | 2025.01.28 23:11:33.611961 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9726 | 2025.01.28 23:11:33.612146 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 9727 | 2025.01.28 23:11:33.612816 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 91 rows starting from the beginning of the part | ||
| 9728 | 2025.01.28 23:11:33.613338 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 394 rows starting from the beginning of the part | ||
| 9729 | 2025.01.28 23:11:33.613708 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 93 rows starting from the beginning of the part | ||
| 9730 | 2025.01.28 23:11:33.613842 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 394 rows starting from the beginning of the part | ||
| 9731 | 2025.01.28 23:11:33.614272 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 91 rows starting from the beginning of the part | ||
| 9732 | 2025.01.28 23:11:33.615164 [ 5 ] {0db5c9af-7de5-408e-bb13-7a166d37a419} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9733 | 2025.01.28 23:11:33.615246 [ 5 ] {0db5c9af-7de5-408e-bb13-7a166d37a419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9734 | 2025.01.28 23:11:33.616342 [ 5 ] {0db5c9af-7de5-408e-bb13-7a166d37a419} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9735 | 2025.01.28 23:11:33.616783 [ 5 ] {0db5c9af-7de5-408e-bb13-7a166d37a419} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9736 | 2025.01.28 23:11:33.616997 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9737 | 2025.01.28 23:11:33.617081 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9738 | 2025.01.28 23:11:33.617166 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9739 | 2025.01.28 23:11:33.617269 [ 5 ] {0db5c9af-7de5-408e-bb13-7a166d37a419} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005837 sec., 27411.341442521843 rows/sec., 1.91 MiB/sec. | ||
| 9740 | 2025.01.28 23:11:33.617800 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 9741 | 2025.01.28 23:11:33.617875 [ 5 ] {0db5c9af-7de5-408e-bb13-7a166d37a419} <Debug> TCPHandler: Processed in 0.00714488 sec. | ||
| 9742 | 2025.01.28 23:11:33.617965 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.007590997 sec., 260308.3626564468 rows/sec., 19.94 MiB/sec. | ||
| 9743 | 2025.01.28 23:11:33.618190 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9744 | 2025.01.28 23:11:33.618284 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9745 | 2025.01.28 23:11:33.618372 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21477 rows starting from the beginning of the part | ||
| 9746 | 2025.01.28 23:11:33.618397 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9747 | 2025.01.28 23:11:33.618558 [ 254 ] {a28523b6-d05b-40f2-8931-f94df112f689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9748 | 2025.01.28 23:11:33.618995 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 9749 | 2025.01.28 23:11:33.619077 [ 254 ] {a28523b6-d05b-40f2-8931-f94df112f689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9750 | 2025.01.28 23:11:33.619587 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 9751 | 2025.01.28 23:11:33.619753 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9752 | 2025.01.28 23:11:33.620181 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_76_15} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9753 | 2025.01.28 23:11:33.620514 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9754 | 2025.01.28 23:11:33.620632 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part | ||
| 9755 | 2025.01.28 23:11:33.621229 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 9756 | 2025.01.28 23:11:33.621692 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 9757 | 2025.01.28 23:11:33.623831 [ 254 ] {a28523b6-d05b-40f2-8931-f94df112f689} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9758 | 2025.01.28 23:11:33.623876 [ 254 ] {a28523b6-d05b-40f2-8931-f94df112f689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9759 | 2025.01.28 23:11:33.625659 [ 254 ] {a28523b6-d05b-40f2-8931-f94df112f689} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9760 | 2025.01.28 23:11:33.626029 [ 254 ] {a28523b6-d05b-40f2-8931-f94df112f689} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9761 | 2025.01.28 23:11:33.626723 [ 254 ] {a28523b6-d05b-40f2-8931-f94df112f689} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008283 sec., 3259.688518652662 rows/sec., 5.84 MiB/sec. | ||
| 9762 | 2025.01.28 23:11:33.626847 [ 254 ] {a28523b6-d05b-40f2-8931-f94df112f689} <Debug> TCPHandler: Processed in 0.008828188 sec. | ||
| 9763 | 2025.01.28 23:11:33.627055 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9764 | 2025.01.28 23:11:33.627279 [ 5 ] {a5d6392e-db77-4e20-91af-9a03feab01d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9765 | 2025.01.28 23:11:33.627375 [ 5 ] {a5d6392e-db77-4e20-91af-9a03feab01d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9766 | 2025.01.28 23:11:33.628040 [ 5 ] {a5d6392e-db77-4e20-91af-9a03feab01d7} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9767 | 2025.01.28 23:11:33.628079 [ 5 ] {a5d6392e-db77-4e20-91af-9a03feab01d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9768 | 2025.01.28 23:11:33.631486 [ 5 ] {a5d6392e-db77-4e20-91af-9a03feab01d7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9769 | 2025.01.28 23:11:33.631791 [ 5 ] {a5d6392e-db77-4e20-91af-9a03feab01d7} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9770 | 2025.01.28 23:11:33.631977 [ 134 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9771 | 2025.01.28 23:11:33.632037 [ 134 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9772 | 2025.01.28 23:11:33.632046 [ 5 ] {a5d6392e-db77-4e20-91af-9a03feab01d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004807 sec., 12481.797378822552 rows/sec., 861.37 KiB/sec. | ||
| 9773 | 2025.01.28 23:11:33.632079 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9774 | 2025.01.28 23:11:33.632170 [ 5 ] {a5d6392e-db77-4e20-91af-9a03feab01d7} <Debug> TCPHandler: Processed in 0.005219747 sec. | ||
| 9775 | 2025.01.28 23:11:33.632330 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 9776 | 2025.01.28 23:11:33.632573 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9777 | 2025.01.28 23:11:33.632667 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4224 rows starting from the beginning of the part | ||
| 9778 | 2025.01.28 23:11:33.633062 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 9779 | 2025.01.28 23:11:33.633262 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 9780 | 2025.01.28 23:11:33.633331 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 9781 | 2025.01.28 23:11:33.633574 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 9782 | 2025.01.28 23:11:33.633707 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 9783 | 2025.01.28 23:11:33.635644 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4568 rows, containing 4 columns (4 merged, 0 gathered) in 0.003455127 sec., 1322093.2255167465 rows/sec., 86.13 MiB/sec. | ||
| 9784 | 2025.01.28 23:11:33.636044 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9785 | 2025.01.28 23:11:33.636320 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9786 | 2025.01.28 23:11:33.636393 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_76_15} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9787 | 2025.01.28 23:11:33.636460 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9788 | 2025.01.28 23:11:33.640605 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22432 rows, containing 5 columns (5 merged, 0 gathered) in 0.023304849 sec., 962546.4640427406 rows/sec., 64.99 MiB/sec. | ||
| 9789 | 2025.01.28 23:11:33.641218 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9790 | 2025.01.28 23:11:33.641563 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9791 | 2025.01.28 23:11:33.641654 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9792 | 2025.01.28 23:11:33.641752 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 9793 | 2025.01.28 23:11:34.256052 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9794 | 2025.01.28 23:11:34.278718 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9795 | 2025.01.28 23:11:34.278777 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9796 | 2025.01.28 23:11:34.286107 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9797 | 2025.01.28 23:11:34.286896 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9798 | 2025.01.28 23:11:34.287281 [ 133 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9799 | 2025.01.28 23:11:34.287405 [ 133 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9800 | 2025.01.28 23:11:34.287474 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9801 | 2025.01.28 23:11:34.287938 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 9802 | 2025.01.28 23:11:34.302955 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9803 | 2025.01.28 23:11:34.304542 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9804 | 2025.01.28 23:11:34.306373 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 9805 | 2025.01.28 23:11:34.312551 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 9806 | 2025.01.28 23:11:34.318459 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 9807 | 2025.01.28 23:11:34.324144 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 9808 | 2025.01.28 23:11:34.329860 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 9809 | 2025.01.28 23:11:34.334281 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 9810 | 2025.01.28 23:11:34.394408 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.106768043 sec., 3250.036155481467 rows/sec., 16.81 MiB/sec. | ||
| 9811 | 2025.01.28 23:11:34.397503 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9812 | 2025.01.28 23:11:34.400371 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_46_9} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9813 | 2025.01.28 23:11:34.400461 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_46_9} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9814 | 2025.01.28 23:11:34.402875 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9815 | 2025.01.28 23:11:35.000151 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.90 MiB, peak 239.32 MiB, free memory in arenas 0.00 B, will set to 227.08 MiB (RSS), difference: 1.18 MiB | ||
| 9816 | 2025.01.28 23:11:35.709839 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9817 | 2025.01.28 23:11:35.710055 [ 254 ] {84871ecf-b873-4d27-8ae0-298e563c5d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9818 | 2025.01.28 23:11:35.710136 [ 254 ] {84871ecf-b873-4d27-8ae0-298e563c5d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9819 | 2025.01.28 23:11:35.710994 [ 254 ] {84871ecf-b873-4d27-8ae0-298e563c5d84} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9820 | 2025.01.28 23:11:35.711036 [ 254 ] {84871ecf-b873-4d27-8ae0-298e563c5d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9821 | 2025.01.28 23:11:35.711477 [ 254 ] {84871ecf-b873-4d27-8ae0-298e563c5d84} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9822 | 2025.01.28 23:11:35.711739 [ 254 ] {84871ecf-b873-4d27-8ae0-298e563c5d84} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9823 | 2025.01.28 23:11:35.711887 [ 131 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9824 | 2025.01.28 23:11:35.711931 [ 131 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9825 | 2025.01.28 23:11:35.711952 [ 254 ] {84871ecf-b873-4d27-8ae0-298e563c5d84} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001953 sec., 7168.458781362006 rows/sec., 516.03 KiB/sec. | ||
| 9826 | 2025.01.28 23:11:35.711957 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9827 | 2025.01.28 23:11:35.712037 [ 254 ] {84871ecf-b873-4d27-8ae0-298e563c5d84} <Debug> TCPHandler: Processed in 0.002334469 sec. | ||
| 9828 | 2025.01.28 23:11:35.712115 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 9829 | 2025.01.28 23:11:35.712252 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9830 | 2025.01.28 23:11:35.712287 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 9831 | 2025.01.28 23:11:35.712350 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9832 | 2025.01.28 23:11:35.712391 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 9833 | 2025.01.28 23:11:35.712841 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 9834 | 2025.01.28 23:11:35.712917 [ 5 ] {75adc01f-4faa-4d98-9a93-f5a0677fd1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9835 | 2025.01.28 23:11:35.713156 [ 5 ] {75adc01f-4faa-4d98-9a93-f5a0677fd1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9836 | 2025.01.28 23:11:35.713235 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 9837 | 2025.01.28 23:11:35.713623 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 9838 | 2025.01.28 23:11:35.715799 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003755293 sec., 18640.35642491811 rows/sec., 1.38 MiB/sec. | ||
| 9839 | 2025.01.28 23:11:35.715995 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9840 | 2025.01.28 23:11:35.716351 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_33_8} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9841 | 2025.01.28 23:11:35.716432 [ 5 ] {75adc01f-4faa-4d98-9a93-f5a0677fd1c1} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9842 | 2025.01.28 23:11:35.716491 [ 197 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_33_8} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9843 | 2025.01.28 23:11:35.716512 [ 5 ] {75adc01f-4faa-4d98-9a93-f5a0677fd1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9844 | 2025.01.28 23:11:35.716615 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9845 | 2025.01.28 23:11:35.717134 [ 5 ] {75adc01f-4faa-4d98-9a93-f5a0677fd1c1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9846 | 2025.01.28 23:11:35.717389 [ 5 ] {75adc01f-4faa-4d98-9a93-f5a0677fd1c1} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9847 | 2025.01.28 23:11:35.717618 [ 5 ] {75adc01f-4faa-4d98-9a93-f5a0677fd1c1} <Debug> executeQuery: Read 1367 rows, 116.92 KiB in 0.004949 sec., 276217.41766013333 rows/sec., 23.07 MiB/sec. | ||
| 9848 | 2025.01.28 23:11:35.717679 [ 5 ] {75adc01f-4faa-4d98-9a93-f5a0677fd1c1} <Debug> TCPHandler: Processed in 0.005512762 sec. | ||
| 9849 | 2025.01.28 23:11:35.717836 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9850 | 2025.01.28 23:11:35.717969 [ 254 ] {675af840-e321-49ca-9556-291d0a1375e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9851 | 2025.01.28 23:11:35.718025 [ 254 ] {675af840-e321-49ca-9556-291d0a1375e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9852 | 2025.01.28 23:11:35.718792 [ 254 ] {675af840-e321-49ca-9556-291d0a1375e5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9853 | 2025.01.28 23:11:35.718832 [ 254 ] {675af840-e321-49ca-9556-291d0a1375e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9854 | 2025.01.28 23:11:35.719201 [ 254 ] {675af840-e321-49ca-9556-291d0a1375e5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9855 | 2025.01.28 23:11:35.719456 [ 254 ] {675af840-e321-49ca-9556-291d0a1375e5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9856 | 2025.01.28 23:11:35.719651 [ 254 ] {675af840-e321-49ca-9556-291d0a1375e5} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001666 sec., 11404.561824729892 rows/sec., 815.37 KiB/sec. | ||
| 9857 | 2025.01.28 23:11:35.719732 [ 254 ] {675af840-e321-49ca-9556-291d0a1375e5} <Debug> TCPHandler: Processed in 0.001923162 sec. | ||
| 9858 | 2025.01.28 23:11:35.719984 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9859 | 2025.01.28 23:11:35.720205 [ 5 ] {12f2c2f2-ed93-4364-951c-1b97aa5ae8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9860 | 2025.01.28 23:11:35.720295 [ 5 ] {12f2c2f2-ed93-4364-951c-1b97aa5ae8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9861 | 2025.01.28 23:11:35.721226 [ 5 ] {12f2c2f2-ed93-4364-951c-1b97aa5ae8b2} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9862 | 2025.01.28 23:11:35.721265 [ 5 ] {12f2c2f2-ed93-4364-951c-1b97aa5ae8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9863 | 2025.01.28 23:11:35.721635 [ 5 ] {12f2c2f2-ed93-4364-951c-1b97aa5ae8b2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9864 | 2025.01.28 23:11:35.721871 [ 5 ] {12f2c2f2-ed93-4364-951c-1b97aa5ae8b2} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9865 | 2025.01.28 23:11:35.722073 [ 5 ] {12f2c2f2-ed93-4364-951c-1b97aa5ae8b2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001924 sec., 125779.62577962579 rows/sec., 8.52 MiB/sec. | ||
| 9866 | 2025.01.28 23:11:35.722124 [ 5 ] {12f2c2f2-ed93-4364-951c-1b97aa5ae8b2} <Debug> TCPHandler: Processed in 0.002290348 sec. | ||
| 9867 | 2025.01.28 23:11:35.722281 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9868 | 2025.01.28 23:11:35.722397 [ 254 ] {f6597c0b-6ed5-461d-b240-f64a6b9a1d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9869 | 2025.01.28 23:11:35.722447 [ 254 ] {f6597c0b-6ed5-461d-b240-f64a6b9a1d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9870 | 2025.01.28 23:11:35.723036 [ 254 ] {f6597c0b-6ed5-461d-b240-f64a6b9a1d69} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9871 | 2025.01.28 23:11:35.723075 [ 254 ] {f6597c0b-6ed5-461d-b240-f64a6b9a1d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9872 | 2025.01.28 23:11:35.723450 [ 254 ] {f6597c0b-6ed5-461d-b240-f64a6b9a1d69} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9873 | 2025.01.28 23:11:35.723694 [ 254 ] {f6597c0b-6ed5-461d-b240-f64a6b9a1d69} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9874 | 2025.01.28 23:11:35.723819 [ 131 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9875 | 2025.01.28 23:11:35.723861 [ 131 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9876 | 2025.01.28 23:11:35.723884 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9877 | 2025.01.28 23:11:35.723889 [ 254 ] {f6597c0b-6ed5-461d-b240-f64a6b9a1d69} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001515 sec., 8580.85808580858 rows/sec., 535.01 KiB/sec. | ||
| 9878 | 2025.01.28 23:11:35.724157 [ 254 ] {f6597c0b-6ed5-461d-b240-f64a6b9a1d69} <Debug> TCPHandler: Processed in 0.001922482 sec. | ||
| 9879 | 2025.01.28 23:11:35.724556 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9880 | 2025.01.28 23:11:35.724628 [ 203 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 9881 | 2025.01.28 23:11:35.724903 [ 5 ] {8b2af10a-2bc6-4846-8eb4-851097533927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9882 | 2025.01.28 23:11:35.724943 [ 203 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9883 | 2025.01.28 23:11:35.724963 [ 5 ] {8b2af10a-2bc6-4846-8eb4-851097533927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9884 | 2025.01.28 23:11:35.724981 [ 203 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 9885 | 2025.01.28 23:11:35.725223 [ 203 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 9886 | 2025.01.28 23:11:35.725623 [ 203 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 9887 | 2025.01.28 23:11:35.725997 [ 203 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 9888 | 2025.01.28 23:11:35.726296 [ 203 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 9889 | 2025.01.28 23:11:35.727587 [ 5 ] {8b2af10a-2bc6-4846-8eb4-851097533927} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9890 | 2025.01.28 23:11:35.727641 [ 5 ] {8b2af10a-2bc6-4846-8eb4-851097533927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9891 | 2025.01.28 23:11:35.727749 [ 203 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003746133 sec., 17351.225917499458 rows/sec., 1.12 MiB/sec. | ||
| 9892 | 2025.01.28 23:11:35.728015 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9893 | 2025.01.28 23:11:35.728319 [ 5 ] {8b2af10a-2bc6-4846-8eb4-851097533927} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9894 | 2025.01.28 23:11:35.728659 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_33_8} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9895 | 2025.01.28 23:11:35.728858 [ 190 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_33_8} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9896 | 2025.01.28 23:11:35.728869 [ 5 ] {8b2af10a-2bc6-4846-8eb4-851097533927} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2025.01.28 23:11:35.729034 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9898 | 2025.01.28 23:11:35.729220 [ 5 ] {8b2af10a-2bc6-4846-8eb4-851097533927} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.004362 sec., 194864.74094452083 rows/sec., 14.09 MiB/sec. | ||
| 9899 | 2025.01.28 23:11:35.729284 [ 5 ] {8b2af10a-2bc6-4846-8eb4-851097533927} <Debug> TCPHandler: Processed in 0.004996774 sec. | ||
| 9900 | 2025.01.28 23:11:35.729431 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9901 | 2025.01.28 23:11:35.729551 [ 254 ] {eff8be64-4418-476f-b3f4-d992dc062652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9902 | 2025.01.28 23:11:35.729602 [ 254 ] {eff8be64-4418-476f-b3f4-d992dc062652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9903 | 2025.01.28 23:11:35.730097 [ 254 ] {eff8be64-4418-476f-b3f4-d992dc062652} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9904 | 2025.01.28 23:11:35.730134 [ 254 ] {eff8be64-4418-476f-b3f4-d992dc062652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9905 | 2025.01.28 23:11:35.730505 [ 254 ] {eff8be64-4418-476f-b3f4-d992dc062652} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9906 | 2025.01.28 23:11:35.730743 [ 254 ] {eff8be64-4418-476f-b3f4-d992dc062652} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9907 | 2025.01.28 23:11:35.730964 [ 254 ] {eff8be64-4418-476f-b3f4-d992dc062652} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 9908 | 2025.01.28 23:11:35.731017 [ 254 ] {eff8be64-4418-476f-b3f4-d992dc062652} <Debug> TCPHandler: Processed in 0.001642458 sec. | ||
| 9909 | 2025.01.28 23:11:35.731217 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9910 | 2025.01.28 23:11:35.731440 [ 5 ] {51b360b5-bf6c-491e-b7d5-8f083dc7f24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9911 | 2025.01.28 23:11:35.731536 [ 5 ] {51b360b5-bf6c-491e-b7d5-8f083dc7f24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9912 | 2025.01.28 23:11:35.732511 [ 5 ] {51b360b5-bf6c-491e-b7d5-8f083dc7f24a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9913 | 2025.01.28 23:11:35.732548 [ 5 ] {51b360b5-bf6c-491e-b7d5-8f083dc7f24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9914 | 2025.01.28 23:11:35.732983 [ 5 ] {51b360b5-bf6c-491e-b7d5-8f083dc7f24a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9915 | 2025.01.28 23:11:35.733238 [ 5 ] {51b360b5-bf6c-491e-b7d5-8f083dc7f24a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9916 | 2025.01.28 23:11:35.733425 [ 5 ] {51b360b5-bf6c-491e-b7d5-8f083dc7f24a} <Debug> executeQuery: Read 1001 rows, 68.30 KiB in 0.002041 sec., 490445.85987261153 rows/sec., 32.68 MiB/sec. | ||
| 9917 | 2025.01.28 23:11:35.733510 [ 5 ] {51b360b5-bf6c-491e-b7d5-8f083dc7f24a} <Debug> TCPHandler: Processed in 0.0024033 sec. | ||
| 9918 | 2025.01.28 23:11:35.733689 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9919 | 2025.01.28 23:11:35.733851 [ 254 ] {7ef68763-a411-440d-ae08-3a8835b08c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9920 | 2025.01.28 23:11:35.733910 [ 254 ] {7ef68763-a411-440d-ae08-3a8835b08c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9921 | 2025.01.28 23:11:35.734455 [ 254 ] {7ef68763-a411-440d-ae08-3a8835b08c89} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9922 | 2025.01.28 23:11:35.734501 [ 254 ] {7ef68763-a411-440d-ae08-3a8835b08c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9923 | 2025.01.28 23:11:35.734906 [ 254 ] {7ef68763-a411-440d-ae08-3a8835b08c89} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9924 | 2025.01.28 23:11:35.735155 [ 254 ] {7ef68763-a411-440d-ae08-3a8835b08c89} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9925 | 2025.01.28 23:11:35.735376 [ 254 ] {7ef68763-a411-440d-ae08-3a8835b08c89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001564 sec., 639.386189258312 rows/sec., 43.08 KiB/sec. | ||
| 9926 | 2025.01.28 23:11:35.735426 [ 254 ] {7ef68763-a411-440d-ae08-3a8835b08c89} <Debug> TCPHandler: Processed in 0.00182934 sec. | ||
| 9927 | 2025.01.28 23:11:35.735558 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9928 | 2025.01.28 23:11:35.735673 [ 5 ] {f8ccf195-60f3-4291-9b4e-4c0c5f0db26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9929 | 2025.01.28 23:11:35.735751 [ 5 ] {f8ccf195-60f3-4291-9b4e-4c0c5f0db26e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9930 | 2025.01.28 23:11:35.737006 [ 5 ] {f8ccf195-60f3-4291-9b4e-4c0c5f0db26e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9931 | 2025.01.28 23:11:35.737042 [ 5 ] {f8ccf195-60f3-4291-9b4e-4c0c5f0db26e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9932 | 2025.01.28 23:11:35.737659 [ 5 ] {f8ccf195-60f3-4291-9b4e-4c0c5f0db26e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9933 | 2025.01.28 23:11:35.737908 [ 5 ] {f8ccf195-60f3-4291-9b4e-4c0c5f0db26e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9934 | 2025.01.28 23:11:35.738054 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9935 | 2025.01.28 23:11:35.738105 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9936 | 2025.01.28 23:11:35.738118 [ 5 ] {f8ccf195-60f3-4291-9b4e-4c0c5f0db26e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002468 sec., 4862.23662884927 rows/sec., 8.71 MiB/sec. | ||
| 9937 | 2025.01.28 23:11:35.738135 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9938 | 2025.01.28 23:11:35.738489 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 9939 | 2025.01.28 23:11:35.738678 [ 5 ] {f8ccf195-60f3-4291-9b4e-4c0c5f0db26e} <Debug> TCPHandler: Processed in 0.003162053 sec. | ||
| 9940 | 2025.01.28 23:11:35.739059 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9941 | 2025.01.28 23:11:35.739501 [ 254 ] {ced2b6ea-5e54-4250-adfb-aeec3f9aa861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9942 | 2025.01.28 23:11:35.739649 [ 254 ] {ced2b6ea-5e54-4250-adfb-aeec3f9aa861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9943 | 2025.01.28 23:11:35.739759 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9944 | 2025.01.28 23:11:35.739887 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1038 rows starting from the beginning of the part | ||
| 9945 | 2025.01.28 23:11:35.740500 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part | ||
| 9946 | 2025.01.28 23:11:35.741079 [ 254 ] {ced2b6ea-5e54-4250-adfb-aeec3f9aa861} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9947 | 2025.01.28 23:11:35.741093 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part | ||
| 9948 | 2025.01.28 23:11:35.741126 [ 254 ] {ced2b6ea-5e54-4250-adfb-aeec3f9aa861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9949 | 2025.01.28 23:11:35.741647 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 12 rows starting from the beginning of the part | ||
| 9950 | 2025.01.28 23:11:35.742215 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part | ||
| 9951 | 2025.01.28 23:11:35.742278 [ 254 ] {ced2b6ea-5e54-4250-adfb-aeec3f9aa861} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9952 | 2025.01.28 23:11:35.742656 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 12 rows starting from the beginning of the part | ||
| 9953 | 2025.01.28 23:11:35.742967 [ 254 ] {ced2b6ea-5e54-4250-adfb-aeec3f9aa861} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9954 | 2025.01.28 23:11:35.743548 [ 254 ] {ced2b6ea-5e54-4250-adfb-aeec3f9aa861} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.004158 sec., 13949.013949013948 rows/sec., 884.26 KiB/sec. | ||
| 9955 | 2025.01.28 23:11:35.743835 [ 254 ] {ced2b6ea-5e54-4250-adfb-aeec3f9aa861} <Debug> TCPHandler: Processed in 0.004971653 sec. | ||
| 9956 | 2025.01.28 23:11:35.749994 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1128 rows, containing 19 columns (19 merged, 0 gathered) in 0.011740636 sec., 96076.56689126551 rows/sec., 172.16 MiB/sec. | ||
| 9957 | 2025.01.28 23:11:35.751429 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9958 | 2025.01.28 23:11:35.751849 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9959 | 2025.01.28 23:11:35.751926 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9960 | 2025.01.28 23:11:35.752063 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.58 MiB. | ||
| 9961 | 2025.01.28 23:11:36.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.97 MiB, peak 239.32 MiB, free memory in arenas 0.00 B, will set to 229.74 MiB (RSS), difference: 1.77 MiB | ||
| 9962 | 2025.01.28 23:11:37.899733 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1410 | ||
| 9963 | 2025.01.28 23:11:37.903607 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9964 | 2025.01.28 23:11:37.903659 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9965 | 2025.01.28 23:11:37.905168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9966 | 2025.01.28 23:11:37.905502 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9967 | 2025.01.28 23:11:37.906095 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1410 | ||
| 9968 | 2025.01.28 23:11:38.588865 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9969 | 2025.01.28 23:11:38.589052 [ 254 ] {1b1f5a3e-eac8-4171-a4b1-c9f4a735b774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9970 | 2025.01.28 23:11:38.589122 [ 254 ] {1b1f5a3e-eac8-4171-a4b1-c9f4a735b774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9971 | 2025.01.28 23:11:38.589903 [ 254 ] {1b1f5a3e-eac8-4171-a4b1-c9f4a735b774} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9972 | 2025.01.28 23:11:38.589943 [ 254 ] {1b1f5a3e-eac8-4171-a4b1-c9f4a735b774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9973 | 2025.01.28 23:11:38.590392 [ 254 ] {1b1f5a3e-eac8-4171-a4b1-c9f4a735b774} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9974 | 2025.01.28 23:11:38.590657 [ 254 ] {1b1f5a3e-eac8-4171-a4b1-c9f4a735b774} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2025.01.28 23:11:38.590990 [ 254 ] {1b1f5a3e-eac8-4171-a4b1-c9f4a735b774} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.17 MiB/sec. | ||
| 9976 | 2025.01.28 23:11:38.591050 [ 254 ] {1b1f5a3e-eac8-4171-a4b1-c9f4a735b774} <Debug> TCPHandler: Processed in 0.002309919 sec. | ||
| 9977 | 2025.01.28 23:11:38.591376 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9978 | 2025.01.28 23:11:38.591686 [ 5 ] {8ecff208-225b-41a3-a388-2a85b59eabd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9979 | 2025.01.28 23:11:38.591803 [ 5 ] {8ecff208-225b-41a3-a388-2a85b59eabd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9980 | 2025.01.28 23:11:38.592628 [ 5 ] {8ecff208-225b-41a3-a388-2a85b59eabd6} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9981 | 2025.01.28 23:11:38.592680 [ 5 ] {8ecff208-225b-41a3-a388-2a85b59eabd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9982 | 2025.01.28 23:11:38.593129 [ 5 ] {8ecff208-225b-41a3-a388-2a85b59eabd6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9983 | 2025.01.28 23:11:38.593395 [ 5 ] {8ecff208-225b-41a3-a388-2a85b59eabd6} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9984 | 2025.01.28 23:11:38.593643 [ 5 ] {8ecff208-225b-41a3-a388-2a85b59eabd6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002041 sec., 31357.177853993144 rows/sec., 2.45 MiB/sec. | ||
| 9985 | 2025.01.28 23:11:38.593711 [ 5 ] {8ecff208-225b-41a3-a388-2a85b59eabd6} <Debug> TCPHandler: Processed in 0.002529932 sec. | ||
| 9986 | 2025.01.28 23:11:38.593847 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9987 | 2025.01.28 23:11:38.593980 [ 254 ] {398b2d3e-9c4c-425a-847a-909301109830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9988 | 2025.01.28 23:11:38.594046 [ 254 ] {398b2d3e-9c4c-425a-847a-909301109830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9989 | 2025.01.28 23:11:38.594712 [ 254 ] {398b2d3e-9c4c-425a-847a-909301109830} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2025.01.28 23:11:38.594756 [ 254 ] {398b2d3e-9c4c-425a-847a-909301109830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 9991 | 2025.01.28 23:11:38.595170 [ 254 ] {398b2d3e-9c4c-425a-847a-909301109830} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9992 | 2025.01.28 23:11:38.595410 [ 254 ] {398b2d3e-9c4c-425a-847a-909301109830} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9993 | 2025.01.28 23:11:38.595613 [ 254 ] {398b2d3e-9c4c-425a-847a-909301109830} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00166 sec., 38554.21686746988 rows/sec., 2.69 MiB/sec. | ||
| 9994 | 2025.01.28 23:11:38.595700 [ 254 ] {398b2d3e-9c4c-425a-847a-909301109830} <Debug> TCPHandler: Processed in 0.001909152 sec. | ||
| 9995 | 2025.01.28 23:11:38.595909 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9996 | 2025.01.28 23:11:38.596105 [ 5 ] {294417f6-e803-4f33-9598-57d4f7ad84d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9997 | 2025.01.28 23:11:38.596170 [ 5 ] {294417f6-e803-4f33-9598-57d4f7ad84d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9998 | 2025.01.28 23:11:38.596763 [ 5 ] {294417f6-e803-4f33-9598-57d4f7ad84d1} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9999 | 2025.01.28 23:11:38.596811 [ 5 ] {294417f6-e803-4f33-9598-57d4f7ad84d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10000 | 2025.01.28 23:11:38.597222 [ 5 ] {294417f6-e803-4f33-9598-57d4f7ad84d1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10001 | 2025.01.28 23:11:38.597477 [ 5 ] {294417f6-e803-4f33-9598-57d4f7ad84d1} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10002 | 2025.01.28 23:11:38.597732 [ 5 ] {294417f6-e803-4f33-9598-57d4f7ad84d1} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001651 sec., 14536.644457904302 rows/sec., 1003.18 KiB/sec. | ||
| 10003 | 2025.01.28 23:11:38.597789 [ 5 ] {294417f6-e803-4f33-9598-57d4f7ad84d1} <Debug> TCPHandler: Processed in 0.001994393 sec. | ||
| 10004 | 2025.01.28 23:11:40.291448 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 10005 | 2025.01.28 23:11:40.292150 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10006 | 2025.01.28 23:11:40.292199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10007 | 2025.01.28 23:11:40.292730 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10008 | 2025.01.28 23:11:40.292992 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10009 | 2025.01.28 23:11:40.293281 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 10010 | 2025.01.28 23:11:41.803110 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 10011 | 2025.01.28 23:11:41.822635 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10012 | 2025.01.28 23:11:41.822696 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10013 | 2025.01.28 23:11:41.829601 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10014 | 2025.01.28 23:11:41.830337 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10015 | 2025.01.28 23:11:41.833996 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 10016 | 2025.01.28 23:11:43.594404 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10017 | 2025.01.28 23:11:43.594588 [ 254 ] {eb9f4c24-7d1b-4cce-89e7-ddb936172c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10018 | 2025.01.28 23:11:43.594657 [ 254 ] {eb9f4c24-7d1b-4cce-89e7-ddb936172c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10019 | 2025.01.28 23:11:43.595470 [ 254 ] {eb9f4c24-7d1b-4cce-89e7-ddb936172c3a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10020 | 2025.01.28 23:11:43.595512 [ 254 ] {eb9f4c24-7d1b-4cce-89e7-ddb936172c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10021 | 2025.01.28 23:11:43.595947 [ 254 ] {eb9f4c24-7d1b-4cce-89e7-ddb936172c3a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10022 | 2025.01.28 23:11:43.596206 [ 254 ] {eb9f4c24-7d1b-4cce-89e7-ddb936172c3a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10023 | 2025.01.28 23:11:43.596402 [ 254 ] {eb9f4c24-7d1b-4cce-89e7-ddb936172c3a} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001866 sec., 58949.62486602358 rows/sec., 4.95 MiB/sec. | ||
| 10024 | 2025.01.28 23:11:43.596463 [ 254 ] {eb9f4c24-7d1b-4cce-89e7-ddb936172c3a} <Debug> TCPHandler: Processed in 0.002184396 sec. | ||
| 10025 | 2025.01.28 23:11:43.596722 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10026 | 2025.01.28 23:11:43.596922 [ 5 ] {6391afe6-a031-46ae-89df-22d7684b06c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10027 | 2025.01.28 23:11:43.596997 [ 5 ] {6391afe6-a031-46ae-89df-22d7684b06c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10028 | 2025.01.28 23:11:43.597763 [ 5 ] {6391afe6-a031-46ae-89df-22d7684b06c5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10029 | 2025.01.28 23:11:43.597821 [ 5 ] {6391afe6-a031-46ae-89df-22d7684b06c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10030 | 2025.01.28 23:11:43.598265 [ 5 ] {6391afe6-a031-46ae-89df-22d7684b06c5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10031 | 2025.01.28 23:11:43.598537 [ 5 ] {6391afe6-a031-46ae-89df-22d7684b06c5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10032 | 2025.01.28 23:11:43.598780 [ 5 ] {6391afe6-a031-46ae-89df-22d7684b06c5} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00191 sec., 14136.125654450261 rows/sec., 1.04 MiB/sec. | ||
| 10033 | 2025.01.28 23:11:43.598856 [ 5 ] {6391afe6-a031-46ae-89df-22d7684b06c5} <Debug> TCPHandler: Processed in 0.002263768 sec. | ||
| 10034 | 2025.01.28 23:11:43.599073 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10035 | 2025.01.28 23:11:43.599211 [ 254 ] {26c9b04a-f526-43c6-bf46-dfc3f46a7f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10036 | 2025.01.28 23:11:43.599261 [ 254 ] {26c9b04a-f526-43c6-bf46-dfc3f46a7f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10037 | 2025.01.28 23:11:43.599901 [ 254 ] {26c9b04a-f526-43c6-bf46-dfc3f46a7f99} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10038 | 2025.01.28 23:11:43.599938 [ 254 ] {26c9b04a-f526-43c6-bf46-dfc3f46a7f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10039 | 2025.01.28 23:11:43.600299 [ 254 ] {26c9b04a-f526-43c6-bf46-dfc3f46a7f99} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10040 | 2025.01.28 23:11:43.600533 [ 254 ] {26c9b04a-f526-43c6-bf46-dfc3f46a7f99} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10041 | 2025.01.28 23:11:43.600710 [ 254 ] {26c9b04a-f526-43c6-bf46-dfc3f46a7f99} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001522 sec., 59789.75032851512 rows/sec., 4.67 MiB/sec. | ||
| 10042 | 2025.01.28 23:11:43.600761 [ 254 ] {26c9b04a-f526-43c6-bf46-dfc3f46a7f99} <Debug> TCPHandler: Processed in 0.00180208 sec. | ||
| 10043 | 2025.01.28 23:11:43.600924 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10044 | 2025.01.28 23:11:43.601052 [ 5 ] {2631062b-b711-4ab9-8fe7-a17ab0746617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10045 | 2025.01.28 23:11:43.601116 [ 5 ] {2631062b-b711-4ab9-8fe7-a17ab0746617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10046 | 2025.01.28 23:11:43.601810 [ 5 ] {2631062b-b711-4ab9-8fe7-a17ab0746617} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10047 | 2025.01.28 23:11:43.601859 [ 5 ] {2631062b-b711-4ab9-8fe7-a17ab0746617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10048 | 2025.01.28 23:11:43.602307 [ 5 ] {2631062b-b711-4ab9-8fe7-a17ab0746617} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10049 | 2025.01.28 23:11:43.602560 [ 5 ] {2631062b-b711-4ab9-8fe7-a17ab0746617} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10050 | 2025.01.28 23:11:43.602778 [ 5 ] {2631062b-b711-4ab9-8fe7-a17ab0746617} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. | ||
| 10051 | 2025.01.28 23:11:43.602835 [ 5 ] {2631062b-b711-4ab9-8fe7-a17ab0746617} <Debug> TCPHandler: Processed in 0.001970192 sec. | ||
| 10052 | 2025.01.28 23:11:43.602984 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10053 | 2025.01.28 23:11:43.603107 [ 254 ] {8cbc67e4-128d-45cc-8133-18db63ded8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10054 | 2025.01.28 23:11:43.603200 [ 254 ] {8cbc67e4-128d-45cc-8133-18db63ded8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10055 | 2025.01.28 23:11:43.604504 [ 254 ] {8cbc67e4-128d-45cc-8133-18db63ded8c2} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10056 | 2025.01.28 23:11:43.604542 [ 254 ] {8cbc67e4-128d-45cc-8133-18db63ded8c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10057 | 2025.01.28 23:11:43.605183 [ 254 ] {8cbc67e4-128d-45cc-8133-18db63ded8c2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10058 | 2025.01.28 23:11:43.605436 [ 254 ] {8cbc67e4-128d-45cc-8133-18db63ded8c2} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10059 | 2025.01.28 23:11:43.605659 [ 254 ] {8cbc67e4-128d-45cc-8133-18db63ded8c2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002582 sec., 10457.0100697134 rows/sec., 18.74 MiB/sec. | ||
| 10060 | 2025.01.28 23:11:43.605798 [ 254 ] {8cbc67e4-128d-45cc-8133-18db63ded8c2} <Debug> TCPHandler: Processed in 0.002863478 sec. | ||
| 10061 | 2025.01.28 23:11:43.606060 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10062 | 2025.01.28 23:11:43.606273 [ 5 ] {55a73484-6ed5-49fd-9a35-c6b6e1f16699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10063 | 2025.01.28 23:11:43.606325 [ 5 ] {55a73484-6ed5-49fd-9a35-c6b6e1f16699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10064 | 2025.01.28 23:11:43.606825 [ 5 ] {55a73484-6ed5-49fd-9a35-c6b6e1f16699} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10065 | 2025.01.28 23:11:43.606865 [ 5 ] {55a73484-6ed5-49fd-9a35-c6b6e1f16699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10066 | 2025.01.28 23:11:43.607247 [ 5 ] {55a73484-6ed5-49fd-9a35-c6b6e1f16699} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10067 | 2025.01.28 23:11:43.607506 [ 5 ] {55a73484-6ed5-49fd-9a35-c6b6e1f16699} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10068 | 2025.01.28 23:11:43.607723 [ 5 ] {55a73484-6ed5-49fd-9a35-c6b6e1f16699} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 10069 | 2025.01.28 23:11:43.607774 [ 5 ] {55a73484-6ed5-49fd-9a35-c6b6e1f16699} <Debug> TCPHandler: Processed in 0.001868721 sec. | ||
| 10070 | 2025.01.28 23:11:47.627695 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10071 | 2025.01.28 23:11:47.627769 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10072 | 2025.01.28 23:11:47.793501 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 10073 | 2025.01.28 23:11:47.794236 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10074 | 2025.01.28 23:11:47.794285 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10075 | 2025.01.28 23:11:47.794810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10076 | 2025.01.28 23:11:47.795056 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10077 | 2025.01.28 23:11:47.795297 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 10078 | 2025.01.28 23:11:47.860607 [ 115 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 10079 | 2025.01.28 23:11:47.860704 [ 115 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10080 | 2025.01.28 23:11:47.860745 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10081 | 2025.01.28 23:11:47.860974 [ 186 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 10082 | 2025.01.28 23:11:47.861262 [ 186 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10083 | 2025.01.28 23:11:47.861302 [ 186 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 10084 | 2025.01.28 23:11:47.861382 [ 186 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10085 | 2025.01.28 23:11:47.861586 [ 186 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10086 | 2025.01.28 23:11:47.861729 [ 186 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10087 | 2025.01.28 23:11:47.861963 [ 186 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10088 | 2025.01.28 23:11:47.862944 [ 195 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002102145 sec., 94189.50643271515 rows/sec., 4.81 MiB/sec. | ||
| 10089 | 2025.01.28 23:11:47.863152 [ 195 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 10090 | 2025.01.28 23:11:47.863509 [ 195 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10091 | 2025.01.28 23:11:47.863598 [ 195 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_33_7} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 10092 | 2025.01.28 23:11:47.863696 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10093 | 2025.01.28 23:11:47.906445 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1430 | ||
| 10094 | 2025.01.28 23:11:47.909116 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10095 | 2025.01.28 23:11:47.909158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10096 | 2025.01.28 23:11:47.910550 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10097 | 2025.01.28 23:11:47.910853 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10098 | 2025.01.28 23:11:47.912147 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1430 | ||
| 10099 | 2025.01.28 23:11:48.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.93 MiB, peak 239.32 MiB, free memory in arenas 0.00 B, will set to 229.88 MiB (RSS), difference: 3.95 MiB | ||
| 10100 | 2025.01.28 23:11:48.001540 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001063998 sec. | ||
| 10101 | 2025.01.28 23:11:48.598084 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10102 | 2025.01.28 23:11:48.598291 [ 254 ] {bf524818-4981-4fa4-8255-33f2263ae33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10103 | 2025.01.28 23:11:48.598361 [ 254 ] {bf524818-4981-4fa4-8255-33f2263ae33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10104 | 2025.01.28 23:11:48.599190 [ 254 ] {bf524818-4981-4fa4-8255-33f2263ae33f} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10105 | 2025.01.28 23:11:48.599238 [ 254 ] {bf524818-4981-4fa4-8255-33f2263ae33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10106 | 2025.01.28 23:11:48.599701 [ 254 ] {bf524818-4981-4fa4-8255-33f2263ae33f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10107 | 2025.01.28 23:11:48.599975 [ 254 ] {bf524818-4981-4fa4-8255-33f2263ae33f} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10108 | 2025.01.28 23:11:48.600178 [ 254 ] {bf524818-4981-4fa4-8255-33f2263ae33f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 10109 | 2025.01.28 23:11:48.600237 [ 254 ] {bf524818-4981-4fa4-8255-33f2263ae33f} <Debug> TCPHandler: Processed in 0.002287448 sec. | ||
| 10110 | 2025.01.28 23:11:48.600494 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10111 | 2025.01.28 23:11:48.600683 [ 5 ] {5b174e78-aa2d-4206-b51d-d799ff84a010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10112 | 2025.01.28 23:11:48.600753 [ 5 ] {5b174e78-aa2d-4206-b51d-d799ff84a010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10113 | 2025.01.28 23:11:48.601609 [ 5 ] {5b174e78-aa2d-4206-b51d-d799ff84a010} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10114 | 2025.01.28 23:11:48.601657 [ 5 ] {5b174e78-aa2d-4206-b51d-d799ff84a010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10115 | 2025.01.28 23:11:48.602102 [ 5 ] {5b174e78-aa2d-4206-b51d-d799ff84a010} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10116 | 2025.01.28 23:11:48.602357 [ 5 ] {5b174e78-aa2d-4206-b51d-d799ff84a010} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10117 | 2025.01.28 23:11:48.602598 [ 5 ] {5b174e78-aa2d-4206-b51d-d799ff84a010} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.001967 sec., 115404.1687849517 rows/sec., 10.11 MiB/sec. | ||
| 10118 | 2025.01.28 23:11:48.602655 [ 5 ] {5b174e78-aa2d-4206-b51d-d799ff84a010} <Debug> TCPHandler: Processed in 0.002286079 sec. | ||
| 10119 | 2025.01.28 23:11:48.602808 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10120 | 2025.01.28 23:11:48.602924 [ 254 ] {14c4849b-8328-4a26-8c41-42576c104fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10121 | 2025.01.28 23:11:48.602974 [ 254 ] {14c4849b-8328-4a26-8c41-42576c104fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10122 | 2025.01.28 23:11:48.603557 [ 254 ] {14c4849b-8328-4a26-8c41-42576c104fdf} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10123 | 2025.01.28 23:11:48.603594 [ 254 ] {14c4849b-8328-4a26-8c41-42576c104fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10124 | 2025.01.28 23:11:48.603945 [ 254 ] {14c4849b-8328-4a26-8c41-42576c104fdf} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10125 | 2025.01.28 23:11:48.604182 [ 254 ] {14c4849b-8328-4a26-8c41-42576c104fdf} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10126 | 2025.01.28 23:11:48.604377 [ 254 ] {14c4849b-8328-4a26-8c41-42576c104fdf} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001472 sec., 12907.608695652174 rows/sec., 922.83 KiB/sec. | ||
| 10127 | 2025.01.28 23:11:48.604484 [ 254 ] {14c4849b-8328-4a26-8c41-42576c104fdf} <Debug> TCPHandler: Processed in 0.001729739 sec. | ||
| 10128 | 2025.01.28 23:11:48.604755 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10129 | 2025.01.28 23:11:48.604984 [ 5 ] {e5c02889-1517-4b25-872a-6a6a064b2596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10130 | 2025.01.28 23:11:48.605075 [ 5 ] {e5c02889-1517-4b25-872a-6a6a064b2596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10131 | 2025.01.28 23:11:48.605754 [ 5 ] {e5c02889-1517-4b25-872a-6a6a064b2596} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10132 | 2025.01.28 23:11:48.605795 [ 5 ] {e5c02889-1517-4b25-872a-6a6a064b2596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10133 | 2025.01.28 23:11:48.606144 [ 5 ] {e5c02889-1517-4b25-872a-6a6a064b2596} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10134 | 2025.01.28 23:11:48.606385 [ 5 ] {e5c02889-1517-4b25-872a-6a6a064b2596} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10135 | 2025.01.28 23:11:48.606591 [ 5 ] {e5c02889-1517-4b25-872a-6a6a064b2596} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec. | ||
| 10136 | 2025.01.28 23:11:48.606643 [ 5 ] {e5c02889-1517-4b25-872a-6a6a064b2596} <Debug> TCPHandler: Processed in 0.002054964 sec. | ||
| 10137 | 2025.01.28 23:11:48.606794 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10138 | 2025.01.28 23:11:48.606910 [ 254 ] {cdf20f6d-a742-4b97-885e-e9e56b460074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10139 | 2025.01.28 23:11:48.606958 [ 254 ] {cdf20f6d-a742-4b97-885e-e9e56b460074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10140 | 2025.01.28 23:11:48.607529 [ 254 ] {cdf20f6d-a742-4b97-885e-e9e56b460074} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10141 | 2025.01.28 23:11:48.607566 [ 254 ] {cdf20f6d-a742-4b97-885e-e9e56b460074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10142 | 2025.01.28 23:11:48.607912 [ 254 ] {cdf20f6d-a742-4b97-885e-e9e56b460074} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10143 | 2025.01.28 23:11:48.608146 [ 254 ] {cdf20f6d-a742-4b97-885e-e9e56b460074} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10144 | 2025.01.28 23:11:48.608319 [ 254 ] {cdf20f6d-a742-4b97-885e-e9e56b460074} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001433 sec., 9071.877180739706 rows/sec., 565.63 KiB/sec. | ||
| 10145 | 2025.01.28 23:11:48.608370 [ 254 ] {cdf20f6d-a742-4b97-885e-e9e56b460074} <Debug> TCPHandler: Processed in 0.001631787 sec. | ||
| 10146 | 2025.01.28 23:11:48.608521 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10147 | 2025.01.28 23:11:48.608657 [ 5 ] {b3ecdfc1-709c-4157-af7f-63936420ca62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10148 | 2025.01.28 23:11:48.608712 [ 5 ] {b3ecdfc1-709c-4157-af7f-63936420ca62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10149 | 2025.01.28 23:11:48.609516 [ 5 ] {b3ecdfc1-709c-4157-af7f-63936420ca62} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10150 | 2025.01.28 23:11:48.609556 [ 5 ] {b3ecdfc1-709c-4157-af7f-63936420ca62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10151 | 2025.01.28 23:11:48.609946 [ 5 ] {b3ecdfc1-709c-4157-af7f-63936420ca62} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10152 | 2025.01.28 23:11:48.610190 [ 5 ] {b3ecdfc1-709c-4157-af7f-63936420ca62} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10153 | 2025.01.28 23:11:48.610432 [ 5 ] {b3ecdfc1-709c-4157-af7f-63936420ca62} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001805 sec., 218282.5484764543 rows/sec., 15.50 MiB/sec. | ||
| 10154 | 2025.01.28 23:11:48.610535 [ 5 ] {b3ecdfc1-709c-4157-af7f-63936420ca62} <Debug> TCPHandler: Processed in 0.002078375 sec. | ||
| 10155 | 2025.01.28 23:11:48.610756 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10156 | 2025.01.28 23:11:48.611041 [ 254 ] {49bf4948-dedf-428c-92f9-002f610a275c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10157 | 2025.01.28 23:11:48.611108 [ 254 ] {49bf4948-dedf-428c-92f9-002f610a275c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10158 | 2025.01.28 23:11:48.611597 [ 254 ] {49bf4948-dedf-428c-92f9-002f610a275c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2025.01.28 23:11:48.611634 [ 254 ] {49bf4948-dedf-428c-92f9-002f610a275c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10160 | 2025.01.28 23:11:48.611987 [ 254 ] {49bf4948-dedf-428c-92f9-002f610a275c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10161 | 2025.01.28 23:11:48.612226 [ 254 ] {49bf4948-dedf-428c-92f9-002f610a275c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10162 | 2025.01.28 23:11:48.612402 [ 254 ] {49bf4948-dedf-428c-92f9-002f610a275c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec. | ||
| 10163 | 2025.01.28 23:11:48.612450 [ 254 ] {49bf4948-dedf-428c-92f9-002f610a275c} <Debug> TCPHandler: Processed in 0.00182547 sec. | ||
| 10164 | 2025.01.28 23:11:48.612607 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10165 | 2025.01.28 23:11:48.612743 [ 5 ] {fb6ea974-2cb3-4de9-bed0-0ccadf512394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10166 | 2025.01.28 23:11:48.612806 [ 5 ] {fb6ea974-2cb3-4de9-bed0-0ccadf512394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10167 | 2025.01.28 23:11:48.613460 [ 5 ] {fb6ea974-2cb3-4de9-bed0-0ccadf512394} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10168 | 2025.01.28 23:11:48.613499 [ 5 ] {fb6ea974-2cb3-4de9-bed0-0ccadf512394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10169 | 2025.01.28 23:11:48.613889 [ 5 ] {fb6ea974-2cb3-4de9-bed0-0ccadf512394} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10170 | 2025.01.28 23:11:48.614127 [ 5 ] {fb6ea974-2cb3-4de9-bed0-0ccadf512394} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10171 | 2025.01.28 23:11:48.614333 [ 5 ] {fb6ea974-2cb3-4de9-bed0-0ccadf512394} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001618 sec., 146477.13226205192 rows/sec., 9.82 MiB/sec. | ||
| 10172 | 2025.01.28 23:11:48.614387 [ 5 ] {fb6ea974-2cb3-4de9-bed0-0ccadf512394} <Debug> TCPHandler: Processed in 0.00184624 sec. | ||
| 10173 | 2025.01.28 23:11:48.614525 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10174 | 2025.01.28 23:11:48.614640 [ 254 ] {94fff4dc-ba8b-4df1-9481-9e03f6b9758c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10175 | 2025.01.28 23:11:48.614691 [ 254 ] {94fff4dc-ba8b-4df1-9481-9e03f6b9758c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10176 | 2025.01.28 23:11:48.615164 [ 254 ] {94fff4dc-ba8b-4df1-9481-9e03f6b9758c} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10177 | 2025.01.28 23:11:48.615202 [ 254 ] {94fff4dc-ba8b-4df1-9481-9e03f6b9758c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10178 | 2025.01.28 23:11:48.615561 [ 254 ] {94fff4dc-ba8b-4df1-9481-9e03f6b9758c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10179 | 2025.01.28 23:11:48.615792 [ 254 ] {94fff4dc-ba8b-4df1-9481-9e03f6b9758c} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10180 | 2025.01.28 23:11:48.616010 [ 254 ] {94fff4dc-ba8b-4df1-9481-9e03f6b9758c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec. | ||
| 10181 | 2025.01.28 23:11:48.616058 [ 254 ] {94fff4dc-ba8b-4df1-9481-9e03f6b9758c} <Debug> TCPHandler: Processed in 0.001587997 sec. | ||
| 10182 | 2025.01.28 23:11:48.616200 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10183 | 2025.01.28 23:11:48.616358 [ 5 ] {db0dab70-817e-45af-a37a-fcd93fbcb97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10184 | 2025.01.28 23:11:48.616507 [ 5 ] {db0dab70-817e-45af-a37a-fcd93fbcb97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10185 | 2025.01.28 23:11:48.617967 [ 5 ] {db0dab70-817e-45af-a37a-fcd93fbcb97e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10186 | 2025.01.28 23:11:48.618007 [ 5 ] {db0dab70-817e-45af-a37a-fcd93fbcb97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10187 | 2025.01.28 23:11:48.618615 [ 5 ] {db0dab70-817e-45af-a37a-fcd93fbcb97e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10188 | 2025.01.28 23:11:48.618877 [ 5 ] {db0dab70-817e-45af-a37a-fcd93fbcb97e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10189 | 2025.01.28 23:11:48.619160 [ 5 ] {db0dab70-817e-45af-a37a-fcd93fbcb97e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002851 sec., 4209.049456331112 rows/sec., 7.54 MiB/sec. | ||
| 10190 | 2025.01.28 23:11:48.619309 [ 5 ] {db0dab70-817e-45af-a37a-fcd93fbcb97e} <Debug> TCPHandler: Processed in 0.003162313 sec. | ||
| 10191 | 2025.01.28 23:11:48.619560 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10192 | 2025.01.28 23:11:48.619858 [ 254 ] {e4748076-0218-4c1b-a1b4-9da8b0e266a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10193 | 2025.01.28 23:11:48.619930 [ 254 ] {e4748076-0218-4c1b-a1b4-9da8b0e266a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10194 | 2025.01.28 23:11:48.620428 [ 254 ] {e4748076-0218-4c1b-a1b4-9da8b0e266a5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10195 | 2025.01.28 23:11:48.620466 [ 254 ] {e4748076-0218-4c1b-a1b4-9da8b0e266a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 10196 | 2025.01.28 23:11:48.620830 [ 254 ] {e4748076-0218-4c1b-a1b4-9da8b0e266a5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10197 | 2025.01.28 23:11:48.621060 [ 254 ] {e4748076-0218-4c1b-a1b4-9da8b0e266a5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10198 | 2025.01.28 23:11:48.621303 [ 254 ] {e4748076-0218-4c1b-a1b4-9da8b0e266a5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 10199 | 2025.01.28 23:11:48.621374 [ 254 ] {e4748076-0218-4c1b-a1b4-9da8b0e266a5} <Debug> TCPHandler: Processed in 0.001956232 sec. | ||
| 10200 | 2025.01.28 23:11:49.334148 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10201 | 2025.01.28 23:11:49.354928 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2025.01.28 23:11:49.354987 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10203 | 2025.01.28 23:11:49.362313 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10204 | 2025.01.28 23:11:49.363076 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2025.01.28 23:11:49.365745 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10206 | 2025.01.28 23:11:53.601339 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10207 | 2025.01.28 23:11:53.601549 [ 254 ] {8cf620ec-b119-474a-ba66-df26fd086c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10208 | 2025.01.28 23:11:53.601629 [ 254 ] {8cf620ec-b119-474a-ba66-df26fd086c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10209 | 2025.01.28 23:11:53.602471 [ 254 ] {8cf620ec-b119-474a-ba66-df26fd086c61} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10210 | 2025.01.28 23:11:53.602527 [ 254 ] {8cf620ec-b119-474a-ba66-df26fd086c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10211 | 2025.01.28 23:11:53.602984 [ 254 ] {8cf620ec-b119-474a-ba66-df26fd086c61} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10212 | 2025.01.28 23:11:53.603272 [ 254 ] {8cf620ec-b119-474a-ba66-df26fd086c61} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10213 | 2025.01.28 23:11:53.603506 [ 254 ] {8cf620ec-b119-474a-ba66-df26fd086c61} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002004 sec., 998.003992015968 rows/sec., 81.38 KiB/sec. | ||
| 10214 | 2025.01.28 23:11:53.603639 [ 254 ] {8cf620ec-b119-474a-ba66-df26fd086c61} <Debug> TCPHandler: Processed in 0.002446451 sec. | ||
| 10215 | 2025.01.28 23:11:53.603993 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10216 | 2025.01.28 23:11:53.604212 [ 5 ] {2fce2d59-9b09-4aee-98ed-a2b49a78cf75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10217 | 2025.01.28 23:11:53.604303 [ 5 ] {2fce2d59-9b09-4aee-98ed-a2b49a78cf75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10218 | 2025.01.28 23:11:53.605299 [ 5 ] {2fce2d59-9b09-4aee-98ed-a2b49a78cf75} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10219 | 2025.01.28 23:11:53.605351 [ 5 ] {2fce2d59-9b09-4aee-98ed-a2b49a78cf75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10220 | 2025.01.28 23:11:53.605934 [ 5 ] {2fce2d59-9b09-4aee-98ed-a2b49a78cf75} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10221 | 2025.01.28 23:11:53.606250 [ 5 ] {2fce2d59-9b09-4aee-98ed-a2b49a78cf75} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10222 | 2025.01.28 23:11:53.606493 [ 110 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10223 | 2025.01.28 23:11:53.606531 [ 5 ] {2fce2d59-9b09-4aee-98ed-a2b49a78cf75} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002386 sec., 46521.374685666386 rows/sec., 3.90 MiB/sec. | ||
| 10224 | 2025.01.28 23:11:53.606594 [ 110 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10225 | 2025.01.28 23:11:53.606670 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10226 | 2025.01.28 23:11:53.606691 [ 5 ] {2fce2d59-9b09-4aee-98ed-a2b49a78cf75} <Debug> TCPHandler: Processed in 0.002874088 sec. | ||
| 10227 | 2025.01.28 23:11:53.606928 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 10228 | 2025.01.28 23:11:53.606963 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10229 | 2025.01.28 23:11:53.607243 [ 254 ] {4c8ffe04-da10-4f3a-acb4-1a991ea7de64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10230 | 2025.01.28 23:11:53.607253 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10231 | 2025.01.28 23:11:53.607358 [ 254 ] {4c8ffe04-da10-4f3a-acb4-1a991ea7de64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10232 | 2025.01.28 23:11:53.607365 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1431 rows starting from the beginning of the part | ||
| 10233 | 2025.01.28 23:11:53.607781 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1367 rows starting from the beginning of the part | ||
| 10234 | 2025.01.28 23:11:53.608223 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 10235 | 2025.01.28 23:11:53.608603 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 110 rows starting from the beginning of the part | ||
| 10236 | 2025.01.28 23:11:53.609012 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 227 rows starting from the beginning of the part | ||
| 10237 | 2025.01.28 23:11:53.609402 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 111 rows starting from the beginning of the part | ||
| 10238 | 2025.01.28 23:11:53.610556 [ 254 ] {4c8ffe04-da10-4f3a-acb4-1a991ea7de64} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10239 | 2025.01.28 23:11:53.610643 [ 254 ] {4c8ffe04-da10-4f3a-acb4-1a991ea7de64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10240 | 2025.01.28 23:11:53.611729 [ 254 ] {4c8ffe04-da10-4f3a-acb4-1a991ea7de64} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10241 | 2025.01.28 23:11:53.612269 [ 254 ] {4c8ffe04-da10-4f3a-acb4-1a991ea7de64} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10242 | 2025.01.28 23:11:53.612655 [ 254 ] {4c8ffe04-da10-4f3a-acb4-1a991ea7de64} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.005478 sec., 5293.90288426433 rows/sec., 396.12 KiB/sec. | ||
| 10243 | 2025.01.28 23:11:53.613031 [ 254 ] {4c8ffe04-da10-4f3a-acb4-1a991ea7de64} <Debug> TCPHandler: Processed in 0.006156563 sec. | ||
| 10244 | 2025.01.28 23:11:53.613605 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10245 | 2025.01.28 23:11:53.613782 [ 187 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.007002747 sec., 471529.2441666106 rows/sec., 41.32 MiB/sec. | ||
| 10246 | 2025.01.28 23:11:53.614110 [ 5 ] {8263176e-236e-40e2-9304-903503f672be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10247 | 2025.01.28 23:11:53.614234 [ 5 ] {8263176e-236e-40e2-9304-903503f672be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10248 | 2025.01.28 23:11:53.614243 [ 187 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10249 | 2025.01.28 23:11:53.614782 [ 187 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10250 | 2025.01.28 23:11:53.614938 [ 187 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_81_16} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10251 | 2025.01.28 23:11:53.615075 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 10252 | 2025.01.28 23:11:53.615410 [ 5 ] {8263176e-236e-40e2-9304-903503f672be} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10253 | 2025.01.28 23:11:53.615467 [ 5 ] {8263176e-236e-40e2-9304-903503f672be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10254 | 2025.01.28 23:11:53.616017 [ 5 ] {8263176e-236e-40e2-9304-903503f672be} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10255 | 2025.01.28 23:11:53.616388 [ 5 ] {8263176e-236e-40e2-9304-903503f672be} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10256 | 2025.01.28 23:11:53.616644 [ 110 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10257 | 2025.01.28 23:11:53.616714 [ 5 ] {8263176e-236e-40e2-9304-903503f672be} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002751 sec., 33805.888767720826 rows/sec., 2.64 MiB/sec. | ||
| 10258 | 2025.01.28 23:11:53.616724 [ 110 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10259 | 2025.01.28 23:11:53.616831 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10260 | 2025.01.28 23:11:53.616903 [ 5 ] {8263176e-236e-40e2-9304-903503f672be} <Debug> TCPHandler: Processed in 0.003621451 sec. | ||
| 10261 | 2025.01.28 23:11:53.617045 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 10262 | 2025.01.28 23:11:53.617178 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10263 | 2025.01.28 23:11:53.617199 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10264 | 2025.01.28 23:11:53.617257 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 10265 | 2025.01.28 23:11:53.617474 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 850 rows starting from the beginning of the part | ||
| 10266 | 2025.01.28 23:11:53.617474 [ 254 ] {f4453356-7fba-4ab5-88fe-565dbc7fd33c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10267 | 2025.01.28 23:11:53.617739 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 10268 | 2025.01.28 23:11:53.617753 [ 254 ] {f4453356-7fba-4ab5-88fe-565dbc7fd33c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10269 | 2025.01.28 23:11:53.618139 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 91 rows starting from the beginning of the part | ||
| 10270 | 2025.01.28 23:11:53.618468 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 394 rows starting from the beginning of the part | ||
| 10271 | 2025.01.28 23:11:53.618788 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 93 rows starting from the beginning of the part | ||
| 10272 | 2025.01.28 23:11:53.620884 [ 254 ] {f4453356-7fba-4ab5-88fe-565dbc7fd33c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10273 | 2025.01.28 23:11:53.620974 [ 254 ] {f4453356-7fba-4ab5-88fe-565dbc7fd33c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10274 | 2025.01.28 23:11:53.622078 [ 254 ] {f4453356-7fba-4ab5-88fe-565dbc7fd33c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10275 | 2025.01.28 23:11:53.622670 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.005727896 sec., 419874.9418634696 rows/sec., 32.19 MiB/sec. | ||
| 10276 | 2025.01.28 23:11:53.622708 [ 254 ] {f4453356-7fba-4ab5-88fe-565dbc7fd33c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10277 | 2025.01.28 23:11:53.622953 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10278 | 2025.01.28 23:11:53.623035 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10279 | 2025.01.28 23:11:53.623225 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10280 | 2025.01.28 23:11:53.623304 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10281 | 2025.01.28 23:11:53.623364 [ 254 ] {f4453356-7fba-4ab5-88fe-565dbc7fd33c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.006053 sec., 26598.380968114983 rows/sec., 1.85 MiB/sec. | ||
| 10282 | 2025.01.28 23:11:53.623844 [ 254 ] {f4453356-7fba-4ab5-88fe-565dbc7fd33c} <Debug> TCPHandler: Processed in 0.006769473 sec. | ||
| 10283 | 2025.01.28 23:11:53.623852 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 10284 | 2025.01.28 23:11:53.624094 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10285 | 2025.01.28 23:11:53.624229 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10286 | 2025.01.28 23:11:53.624244 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10287 | 2025.01.28 23:11:53.624294 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_81_16} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10288 | 2025.01.28 23:11:53.624309 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22432 rows starting from the beginning of the part | ||
| 10289 | 2025.01.28 23:11:53.624643 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10290 | 2025.01.28 23:11:53.624655 [ 5 ] {0440b021-c4e5-433b-bed0-dfccb36a081e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10291 | 2025.01.28 23:11:53.624803 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1001 rows starting from the beginning of the part | ||
| 10292 | 2025.01.28 23:11:53.625077 [ 5 ] {0440b021-c4e5-433b-bed0-dfccb36a081e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10293 | 2025.01.28 23:11:53.625188 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 10294 | 2025.01.28 23:11:53.625564 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 10295 | 2025.01.28 23:11:53.626075 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 10296 | 2025.01.28 23:11:53.626339 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 161 rows starting from the beginning of the part | ||
| 10297 | 2025.01.28 23:11:53.629031 [ 5 ] {0440b021-c4e5-433b-bed0-dfccb36a081e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10298 | 2025.01.28 23:11:53.629086 [ 5 ] {0440b021-c4e5-433b-bed0-dfccb36a081e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10299 | 2025.01.28 23:11:53.630847 [ 5 ] {0440b021-c4e5-433b-bed0-dfccb36a081e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10300 | 2025.01.28 23:11:53.631378 [ 5 ] {0440b021-c4e5-433b-bed0-dfccb36a081e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10301 | 2025.01.28 23:11:53.631863 [ 5 ] {0440b021-c4e5-433b-bed0-dfccb36a081e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007453 sec., 3622.702267543271 rows/sec., 6.49 MiB/sec. | ||
| 10302 | 2025.01.28 23:11:53.632066 [ 5 ] {0440b021-c4e5-433b-bed0-dfccb36a081e} <Debug> TCPHandler: Processed in 0.008029214 sec. | ||
| 10303 | 2025.01.28 23:11:53.632416 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10304 | 2025.01.28 23:11:53.632657 [ 254 ] {0eda0641-6d00-4f41-8a38-405289021b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10305 | 2025.01.28 23:11:53.632746 [ 254 ] {0eda0641-6d00-4f41-8a38-405289021b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10306 | 2025.01.28 23:11:53.634001 [ 254 ] {0eda0641-6d00-4f41-8a38-405289021b32} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10307 | 2025.01.28 23:11:53.634056 [ 254 ] {0eda0641-6d00-4f41-8a38-405289021b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10308 | 2025.01.28 23:11:53.634667 [ 254 ] {0eda0641-6d00-4f41-8a38-405289021b32} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10309 | 2025.01.28 23:11:53.635131 [ 254 ] {0eda0641-6d00-4f41-8a38-405289021b32} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10310 | 2025.01.28 23:11:53.635407 [ 110 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10311 | 2025.01.28 23:11:53.635483 [ 254 ] {0eda0641-6d00-4f41-8a38-405289021b32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002885 sec., 20797.227036395147 rows/sec., 1.40 MiB/sec. | ||
| 10312 | 2025.01.28 23:11:53.635506 [ 110 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10313 | 2025.01.28 23:11:53.635597 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10314 | 2025.01.28 23:11:53.635703 [ 254 ] {0eda0641-6d00-4f41-8a38-405289021b32} <Debug> TCPHandler: Processed in 0.003446847 sec. | ||
| 10315 | 2025.01.28 23:11:53.636004 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 10316 | 2025.01.28 23:11:53.636492 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10317 | 2025.01.28 23:11:53.636501 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24055 rows, containing 5 columns (5 merged, 0 gathered) in 0.013005267 sec., 1849635.2285577836 rows/sec., 124.88 MiB/sec. | ||
| 10318 | 2025.01.28 23:11:53.636579 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4568 rows starting from the beginning of the part | ||
| 10319 | 2025.01.28 23:11:53.636687 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part | ||
| 10320 | 2025.01.28 23:11:53.636865 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 24 rows starting from the beginning of the part | ||
| 10321 | 2025.01.28 23:11:53.637120 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 10322 | 2025.01.28 23:11:53.637205 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 10323 | 2025.01.28 23:11:53.637327 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10324 | 2025.01.28 23:11:53.637633 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 10325 | 2025.01.28 23:11:53.638446 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10326 | 2025.01.28 23:11:53.638694 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10327 | 2025.01.28 23:11:53.638936 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 10328 | 2025.01.28 23:11:53.640873 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4852 rows, containing 4 columns (4 merged, 0 gathered) in 0.005107416 sec., 949991.1501236634 rows/sec., 61.89 MiB/sec. | ||
| 10329 | 2025.01.28 23:11:53.641370 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10330 | 2025.01.28 23:11:53.641789 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10331 | 2025.01.28 23:11:53.641896 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_81_16} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10332 | 2025.01.28 23:11:53.642017 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 10333 | 2025.01.28 23:11:55.295490 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 10334 | 2025.01.28 23:11:55.296184 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10335 | 2025.01.28 23:11:55.296226 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10336 | 2025.01.28 23:11:55.296755 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10337 | 2025.01.28 23:11:55.297016 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10338 | 2025.01.28 23:11:55.297297 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 10339 | 2025.01.28 23:11:56.865889 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10340 | 2025.01.28 23:11:56.887435 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10341 | 2025.01.28 23:11:56.887491 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10342 | 2025.01.28 23:11:56.894867 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10343 | 2025.01.28 23:11:56.895664 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10344 | 2025.01.28 23:11:56.898441 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10345 | 2025.01.28 23:11:57.912428 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1466 | ||
| 10346 | 2025.01.28 23:11:57.915849 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10347 | 2025.01.28 23:11:57.915912 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10348 | 2025.01.28 23:11:57.917394 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10349 | 2025.01.28 23:11:57.917722 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10350 | 2025.01.28 23:11:57.917951 [ 105 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10351 | 2025.01.28 23:11:57.918072 [ 105 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10352 | 2025.01.28 23:11:57.918131 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10353 | 2025.01.28 23:11:57.918968 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 10354 | 2025.01.28 23:11:57.920696 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1466 | ||
| 10355 | 2025.01.28 23:11:57.921244 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10356 | 2025.01.28 23:11:57.921437 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1298 rows starting from the beginning of the part | ||
| 10357 | 2025.01.28 23:11:57.922148 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 10358 | 2025.01.28 23:11:57.922885 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 10359 | 2025.01.28 23:11:57.923559 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 10360 | 2025.01.28 23:11:57.924193 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 10361 | 2025.01.28 23:11:57.924798 [ 193 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 10362 | 2025.01.28 23:11:57.933941 [ 200 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1466 rows, containing 72 columns (72 merged, 0 gathered) in 0.015663892 sec., 93591.04365632757 rows/sec., 72.77 MiB/sec. | ||
| 10363 | 2025.01.28 23:11:57.935947 [ 200 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10364 | 2025.01.28 23:11:57.936814 [ 200 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2025.01.28 23:11:57.936912 [ 200 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_36_7} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10366 | 2025.01.28 23:11:57.937293 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10367 | 2025.01.28 23:11:58.597840 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10368 | 2025.01.28 23:11:58.598032 [ 254 ] {8a93991b-9925-4416-8061-12d9ca6dcf0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10369 | 2025.01.28 23:11:58.598106 [ 254 ] {8a93991b-9925-4416-8061-12d9ca6dcf0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10370 | 2025.01.28 23:11:58.598869 [ 254 ] {8a93991b-9925-4416-8061-12d9ca6dcf0f} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10371 | 2025.01.28 23:11:58.598916 [ 254 ] {8a93991b-9925-4416-8061-12d9ca6dcf0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10372 | 2025.01.28 23:11:58.599365 [ 254 ] {8a93991b-9925-4416-8061-12d9ca6dcf0f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10373 | 2025.01.28 23:11:58.599637 [ 254 ] {8a93991b-9925-4416-8061-12d9ca6dcf0f} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10374 | 2025.01.28 23:11:58.599869 [ 254 ] {8a93991b-9925-4416-8061-12d9ca6dcf0f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec. | ||
| 10375 | 2025.01.28 23:11:58.599958 [ 254 ] {8a93991b-9925-4416-8061-12d9ca6dcf0f} <Debug> TCPHandler: Processed in 0.002247378 sec. | ||
| 10376 | 2025.01.28 23:11:58.600265 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10377 | 2025.01.28 23:11:58.600459 [ 5 ] {ede75531-a0b7-488f-9cdc-d1d6fffd1244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10378 | 2025.01.28 23:11:58.600534 [ 5 ] {ede75531-a0b7-488f-9cdc-d1d6fffd1244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10379 | 2025.01.28 23:11:58.601422 [ 5 ] {ede75531-a0b7-488f-9cdc-d1d6fffd1244} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10380 | 2025.01.28 23:11:58.601479 [ 5 ] {ede75531-a0b7-488f-9cdc-d1d6fffd1244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10381 | 2025.01.28 23:11:58.601948 [ 5 ] {ede75531-a0b7-488f-9cdc-d1d6fffd1244} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10382 | 2025.01.28 23:11:58.602201 [ 5 ] {ede75531-a0b7-488f-9cdc-d1d6fffd1244} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10383 | 2025.01.28 23:11:58.602433 [ 5 ] {ede75531-a0b7-488f-9cdc-d1d6fffd1244} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002027 sec., 111988.15984213122 rows/sec., 9.81 MiB/sec. | ||
| 10384 | 2025.01.28 23:11:58.602497 [ 5 ] {ede75531-a0b7-488f-9cdc-d1d6fffd1244} <Debug> TCPHandler: Processed in 0.00240636 sec. | ||
| 10385 | 2025.01.28 23:11:58.602665 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10386 | 2025.01.28 23:11:58.602810 [ 254 ] {bf033cd0-a7aa-45af-a2b2-4db89a269121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10387 | 2025.01.28 23:11:58.602873 [ 254 ] {bf033cd0-a7aa-45af-a2b2-4db89a269121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10388 | 2025.01.28 23:11:58.603591 [ 254 ] {bf033cd0-a7aa-45af-a2b2-4db89a269121} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10389 | 2025.01.28 23:11:58.603638 [ 254 ] {bf033cd0-a7aa-45af-a2b2-4db89a269121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10390 | 2025.01.28 23:11:58.604016 [ 254 ] {bf033cd0-a7aa-45af-a2b2-4db89a269121} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10391 | 2025.01.28 23:11:58.604268 [ 254 ] {bf033cd0-a7aa-45af-a2b2-4db89a269121} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10392 | 2025.01.28 23:11:58.604402 [ 103 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 10393 | 2025.01.28 23:11:58.604447 [ 103 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10394 | 2025.01.28 23:11:58.604457 [ 254 ] {bf033cd0-a7aa-45af-a2b2-4db89a269121} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001678 sec., 11323.00357568534 rows/sec., 809.53 KiB/sec. | ||
| 10395 | 2025.01.28 23:11:58.604475 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10396 | 2025.01.28 23:11:58.604565 [ 254 ] {bf033cd0-a7aa-45af-a2b2-4db89a269121} <Debug> TCPHandler: Processed in 0.001966693 sec. | ||
| 10397 | 2025.01.28 23:11:58.604772 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 10398 | 2025.01.28 23:11:58.604795 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10399 | 2025.01.28 23:11:58.605067 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10400 | 2025.01.28 23:11:58.605081 [ 5 ] {edf601d6-fb56-4a58-b646-86d8505e7071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10401 | 2025.01.28 23:11:58.605128 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 64 rows starting from the beginning of the part | ||
| 10402 | 2025.01.28 23:11:58.605189 [ 5 ] {edf601d6-fb56-4a58-b646-86d8505e7071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10403 | 2025.01.28 23:11:58.605410 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 19 rows starting from the beginning of the part | ||
| 10404 | 2025.01.28 23:11:58.605797 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part | ||
| 10405 | 2025.01.28 23:11:58.606187 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 19 rows starting from the beginning of the part | ||
| 10406 | 2025.01.28 23:11:58.606536 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 29 rows starting from the beginning of the part | ||
| 10407 | 2025.01.28 23:11:58.606896 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 19 rows starting from the beginning of the part | ||
| 10408 | 2025.01.28 23:11:58.608282 [ 5 ] {edf601d6-fb56-4a58-b646-86d8505e7071} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10409 | 2025.01.28 23:11:58.608344 [ 5 ] {edf601d6-fb56-4a58-b646-86d8505e7071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10410 | 2025.01.28 23:11:58.609426 [ 5 ] {edf601d6-fb56-4a58-b646-86d8505e7071} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10411 | 2025.01.28 23:11:58.609697 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.005103995 sec., 34678.71735767766 rows/sec., 2.60 MiB/sec. | ||
| 10412 | 2025.01.28 23:11:58.609928 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 10413 | 2025.01.28 23:11:58.609939 [ 5 ] {edf601d6-fb56-4a58-b646-86d8505e7071} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10414 | 2025.01.28 23:11:58.610368 [ 5 ] {edf601d6-fb56-4a58-b646-86d8505e7071} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005372 sec., 2606.1057334326133 rows/sec., 182.51 KiB/sec. | ||
| 10415 | 2025.01.28 23:11:58.610534 [ 5 ] {edf601d6-fb56-4a58-b646-86d8505e7071} <Debug> TCPHandler: Processed in 0.005852288 sec. | ||
| 10416 | 2025.01.28 23:11:58.610573 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10417 | 2025.01.28 23:11:58.610740 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_65_13} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 10418 | 2025.01.28 23:11:58.610752 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10419 | 2025.01.28 23:11:58.610868 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10420 | 2025.01.28 23:11:58.610950 [ 254 ] {eaecc972-26af-47ab-802a-0efd4cb02463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10421 | 2025.01.28 23:11:58.611011 [ 254 ] {eaecc972-26af-47ab-802a-0efd4cb02463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10422 | 2025.01.28 23:11:58.611697 [ 254 ] {eaecc972-26af-47ab-802a-0efd4cb02463} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10423 | 2025.01.28 23:11:58.611736 [ 254 ] {eaecc972-26af-47ab-802a-0efd4cb02463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10424 | 2025.01.28 23:11:58.612100 [ 254 ] {eaecc972-26af-47ab-802a-0efd4cb02463} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10425 | 2025.01.28 23:11:58.612351 [ 254 ] {eaecc972-26af-47ab-802a-0efd4cb02463} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10426 | 2025.01.28 23:11:58.612530 [ 254 ] {eaecc972-26af-47ab-802a-0efd4cb02463} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001631 sec., 7970.570202329859 rows/sec., 496.96 KiB/sec. | ||
| 10427 | 2025.01.28 23:11:58.612584 [ 254 ] {eaecc972-26af-47ab-802a-0efd4cb02463} <Debug> TCPHandler: Processed in 0.001921652 sec. | ||
| 10428 | 2025.01.28 23:11:58.612741 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10429 | 2025.01.28 23:11:58.612882 [ 5 ] {85cb9c27-e478-4a88-b69c-05f35c60e422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10430 | 2025.01.28 23:11:58.612941 [ 5 ] {85cb9c27-e478-4a88-b69c-05f35c60e422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10431 | 2025.01.28 23:11:58.613801 [ 5 ] {85cb9c27-e478-4a88-b69c-05f35c60e422} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10432 | 2025.01.28 23:11:58.613842 [ 5 ] {85cb9c27-e478-4a88-b69c-05f35c60e422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10433 | 2025.01.28 23:11:58.614236 [ 5 ] {85cb9c27-e478-4a88-b69c-05f35c60e422} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10434 | 2025.01.28 23:11:58.614485 [ 5 ] {85cb9c27-e478-4a88-b69c-05f35c60e422} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10435 | 2025.01.28 23:11:58.614717 [ 5 ] {85cb9c27-e478-4a88-b69c-05f35c60e422} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001861 sec., 211714.13218699623 rows/sec., 15.03 MiB/sec. | ||
| 10436 | 2025.01.28 23:11:58.614825 [ 5 ] {85cb9c27-e478-4a88-b69c-05f35c60e422} <Debug> TCPHandler: Processed in 0.002152236 sec. | ||
| 10437 | 2025.01.28 23:11:58.615033 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10438 | 2025.01.28 23:11:58.615255 [ 254 ] {27321510-e72b-465c-96f2-418eeb4ffaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10439 | 2025.01.28 23:11:58.615316 [ 254 ] {27321510-e72b-465c-96f2-418eeb4ffaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10440 | 2025.01.28 23:11:58.615846 [ 254 ] {27321510-e72b-465c-96f2-418eeb4ffaaf} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10441 | 2025.01.28 23:11:58.615883 [ 254 ] {27321510-e72b-465c-96f2-418eeb4ffaaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10442 | 2025.01.28 23:11:58.616254 [ 254 ] {27321510-e72b-465c-96f2-418eeb4ffaaf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10443 | 2025.01.28 23:11:58.616493 [ 254 ] {27321510-e72b-465c-96f2-418eeb4ffaaf} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10444 | 2025.01.28 23:11:58.616664 [ 254 ] {27321510-e72b-465c-96f2-418eeb4ffaaf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. | ||
| 10445 | 2025.01.28 23:11:58.616712 [ 254 ] {27321510-e72b-465c-96f2-418eeb4ffaaf} <Debug> TCPHandler: Processed in 0.00179857 sec. | ||
| 10446 | 2025.01.28 23:11:58.616866 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10447 | 2025.01.28 23:11:58.617006 [ 5 ] {4e8d9243-04f7-4e81-9748-1239f59138b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10448 | 2025.01.28 23:11:58.617068 [ 5 ] {4e8d9243-04f7-4e81-9748-1239f59138b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10449 | 2025.01.28 23:11:58.617739 [ 5 ] {4e8d9243-04f7-4e81-9748-1239f59138b5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10450 | 2025.01.28 23:11:58.617809 [ 5 ] {4e8d9243-04f7-4e81-9748-1239f59138b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10451 | 2025.01.28 23:11:58.618215 [ 5 ] {4e8d9243-04f7-4e81-9748-1239f59138b5} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10452 | 2025.01.28 23:11:58.618469 [ 5 ] {4e8d9243-04f7-4e81-9748-1239f59138b5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10453 | 2025.01.28 23:11:58.618682 [ 5 ] {4e8d9243-04f7-4e81-9748-1239f59138b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001708 sec., 138758.78220140515 rows/sec., 9.30 MiB/sec. | ||
| 10454 | 2025.01.28 23:11:58.618737 [ 5 ] {4e8d9243-04f7-4e81-9748-1239f59138b5} <Debug> TCPHandler: Processed in 0.001937722 sec. | ||
| 10455 | 2025.01.28 23:11:58.618891 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10456 | 2025.01.28 23:11:58.619028 [ 254 ] {e65a0138-184a-4517-8ae7-57393e663590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10457 | 2025.01.28 23:11:58.619089 [ 254 ] {e65a0138-184a-4517-8ae7-57393e663590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10458 | 2025.01.28 23:11:58.619664 [ 254 ] {e65a0138-184a-4517-8ae7-57393e663590} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10459 | 2025.01.28 23:11:58.619701 [ 254 ] {e65a0138-184a-4517-8ae7-57393e663590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10460 | 2025.01.28 23:11:58.620058 [ 254 ] {e65a0138-184a-4517-8ae7-57393e663590} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10461 | 2025.01.28 23:11:58.620292 [ 254 ] {e65a0138-184a-4517-8ae7-57393e663590} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10462 | 2025.01.28 23:11:58.620468 [ 254 ] {e65a0138-184a-4517-8ae7-57393e663590} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec. | ||
| 10463 | 2025.01.28 23:11:58.620515 [ 254 ] {e65a0138-184a-4517-8ae7-57393e663590} <Debug> TCPHandler: Processed in 0.001688788 sec. | ||
| 10464 | 2025.01.28 23:11:58.620658 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10465 | 2025.01.28 23:11:58.620797 [ 5 ] {d1f1cde4-3eea-41de-a706-46cfc63c837e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10466 | 2025.01.28 23:11:58.620888 [ 5 ] {d1f1cde4-3eea-41de-a706-46cfc63c837e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10467 | 2025.01.28 23:11:58.622100 [ 5 ] {d1f1cde4-3eea-41de-a706-46cfc63c837e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10468 | 2025.01.28 23:11:58.622141 [ 5 ] {d1f1cde4-3eea-41de-a706-46cfc63c837e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10469 | 2025.01.28 23:11:58.622775 [ 5 ] {d1f1cde4-3eea-41de-a706-46cfc63c837e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10470 | 2025.01.28 23:11:58.623036 [ 5 ] {d1f1cde4-3eea-41de-a706-46cfc63c837e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10471 | 2025.01.28 23:11:58.623298 [ 5 ] {d1f1cde4-3eea-41de-a706-46cfc63c837e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002531 sec., 4741.209008297116 rows/sec., 8.50 MiB/sec. | ||
| 10472 | 2025.01.28 23:11:58.623407 [ 5 ] {d1f1cde4-3eea-41de-a706-46cfc63c837e} <Debug> TCPHandler: Processed in 0.002808257 sec. | ||
| 10473 | 2025.01.28 23:11:58.623561 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10474 | 2025.01.28 23:11:58.623697 [ 254 ] {db677fbe-bea2-4b24-bf98-c8913d0fd58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10475 | 2025.01.28 23:11:58.623756 [ 254 ] {db677fbe-bea2-4b24-bf98-c8913d0fd58b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10476 | 2025.01.28 23:11:58.624321 [ 254 ] {db677fbe-bea2-4b24-bf98-c8913d0fd58b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10477 | 2025.01.28 23:11:58.624368 [ 254 ] {db677fbe-bea2-4b24-bf98-c8913d0fd58b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10478 | 2025.01.28 23:11:58.624791 [ 254 ] {db677fbe-bea2-4b24-bf98-c8913d0fd58b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10479 | 2025.01.28 23:11:58.625041 [ 254 ] {db677fbe-bea2-4b24-bf98-c8913d0fd58b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10480 | 2025.01.28 23:11:58.625284 [ 254 ] {db677fbe-bea2-4b24-bf98-c8913d0fd58b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001611 sec., 50900.06207324643 rows/sec., 3.23 MiB/sec. | ||
| 10481 | 2025.01.28 23:11:58.625347 [ 254 ] {db677fbe-bea2-4b24-bf98-c8913d0fd58b} <Debug> TCPHandler: Processed in 0.001851511 sec. | ||
| 10482 | 2025.01.28 23:12:02.627825 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10483 | 2025.01.28 23:12:02.627903 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10484 | 2025.01.28 23:12:02.797530 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 10485 | 2025.01.28 23:12:02.798502 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10486 | 2025.01.28 23:12:02.798550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10487 | 2025.01.28 23:12:02.799075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10488 | 2025.01.28 23:12:02.799336 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10489 | 2025.01.28 23:12:02.799605 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10490 | 2025.01.28 23:12:03.594771 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10491 | 2025.01.28 23:12:03.594964 [ 254 ] {c0cdd7cb-f073-4759-bfc8-9b7bcf064c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10492 | 2025.01.28 23:12:03.595034 [ 254 ] {c0cdd7cb-f073-4759-bfc8-9b7bcf064c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10493 | 2025.01.28 23:12:03.595856 [ 254 ] {c0cdd7cb-f073-4759-bfc8-9b7bcf064c87} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10494 | 2025.01.28 23:12:03.595902 [ 254 ] {c0cdd7cb-f073-4759-bfc8-9b7bcf064c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10495 | 2025.01.28 23:12:03.596348 [ 254 ] {c0cdd7cb-f073-4759-bfc8-9b7bcf064c87} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10496 | 2025.01.28 23:12:03.596599 [ 254 ] {c0cdd7cb-f073-4759-bfc8-9b7bcf064c87} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10497 | 2025.01.28 23:12:03.596856 [ 254 ] {c0cdd7cb-f073-4759-bfc8-9b7bcf064c87} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001939 sec., 56730.273336771534 rows/sec., 4.77 MiB/sec. | ||
| 10498 | 2025.01.28 23:12:03.596976 [ 254 ] {c0cdd7cb-f073-4759-bfc8-9b7bcf064c87} <Debug> TCPHandler: Processed in 0.002331029 sec. | ||
| 10499 | 2025.01.28 23:12:03.597316 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10500 | 2025.01.28 23:12:03.597512 [ 5 ] {d668bc72-2d6d-4f91-b83f-66c0ef9178a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10501 | 2025.01.28 23:12:03.597587 [ 5 ] {d668bc72-2d6d-4f91-b83f-66c0ef9178a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10502 | 2025.01.28 23:12:03.598375 [ 5 ] {d668bc72-2d6d-4f91-b83f-66c0ef9178a0} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10503 | 2025.01.28 23:12:03.598429 [ 5 ] {d668bc72-2d6d-4f91-b83f-66c0ef9178a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10504 | 2025.01.28 23:12:03.598871 [ 5 ] {d668bc72-2d6d-4f91-b83f-66c0ef9178a0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10505 | 2025.01.28 23:12:03.599134 [ 5 ] {d668bc72-2d6d-4f91-b83f-66c0ef9178a0} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10506 | 2025.01.28 23:12:03.599390 [ 5 ] {d668bc72-2d6d-4f91-b83f-66c0ef9178a0} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001923 sec., 14040.561622464898 rows/sec., 1.03 MiB/sec. | ||
| 10507 | 2025.01.28 23:12:03.599499 [ 5 ] {d668bc72-2d6d-4f91-b83f-66c0ef9178a0} <Debug> TCPHandler: Processed in 0.002366109 sec. | ||
| 10508 | 2025.01.28 23:12:03.599717 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10509 | 2025.01.28 23:12:03.599866 [ 254 ] {92aa174d-5cd2-4cb8-9da5-0cea1c0356a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10510 | 2025.01.28 23:12:03.599915 [ 254 ] {92aa174d-5cd2-4cb8-9da5-0cea1c0356a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10511 | 2025.01.28 23:12:03.600543 [ 254 ] {92aa174d-5cd2-4cb8-9da5-0cea1c0356a3} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10512 | 2025.01.28 23:12:03.600583 [ 254 ] {92aa174d-5cd2-4cb8-9da5-0cea1c0356a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10513 | 2025.01.28 23:12:03.600956 [ 254 ] {92aa174d-5cd2-4cb8-9da5-0cea1c0356a3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10514 | 2025.01.28 23:12:03.601201 [ 254 ] {92aa174d-5cd2-4cb8-9da5-0cea1c0356a3} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10515 | 2025.01.28 23:12:03.601430 [ 254 ] {92aa174d-5cd2-4cb8-9da5-0cea1c0356a3} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001592 sec., 57160.8040201005 rows/sec., 4.46 MiB/sec. | ||
| 10516 | 2025.01.28 23:12:03.601530 [ 254 ] {92aa174d-5cd2-4cb8-9da5-0cea1c0356a3} <Debug> TCPHandler: Processed in 0.001915532 sec. | ||
| 10517 | 2025.01.28 23:12:03.601751 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10518 | 2025.01.28 23:12:03.601942 [ 5 ] {0d278811-d842-4284-bdda-dd3726092b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10519 | 2025.01.28 23:12:03.602010 [ 5 ] {0d278811-d842-4284-bdda-dd3726092b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10520 | 2025.01.28 23:12:03.602704 [ 5 ] {0d278811-d842-4284-bdda-dd3726092b5e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10521 | 2025.01.28 23:12:03.602753 [ 5 ] {0d278811-d842-4284-bdda-dd3726092b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10522 | 2025.01.28 23:12:03.603174 [ 5 ] {0d278811-d842-4284-bdda-dd3726092b5e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10523 | 2025.01.28 23:12:03.603417 [ 5 ] {0d278811-d842-4284-bdda-dd3726092b5e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10524 | 2025.01.28 23:12:03.603656 [ 5 ] {0d278811-d842-4284-bdda-dd3726092b5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00175 sec., 91428.57142857142 rows/sec., 6.37 MiB/sec. | ||
| 10525 | 2025.01.28 23:12:03.603749 [ 5 ] {0d278811-d842-4284-bdda-dd3726092b5e} <Debug> TCPHandler: Processed in 0.002111145 sec. | ||
| 10526 | 2025.01.28 23:12:03.603943 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10527 | 2025.01.28 23:12:03.604101 [ 254 ] {1e3b4d9c-831e-4366-925a-872fcf154257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10528 | 2025.01.28 23:12:03.604188 [ 254 ] {1e3b4d9c-831e-4366-925a-872fcf154257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10529 | 2025.01.28 23:12:03.605460 [ 254 ] {1e3b4d9c-831e-4366-925a-872fcf154257} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2025.01.28 23:12:03.605498 [ 254 ] {1e3b4d9c-831e-4366-925a-872fcf154257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10531 | 2025.01.28 23:12:03.606135 [ 254 ] {1e3b4d9c-831e-4366-925a-872fcf154257} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10532 | 2025.01.28 23:12:03.606384 [ 254 ] {1e3b4d9c-831e-4366-925a-872fcf154257} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2025.01.28 23:12:03.606586 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10534 | 2025.01.28 23:12:03.606647 [ 254 ] {1e3b4d9c-831e-4366-925a-872fcf154257} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002575 sec., 10485.436893203883 rows/sec., 18.79 MiB/sec. | ||
| 10535 | 2025.01.28 23:12:03.606674 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10536 | 2025.01.28 23:12:03.606742 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10537 | 2025.01.28 23:12:03.607001 [ 254 ] {1e3b4d9c-831e-4366-925a-872fcf154257} <Debug> TCPHandler: Processed in 0.003161592 sec. | ||
| 10538 | 2025.01.28 23:12:03.607060 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 10539 | 2025.01.28 23:12:03.607190 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10540 | 2025.01.28 23:12:03.607347 [ 5 ] {833e5195-69bc-406d-88f8-4b4d43e5f8cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10541 | 2025.01.28 23:12:03.607422 [ 5 ] {833e5195-69bc-406d-88f8-4b4d43e5f8cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10542 | 2025.01.28 23:12:03.607469 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10543 | 2025.01.28 23:12:03.607604 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1128 rows starting from the beginning of the part | ||
| 10544 | 2025.01.28 23:12:03.608256 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part | ||
| 10545 | 2025.01.28 23:12:03.608848 [ 5 ] {833e5195-69bc-406d-88f8-4b4d43e5f8cd} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10546 | 2025.01.28 23:12:03.608849 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 12 rows starting from the beginning of the part | ||
| 10547 | 2025.01.28 23:12:03.608894 [ 5 ] {833e5195-69bc-406d-88f8-4b4d43e5f8cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10548 | 2025.01.28 23:12:03.609418 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 27 rows starting from the beginning of the part | ||
| 10549 | 2025.01.28 23:12:03.609962 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 10550 | 2025.01.28 23:12:03.609999 [ 5 ] {833e5195-69bc-406d-88f8-4b4d43e5f8cd} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10551 | 2025.01.28 23:12:03.610425 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part | ||
| 10552 | 2025.01.28 23:12:03.610561 [ 5 ] {833e5195-69bc-406d-88f8-4b4d43e5f8cd} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10553 | 2025.01.28 23:12:03.611126 [ 5 ] {833e5195-69bc-406d-88f8-4b4d43e5f8cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003823 sec., 15694.480774261052 rows/sec., 1.06 MiB/sec. | ||
| 10554 | 2025.01.28 23:12:03.611209 [ 5 ] {833e5195-69bc-406d-88f8-4b4d43e5f8cd} <Debug> TCPHandler: Processed in 0.004089038 sec. | ||
| 10555 | 2025.01.28 23:12:03.617699 [ 198 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1233 rows, containing 19 columns (19 merged, 0 gathered) in 0.010822851 sec., 113925.61904437195 rows/sec., 204.15 MiB/sec. | ||
| 10556 | 2025.01.28 23:12:03.618867 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10557 | 2025.01.28 23:12:03.619327 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10558 | 2025.01.28 23:12:03.619415 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10559 | 2025.01.28 23:12:03.619572 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB. | ||
| 10560 | 2025.01.28 23:12:04.000142 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.44 MiB, peak 242.82 MiB, free memory in arenas 0.00 B, will set to 233.05 MiB (RSS), difference: 1.60 MiB | ||
| 10561 | 2025.01.28 23:12:04.398573 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10562 | 2025.01.28 23:12:04.419576 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10563 | 2025.01.28 23:12:04.419627 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10564 | 2025.01.28 23:12:04.426919 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10565 | 2025.01.28 23:12:04.427696 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10566 | 2025.01.28 23:12:04.430405 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10567 | 2025.01.28 23:12:05.710434 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10568 | 2025.01.28 23:12:05.710643 [ 254 ] {fde7e3e7-d964-4028-b446-291d237280f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10569 | 2025.01.28 23:12:05.710729 [ 254 ] {fde7e3e7-d964-4028-b446-291d237280f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10570 | 2025.01.28 23:12:05.711515 [ 254 ] {fde7e3e7-d964-4028-b446-291d237280f7} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10571 | 2025.01.28 23:12:05.711566 [ 254 ] {fde7e3e7-d964-4028-b446-291d237280f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10572 | 2025.01.28 23:12:05.712004 [ 254 ] {fde7e3e7-d964-4028-b446-291d237280f7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10573 | 2025.01.28 23:12:05.712262 [ 254 ] {fde7e3e7-d964-4028-b446-291d237280f7} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10574 | 2025.01.28 23:12:05.712497 [ 254 ] {fde7e3e7-d964-4028-b446-291d237280f7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 10575 | 2025.01.28 23:12:05.712557 [ 254 ] {fde7e3e7-d964-4028-b446-291d237280f7} <Debug> TCPHandler: Processed in 0.002267418 sec. | ||
| 10576 | 2025.01.28 23:12:05.712838 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10577 | 2025.01.28 23:12:05.713050 [ 5 ] {60204f5d-ff09-4cd3-9e39-8267a3a876c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10578 | 2025.01.28 23:12:05.713131 [ 5 ] {60204f5d-ff09-4cd3-9e39-8267a3a876c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10579 | 2025.01.28 23:12:05.713962 [ 5 ] {60204f5d-ff09-4cd3-9e39-8267a3a876c1} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10580 | 2025.01.28 23:12:05.714009 [ 5 ] {60204f5d-ff09-4cd3-9e39-8267a3a876c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10581 | 2025.01.28 23:12:05.714434 [ 5 ] {60204f5d-ff09-4cd3-9e39-8267a3a876c1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10582 | 2025.01.28 23:12:05.714687 [ 5 ] {60204f5d-ff09-4cd3-9e39-8267a3a876c1} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10583 | 2025.01.28 23:12:05.714957 [ 5 ] {60204f5d-ff09-4cd3-9e39-8267a3a876c1} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001959 sec., 7146.503318019399 rows/sec., 582.75 KiB/sec. | ||
| 10584 | 2025.01.28 23:12:05.715167 [ 5 ] {60204f5d-ff09-4cd3-9e39-8267a3a876c1} <Debug> TCPHandler: Processed in 0.002457041 sec. | ||
| 10585 | 2025.01.28 23:12:05.715339 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10586 | 2025.01.28 23:12:05.715476 [ 254 ] {ec3fc200-b8cb-4926-8369-a0d8399a18c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10587 | 2025.01.28 23:12:05.715534 [ 254 ] {ec3fc200-b8cb-4926-8369-a0d8399a18c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10588 | 2025.01.28 23:12:05.716892 [ 254 ] {ec3fc200-b8cb-4926-8369-a0d8399a18c3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10589 | 2025.01.28 23:12:05.716931 [ 254 ] {ec3fc200-b8cb-4926-8369-a0d8399a18c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10590 | 2025.01.28 23:12:05.717379 [ 254 ] {ec3fc200-b8cb-4926-8369-a0d8399a18c3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10591 | 2025.01.28 23:12:05.717639 [ 254 ] {ec3fc200-b8cb-4926-8369-a0d8399a18c3} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10592 | 2025.01.28 23:12:05.717872 [ 254 ] {ec3fc200-b8cb-4926-8369-a0d8399a18c3} <Debug> executeQuery: Read 1374 rows, 117.43 KiB in 0.002421 sec., 567534.0768277572 rows/sec., 47.37 MiB/sec. | ||
| 10593 | 2025.01.28 23:12:05.717976 [ 254 ] {ec3fc200-b8cb-4926-8369-a0d8399a18c3} <Debug> TCPHandler: Processed in 0.002703065 sec. | ||
| 10594 | 2025.01.28 23:12:05.718163 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10595 | 2025.01.28 23:12:05.718301 [ 5 ] {f8572b19-60e1-485e-a687-f389a5fe80ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10596 | 2025.01.28 23:12:05.718358 [ 5 ] {f8572b19-60e1-485e-a687-f389a5fe80ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10597 | 2025.01.28 23:12:05.719029 [ 5 ] {f8572b19-60e1-485e-a687-f389a5fe80ee} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2025.01.28 23:12:05.719068 [ 5 ] {f8572b19-60e1-485e-a687-f389a5fe80ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10599 | 2025.01.28 23:12:05.719429 [ 5 ] {f8572b19-60e1-485e-a687-f389a5fe80ee} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10600 | 2025.01.28 23:12:05.719673 [ 5 ] {f8572b19-60e1-485e-a687-f389a5fe80ee} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10601 | 2025.01.28 23:12:05.719880 [ 5 ] {f8572b19-60e1-485e-a687-f389a5fe80ee} <Debug> executeQuery: Read 33 rows, 2.34 KiB in 0.001607 sec., 20535.158680771627 rows/sec., 1.42 MiB/sec. | ||
| 10602 | 2025.01.28 23:12:05.719934 [ 5 ] {f8572b19-60e1-485e-a687-f389a5fe80ee} <Debug> TCPHandler: Processed in 0.001858561 sec. | ||
| 10603 | 2025.01.28 23:12:05.720088 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10604 | 2025.01.28 23:12:05.720223 [ 254 ] {4fc82612-79fe-4238-9986-b42e19878226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10605 | 2025.01.28 23:12:05.720280 [ 254 ] {4fc82612-79fe-4238-9986-b42e19878226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10606 | 2025.01.28 23:12:05.721188 [ 254 ] {4fc82612-79fe-4238-9986-b42e19878226} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10607 | 2025.01.28 23:12:05.721227 [ 254 ] {4fc82612-79fe-4238-9986-b42e19878226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10608 | 2025.01.28 23:12:05.721595 [ 254 ] {4fc82612-79fe-4238-9986-b42e19878226} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10609 | 2025.01.28 23:12:05.721836 [ 254 ] {4fc82612-79fe-4238-9986-b42e19878226} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10610 | 2025.01.28 23:12:05.722048 [ 254 ] {4fc82612-79fe-4238-9986-b42e19878226} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001856 sec., 130387.93103448275 rows/sec., 8.83 MiB/sec. | ||
| 10611 | 2025.01.28 23:12:05.722101 [ 254 ] {4fc82612-79fe-4238-9986-b42e19878226} <Debug> TCPHandler: Processed in 0.002080895 sec. | ||
| 10612 | 2025.01.28 23:12:05.722257 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10613 | 2025.01.28 23:12:05.722392 [ 5 ] {10e4394a-6f54-41d2-ab3a-1fe466645500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10614 | 2025.01.28 23:12:05.722448 [ 5 ] {10e4394a-6f54-41d2-ab3a-1fe466645500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10615 | 2025.01.28 23:12:05.723097 [ 5 ] {10e4394a-6f54-41d2-ab3a-1fe466645500} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10616 | 2025.01.28 23:12:05.723135 [ 5 ] {10e4394a-6f54-41d2-ab3a-1fe466645500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10617 | 2025.01.28 23:12:05.723487 [ 5 ] {10e4394a-6f54-41d2-ab3a-1fe466645500} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10618 | 2025.01.28 23:12:05.723733 [ 5 ] {10e4394a-6f54-41d2-ab3a-1fe466645500} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10619 | 2025.01.28 23:12:05.723944 [ 5 ] {10e4394a-6f54-41d2-ab3a-1fe466645500} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec. | ||
| 10620 | 2025.01.28 23:12:05.723998 [ 5 ] {10e4394a-6f54-41d2-ab3a-1fe466645500} <Debug> TCPHandler: Processed in 0.00180823 sec. | ||
| 10621 | 2025.01.28 23:12:05.724150 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10622 | 2025.01.28 23:12:05.724287 [ 254 ] {33ac633b-39b9-4eca-8858-76727330fffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10623 | 2025.01.28 23:12:05.724344 [ 254 ] {33ac633b-39b9-4eca-8858-76727330fffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10624 | 2025.01.28 23:12:05.725336 [ 254 ] {33ac633b-39b9-4eca-8858-76727330fffa} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10625 | 2025.01.28 23:12:05.725378 [ 254 ] {33ac633b-39b9-4eca-8858-76727330fffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10626 | 2025.01.28 23:12:05.725781 [ 254 ] {33ac633b-39b9-4eca-8858-76727330fffa} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10627 | 2025.01.28 23:12:05.726023 [ 254 ] {33ac633b-39b9-4eca-8858-76727330fffa} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10628 | 2025.01.28 23:12:05.726232 [ 254 ] {33ac633b-39b9-4eca-8858-76727330fffa} <Debug> executeQuery: Read 864 rows, 64.07 KiB in 0.001977 sec., 437025.7966616085 rows/sec., 31.65 MiB/sec. | ||
| 10629 | 2025.01.28 23:12:05.726285 [ 254 ] {33ac633b-39b9-4eca-8858-76727330fffa} <Debug> TCPHandler: Processed in 0.002199727 sec. | ||
| 10630 | 2025.01.28 23:12:05.726428 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10631 | 2025.01.28 23:12:05.726565 [ 5 ] {510b78c9-925a-431e-ab1d-39ccf24aeaf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10632 | 2025.01.28 23:12:05.726623 [ 5 ] {510b78c9-925a-431e-ab1d-39ccf24aeaf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10633 | 2025.01.28 23:12:05.727155 [ 5 ] {510b78c9-925a-431e-ab1d-39ccf24aeaf4} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10634 | 2025.01.28 23:12:05.727193 [ 5 ] {510b78c9-925a-431e-ab1d-39ccf24aeaf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10635 | 2025.01.28 23:12:05.727559 [ 5 ] {510b78c9-925a-431e-ab1d-39ccf24aeaf4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10636 | 2025.01.28 23:12:05.727796 [ 5 ] {510b78c9-925a-431e-ab1d-39ccf24aeaf4} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10637 | 2025.01.28 23:12:05.728012 [ 5 ] {510b78c9-925a-431e-ab1d-39ccf24aeaf4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 10638 | 2025.01.28 23:12:05.728062 [ 5 ] {510b78c9-925a-431e-ab1d-39ccf24aeaf4} <Debug> TCPHandler: Processed in 0.001700379 sec. | ||
| 10639 | 2025.01.28 23:12:05.728230 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10640 | 2025.01.28 23:12:05.728367 [ 254 ] {e612d6d8-95b7-481b-8f2f-469942d1f559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10641 | 2025.01.28 23:12:05.728430 [ 254 ] {e612d6d8-95b7-481b-8f2f-469942d1f559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10642 | 2025.01.28 23:12:05.729295 [ 254 ] {e612d6d8-95b7-481b-8f2f-469942d1f559} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10643 | 2025.01.28 23:12:05.729334 [ 254 ] {e612d6d8-95b7-481b-8f2f-469942d1f559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10644 | 2025.01.28 23:12:05.729779 [ 254 ] {e612d6d8-95b7-481b-8f2f-469942d1f559} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10645 | 2025.01.28 23:12:05.730029 [ 254 ] {e612d6d8-95b7-481b-8f2f-469942d1f559} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10646 | 2025.01.28 23:12:05.730251 [ 254 ] {e612d6d8-95b7-481b-8f2f-469942d1f559} <Debug> executeQuery: Read 1026 rows, 70.03 KiB in 0.001915 sec., 535770.2349869452 rows/sec., 35.71 MiB/sec. | ||
| 10647 | 2025.01.28 23:12:05.730313 [ 254 ] {e612d6d8-95b7-481b-8f2f-469942d1f559} <Debug> TCPHandler: Processed in 0.002148125 sec. | ||
| 10648 | 2025.01.28 23:12:05.730507 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10649 | 2025.01.28 23:12:05.730674 [ 5 ] {bef94917-2179-4c53-91fe-1cdf4898f12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10650 | 2025.01.28 23:12:05.730734 [ 5 ] {bef94917-2179-4c53-91fe-1cdf4898f12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10651 | 2025.01.28 23:12:05.731232 [ 5 ] {bef94917-2179-4c53-91fe-1cdf4898f12f} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10652 | 2025.01.28 23:12:05.731270 [ 5 ] {bef94917-2179-4c53-91fe-1cdf4898f12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10653 | 2025.01.28 23:12:05.731625 [ 5 ] {bef94917-2179-4c53-91fe-1cdf4898f12f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10654 | 2025.01.28 23:12:05.731859 [ 5 ] {bef94917-2179-4c53-91fe-1cdf4898f12f} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10655 | 2025.01.28 23:12:05.732069 [ 5 ] {bef94917-2179-4c53-91fe-1cdf4898f12f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 10656 | 2025.01.28 23:12:05.732120 [ 5 ] {bef94917-2179-4c53-91fe-1cdf4898f12f} <Debug> TCPHandler: Processed in 0.001718989 sec. | ||
| 10657 | 2025.01.28 23:12:05.732273 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10658 | 2025.01.28 23:12:05.732411 [ 254 ] {3e685f04-7e90-4acc-8851-20b6f151cb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10659 | 2025.01.28 23:12:05.732503 [ 254 ] {3e685f04-7e90-4acc-8851-20b6f151cb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10660 | 2025.01.28 23:12:05.733685 [ 254 ] {3e685f04-7e90-4acc-8851-20b6f151cb3d} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10661 | 2025.01.28 23:12:05.733722 [ 254 ] {3e685f04-7e90-4acc-8851-20b6f151cb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10662 | 2025.01.28 23:12:05.734295 [ 254 ] {3e685f04-7e90-4acc-8851-20b6f151cb3d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10663 | 2025.01.28 23:12:05.734535 [ 254 ] {3e685f04-7e90-4acc-8851-20b6f151cb3d} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10664 | 2025.01.28 23:12:05.734845 [ 254 ] {3e685f04-7e90-4acc-8851-20b6f151cb3d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002465 sec., 4868.154158215009 rows/sec., 8.72 MiB/sec. | ||
| 10665 | 2025.01.28 23:12:05.734938 [ 254 ] {3e685f04-7e90-4acc-8851-20b6f151cb3d} <Debug> TCPHandler: Processed in 0.002731286 sec. | ||
| 10666 | 2025.01.28 23:12:05.735101 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10667 | 2025.01.28 23:12:05.735235 [ 5 ] {a1f834e5-d9ae-4944-819e-efb383be06c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10668 | 2025.01.28 23:12:05.735293 [ 5 ] {a1f834e5-d9ae-4944-819e-efb383be06c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10669 | 2025.01.28 23:12:05.735871 [ 5 ] {a1f834e5-d9ae-4944-819e-efb383be06c4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10670 | 2025.01.28 23:12:05.735917 [ 5 ] {a1f834e5-d9ae-4944-819e-efb383be06c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10671 | 2025.01.28 23:12:05.736293 [ 5 ] {a1f834e5-d9ae-4944-819e-efb383be06c4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10672 | 2025.01.28 23:12:05.736539 [ 5 ] {a1f834e5-d9ae-4944-819e-efb383be06c4} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10673 | 2025.01.28 23:12:05.736754 [ 5 ] {a1f834e5-d9ae-4944-819e-efb383be06c4} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001544 sec., 37564.76683937824 rows/sec., 2.33 MiB/sec. | ||
| 10674 | 2025.01.28 23:12:05.736806 [ 5 ] {a1f834e5-d9ae-4944-819e-efb383be06c4} <Debug> TCPHandler: Processed in 0.00177008 sec. | ||
| 10675 | 2025.01.28 23:12:07.921027 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1524 | ||
| 10676 | 2025.01.28 23:12:07.924720 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10677 | 2025.01.28 23:12:07.924772 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10678 | 2025.01.28 23:12:07.926254 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10679 | 2025.01.28 23:12:07.926562 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10680 | 2025.01.28 23:12:07.927833 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1524 | ||
| 10681 | 2025.01.28 23:12:08.589175 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10682 | 2025.01.28 23:12:08.589366 [ 254 ] {e1da8615-90bc-49ab-b275-366d3345c5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10683 | 2025.01.28 23:12:08.589436 [ 254 ] {e1da8615-90bc-49ab-b275-366d3345c5aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10684 | 2025.01.28 23:12:08.590190 [ 254 ] {e1da8615-90bc-49ab-b275-366d3345c5aa} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10685 | 2025.01.28 23:12:08.590233 [ 254 ] {e1da8615-90bc-49ab-b275-366d3345c5aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10686 | 2025.01.28 23:12:08.590715 [ 254 ] {e1da8615-90bc-49ab-b275-366d3345c5aa} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10687 | 2025.01.28 23:12:08.590974 [ 254 ] {e1da8615-90bc-49ab-b275-366d3345c5aa} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10688 | 2025.01.28 23:12:08.591210 [ 254 ] {e1da8615-90bc-49ab-b275-366d3345c5aa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.27 MiB/sec. | ||
| 10689 | 2025.01.28 23:12:08.591268 [ 254 ] {e1da8615-90bc-49ab-b275-366d3345c5aa} <Debug> TCPHandler: Processed in 0.002219587 sec. | ||
| 10690 | 2025.01.28 23:12:08.591528 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10691 | 2025.01.28 23:12:08.591721 [ 5 ] {0da73cb5-ef70-423c-bde3-a2f29915ed4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10692 | 2025.01.28 23:12:08.591796 [ 5 ] {0da73cb5-ef70-423c-bde3-a2f29915ed4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10693 | 2025.01.28 23:12:08.592573 [ 5 ] {0da73cb5-ef70-423c-bde3-a2f29915ed4e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10694 | 2025.01.28 23:12:08.592619 [ 5 ] {0da73cb5-ef70-423c-bde3-a2f29915ed4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10695 | 2025.01.28 23:12:08.593075 [ 5 ] {0da73cb5-ef70-423c-bde3-a2f29915ed4e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10696 | 2025.01.28 23:12:08.593344 [ 5 ] {0da73cb5-ef70-423c-bde3-a2f29915ed4e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10697 | 2025.01.28 23:12:08.593610 [ 5 ] {0da73cb5-ef70-423c-bde3-a2f29915ed4e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001943 sec., 32938.75450334534 rows/sec., 2.57 MiB/sec. | ||
| 10698 | 2025.01.28 23:12:08.593682 [ 5 ] {0da73cb5-ef70-423c-bde3-a2f29915ed4e} <Debug> TCPHandler: Processed in 0.002283478 sec. | ||
| 10699 | 2025.01.28 23:12:08.593847 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10700 | 2025.01.28 23:12:08.593986 [ 254 ] {3b4ecb44-1338-44c9-b8e0-da681bb2cf3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10701 | 2025.01.28 23:12:08.594048 [ 254 ] {3b4ecb44-1338-44c9-b8e0-da681bb2cf3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10702 | 2025.01.28 23:12:08.594595 [ 254 ] {3b4ecb44-1338-44c9-b8e0-da681bb2cf3d} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10703 | 2025.01.28 23:12:08.594637 [ 254 ] {3b4ecb44-1338-44c9-b8e0-da681bb2cf3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10704 | 2025.01.28 23:12:08.595026 [ 254 ] {3b4ecb44-1338-44c9-b8e0-da681bb2cf3d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10705 | 2025.01.28 23:12:08.595263 [ 254 ] {3b4ecb44-1338-44c9-b8e0-da681bb2cf3d} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10706 | 2025.01.28 23:12:08.595489 [ 254 ] {3b4ecb44-1338-44c9-b8e0-da681bb2cf3d} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 2.91 MiB/sec. | ||
| 10707 | 2025.01.28 23:12:08.595542 [ 254 ] {3b4ecb44-1338-44c9-b8e0-da681bb2cf3d} <Debug> TCPHandler: Processed in 0.001764119 sec. | ||
| 10708 | 2025.01.28 23:12:08.595701 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10709 | 2025.01.28 23:12:08.595832 [ 5 ] {9f57f663-5ba4-4e0f-a9f5-dc0649c39da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10710 | 2025.01.28 23:12:08.595890 [ 5 ] {9f57f663-5ba4-4e0f-a9f5-dc0649c39da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10711 | 2025.01.28 23:12:08.596410 [ 5 ] {9f57f663-5ba4-4e0f-a9f5-dc0649c39da0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2025.01.28 23:12:08.596450 [ 5 ] {9f57f663-5ba4-4e0f-a9f5-dc0649c39da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10713 | 2025.01.28 23:12:08.596850 [ 5 ] {9f57f663-5ba4-4e0f-a9f5-dc0649c39da0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10714 | 2025.01.28 23:12:08.597093 [ 5 ] {9f57f663-5ba4-4e0f-a9f5-dc0649c39da0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10715 | 2025.01.28 23:12:08.597328 [ 5 ] {9f57f663-5ba4-4e0f-a9f5-dc0649c39da0} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001526 sec., 15727.391874180865 rows/sec., 1.06 MiB/sec. | ||
| 10716 | 2025.01.28 23:12:08.597387 [ 5 ] {9f57f663-5ba4-4e0f-a9f5-dc0649c39da0} <Debug> TCPHandler: Processed in 0.001744939 sec. | ||
| 10717 | 2025.01.28 23:12:10.299833 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10718 | 2025.01.28 23:12:10.300654 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10719 | 2025.01.28 23:12:10.300699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10720 | 2025.01.28 23:12:10.301224 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10721 | 2025.01.28 23:12:10.301476 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10722 | 2025.01.28 23:12:10.301747 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10723 | 2025.01.28 23:12:10.301749 [ 89 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10724 | 2025.01.28 23:12:10.301854 [ 89 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10725 | 2025.01.28 23:12:10.301898 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10726 | 2025.01.28 23:12:10.302079 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 10727 | 2025.01.28 23:12:10.302234 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10728 | 2025.01.28 23:12:10.302274 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 10729 | 2025.01.28 23:12:10.302349 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 10730 | 2025.01.28 23:12:10.302577 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 10731 | 2025.01.28 23:12:10.302800 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 10732 | 2025.01.28 23:12:10.302964 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 10733 | 2025.01.28 23:12:10.303051 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 10734 | 2025.01.28 23:12:10.305578 [ 199 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.00358973 sec., 6525281.8457098445 rows/sec., 93.34 MiB/sec. | ||
| 10735 | 2025.01.28 23:12:10.306017 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10736 | 2025.01.28 23:12:10.306388 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10737 | 2025.01.28 23:12:10.306492 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_51_10} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10738 | 2025.01.28 23:12:10.306621 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 10739 | 2025.01.28 23:12:11.930553 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10740 | 2025.01.28 23:12:11.951865 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10741 | 2025.01.28 23:12:11.951912 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10742 | 2025.01.28 23:12:11.959465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10743 | 2025.01.28 23:12:11.960231 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10744 | 2025.01.28 23:12:11.960680 [ 86 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10745 | 2025.01.28 23:12:11.960866 [ 86 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10746 | 2025.01.28 23:12:11.960968 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10747 | 2025.01.28 23:12:11.961463 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 10748 | 2025.01.28 23:12:11.975906 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10749 | 2025.01.28 23:12:11.977698 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10750 | 2025.01.28 23:12:11.979434 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 10751 | 2025.01.28 23:12:11.985704 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 10752 | 2025.01.28 23:12:11.992061 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 10753 | 2025.01.28 23:12:11.997871 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 10754 | 2025.01.28 23:12:12.004032 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 10755 | 2025.01.28 23:12:12.008649 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 10756 | 2025.01.28 23:12:12.070415 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.109256504 sec., 3523.817675879506 rows/sec., 18.22 MiB/sec. | ||
| 10757 | 2025.01.28 23:12:12.072363 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10758 | 2025.01.28 23:12:12.074816 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_51_10} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10759 | 2025.01.28 23:12:12.074924 [ 198 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_51_10} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10760 | 2025.01.28 23:12:12.076518 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10761 | 2025.01.28 23:12:13.595718 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10762 | 2025.01.28 23:12:13.595932 [ 254 ] {f5d19203-f193-4c5d-a2ff-5a62ff8cd480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10763 | 2025.01.28 23:12:13.596012 [ 254 ] {f5d19203-f193-4c5d-a2ff-5a62ff8cd480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10764 | 2025.01.28 23:12:13.596865 [ 254 ] {f5d19203-f193-4c5d-a2ff-5a62ff8cd480} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2025.01.28 23:12:13.596916 [ 254 ] {f5d19203-f193-4c5d-a2ff-5a62ff8cd480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10766 | 2025.01.28 23:12:13.597365 [ 254 ] {f5d19203-f193-4c5d-a2ff-5a62ff8cd480} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10767 | 2025.01.28 23:12:13.597624 [ 254 ] {f5d19203-f193-4c5d-a2ff-5a62ff8cd480} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2025.01.28 23:12:13.597846 [ 84 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10769 | 2025.01.28 23:12:13.597912 [ 254 ] {f5d19203-f193-4c5d-a2ff-5a62ff8cd480} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002033 sec., 54107.23069355632 rows/sec., 4.55 MiB/sec. | ||
| 10770 | 2025.01.28 23:12:13.597937 [ 84 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2025.01.28 23:12:13.597999 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10772 | 2025.01.28 23:12:13.598053 [ 254 ] {f5d19203-f193-4c5d-a2ff-5a62ff8cd480} <Debug> TCPHandler: Processed in 0.002472451 sec. | ||
| 10773 | 2025.01.28 23:12:13.598435 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 10774 | 2025.01.28 23:12:13.598474 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10775 | 2025.01.28 23:12:13.599251 [ 5 ] {0415e06a-1522-4a33-b71c-6ec2f2fe5a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10776 | 2025.01.28 23:12:13.599376 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10777 | 2025.01.28 23:12:13.599462 [ 5 ] {0415e06a-1522-4a33-b71c-6ec2f2fe5a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10778 | 2025.01.28 23:12:13.599529 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1431 rows starting from the beginning of the part | ||
| 10779 | 2025.01.28 23:12:13.599985 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 227 rows starting from the beginning of the part | ||
| 10780 | 2025.01.28 23:12:13.600297 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 110 rows starting from the beginning of the part | ||
| 10781 | 2025.01.28 23:12:13.600720 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1374 rows starting from the beginning of the part | ||
| 10782 | 2025.01.28 23:12:13.601085 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 10783 | 2025.01.28 23:12:13.601467 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 110 rows starting from the beginning of the part | ||
| 10784 | 2025.01.28 23:12:13.602469 [ 5 ] {0415e06a-1522-4a33-b71c-6ec2f2fe5a92} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2025.01.28 23:12:13.602517 [ 5 ] {0415e06a-1522-4a33-b71c-6ec2f2fe5a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10786 | 2025.01.28 23:12:13.603090 [ 5 ] {0415e06a-1522-4a33-b71c-6ec2f2fe5a92} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10787 | 2025.01.28 23:12:13.603384 [ 5 ] {0415e06a-1522-4a33-b71c-6ec2f2fe5a92} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2025.01.28 23:12:13.603693 [ 5 ] {0415e06a-1522-4a33-b71c-6ec2f2fe5a92} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004718 sec., 5722.763883001272 rows/sec., 430.33 KiB/sec. | ||
| 10789 | 2025.01.28 23:12:13.603908 [ 5 ] {0415e06a-1522-4a33-b71c-6ec2f2fe5a92} <Debug> TCPHandler: Processed in 0.005708196 sec. | ||
| 10790 | 2025.01.28 23:12:13.604295 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10791 | 2025.01.28 23:12:13.604589 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006446698 sec., 513130.9082572194 rows/sec., 44.96 MiB/sec. | ||
| 10792 | 2025.01.28 23:12:13.604759 [ 254 ] {65ea9dac-bd9b-457f-9b05-4ba0dcd2f885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10793 | 2025.01.28 23:12:13.604945 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10794 | 2025.01.28 23:12:13.604957 [ 254 ] {65ea9dac-bd9b-457f-9b05-4ba0dcd2f885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10795 | 2025.01.28 23:12:13.605738 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10796 | 2025.01.28 23:12:13.605969 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_86_17} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10797 | 2025.01.28 23:12:13.606115 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 10798 | 2025.01.28 23:12:13.606442 [ 254 ] {65ea9dac-bd9b-457f-9b05-4ba0dcd2f885} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10799 | 2025.01.28 23:12:13.606489 [ 254 ] {65ea9dac-bd9b-457f-9b05-4ba0dcd2f885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10800 | 2025.01.28 23:12:13.606878 [ 254 ] {65ea9dac-bd9b-457f-9b05-4ba0dcd2f885} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10801 | 2025.01.28 23:12:13.607122 [ 254 ] {65ea9dac-bd9b-457f-9b05-4ba0dcd2f885} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10802 | 2025.01.28 23:12:13.607306 [ 84 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10803 | 2025.01.28 23:12:13.607373 [ 84 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10804 | 2025.01.28 23:12:13.607373 [ 254 ] {65ea9dac-bd9b-457f-9b05-4ba0dcd2f885} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002755 sec., 33030.85299455535 rows/sec., 2.58 MiB/sec. | ||
| 10805 | 2025.01.28 23:12:13.607407 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10806 | 2025.01.28 23:12:13.607576 [ 254 ] {65ea9dac-bd9b-457f-9b05-4ba0dcd2f885} <Debug> TCPHandler: Processed in 0.003535479 sec. | ||
| 10807 | 2025.01.28 23:12:13.607656 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 10808 | 2025.01.28 23:12:13.607780 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2025.01.28 23:12:13.607802 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10810 | 2025.01.28 23:12:13.607834 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 10811 | 2025.01.28 23:12:13.608019 [ 5 ] {b7e8a061-037e-4577-99cf-16b9fabdf37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10812 | 2025.01.28 23:12:13.608030 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 394 rows starting from the beginning of the part | ||
| 10813 | 2025.01.28 23:12:13.608221 [ 5 ] {b7e8a061-037e-4577-99cf-16b9fabdf37b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10814 | 2025.01.28 23:12:13.608364 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 91 rows starting from the beginning of the part | ||
| 10815 | 2025.01.28 23:12:13.608711 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 864 rows starting from the beginning of the part | ||
| 10816 | 2025.01.28 23:12:13.609007 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 10817 | 2025.01.28 23:12:13.609378 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 91 rows starting from the beginning of the part | ||
| 10818 | 2025.01.28 23:12:13.610353 [ 5 ] {b7e8a061-037e-4577-99cf-16b9fabdf37b} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10819 | 2025.01.28 23:12:13.610401 [ 5 ] {b7e8a061-037e-4577-99cf-16b9fabdf37b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10820 | 2025.01.28 23:12:13.610993 [ 5 ] {b7e8a061-037e-4577-99cf-16b9fabdf37b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10821 | 2025.01.28 23:12:13.611298 [ 5 ] {b7e8a061-037e-4577-99cf-16b9fabdf37b} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10822 | 2025.01.28 23:12:13.611438 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.003912285 sec., 617797.5275318645 rows/sec., 47.39 MiB/sec. | ||
| 10823 | 2025.01.28 23:12:13.611566 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10824 | 2025.01.28 23:12:13.611644 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10825 | 2025.01.28 23:12:13.611692 [ 5 ] {b7e8a061-037e-4577-99cf-16b9fabdf37b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003785 sec., 42272.12681638045 rows/sec., 2.94 MiB/sec. | ||
| 10826 | 2025.01.28 23:12:13.611705 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10827 | 2025.01.28 23:12:13.611786 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10828 | 2025.01.28 23:12:13.611982 [ 5 ] {b7e8a061-037e-4577-99cf-16b9fabdf37b} <Debug> TCPHandler: Processed in 0.004272292 sec. | ||
| 10829 | 2025.01.28 23:12:13.612095 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 10830 | 2025.01.28 23:12:13.612218 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10831 | 2025.01.28 23:12:13.612315 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10832 | 2025.01.28 23:12:13.612416 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24055 rows starting from the beginning of the part | ||
| 10833 | 2025.01.28 23:12:13.612610 [ 254 ] {a3a16357-a4f5-40dd-bfaf-fe68cf8e407b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10834 | 2025.01.28 23:12:13.612646 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10835 | 2025.01.28 23:12:13.612834 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 10836 | 2025.01.28 23:12:13.613149 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_86_17} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10837 | 2025.01.28 23:12:13.613275 [ 254 ] {a3a16357-a4f5-40dd-bfaf-fe68cf8e407b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10838 | 2025.01.28 23:12:13.613419 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 10839 | 2025.01.28 23:12:13.613581 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10840 | 2025.01.28 23:12:13.613986 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1026 rows starting from the beginning of the part | ||
| 10841 | 2025.01.28 23:12:13.614354 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 10842 | 2025.01.28 23:12:13.614743 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 10843 | 2025.01.28 23:12:13.618794 [ 254 ] {a3a16357-a4f5-40dd-bfaf-fe68cf8e407b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10844 | 2025.01.28 23:12:13.618868 [ 254 ] {a3a16357-a4f5-40dd-bfaf-fe68cf8e407b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10845 | 2025.01.28 23:12:13.620494 [ 254 ] {a3a16357-a4f5-40dd-bfaf-fe68cf8e407b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10846 | 2025.01.28 23:12:13.620861 [ 254 ] {a3a16357-a4f5-40dd-bfaf-fe68cf8e407b} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10847 | 2025.01.28 23:12:13.621216 [ 254 ] {a3a16357-a4f5-40dd-bfaf-fe68cf8e407b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00877 sec., 3078.677309007982 rows/sec., 5.52 MiB/sec. | ||
| 10848 | 2025.01.28 23:12:13.621404 [ 254 ] {a3a16357-a4f5-40dd-bfaf-fe68cf8e407b} <Debug> TCPHandler: Processed in 0.009298365 sec. | ||
| 10849 | 2025.01.28 23:12:13.621600 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10850 | 2025.01.28 23:12:13.621771 [ 5 ] {95c7edc0-12d5-4109-8198-f24b5a48e783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10851 | 2025.01.28 23:12:13.621835 [ 5 ] {95c7edc0-12d5-4109-8198-f24b5a48e783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10852 | 2025.01.28 23:12:13.622517 [ 5 ] {95c7edc0-12d5-4109-8198-f24b5a48e783} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10853 | 2025.01.28 23:12:13.622557 [ 5 ] {95c7edc0-12d5-4109-8198-f24b5a48e783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10854 | 2025.01.28 23:12:13.623011 [ 5 ] {95c7edc0-12d5-4109-8198-f24b5a48e783} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10855 | 2025.01.28 23:12:13.623426 [ 5 ] {95c7edc0-12d5-4109-8198-f24b5a48e783} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10856 | 2025.01.28 23:12:13.623641 [ 84 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10857 | 2025.01.28 23:12:13.623717 [ 84 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10858 | 2025.01.28 23:12:13.623717 [ 5 ] {95c7edc0-12d5-4109-8198-f24b5a48e783} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001971 sec., 30441.400304414 rows/sec., 2.05 MiB/sec. | ||
| 10859 | 2025.01.28 23:12:13.623766 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 10860 | 2025.01.28 23:12:13.623878 [ 5 ] {95c7edc0-12d5-4109-8198-f24b5a48e783} <Debug> TCPHandler: Processed in 0.002344899 sec. | ||
| 10861 | 2025.01.28 23:12:13.624052 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 10862 | 2025.01.28 23:12:13.624483 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10863 | 2025.01.28 23:12:13.624551 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4852 rows starting from the beginning of the part | ||
| 10864 | 2025.01.28 23:12:13.624553 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25702 rows, containing 5 columns (5 merged, 0 gathered) in 0.012670482 sec., 2028494.259334412 rows/sec., 136.94 MiB/sec. | ||
| 10865 | 2025.01.28 23:12:13.624788 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 10866 | 2025.01.28 23:12:13.624996 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10867 | 2025.01.28 23:12:13.625031 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 10868 | 2025.01.28 23:12:13.625394 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 58 rows starting from the beginning of the part | ||
| 10869 | 2025.01.28 23:12:13.625545 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 24 rows starting from the beginning of the part | ||
| 10870 | 2025.01.28 23:12:13.625906 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 10871 | 2025.01.28 23:12:13.626188 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10872 | 2025.01.28 23:12:13.626428 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10873 | 2025.01.28 23:12:13.626655 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 10874 | 2025.01.28 23:12:13.628391 [ 200 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5136 rows, containing 4 columns (4 merged, 0 gathered) in 0.004489725 sec., 1143945.3418639225 rows/sec., 74.53 MiB/sec. | ||
| 10875 | 2025.01.28 23:12:13.628806 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10876 | 2025.01.28 23:12:13.629145 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10877 | 2025.01.28 23:12:13.629232 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_86_17} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10878 | 2025.01.28 23:12:13.629329 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10879 | 2025.01.28 23:12:16.092967 [ 81 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 10880 | 2025.01.28 23:12:16.093055 [ 81 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10881 | 2025.01.28 23:12:16.093083 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10882 | 2025.01.28 23:12:16.093249 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
| 10883 | 2025.01.28 23:12:16.093440 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10884 | 2025.01.28 23:12:16.093483 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 243 rows starting from the beginning of the part | ||
| 10885 | 2025.01.28 23:12:16.093586 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 242 rows starting from the beginning of the part | ||
| 10886 | 2025.01.28 23:12:16.093826 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10887 | 2025.01.28 23:12:16.094170 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10888 | 2025.01.28 23:12:16.094410 [ 193 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 242 rows starting from the beginning of the part | ||
| 10889 | 2025.01.28 23:12:16.095742 [ 200 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002575523 sec., 293144.34388665913 rows/sec., 20.98 MiB/sec. | ||
| 10890 | 2025.01.28 23:12:16.095938 [ 197 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 10891 | 2025.01.28 23:12:16.096292 [ 197 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10892 | 2025.01.28 23:12:16.096383 [ 197 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_37_8} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 10893 | 2025.01.28 23:12:16.096466 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10894 | 2025.01.28 23:12:16.377890 [ 80 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 10895 | 2025.01.28 23:12:16.377980 [ 80 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10896 | 2025.01.28 23:12:16.378021 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10897 | 2025.01.28 23:12:16.378377 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
| 10898 | 2025.01.28 23:12:16.378830 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10899 | 2025.01.28 23:12:16.378875 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 34 rows starting from the beginning of the part | ||
| 10900 | 2025.01.28 23:12:16.378967 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10901 | 2025.01.28 23:12:16.379127 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10902 | 2025.01.28 23:12:16.379508 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10903 | 2025.01.28 23:12:16.379729 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 10904 | 2025.01.28 23:12:16.380911 [ 203 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.002773707 sec., 13700.07718911911 rows/sec., 920.33 KiB/sec. | ||
| 10905 | 2025.01.28 23:12:16.381121 [ 203 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 10906 | 2025.01.28 23:12:16.381480 [ 203 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10907 | 2025.01.28 23:12:16.381578 [ 203 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_37_8} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 10908 | 2025.01.28 23:12:16.381681 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10909 | 2025.01.28 23:12:17.627962 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10910 | 2025.01.28 23:12:17.628043 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10911 | 2025.01.28 23:12:17.801956 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10912 | 2025.01.28 23:12:17.802660 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10913 | 2025.01.28 23:12:17.802711 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10914 | 2025.01.28 23:12:17.803251 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10915 | 2025.01.28 23:12:17.803526 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10916 | 2025.01.28 23:12:17.803814 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10917 | 2025.01.28 23:12:17.928197 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1544 | ||
| 10918 | 2025.01.28 23:12:17.931258 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10919 | 2025.01.28 23:12:17.931323 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10920 | 2025.01.28 23:12:17.932799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10921 | 2025.01.28 23:12:17.933119 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10922 | 2025.01.28 23:12:17.933772 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1544 | ||
| 10923 | 2025.01.28 23:12:18.599154 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10924 | 2025.01.28 23:12:18.599365 [ 254 ] {22a2b1d4-718e-4ef3-9e4b-d67a540a2414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10925 | 2025.01.28 23:12:18.599443 [ 254 ] {22a2b1d4-718e-4ef3-9e4b-d67a540a2414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10926 | 2025.01.28 23:12:18.600210 [ 254 ] {22a2b1d4-718e-4ef3-9e4b-d67a540a2414} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10927 | 2025.01.28 23:12:18.600256 [ 254 ] {22a2b1d4-718e-4ef3-9e4b-d67a540a2414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10928 | 2025.01.28 23:12:18.600689 [ 254 ] {22a2b1d4-718e-4ef3-9e4b-d67a540a2414} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10929 | 2025.01.28 23:12:18.600947 [ 254 ] {22a2b1d4-718e-4ef3-9e4b-d67a540a2414} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10930 | 2025.01.28 23:12:18.601172 [ 78 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10931 | 2025.01.28 23:12:18.601203 [ 254 ] {22a2b1d4-718e-4ef3-9e4b-d67a540a2414} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 10932 | 2025.01.28 23:12:18.601297 [ 78 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10933 | 2025.01.28 23:12:18.601395 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10934 | 2025.01.28 23:12:18.601397 [ 254 ] {22a2b1d4-718e-4ef3-9e4b-d67a540a2414} <Debug> TCPHandler: Processed in 0.00237074 sec. | ||
| 10935 | 2025.01.28 23:12:18.601592 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 10936 | 2025.01.28 23:12:18.601702 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10937 | 2025.01.28 23:12:18.601755 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 10938 | 2025.01.28 23:12:18.601777 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10939 | 2025.01.28 23:12:18.601882 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 10940 | 2025.01.28 23:12:18.602190 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 10941 | 2025.01.28 23:12:18.602510 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 10942 | 2025.01.28 23:12:18.602563 [ 5 ] {fc527ed0-f3b5-4993-8fcd-3977dd15adce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10943 | 2025.01.28 23:12:18.602771 [ 5 ] {fc527ed0-f3b5-4993-8fcd-3977dd15adce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10944 | 2025.01.28 23:12:18.602817 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 10945 | 2025.01.28 23:12:18.605327 [ 5 ] {fc527ed0-f3b5-4993-8fcd-3977dd15adce} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10946 | 2025.01.28 23:12:18.605397 [ 5 ] {fc527ed0-f3b5-4993-8fcd-3977dd15adce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10947 | 2025.01.28 23:12:18.605400 [ 203 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003882645 sec., 18028.946761807994 rows/sec., 1.34 MiB/sec. | ||
| 10948 | 2025.01.28 23:12:18.605602 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10949 | 2025.01.28 23:12:18.606090 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_37_9} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10950 | 2025.01.28 23:12:18.606216 [ 5 ] {fc527ed0-f3b5-4993-8fcd-3977dd15adce} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10951 | 2025.01.28 23:12:18.606227 [ 193 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_37_9} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10952 | 2025.01.28 23:12:18.606364 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10953 | 2025.01.28 23:12:18.606580 [ 5 ] {fc527ed0-f3b5-4993-8fcd-3977dd15adce} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10954 | 2025.01.28 23:12:18.606877 [ 5 ] {fc527ed0-f3b5-4993-8fcd-3977dd15adce} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.004595 sec., 49401.52339499456 rows/sec., 4.33 MiB/sec. | ||
| 10955 | 2025.01.28 23:12:18.606969 [ 5 ] {fc527ed0-f3b5-4993-8fcd-3977dd15adce} <Debug> TCPHandler: Processed in 0.00540083 sec. | ||
| 10956 | 2025.01.28 23:12:18.607229 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10957 | 2025.01.28 23:12:18.607484 [ 254 ] {c668e9ed-bf7d-4b78-a3d9-18dc50db3996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10958 | 2025.01.28 23:12:18.607538 [ 254 ] {c668e9ed-bf7d-4b78-a3d9-18dc50db3996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10959 | 2025.01.28 23:12:18.608146 [ 254 ] {c668e9ed-bf7d-4b78-a3d9-18dc50db3996} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10960 | 2025.01.28 23:12:18.608186 [ 254 ] {c668e9ed-bf7d-4b78-a3d9-18dc50db3996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10961 | 2025.01.28 23:12:18.608549 [ 254 ] {c668e9ed-bf7d-4b78-a3d9-18dc50db3996} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10962 | 2025.01.28 23:12:18.608791 [ 254 ] {c668e9ed-bf7d-4b78-a3d9-18dc50db3996} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10963 | 2025.01.28 23:12:18.609076 [ 254 ] {c668e9ed-bf7d-4b78-a3d9-18dc50db3996} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001656 sec., 11473.429951690821 rows/sec., 820.29 KiB/sec. | ||
| 10964 | 2025.01.28 23:12:18.609145 [ 254 ] {c668e9ed-bf7d-4b78-a3d9-18dc50db3996} <Debug> TCPHandler: Processed in 0.002049244 sec. | ||
| 10965 | 2025.01.28 23:12:18.609314 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10966 | 2025.01.28 23:12:18.609437 [ 5 ] {f4757921-5f1a-4069-8cc7-6e6f588cd8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10967 | 2025.01.28 23:12:18.609489 [ 5 ] {f4757921-5f1a-4069-8cc7-6e6f588cd8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10968 | 2025.01.28 23:12:18.610085 [ 5 ] {f4757921-5f1a-4069-8cc7-6e6f588cd8dc} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10969 | 2025.01.28 23:12:18.610127 [ 5 ] {f4757921-5f1a-4069-8cc7-6e6f588cd8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10970 | 2025.01.28 23:12:18.610487 [ 5 ] {f4757921-5f1a-4069-8cc7-6e6f588cd8dc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10971 | 2025.01.28 23:12:18.610724 [ 5 ] {f4757921-5f1a-4069-8cc7-6e6f588cd8dc} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10972 | 2025.01.28 23:12:18.610974 [ 5 ] {f4757921-5f1a-4069-8cc7-6e6f588cd8dc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001552 sec., 9020.61855670103 rows/sec., 631.75 KiB/sec. | ||
| 10973 | 2025.01.28 23:12:18.611158 [ 5 ] {f4757921-5f1a-4069-8cc7-6e6f588cd8dc} <Debug> TCPHandler: Processed in 0.001896102 sec. | ||
| 10974 | 2025.01.28 23:12:18.611350 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10975 | 2025.01.28 23:12:18.611477 [ 254 ] {a06f94fe-4787-4429-8224-3f5baa87e812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10976 | 2025.01.28 23:12:18.611535 [ 254 ] {a06f94fe-4787-4429-8224-3f5baa87e812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10977 | 2025.01.28 23:12:18.612206 [ 254 ] {a06f94fe-4787-4429-8224-3f5baa87e812} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10978 | 2025.01.28 23:12:18.612253 [ 254 ] {a06f94fe-4787-4429-8224-3f5baa87e812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10979 | 2025.01.28 23:12:18.612656 [ 254 ] {a06f94fe-4787-4429-8224-3f5baa87e812} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10980 | 2025.01.28 23:12:18.612912 [ 254 ] {a06f94fe-4787-4429-8224-3f5baa87e812} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10981 | 2025.01.28 23:12:18.613084 [ 78 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10982 | 2025.01.28 23:12:18.613149 [ 78 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10983 | 2025.01.28 23:12:18.613165 [ 254 ] {a06f94fe-4787-4429-8224-3f5baa87e812} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001709 sec., 7606.787595084845 rows/sec., 474.28 KiB/sec. | ||
| 10984 | 2025.01.28 23:12:18.613189 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10985 | 2025.01.28 23:12:18.613322 [ 254 ] {a06f94fe-4787-4429-8224-3f5baa87e812} <Debug> TCPHandler: Processed in 0.002051764 sec. | ||
| 10986 | 2025.01.28 23:12:18.613381 [ 189 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 10987 | 2025.01.28 23:12:18.613504 [ 189 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10988 | 2025.01.28 23:12:18.613531 [ 189 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 10989 | 2025.01.28 23:12:18.613585 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10990 | 2025.01.28 23:12:18.613733 [ 189 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 10991 | 2025.01.28 23:12:18.614042 [ 189 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 10992 | 2025.01.28 23:12:18.614323 [ 189 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 10993 | 2025.01.28 23:12:18.614340 [ 5 ] {aba46034-4c67-43ac-b7a1-cfc3fd9a8c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10994 | 2025.01.28 23:12:18.614550 [ 189 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 10995 | 2025.01.28 23:12:18.614554 [ 5 ] {aba46034-4c67-43ac-b7a1-cfc3fd9a8c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10996 | 2025.01.28 23:12:18.616935 [ 5 ] {aba46034-4c67-43ac-b7a1-cfc3fd9a8c5b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10997 | 2025.01.28 23:12:18.616994 [ 5 ] {aba46034-4c67-43ac-b7a1-cfc3fd9a8c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 10998 | 2025.01.28 23:12:18.617066 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003740143 sec., 17379.014652648308 rows/sec., 1.12 MiB/sec. | ||
| 10999 | 2025.01.28 23:12:18.617351 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11000 | 2025.01.28 23:12:18.617669 [ 5 ] {aba46034-4c67-43ac-b7a1-cfc3fd9a8c5b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11001 | 2025.01.28 23:12:18.617980 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_37_9} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11002 | 2025.01.28 23:12:18.618181 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_37_9} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11003 | 2025.01.28 23:12:18.618181 [ 5 ] {aba46034-4c67-43ac-b7a1-cfc3fd9a8c5b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11004 | 2025.01.28 23:12:18.618345 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11005 | 2025.01.28 23:12:18.618549 [ 5 ] {aba46034-4c67-43ac-b7a1-cfc3fd9a8c5b} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.004478 sec., 87985.70790531486 rows/sec., 6.25 MiB/sec. | ||
| 11006 | 2025.01.28 23:12:18.618622 [ 5 ] {aba46034-4c67-43ac-b7a1-cfc3fd9a8c5b} <Debug> TCPHandler: Processed in 0.005183077 sec. | ||
| 11007 | 2025.01.28 23:12:18.618836 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11008 | 2025.01.28 23:12:18.619060 [ 254 ] {04099f8a-0b30-4268-a209-6f1f742fa899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11009 | 2025.01.28 23:12:18.619156 [ 254 ] {04099f8a-0b30-4268-a209-6f1f742fa899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11010 | 2025.01.28 23:12:18.619773 [ 254 ] {04099f8a-0b30-4268-a209-6f1f742fa899} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11011 | 2025.01.28 23:12:18.619814 [ 254 ] {04099f8a-0b30-4268-a209-6f1f742fa899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11012 | 2025.01.28 23:12:18.620194 [ 254 ] {04099f8a-0b30-4268-a209-6f1f742fa899} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11013 | 2025.01.28 23:12:18.620444 [ 254 ] {04099f8a-0b30-4268-a209-6f1f742fa899} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11014 | 2025.01.28 23:12:18.620709 [ 254 ] {04099f8a-0b30-4268-a209-6f1f742fa899} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001703 sec., 3523.194362889019 rows/sec., 184.07 KiB/sec. | ||
| 11015 | 2025.01.28 23:12:18.620916 [ 254 ] {04099f8a-0b30-4268-a209-6f1f742fa899} <Debug> TCPHandler: Processed in 0.002190217 sec. | ||
| 11016 | 2025.01.28 23:12:18.621129 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11017 | 2025.01.28 23:12:18.621245 [ 5 ] {413c8157-344d-48bf-80f5-9461050b8902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11018 | 2025.01.28 23:12:18.621299 [ 5 ] {413c8157-344d-48bf-80f5-9461050b8902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11019 | 2025.01.28 23:12:18.621904 [ 5 ] {413c8157-344d-48bf-80f5-9461050b8902} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11020 | 2025.01.28 23:12:18.621943 [ 5 ] {413c8157-344d-48bf-80f5-9461050b8902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11021 | 2025.01.28 23:12:18.622340 [ 5 ] {413c8157-344d-48bf-80f5-9461050b8902} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11022 | 2025.01.28 23:12:18.622577 [ 5 ] {413c8157-344d-48bf-80f5-9461050b8902} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11023 | 2025.01.28 23:12:18.622788 [ 5 ] {413c8157-344d-48bf-80f5-9461050b8902} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001567 sec., 151244.41608168476 rows/sec., 10.14 MiB/sec. | ||
| 11024 | 2025.01.28 23:12:18.622839 [ 5 ] {413c8157-344d-48bf-80f5-9461050b8902} <Debug> TCPHandler: Processed in 0.00181398 sec. | ||
| 11025 | 2025.01.28 23:12:18.623063 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11026 | 2025.01.28 23:12:18.623179 [ 254 ] {bf392156-247f-49c2-ad6d-222939f4487b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11027 | 2025.01.28 23:12:18.623231 [ 254 ] {bf392156-247f-49c2-ad6d-222939f4487b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11028 | 2025.01.28 23:12:18.623699 [ 254 ] {bf392156-247f-49c2-ad6d-222939f4487b} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11029 | 2025.01.28 23:12:18.623738 [ 254 ] {bf392156-247f-49c2-ad6d-222939f4487b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11030 | 2025.01.28 23:12:18.624102 [ 254 ] {bf392156-247f-49c2-ad6d-222939f4487b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11031 | 2025.01.28 23:12:18.624347 [ 254 ] {bf392156-247f-49c2-ad6d-222939f4487b} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11032 | 2025.01.28 23:12:18.624566 [ 254 ] {bf392156-247f-49c2-ad6d-222939f4487b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. | ||
| 11033 | 2025.01.28 23:12:18.624675 [ 254 ] {bf392156-247f-49c2-ad6d-222939f4487b} <Debug> TCPHandler: Processed in 0.001666308 sec. | ||
| 11034 | 2025.01.28 23:12:18.625336 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11035 | 2025.01.28 23:12:18.625465 [ 5 ] {e4077299-983c-4876-b4fc-460cbf68bab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11036 | 2025.01.28 23:12:18.625557 [ 5 ] {e4077299-983c-4876-b4fc-460cbf68bab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11037 | 2025.01.28 23:12:18.626690 [ 5 ] {e4077299-983c-4876-b4fc-460cbf68bab0} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11038 | 2025.01.28 23:12:18.626729 [ 5 ] {e4077299-983c-4876-b4fc-460cbf68bab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11039 | 2025.01.28 23:12:18.627357 [ 5 ] {e4077299-983c-4876-b4fc-460cbf68bab0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11040 | 2025.01.28 23:12:18.627614 [ 5 ] {e4077299-983c-4876-b4fc-460cbf68bab0} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11041 | 2025.01.28 23:12:18.627917 [ 5 ] {e4077299-983c-4876-b4fc-460cbf68bab0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002474 sec., 4850.444624090542 rows/sec., 8.69 MiB/sec. | ||
| 11042 | 2025.01.28 23:12:18.628450 [ 5 ] {e4077299-983c-4876-b4fc-460cbf68bab0} <Debug> TCPHandler: Processed in 0.003175273 sec. | ||
| 11043 | 2025.01.28 23:12:18.628740 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11044 | 2025.01.28 23:12:18.628891 [ 254 ] {e0627e9d-360c-4437-bf33-dbe13392b4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11045 | 2025.01.28 23:12:18.628950 [ 254 ] {e0627e9d-360c-4437-bf33-dbe13392b4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11046 | 2025.01.28 23:12:18.629514 [ 254 ] {e0627e9d-360c-4437-bf33-dbe13392b4a9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11047 | 2025.01.28 23:12:18.629553 [ 254 ] {e0627e9d-360c-4437-bf33-dbe13392b4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11048 | 2025.01.28 23:12:18.629936 [ 254 ] {e0627e9d-360c-4437-bf33-dbe13392b4a9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11049 | 2025.01.28 23:12:18.630176 [ 254 ] {e0627e9d-360c-4437-bf33-dbe13392b4a9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11050 | 2025.01.28 23:12:18.630402 [ 254 ] {e0627e9d-360c-4437-bf33-dbe13392b4a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001531 sec., 53559.76485956891 rows/sec., 3.40 MiB/sec. | ||
| 11051 | 2025.01.28 23:12:18.630492 [ 254 ] {e0627e9d-360c-4437-bf33-dbe13392b4a9} <Debug> TCPHandler: Processed in 0.001908182 sec. | ||
| 11052 | 2025.01.28 23:12:19.476079 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 11053 | 2025.01.28 23:12:19.496323 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11054 | 2025.01.28 23:12:19.496390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11055 | 2025.01.28 23:12:19.503409 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11056 | 2025.01.28 23:12:19.504184 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11057 | 2025.01.28 23:12:19.507738 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 11058 | 2025.01.28 23:12:23.596380 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11059 | 2025.01.28 23:12:23.596600 [ 254 ] {edabe317-7064-4da9-83f8-c24a13cc34c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11060 | 2025.01.28 23:12:23.596685 [ 254 ] {edabe317-7064-4da9-83f8-c24a13cc34c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11061 | 2025.01.28 23:12:23.597563 [ 254 ] {edabe317-7064-4da9-83f8-c24a13cc34c8} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11062 | 2025.01.28 23:12:23.597627 [ 254 ] {edabe317-7064-4da9-83f8-c24a13cc34c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11063 | 2025.01.28 23:12:23.598171 [ 254 ] {edabe317-7064-4da9-83f8-c24a13cc34c8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11064 | 2025.01.28 23:12:23.598481 [ 254 ] {edabe317-7064-4da9-83f8-c24a13cc34c8} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11065 | 2025.01.28 23:12:23.598736 [ 254 ] {edabe317-7064-4da9-83f8-c24a13cc34c8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002199 sec., 909.5043201455206 rows/sec., 74.16 KiB/sec. | ||
| 11066 | 2025.01.28 23:12:23.598855 [ 254 ] {edabe317-7064-4da9-83f8-c24a13cc34c8} <Debug> TCPHandler: Processed in 0.002612584 sec. | ||
| 11067 | 2025.01.28 23:12:23.599222 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11068 | 2025.01.28 23:12:23.599446 [ 5 ] {4dfe0e96-7685-45b9-b9f9-36bd6d81fbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11069 | 2025.01.28 23:12:23.599530 [ 5 ] {4dfe0e96-7685-45b9-b9f9-36bd6d81fbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11070 | 2025.01.28 23:12:23.600495 [ 5 ] {4dfe0e96-7685-45b9-b9f9-36bd6d81fbf4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11071 | 2025.01.28 23:12:23.600555 [ 5 ] {4dfe0e96-7685-45b9-b9f9-36bd6d81fbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11072 | 2025.01.28 23:12:23.601033 [ 5 ] {4dfe0e96-7685-45b9-b9f9-36bd6d81fbf4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11073 | 2025.01.28 23:12:23.601302 [ 5 ] {4dfe0e96-7685-45b9-b9f9-36bd6d81fbf4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11074 | 2025.01.28 23:12:23.601561 [ 5 ] {4dfe0e96-7685-45b9-b9f9-36bd6d81fbf4} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.00217 sec., 51152.07373271889 rows/sec., 4.29 MiB/sec. | ||
| 11075 | 2025.01.28 23:12:23.601640 [ 5 ] {4dfe0e96-7685-45b9-b9f9-36bd6d81fbf4} <Debug> TCPHandler: Processed in 0.002599663 sec. | ||
| 11076 | 2025.01.28 23:12:23.601902 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11077 | 2025.01.28 23:12:23.602070 [ 254 ] {d988c5ea-5001-444a-a4bc-24154df3e985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11078 | 2025.01.28 23:12:23.602146 [ 254 ] {d988c5ea-5001-444a-a4bc-24154df3e985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11079 | 2025.01.28 23:12:23.603033 [ 254 ] {d988c5ea-5001-444a-a4bc-24154df3e985} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11080 | 2025.01.28 23:12:23.603086 [ 254 ] {d988c5ea-5001-444a-a4bc-24154df3e985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11081 | 2025.01.28 23:12:23.603500 [ 254 ] {d988c5ea-5001-444a-a4bc-24154df3e985} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11082 | 2025.01.28 23:12:23.603763 [ 254 ] {d988c5ea-5001-444a-a4bc-24154df3e985} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11083 | 2025.01.28 23:12:23.603965 [ 72 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 11084 | 2025.01.28 23:12:23.603994 [ 254 ] {d988c5ea-5001-444a-a4bc-24154df3e985} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001958 sec., 14811.031664964248 rows/sec., 1.08 MiB/sec. | ||
| 11085 | 2025.01.28 23:12:23.604065 [ 72 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11086 | 2025.01.28 23:12:23.604141 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11087 | 2025.01.28 23:12:23.604162 [ 254 ] {d988c5ea-5001-444a-a4bc-24154df3e985} <Debug> TCPHandler: Processed in 0.002353919 sec. | ||
| 11088 | 2025.01.28 23:12:23.604381 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 11089 | 2025.01.28 23:12:23.604408 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11090 | 2025.01.28 23:12:23.604606 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11091 | 2025.01.28 23:12:23.604670 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 64 rows starting from the beginning of the part | ||
| 11092 | 2025.01.28 23:12:23.604717 [ 5 ] {46b22c39-6bc6-4b45-bf4e-1d4e69767c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11093 | 2025.01.28 23:12:23.604831 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part | ||
| 11094 | 2025.01.28 23:12:23.604909 [ 5 ] {46b22c39-6bc6-4b45-bf4e-1d4e69767c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11095 | 2025.01.28 23:12:23.605426 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part | ||
| 11096 | 2025.01.28 23:12:23.606092 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part | ||
| 11097 | 2025.01.28 23:12:23.606935 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 19 rows starting from the beginning of the part | ||
| 11098 | 2025.01.28 23:12:23.607244 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 29 rows starting from the beginning of the part | ||
| 11099 | 2025.01.28 23:12:23.608411 [ 5 ] {46b22c39-6bc6-4b45-bf4e-1d4e69767c1d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11100 | 2025.01.28 23:12:23.608484 [ 5 ] {46b22c39-6bc6-4b45-bf4e-1d4e69767c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11101 | 2025.01.28 23:12:23.609610 [ 5 ] {46b22c39-6bc6-4b45-bf4e-1d4e69767c1d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11102 | 2025.01.28 23:12:23.610237 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.005995571 sec., 33191.16727998051 rows/sec., 2.50 MiB/sec. | ||
| 11103 | 2025.01.28 23:12:23.610286 [ 5 ] {46b22c39-6bc6-4b45-bf4e-1d4e69767c1d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11104 | 2025.01.28 23:12:23.610501 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 11105 | 2025.01.28 23:12:23.610855 [ 5 ] {46b22c39-6bc6-4b45-bf4e-1d4e69767c1d} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.006214 sec., 14966.205342774381 rows/sec., 1.17 MiB/sec. | ||
| 11106 | 2025.01.28 23:12:23.611058 [ 5 ] {46b22c39-6bc6-4b45-bf4e-1d4e69767c1d} <Debug> TCPHandler: Processed in 0.006761023 sec. | ||
| 11107 | 2025.01.28 23:12:23.611309 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11108 | 2025.01.28 23:12:23.611348 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11109 | 2025.01.28 23:12:23.611465 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_70_14} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 11110 | 2025.01.28 23:12:23.611633 [ 254 ] {5291fdd1-97d4-4ab1-bfdd-cb1650e05f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11111 | 2025.01.28 23:12:23.611655 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11112 | 2025.01.28 23:12:23.611765 [ 254 ] {5291fdd1-97d4-4ab1-bfdd-cb1650e05f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11113 | 2025.01.28 23:12:23.612727 [ 254 ] {5291fdd1-97d4-4ab1-bfdd-cb1650e05f26} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11114 | 2025.01.28 23:12:23.612787 [ 254 ] {5291fdd1-97d4-4ab1-bfdd-cb1650e05f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11115 | 2025.01.28 23:12:23.613373 [ 254 ] {5291fdd1-97d4-4ab1-bfdd-cb1650e05f26} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11116 | 2025.01.28 23:12:23.613719 [ 254 ] {5291fdd1-97d4-4ab1-bfdd-cb1650e05f26} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11117 | 2025.01.28 23:12:23.614021 [ 254 ] {5291fdd1-97d4-4ab1-bfdd-cb1650e05f26} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00249 sec., 64658.63453815261 rows/sec., 4.50 MiB/sec. | ||
| 11118 | 2025.01.28 23:12:23.614102 [ 254 ] {5291fdd1-97d4-4ab1-bfdd-cb1650e05f26} <Debug> TCPHandler: Processed in 0.002893038 sec. | ||
| 11119 | 2025.01.28 23:12:23.614391 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11120 | 2025.01.28 23:12:23.614568 [ 5 ] {426ed821-97a0-441b-af23-ee8628294497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11121 | 2025.01.28 23:12:23.614692 [ 5 ] {426ed821-97a0-441b-af23-ee8628294497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11122 | 2025.01.28 23:12:23.616443 [ 5 ] {426ed821-97a0-441b-af23-ee8628294497} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11123 | 2025.01.28 23:12:23.616499 [ 5 ] {426ed821-97a0-441b-af23-ee8628294497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11124 | 2025.01.28 23:12:23.617319 [ 5 ] {426ed821-97a0-441b-af23-ee8628294497} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11125 | 2025.01.28 23:12:23.617605 [ 5 ] {426ed821-97a0-441b-af23-ee8628294497} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11126 | 2025.01.28 23:12:23.617878 [ 5 ] {426ed821-97a0-441b-af23-ee8628294497} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00336 sec., 8035.714285714285 rows/sec., 14.40 MiB/sec. | ||
| 11127 | 2025.01.28 23:12:23.618044 [ 5 ] {426ed821-97a0-441b-af23-ee8628294497} <Debug> TCPHandler: Processed in 0.003785943 sec. | ||
| 11128 | 2025.01.28 23:12:23.618325 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11129 | 2025.01.28 23:12:23.618498 [ 254 ] {aca24a13-11d2-4c69-b76d-3386ab4929aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11130 | 2025.01.28 23:12:23.618572 [ 254 ] {aca24a13-11d2-4c69-b76d-3386ab4929aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11131 | 2025.01.28 23:12:23.620538 [ 254 ] {aca24a13-11d2-4c69-b76d-3386ab4929aa} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11132 | 2025.01.28 23:12:23.620589 [ 254 ] {aca24a13-11d2-4c69-b76d-3386ab4929aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11133 | 2025.01.28 23:12:23.621117 [ 254 ] {aca24a13-11d2-4c69-b76d-3386ab4929aa} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11134 | 2025.01.28 23:12:23.621447 [ 254 ] {aca24a13-11d2-4c69-b76d-3386ab4929aa} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11135 | 2025.01.28 23:12:23.621780 [ 254 ] {aca24a13-11d2-4c69-b76d-3386ab4929aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003325 sec., 18045.11278195489 rows/sec., 1.22 MiB/sec. | ||
| 11136 | 2025.01.28 23:12:23.621857 [ 254 ] {aca24a13-11d2-4c69-b76d-3386ab4929aa} <Debug> TCPHandler: Processed in 0.003633571 sec. | ||
| 11137 | 2025.01.28 23:12:25.304219 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 11138 | 2025.01.28 23:12:25.304924 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11139 | 2025.01.28 23:12:25.304972 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11140 | 2025.01.28 23:12:25.305499 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11141 | 2025.01.28 23:12:25.305762 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11142 | 2025.01.28 23:12:25.306039 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 11143 | 2025.01.28 23:12:27.007890 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 11144 | 2025.01.28 23:12:27.028395 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11145 | 2025.01.28 23:12:27.028458 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11146 | 2025.01.28 23:12:27.035718 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11147 | 2025.01.28 23:12:27.036510 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11148 | 2025.01.28 23:12:27.039759 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 11149 | 2025.01.28 23:12:27.934036 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1580 | ||
| 11150 | 2025.01.28 23:12:27.937168 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11151 | 2025.01.28 23:12:27.937213 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11152 | 2025.01.28 23:12:27.938676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11153 | 2025.01.28 23:12:27.938982 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11154 | 2025.01.28 23:12:27.940336 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1580 | ||
| 11155 | 2025.01.28 23:12:28.599177 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11156 | 2025.01.28 23:12:28.599392 [ 254 ] {1b13678e-97f0-4fe7-9c88-c411ef5115ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11157 | 2025.01.28 23:12:28.599472 [ 254 ] {1b13678e-97f0-4fe7-9c88-c411ef5115ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11158 | 2025.01.28 23:12:28.600267 [ 254 ] {1b13678e-97f0-4fe7-9c88-c411ef5115ac} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11159 | 2025.01.28 23:12:28.600314 [ 254 ] {1b13678e-97f0-4fe7-9c88-c411ef5115ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11160 | 2025.01.28 23:12:28.600756 [ 254 ] {1b13678e-97f0-4fe7-9c88-c411ef5115ac} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11161 | 2025.01.28 23:12:28.601017 [ 254 ] {1b13678e-97f0-4fe7-9c88-c411ef5115ac} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11162 | 2025.01.28 23:12:28.601262 [ 254 ] {1b13678e-97f0-4fe7-9c88-c411ef5115ac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec. | ||
| 11163 | 2025.01.28 23:12:28.601327 [ 254 ] {1b13678e-97f0-4fe7-9c88-c411ef5115ac} <Debug> TCPHandler: Processed in 0.002286638 sec. | ||
| 11164 | 2025.01.28 23:12:28.601673 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11165 | 2025.01.28 23:12:28.601936 [ 5 ] {9f27db52-7885-47f7-bdf8-a6e445c32688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11166 | 2025.01.28 23:12:28.602009 [ 5 ] {9f27db52-7885-47f7-bdf8-a6e445c32688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11167 | 2025.01.28 23:12:28.602882 [ 5 ] {9f27db52-7885-47f7-bdf8-a6e445c32688} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11168 | 2025.01.28 23:12:28.602936 [ 5 ] {9f27db52-7885-47f7-bdf8-a6e445c32688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11169 | 2025.01.28 23:12:28.603362 [ 5 ] {9f27db52-7885-47f7-bdf8-a6e445c32688} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11170 | 2025.01.28 23:12:28.603606 [ 5 ] {9f27db52-7885-47f7-bdf8-a6e445c32688} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11171 | 2025.01.28 23:12:28.603860 [ 5 ] {9f27db52-7885-47f7-bdf8-a6e445c32688} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.00204 sec., 111274.50980392157 rows/sec., 9.75 MiB/sec. | ||
| 11172 | 2025.01.28 23:12:28.603994 [ 5 ] {9f27db52-7885-47f7-bdf8-a6e445c32688} <Debug> TCPHandler: Processed in 0.002524022 sec. | ||
| 11173 | 2025.01.28 23:12:28.604128 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11174 | 2025.01.28 23:12:28.604245 [ 254 ] {8a96d614-b8b1-48df-9c2a-b25cecdc255e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11175 | 2025.01.28 23:12:28.604295 [ 254 ] {8a96d614-b8b1-48df-9c2a-b25cecdc255e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11176 | 2025.01.28 23:12:28.604913 [ 254 ] {8a96d614-b8b1-48df-9c2a-b25cecdc255e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11177 | 2025.01.28 23:12:28.604954 [ 254 ] {8a96d614-b8b1-48df-9c2a-b25cecdc255e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11178 | 2025.01.28 23:12:28.605317 [ 254 ] {8a96d614-b8b1-48df-9c2a-b25cecdc255e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11179 | 2025.01.28 23:12:28.605550 [ 254 ] {8a96d614-b8b1-48df-9c2a-b25cecdc255e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11180 | 2025.01.28 23:12:28.605763 [ 254 ] {8a96d614-b8b1-48df-9c2a-b25cecdc255e} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001542 sec., 12321.660181582361 rows/sec., 880.93 KiB/sec. | ||
| 11181 | 2025.01.28 23:12:28.605816 [ 254 ] {8a96d614-b8b1-48df-9c2a-b25cecdc255e} <Debug> TCPHandler: Processed in 0.001743419 sec. | ||
| 11182 | 2025.01.28 23:12:28.605978 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11183 | 2025.01.28 23:12:28.606121 [ 5 ] {4b6d0aea-4d4c-4bb3-8076-96a9cb6aaa34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11184 | 2025.01.28 23:12:28.606181 [ 5 ] {4b6d0aea-4d4c-4bb3-8076-96a9cb6aaa34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11185 | 2025.01.28 23:12:28.606879 [ 5 ] {4b6d0aea-4d4c-4bb3-8076-96a9cb6aaa34} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11186 | 2025.01.28 23:12:28.606921 [ 5 ] {4b6d0aea-4d4c-4bb3-8076-96a9cb6aaa34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11187 | 2025.01.28 23:12:28.607280 [ 5 ] {4b6d0aea-4d4c-4bb3-8076-96a9cb6aaa34} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11188 | 2025.01.28 23:12:28.607533 [ 5 ] {4b6d0aea-4d4c-4bb3-8076-96a9cb6aaa34} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11189 | 2025.01.28 23:12:28.607787 [ 5 ] {4b6d0aea-4d4c-4bb3-8076-96a9cb6aaa34} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001695 sec., 8259.587020648969 rows/sec., 578.45 KiB/sec. | ||
| 11190 | 2025.01.28 23:12:28.607938 [ 5 ] {4b6d0aea-4d4c-4bb3-8076-96a9cb6aaa34} <Debug> TCPHandler: Processed in 0.002023033 sec. | ||
| 11191 | 2025.01.28 23:12:28.608149 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11192 | 2025.01.28 23:12:28.608264 [ 254 ] {8cc52951-cd54-4303-be2b-1aec242beb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11193 | 2025.01.28 23:12:28.608312 [ 254 ] {8cc52951-cd54-4303-be2b-1aec242beb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11194 | 2025.01.28 23:12:28.608877 [ 254 ] {8cc52951-cd54-4303-be2b-1aec242beb78} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11195 | 2025.01.28 23:12:28.608923 [ 254 ] {8cc52951-cd54-4303-be2b-1aec242beb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11196 | 2025.01.28 23:12:28.609285 [ 254 ] {8cc52951-cd54-4303-be2b-1aec242beb78} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11197 | 2025.01.28 23:12:28.609529 [ 254 ] {8cc52951-cd54-4303-be2b-1aec242beb78} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11198 | 2025.01.28 23:12:28.609707 [ 254 ] {8cc52951-cd54-4303-be2b-1aec242beb78} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001466 sec., 8867.667121418826 rows/sec., 552.90 KiB/sec. | ||
| 11199 | 2025.01.28 23:12:28.609757 [ 254 ] {8cc52951-cd54-4303-be2b-1aec242beb78} <Debug> TCPHandler: Processed in 0.001690059 sec. | ||
| 11200 | 2025.01.28 23:12:28.609919 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11201 | 2025.01.28 23:12:28.610058 [ 5 ] {f30e9a03-d7a4-4975-8ea3-100f5ae0a419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11202 | 2025.01.28 23:12:28.610114 [ 5 ] {f30e9a03-d7a4-4975-8ea3-100f5ae0a419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11203 | 2025.01.28 23:12:28.610959 [ 5 ] {f30e9a03-d7a4-4975-8ea3-100f5ae0a419} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2025.01.28 23:12:28.611000 [ 5 ] {f30e9a03-d7a4-4975-8ea3-100f5ae0a419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11205 | 2025.01.28 23:12:28.611373 [ 5 ] {f30e9a03-d7a4-4975-8ea3-100f5ae0a419} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11206 | 2025.01.28 23:12:28.611607 [ 5 ] {f30e9a03-d7a4-4975-8ea3-100f5ae0a419} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2025.01.28 23:12:28.611846 [ 5 ] {f30e9a03-d7a4-4975-8ea3-100f5ae0a419} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001814 sec., 217199.558985667 rows/sec., 15.42 MiB/sec. | ||
| 11208 | 2025.01.28 23:12:28.611944 [ 5 ] {f30e9a03-d7a4-4975-8ea3-100f5ae0a419} <Debug> TCPHandler: Processed in 0.002091855 sec. | ||
| 11209 | 2025.01.28 23:12:28.612150 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11210 | 2025.01.28 23:12:28.612481 [ 254 ] {f46a8c41-bacb-4fbb-8f17-1959a8710622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11211 | 2025.01.28 23:12:28.612647 [ 254 ] {f46a8c41-bacb-4fbb-8f17-1959a8710622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11212 | 2025.01.28 23:12:28.613493 [ 254 ] {f46a8c41-bacb-4fbb-8f17-1959a8710622} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11213 | 2025.01.28 23:12:28.613532 [ 254 ] {f46a8c41-bacb-4fbb-8f17-1959a8710622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11214 | 2025.01.28 23:12:28.613900 [ 254 ] {f46a8c41-bacb-4fbb-8f17-1959a8710622} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11215 | 2025.01.28 23:12:28.614133 [ 254 ] {f46a8c41-bacb-4fbb-8f17-1959a8710622} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11216 | 2025.01.28 23:12:28.614262 [ 59 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 11217 | 2025.01.28 23:12:28.614310 [ 59 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11218 | 2025.01.28 23:12:28.614320 [ 254 ] {f46a8c41-bacb-4fbb-8f17-1959a8710622} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001962 sec., 3058.103975535168 rows/sec., 159.77 KiB/sec. | ||
| 11219 | 2025.01.28 23:12:28.614338 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11220 | 2025.01.28 23:12:28.614381 [ 254 ] {f46a8c41-bacb-4fbb-8f17-1959a8710622} <Debug> TCPHandler: Processed in 0.002335339 sec. | ||
| 11221 | 2025.01.28 23:12:28.614748 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11222 | 2025.01.28 23:12:28.614996 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 11223 | 2025.01.28 23:12:28.615206 [ 5 ] {a841a743-fd7e-45b9-81ae-e0e335241724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11224 | 2025.01.28 23:12:28.615453 [ 5 ] {a841a743-fd7e-45b9-81ae-e0e335241724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11225 | 2025.01.28 23:12:28.615544 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11226 | 2025.01.28 23:12:28.615603 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 11227 | 2025.01.28 23:12:28.615741 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11228 | 2025.01.28 23:12:28.616244 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11229 | 2025.01.28 23:12:28.616585 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11230 | 2025.01.28 23:12:28.616929 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11231 | 2025.01.28 23:12:28.617129 [ 203 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11232 | 2025.01.28 23:12:28.617768 [ 5 ] {a841a743-fd7e-45b9-81ae-e0e335241724} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11233 | 2025.01.28 23:12:28.617815 [ 5 ] {a841a743-fd7e-45b9-81ae-e0e335241724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11234 | 2025.01.28 23:12:28.618416 [ 5 ] {a841a743-fd7e-45b9-81ae-e0e335241724} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11235 | 2025.01.28 23:12:28.618683 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.00419113 sec., 54400.6031786177 rows/sec., 2.78 MiB/sec. | ||
| 11236 | 2025.01.28 23:12:28.618767 [ 5 ] {a841a743-fd7e-45b9-81ae-e0e335241724} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11237 | 2025.01.28 23:12:28.619052 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11238 | 2025.01.28 23:12:28.619296 [ 5 ] {a841a743-fd7e-45b9-81ae-e0e335241724} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004234 sec., 55975.43693906472 rows/sec., 3.75 MiB/sec. | ||
| 11239 | 2025.01.28 23:12:28.619592 [ 5 ] {a841a743-fd7e-45b9-81ae-e0e335241724} <Debug> TCPHandler: Processed in 0.005094185 sec. | ||
| 11240 | 2025.01.28 23:12:28.619987 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11241 | 2025.01.28 23:12:28.620054 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11242 | 2025.01.28 23:12:28.620401 [ 196 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_38_8} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11243 | 2025.01.28 23:12:28.620481 [ 254 ] {051a2d16-6816-4e3f-8fdb-e85d177cf9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11244 | 2025.01.28 23:12:28.620701 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11245 | 2025.01.28 23:12:28.620723 [ 254 ] {051a2d16-6816-4e3f-8fdb-e85d177cf9b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11246 | 2025.01.28 23:12:28.621267 [ 254 ] {051a2d16-6816-4e3f-8fdb-e85d177cf9b7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11247 | 2025.01.28 23:12:28.621306 [ 254 ] {051a2d16-6816-4e3f-8fdb-e85d177cf9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11248 | 2025.01.28 23:12:28.621661 [ 254 ] {051a2d16-6816-4e3f-8fdb-e85d177cf9b7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11249 | 2025.01.28 23:12:28.621902 [ 254 ] {051a2d16-6816-4e3f-8fdb-e85d177cf9b7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11250 | 2025.01.28 23:12:28.622075 [ 254 ] {051a2d16-6816-4e3f-8fdb-e85d177cf9b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001801 sec., 555.247084952804 rows/sec., 37.41 KiB/sec. | ||
| 11251 | 2025.01.28 23:12:28.622123 [ 254 ] {051a2d16-6816-4e3f-8fdb-e85d177cf9b7} <Debug> TCPHandler: Processed in 0.00240241 sec. | ||
| 11252 | 2025.01.28 23:12:28.622280 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11253 | 2025.01.28 23:12:28.622417 [ 5 ] {131a5033-9843-4f3e-a034-04829fc9e80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11254 | 2025.01.28 23:12:28.622509 [ 5 ] {131a5033-9843-4f3e-a034-04829fc9e80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11255 | 2025.01.28 23:12:28.623702 [ 5 ] {131a5033-9843-4f3e-a034-04829fc9e80c} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11256 | 2025.01.28 23:12:28.623742 [ 5 ] {131a5033-9843-4f3e-a034-04829fc9e80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11257 | 2025.01.28 23:12:28.624357 [ 5 ] {131a5033-9843-4f3e-a034-04829fc9e80c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11258 | 2025.01.28 23:12:28.624604 [ 5 ] {131a5033-9843-4f3e-a034-04829fc9e80c} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11259 | 2025.01.28 23:12:28.624789 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11260 | 2025.01.28 23:12:28.624870 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11261 | 2025.01.28 23:12:28.624897 [ 5 ] {131a5033-9843-4f3e-a034-04829fc9e80c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002507 sec., 4786.597526924611 rows/sec., 8.58 MiB/sec. | ||
| 11262 | 2025.01.28 23:12:28.624935 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11263 | 2025.01.28 23:12:28.625454 [ 5 ] {131a5033-9843-4f3e-a034-04829fc9e80c} <Debug> TCPHandler: Processed in 0.003238224 sec. | ||
| 11264 | 2025.01.28 23:12:28.625511 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 11265 | 2025.01.28 23:12:28.625975 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11266 | 2025.01.28 23:12:28.626480 [ 254 ] {18691f47-ce11-4afb-91e3-6c20cacb1945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11267 | 2025.01.28 23:12:28.626704 [ 254 ] {18691f47-ce11-4afb-91e3-6c20cacb1945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11268 | 2025.01.28 23:12:28.627441 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11269 | 2025.01.28 23:12:28.627669 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1233 rows starting from the beginning of the part | ||
| 11270 | 2025.01.28 23:12:28.628357 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 12 rows starting from the beginning of the part | ||
| 11271 | 2025.01.28 23:12:28.629037 [ 254 ] {18691f47-ce11-4afb-91e3-6c20cacb1945} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11272 | 2025.01.28 23:12:28.629129 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part | ||
| 11273 | 2025.01.28 23:12:28.629154 [ 254 ] {18691f47-ce11-4afb-91e3-6c20cacb1945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11274 | 2025.01.28 23:12:28.629979 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 12 rows starting from the beginning of the part | ||
| 11275 | 2025.01.28 23:12:28.630632 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part | ||
| 11276 | 2025.01.28 23:12:28.630644 [ 254 ] {18691f47-ce11-4afb-91e3-6c20cacb1945} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11277 | 2025.01.28 23:12:28.631300 [ 194 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 12 rows starting from the beginning of the part | ||
| 11278 | 2025.01.28 23:12:28.631475 [ 254 ] {18691f47-ce11-4afb-91e3-6c20cacb1945} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11279 | 2025.01.28 23:12:28.632271 [ 254 ] {18691f47-ce11-4afb-91e3-6c20cacb1945} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005982 sec., 13707.790036776996 rows/sec., 891.51 KiB/sec. | ||
| 11280 | 2025.01.28 23:12:28.632540 [ 254 ] {18691f47-ce11-4afb-91e3-6c20cacb1945} <Debug> TCPHandler: Processed in 0.006927946 sec. | ||
| 11281 | 2025.01.28 23:12:28.640318 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1323 rows, containing 19 columns (19 merged, 0 gathered) in 0.015193694 sec., 87075.59860031404 rows/sec., 156.04 MiB/sec. | ||
| 11282 | 2025.01.28 23:12:28.641642 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11283 | 2025.01.28 23:12:28.642087 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11284 | 2025.01.28 23:12:28.642181 [ 196 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11285 | 2025.01.28 23:12:28.642345 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 11286 | 2025.01.28 23:12:29.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.64 MiB, peak 248.15 MiB, free memory in arenas 0.00 B, will set to 239.55 MiB (RSS), difference: 2.91 MiB | ||
| 11287 | 2025.01.28 23:12:32.628093 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11288 | 2025.01.28 23:12:32.628153 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11289 | 2025.01.28 23:12:32.806295 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 11290 | 2025.01.28 23:12:32.806986 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11291 | 2025.01.28 23:12:32.807034 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11292 | 2025.01.28 23:12:32.807565 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11293 | 2025.01.28 23:12:32.807834 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11294 | 2025.01.28 23:12:32.808111 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11295 | 2025.01.28 23:12:33.595007 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11296 | 2025.01.28 23:12:33.595204 [ 254 ] {1ee0240e-88c5-4521-bf61-cd2d92118cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11297 | 2025.01.28 23:12:33.595276 [ 254 ] {1ee0240e-88c5-4521-bf61-cd2d92118cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11298 | 2025.01.28 23:12:33.596092 [ 254 ] {1ee0240e-88c5-4521-bf61-cd2d92118cff} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11299 | 2025.01.28 23:12:33.596136 [ 254 ] {1ee0240e-88c5-4521-bf61-cd2d92118cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11300 | 2025.01.28 23:12:33.596584 [ 254 ] {1ee0240e-88c5-4521-bf61-cd2d92118cff} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11301 | 2025.01.28 23:12:33.596851 [ 254 ] {1ee0240e-88c5-4521-bf61-cd2d92118cff} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11302 | 2025.01.28 23:12:33.597117 [ 254 ] {1ee0240e-88c5-4521-bf61-cd2d92118cff} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001959 sec., 56151.097498723844 rows/sec., 4.72 MiB/sec. | ||
| 11303 | 2025.01.28 23:12:33.597212 [ 254 ] {1ee0240e-88c5-4521-bf61-cd2d92118cff} <Debug> TCPHandler: Processed in 0.002328329 sec. | ||
| 11304 | 2025.01.28 23:12:33.597518 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11305 | 2025.01.28 23:12:33.597728 [ 5 ] {0b158c73-141c-4333-9924-1faa45dd5c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11306 | 2025.01.28 23:12:33.597813 [ 5 ] {0b158c73-141c-4333-9924-1faa45dd5c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11307 | 2025.01.28 23:12:33.598594 [ 5 ] {0b158c73-141c-4333-9924-1faa45dd5c67} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11308 | 2025.01.28 23:12:33.598648 [ 5 ] {0b158c73-141c-4333-9924-1faa45dd5c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11309 | 2025.01.28 23:12:33.599085 [ 5 ] {0b158c73-141c-4333-9924-1faa45dd5c67} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11310 | 2025.01.28 23:12:33.599338 [ 5 ] {0b158c73-141c-4333-9924-1faa45dd5c67} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11311 | 2025.01.28 23:12:33.599570 [ 5 ] {0b158c73-141c-4333-9924-1faa45dd5c67} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001899 sec., 14218.009478672986 rows/sec., 1.04 MiB/sec. | ||
| 11312 | 2025.01.28 23:12:33.599637 [ 5 ] {0b158c73-141c-4333-9924-1faa45dd5c67} <Debug> TCPHandler: Processed in 0.002293159 sec. | ||
| 11313 | 2025.01.28 23:12:33.599805 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11314 | 2025.01.28 23:12:33.599946 [ 254 ] {f11370f5-64b2-449c-9b63-387d99368672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11315 | 2025.01.28 23:12:33.600005 [ 254 ] {f11370f5-64b2-449c-9b63-387d99368672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11316 | 2025.01.28 23:12:33.600658 [ 254 ] {f11370f5-64b2-449c-9b63-387d99368672} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11317 | 2025.01.28 23:12:33.600699 [ 254 ] {f11370f5-64b2-449c-9b63-387d99368672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11318 | 2025.01.28 23:12:33.601077 [ 254 ] {f11370f5-64b2-449c-9b63-387d99368672} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11319 | 2025.01.28 23:12:33.601340 [ 254 ] {f11370f5-64b2-449c-9b63-387d99368672} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11320 | 2025.01.28 23:12:33.601558 [ 254 ] {f11370f5-64b2-449c-9b63-387d99368672} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001644 sec., 55352.79805352798 rows/sec., 4.32 MiB/sec. | ||
| 11321 | 2025.01.28 23:12:33.601610 [ 254 ] {f11370f5-64b2-449c-9b63-387d99368672} <Debug> TCPHandler: Processed in 0.001874832 sec. | ||
| 11322 | 2025.01.28 23:12:33.601767 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11323 | 2025.01.28 23:12:33.601890 [ 5 ] {203d7a9f-eb1a-4557-b164-537e11963342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11324 | 2025.01.28 23:12:33.601947 [ 5 ] {203d7a9f-eb1a-4557-b164-537e11963342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11325 | 2025.01.28 23:12:33.602942 [ 5 ] {203d7a9f-eb1a-4557-b164-537e11963342} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11326 | 2025.01.28 23:12:33.603018 [ 5 ] {203d7a9f-eb1a-4557-b164-537e11963342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11327 | 2025.01.28 23:12:33.603423 [ 5 ] {203d7a9f-eb1a-4557-b164-537e11963342} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11328 | 2025.01.28 23:12:33.603653 [ 5 ] {203d7a9f-eb1a-4557-b164-537e11963342} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11329 | 2025.01.28 23:12:33.603866 [ 5 ] {203d7a9f-eb1a-4557-b164-537e11963342} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002004 sec., 79840.31936127743 rows/sec., 5.56 MiB/sec. | ||
| 11330 | 2025.01.28 23:12:33.603920 [ 5 ] {203d7a9f-eb1a-4557-b164-537e11963342} <Debug> TCPHandler: Processed in 0.002212507 sec. | ||
| 11331 | 2025.01.28 23:12:33.604130 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11332 | 2025.01.28 23:12:33.604352 [ 254 ] {8c5dbf3b-724d-4296-9dc5-d7602d11541f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11333 | 2025.01.28 23:12:33.604495 [ 254 ] {8c5dbf3b-724d-4296-9dc5-d7602d11541f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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 | 2025.01.28 23:12:33.605936 [ 254 ] {8c5dbf3b-724d-4296-9dc5-d7602d11541f} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11335 | 2025.01.28 23:12:33.605977 [ 254 ] {8c5dbf3b-724d-4296-9dc5-d7602d11541f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11336 | 2025.01.28 23:12:33.606631 [ 254 ] {8c5dbf3b-724d-4296-9dc5-d7602d11541f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11337 | 2025.01.28 23:12:33.606899 [ 254 ] {8c5dbf3b-724d-4296-9dc5-d7602d11541f} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11338 | 2025.01.28 23:12:33.607185 [ 254 ] {8c5dbf3b-724d-4296-9dc5-d7602d11541f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002882 sec., 9368.494101318529 rows/sec., 16.79 MiB/sec. | ||
| 11339 | 2025.01.28 23:12:33.607431 [ 254 ] {8c5dbf3b-724d-4296-9dc5-d7602d11541f} <Debug> TCPHandler: Processed in 0.003407237 sec. | ||
| 11340 | 2025.01.28 23:12:33.607696 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11341 | 2025.01.28 23:12:33.607863 [ 5 ] {20b49584-6866-448b-8350-4286f1dbcdf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11342 | 2025.01.28 23:12:33.607921 [ 5 ] {20b49584-6866-448b-8350-4286f1dbcdf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11343 | 2025.01.28 23:12:33.608408 [ 5 ] {20b49584-6866-448b-8350-4286f1dbcdf9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11344 | 2025.01.28 23:12:33.608446 [ 5 ] {20b49584-6866-448b-8350-4286f1dbcdf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11345 | 2025.01.28 23:12:33.608906 [ 5 ] {20b49584-6866-448b-8350-4286f1dbcdf9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11346 | 2025.01.28 23:12:33.609341 [ 5 ] {20b49584-6866-448b-8350-4286f1dbcdf9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11347 | 2025.01.28 23:12:33.609568 [ 5 ] {20b49584-6866-448b-8350-4286f1dbcdf9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001738 sec., 34522.439585730725 rows/sec., 2.33 MiB/sec. | ||
| 11348 | 2025.01.28 23:12:33.609629 [ 5 ] {20b49584-6866-448b-8350-4286f1dbcdf9} <Debug> TCPHandler: Processed in 0.002099376 sec. | ||
| 11349 | 2025.01.28 23:12:34.539908 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11350 | 2025.01.28 23:12:34.561869 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11351 | 2025.01.28 23:12:34.561941 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11352 | 2025.01.28 23:12:34.569297 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11353 | 2025.01.28 23:12:34.570067 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11354 | 2025.01.28 23:12:34.573042 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11355 | 2025.01.28 23:12:35.547294 [ 46 ] {} <Debug> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11356 | 2025.01.28 23:12:35.547390 [ 46 ] {} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11357 | 2025.01.28 23:12:35.547431 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11358 | 2025.01.28 23:12:35.547655 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 11359 | 2025.01.28 23:12:35.547886 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11360 | 2025.01.28 23:12:35.547946 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 11361 | 2025.01.28 23:12:35.548086 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 11362 | 2025.01.28 23:12:35.548198 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 11363 | 2025.01.28 23:12:35.548441 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 11364 | 2025.01.28 23:12:35.548644 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 11365 | 2025.01.28 23:12:35.549578 [ 203 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002050484 sec., 18532.209956283492 rows/sec., 1.55 MiB/sec. | ||
| 11366 | 2025.01.28 23:12:35.549728 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11367 | 2025.01.28 23:12:35.549993 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_17_4} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2025.01.28 23:12:35.550080 [ 188 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_17_4} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11369 | 2025.01.28 23:12:35.550156 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11370 | 2025.01.28 23:12:35.711176 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11371 | 2025.01.28 23:12:35.711375 [ 254 ] {3e7922a2-7e84-4253-a4d7-ebfc6bb96bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11372 | 2025.01.28 23:12:35.711454 [ 254 ] {3e7922a2-7e84-4253-a4d7-ebfc6bb96bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11373 | 2025.01.28 23:12:35.712246 [ 254 ] {3e7922a2-7e84-4253-a4d7-ebfc6bb96bcc} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11374 | 2025.01.28 23:12:35.712301 [ 254 ] {3e7922a2-7e84-4253-a4d7-ebfc6bb96bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11375 | 2025.01.28 23:12:35.712747 [ 254 ] {3e7922a2-7e84-4253-a4d7-ebfc6bb96bcc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11376 | 2025.01.28 23:12:35.713011 [ 254 ] {3e7922a2-7e84-4253-a4d7-ebfc6bb96bcc} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11377 | 2025.01.28 23:12:35.713239 [ 254 ] {3e7922a2-7e84-4253-a4d7-ebfc6bb96bcc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec. | ||
| 11378 | 2025.01.28 23:12:35.713311 [ 254 ] {3e7922a2-7e84-4253-a4d7-ebfc6bb96bcc} <Debug> TCPHandler: Processed in 0.002273308 sec. | ||
| 11379 | 2025.01.28 23:12:35.713641 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11380 | 2025.01.28 23:12:35.713843 [ 5 ] {b75f5369-207a-4e43-b27c-6003465cbe6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11381 | 2025.01.28 23:12:35.713929 [ 5 ] {b75f5369-207a-4e43-b27c-6003465cbe6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11382 | 2025.01.28 23:12:35.715524 [ 5 ] {b75f5369-207a-4e43-b27c-6003465cbe6c} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2025.01.28 23:12:35.715582 [ 5 ] {b75f5369-207a-4e43-b27c-6003465cbe6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11384 | 2025.01.28 23:12:35.716117 [ 5 ] {b75f5369-207a-4e43-b27c-6003465cbe6c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11385 | 2025.01.28 23:12:35.716381 [ 5 ] {b75f5369-207a-4e43-b27c-6003465cbe6c} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2025.01.28 23:12:35.716600 [ 46 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11387 | 2025.01.28 23:12:35.716650 [ 5 ] {b75f5369-207a-4e43-b27c-6003465cbe6c} <Debug> executeQuery: Read 1367 rows, 116.92 KiB in 0.002857 sec., 478473.92369618476 rows/sec., 39.97 MiB/sec. | ||
| 11388 | 2025.01.28 23:12:35.716676 [ 46 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11389 | 2025.01.28 23:12:35.716742 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11390 | 2025.01.28 23:12:35.716794 [ 5 ] {b75f5369-207a-4e43-b27c-6003465cbe6c} <Debug> TCPHandler: Processed in 0.003309895 sec. | ||
| 11391 | 2025.01.28 23:12:35.717085 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 11392 | 2025.01.28 23:12:35.717107 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11393 | 2025.01.28 23:12:35.717558 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11394 | 2025.01.28 23:12:35.717626 [ 254 ] {c0c3e623-cc00-4327-9ab4-7d44fbe9f189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11395 | 2025.01.28 23:12:35.717672 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1431 rows starting from the beginning of the part | ||
| 11396 | 2025.01.28 23:12:35.717832 [ 254 ] {c0c3e623-cc00-4327-9ab4-7d44fbe9f189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11397 | 2025.01.28 23:12:35.718317 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 227 rows starting from the beginning of the part | ||
| 11398 | 2025.01.28 23:12:35.718971 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 111 rows starting from the beginning of the part | ||
| 11399 | 2025.01.28 23:12:35.719531 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 227 rows starting from the beginning of the part | ||
| 11400 | 2025.01.28 23:12:35.719914 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 110 rows starting from the beginning of the part | ||
| 11401 | 2025.01.28 23:12:35.720321 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1367 rows starting from the beginning of the part | ||
| 11402 | 2025.01.28 23:12:35.721416 [ 254 ] {c0c3e623-cc00-4327-9ab4-7d44fbe9f189} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11403 | 2025.01.28 23:12:35.721485 [ 254 ] {c0c3e623-cc00-4327-9ab4-7d44fbe9f189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11404 | 2025.01.28 23:12:35.722398 [ 254 ] {c0c3e623-cc00-4327-9ab4-7d44fbe9f189} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11405 | 2025.01.28 23:12:35.722852 [ 254 ] {c0c3e623-cc00-4327-9ab4-7d44fbe9f189} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11406 | 2025.01.28 23:12:35.723120 [ 254 ] {c0c3e623-cc00-4327-9ab4-7d44fbe9f189} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.005699 sec., 3333.9182312686435 rows/sec., 238.36 KiB/sec. | ||
| 11407 | 2025.01.28 23:12:35.723219 [ 254 ] {c0c3e623-cc00-4327-9ab4-7d44fbe9f189} <Debug> TCPHandler: Processed in 0.006290105 sec. | ||
| 11408 | 2025.01.28 23:12:35.723447 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11409 | 2025.01.28 23:12:35.723664 [ 5 ] {7c90dfb1-7542-4036-9982-658bc6a25c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11410 | 2025.01.28 23:12:35.723761 [ 5 ] {7c90dfb1-7542-4036-9982-658bc6a25c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11411 | 2025.01.28 23:12:35.723814 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3473 rows, containing 5 columns (5 merged, 0 gathered) in 0.006969456 sec., 498317.22877653583 rows/sec., 43.85 MiB/sec. | ||
| 11412 | 2025.01.28 23:12:35.724063 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11413 | 2025.01.28 23:12:35.724479 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11414 | 2025.01.28 23:12:35.724610 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_91_18} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11415 | 2025.01.28 23:12:35.724645 [ 5 ] {7c90dfb1-7542-4036-9982-658bc6a25c35} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11416 | 2025.01.28 23:12:35.724698 [ 5 ] {7c90dfb1-7542-4036-9982-658bc6a25c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11417 | 2025.01.28 23:12:35.724721 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 11418 | 2025.01.28 23:12:35.725093 [ 5 ] {7c90dfb1-7542-4036-9982-658bc6a25c35} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11419 | 2025.01.28 23:12:35.725355 [ 5 ] {7c90dfb1-7542-4036-9982-658bc6a25c35} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11420 | 2025.01.28 23:12:35.725581 [ 5 ] {7c90dfb1-7542-4036-9982-658bc6a25c35} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00198 sec., 122222.22222222222 rows/sec., 8.28 MiB/sec. | ||
| 11421 | 2025.01.28 23:12:35.725640 [ 5 ] {7c90dfb1-7542-4036-9982-658bc6a25c35} <Debug> TCPHandler: Processed in 0.002297048 sec. | ||
| 11422 | 2025.01.28 23:12:35.725810 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11423 | 2025.01.28 23:12:35.725935 [ 254 ] {0fef5746-4abc-464d-b6ee-c9047f225d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11424 | 2025.01.28 23:12:35.725988 [ 254 ] {0fef5746-4abc-464d-b6ee-c9047f225d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11425 | 2025.01.28 23:12:35.726605 [ 254 ] {0fef5746-4abc-464d-b6ee-c9047f225d85} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11426 | 2025.01.28 23:12:35.726646 [ 254 ] {0fef5746-4abc-464d-b6ee-c9047f225d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11427 | 2025.01.28 23:12:35.727045 [ 254 ] {0fef5746-4abc-464d-b6ee-c9047f225d85} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11428 | 2025.01.28 23:12:35.727306 [ 254 ] {0fef5746-4abc-464d-b6ee-c9047f225d85} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11429 | 2025.01.28 23:12:35.727549 [ 254 ] {0fef5746-4abc-464d-b6ee-c9047f225d85} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec. | ||
| 11430 | 2025.01.28 23:12:35.727677 [ 254 ] {0fef5746-4abc-464d-b6ee-c9047f225d85} <Debug> TCPHandler: Processed in 0.001921892 sec. | ||
| 11431 | 2025.01.28 23:12:35.727916 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11432 | 2025.01.28 23:12:35.728053 [ 5 ] {5bd35530-dedd-47f8-9631-fb9affd5ff31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11433 | 2025.01.28 23:12:35.728107 [ 5 ] {5bd35530-dedd-47f8-9631-fb9affd5ff31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11434 | 2025.01.28 23:12:35.729114 [ 5 ] {5bd35530-dedd-47f8-9631-fb9affd5ff31} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11435 | 2025.01.28 23:12:35.729155 [ 5 ] {5bd35530-dedd-47f8-9631-fb9affd5ff31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11436 | 2025.01.28 23:12:35.729573 [ 5 ] {5bd35530-dedd-47f8-9631-fb9affd5ff31} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11437 | 2025.01.28 23:12:35.729824 [ 5 ] {5bd35530-dedd-47f8-9631-fb9affd5ff31} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11438 | 2025.01.28 23:12:35.730011 [ 26 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11439 | 2025.01.28 23:12:35.730071 [ 5 ] {5bd35530-dedd-47f8-9631-fb9affd5ff31} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.002045 sec., 415647.9217603912 rows/sec., 30.05 MiB/sec. | ||
| 11440 | 2025.01.28 23:12:35.730077 [ 26 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11441 | 2025.01.28 23:12:35.730161 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11442 | 2025.01.28 23:12:35.730218 [ 5 ] {5bd35530-dedd-47f8-9631-fb9affd5ff31} <Debug> TCPHandler: Processed in 0.00242318 sec. | ||
| 11443 | 2025.01.28 23:12:35.730338 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 11444 | 2025.01.28 23:12:35.730421 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11445 | 2025.01.28 23:12:35.730486 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11446 | 2025.01.28 23:12:35.730549 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 11447 | 2025.01.28 23:12:35.730628 [ 254 ] {f25ddbde-2941-4aea-90ed-a8d1760ce841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11448 | 2025.01.28 23:12:35.730798 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 394 rows starting from the beginning of the part | ||
| 11449 | 2025.01.28 23:12:35.730811 [ 254 ] {f25ddbde-2941-4aea-90ed-a8d1760ce841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11450 | 2025.01.28 23:12:35.731187 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 93 rows starting from the beginning of the part | ||
| 11451 | 2025.01.28 23:12:35.731515 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 394 rows starting from the beginning of the part | ||
| 11452 | 2025.01.28 23:12:35.731883 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 91 rows starting from the beginning of the part | ||
| 11453 | 2025.01.28 23:12:35.732203 [ 187 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 850 rows starting from the beginning of the part | ||
| 11454 | 2025.01.28 23:12:35.733218 [ 254 ] {f25ddbde-2941-4aea-90ed-a8d1760ce841} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11455 | 2025.01.28 23:12:35.733274 [ 254 ] {f25ddbde-2941-4aea-90ed-a8d1760ce841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11456 | 2025.01.28 23:12:35.734170 [ 254 ] {f25ddbde-2941-4aea-90ed-a8d1760ce841} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11457 | 2025.01.28 23:12:35.734612 [ 254 ] {f25ddbde-2941-4aea-90ed-a8d1760ce841} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11458 | 2025.01.28 23:12:35.734877 [ 254 ] {f25ddbde-2941-4aea-90ed-a8d1760ce841} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004305 sec., 1393.7282229965158 rows/sec., 72.82 KiB/sec. | ||
| 11459 | 2025.01.28 23:12:35.735057 [ 254 ] {f25ddbde-2941-4aea-90ed-a8d1760ce841} <Debug> TCPHandler: Processed in 0.004711849 sec. | ||
| 11460 | 2025.01.28 23:12:35.735332 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11461 | 2025.01.28 23:12:35.735416 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2735 rows, containing 5 columns (5 merged, 0 gathered) in 0.005156376 sec., 530411.2811013006 rows/sec., 40.46 MiB/sec. | ||
| 11462 | 2025.01.28 23:12:35.735486 [ 5 ] {04b23360-3728-4d87-82c8-24b937d72860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11463 | 2025.01.28 23:12:35.735547 [ 5 ] {04b23360-3728-4d87-82c8-24b937d72860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11464 | 2025.01.28 23:12:35.735590 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11465 | 2025.01.28 23:12:35.735948 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11466 | 2025.01.28 23:12:35.736036 [ 199 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_91_18} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11467 | 2025.01.28 23:12:35.736127 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11468 | 2025.01.28 23:12:35.736451 [ 5 ] {04b23360-3728-4d87-82c8-24b937d72860} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11469 | 2025.01.28 23:12:35.736491 [ 5 ] {04b23360-3728-4d87-82c8-24b937d72860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11470 | 2025.01.28 23:12:35.736943 [ 5 ] {04b23360-3728-4d87-82c8-24b937d72860} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11471 | 2025.01.28 23:12:35.737208 [ 5 ] {04b23360-3728-4d87-82c8-24b937d72860} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11472 | 2025.01.28 23:12:35.737406 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11473 | 2025.01.28 23:12:35.737470 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11474 | 2025.01.28 23:12:35.737479 [ 5 ] {04b23360-3728-4d87-82c8-24b937d72860} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.002012 sec., 506461.23260437377 rows/sec., 33.75 MiB/sec. | ||
| 11475 | 2025.01.28 23:12:35.737508 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11476 | 2025.01.28 23:12:35.737652 [ 5 ] {04b23360-3728-4d87-82c8-24b937d72860} <Debug> TCPHandler: Processed in 0.00245843 sec. | ||
| 11477 | 2025.01.28 23:12:35.737929 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 11478 | 2025.01.28 23:12:35.737949 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11479 | 2025.01.28 23:12:35.738339 [ 254 ] {679a0415-8585-4651-bb15-c87f34201bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11480 | 2025.01.28 23:12:35.738516 [ 254 ] {679a0415-8585-4651-bb15-c87f34201bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11481 | 2025.01.28 23:12:35.738653 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11482 | 2025.01.28 23:12:35.738809 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25702 rows starting from the beginning of the part | ||
| 11483 | 2025.01.28 23:12:35.739281 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 11484 | 2025.01.28 23:12:35.739744 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
| 11485 | 2025.01.28 23:12:35.740162 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 11486 | 2025.01.28 23:12:35.740441 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 11487 | 2025.01.28 23:12:35.740698 [ 191 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1019 rows starting from the beginning of the part | ||
| 11488 | 2025.01.28 23:12:35.741900 [ 254 ] {679a0415-8585-4651-bb15-c87f34201bdf} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11489 | 2025.01.28 23:12:35.741989 [ 254 ] {679a0415-8585-4651-bb15-c87f34201bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11490 | 2025.01.28 23:12:35.742611 [ 254 ] {679a0415-8585-4651-bb15-c87f34201bdf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11491 | 2025.01.28 23:12:35.742926 [ 254 ] {679a0415-8585-4651-bb15-c87f34201bdf} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11492 | 2025.01.28 23:12:35.743508 [ 254 ] {679a0415-8585-4651-bb15-c87f34201bdf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005263 sec., 190.00570017100512 rows/sec., 12.80 KiB/sec. | ||
| 11493 | 2025.01.28 23:12:35.743805 [ 254 ] {679a0415-8585-4651-bb15-c87f34201bdf} <Debug> TCPHandler: Processed in 0.00597982 sec. | ||
| 11494 | 2025.01.28 23:12:35.744099 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11495 | 2025.01.28 23:12:35.744528 [ 5 ] {46705b74-5797-4b05-b111-89a1732424e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11496 | 2025.01.28 23:12:35.744951 [ 5 ] {46705b74-5797-4b05-b111-89a1732424e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11497 | 2025.01.28 23:12:35.746381 [ 5 ] {46705b74-5797-4b05-b111-89a1732424e4} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11498 | 2025.01.28 23:12:35.746425 [ 5 ] {46705b74-5797-4b05-b111-89a1732424e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11499 | 2025.01.28 23:12:35.747192 [ 5 ] {46705b74-5797-4b05-b111-89a1732424e4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11500 | 2025.01.28 23:12:35.747529 [ 5 ] {46705b74-5797-4b05-b111-89a1732424e4} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11501 | 2025.01.28 23:12:35.747933 [ 5 ] {46705b74-5797-4b05-b111-89a1732424e4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003577 sec., 3354.7665641599106 rows/sec., 6.01 MiB/sec. | ||
| 11502 | 2025.01.28 23:12:35.748083 [ 5 ] {46705b74-5797-4b05-b111-89a1732424e4} <Debug> TCPHandler: Processed in 0.004138669 sec. | ||
| 11503 | 2025.01.28 23:12:35.748279 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11504 | 2025.01.28 23:12:35.748420 [ 254 ] {ac80832c-2389-4d8f-9b62-def119316f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11505 | 2025.01.28 23:12:35.748473 [ 254 ] {ac80832c-2389-4d8f-9b62-def119316f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11506 | 2025.01.28 23:12:35.749204 [ 254 ] {ac80832c-2389-4d8f-9b62-def119316f47} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11507 | 2025.01.28 23:12:35.749246 [ 254 ] {ac80832c-2389-4d8f-9b62-def119316f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11508 | 2025.01.28 23:12:35.750052 [ 254 ] {ac80832c-2389-4d8f-9b62-def119316f47} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11509 | 2025.01.28 23:12:35.750064 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27516 rows, containing 5 columns (5 merged, 0 gathered) in 0.012409158 sec., 2217394.604855543 rows/sec., 149.66 MiB/sec. | ||
| 11510 | 2025.01.28 23:12:35.750389 [ 254 ] {ac80832c-2389-4d8f-9b62-def119316f47} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11511 | 2025.01.28 23:12:35.750510 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11512 | 2025.01.28 23:12:35.750748 [ 26 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11513 | 2025.01.28 23:12:35.750883 [ 26 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11514 | 2025.01.28 23:12:35.750951 [ 254 ] {ac80832c-2389-4d8f-9b62-def119316f47} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.002533 sec., 22897.74970390841 rows/sec., 1.42 MiB/sec. | ||
| 11515 | 2025.01.28 23:12:35.750959 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11516 | 2025.01.28 23:12:35.751271 [ 254 ] {ac80832c-2389-4d8f-9b62-def119316f47} <Debug> TCPHandler: Processed in 0.003076552 sec. | ||
| 11517 | 2025.01.28 23:12:35.751438 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 11518 | 2025.01.28 23:12:35.751635 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11519 | 2025.01.28 23:12:35.751689 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11520 | 2025.01.28 23:12:35.751764 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5136 rows starting from the beginning of the part | ||
| 11521 | 2025.01.28 23:12:35.751857 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11522 | 2025.01.28 23:12:35.751947 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 11523 | 2025.01.28 23:12:35.752202 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 11524 | 2025.01.28 23:12:35.752276 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 11525 | 2025.01.28 23:12:35.752357 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 11526 | 2025.01.28 23:12:35.752568 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 11527 | 2025.01.28 23:12:35.752800 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 58 rows starting from the beginning of the part | ||
| 11528 | 2025.01.28 23:12:35.754778 [ 200 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5478 rows, containing 4 columns (4 merged, 0 gathered) in 0.00361672 sec., 1514632.0422924638 rows/sec., 98.62 MiB/sec. | ||
| 11529 | 2025.01.28 23:12:35.755228 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11530 | 2025.01.28 23:12:35.755552 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11531 | 2025.01.28 23:12:35.755648 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_91_18} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11532 | 2025.01.28 23:12:35.755748 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 11533 | 2025.01.28 23:12:37.940685 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1636 | ||
| 11534 | 2025.01.28 23:12:37.944690 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11535 | 2025.01.28 23:12:37.944750 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11536 | 2025.01.28 23:12:37.946266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11537 | 2025.01.28 23:12:37.946591 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2025.01.28 23:12:37.947221 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1636 | ||
| 11539 | 2025.01.28 23:12:38.589420 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11540 | 2025.01.28 23:12:38.589632 [ 254 ] {5a2e6511-edc6-4b36-81bb-84420aaf3d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11541 | 2025.01.28 23:12:38.589709 [ 254 ] {5a2e6511-edc6-4b36-81bb-84420aaf3d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11542 | 2025.01.28 23:12:38.590551 [ 254 ] {5a2e6511-edc6-4b36-81bb-84420aaf3d7f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11543 | 2025.01.28 23:12:38.590595 [ 254 ] {5a2e6511-edc6-4b36-81bb-84420aaf3d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11544 | 2025.01.28 23:12:38.591031 [ 254 ] {5a2e6511-edc6-4b36-81bb-84420aaf3d7f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11545 | 2025.01.28 23:12:38.591301 [ 254 ] {5a2e6511-edc6-4b36-81bb-84420aaf3d7f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11546 | 2025.01.28 23:12:38.591519 [ 254 ] {5a2e6511-edc6-4b36-81bb-84420aaf3d7f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec. | ||
| 11547 | 2025.01.28 23:12:38.591596 [ 254 ] {5a2e6511-edc6-4b36-81bb-84420aaf3d7f} <Debug> TCPHandler: Processed in 0.002313739 sec. | ||
| 11548 | 2025.01.28 23:12:38.591934 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11549 | 2025.01.28 23:12:38.592234 [ 5 ] {6dcbb277-329a-4d96-92b6-7460843781cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11550 | 2025.01.28 23:12:38.592305 [ 5 ] {6dcbb277-329a-4d96-92b6-7460843781cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11551 | 2025.01.28 23:12:38.593063 [ 5 ] {6dcbb277-329a-4d96-92b6-7460843781cb} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2025.01.28 23:12:38.593113 [ 5 ] {6dcbb277-329a-4d96-92b6-7460843781cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11553 | 2025.01.28 23:12:38.593545 [ 5 ] {6dcbb277-329a-4d96-92b6-7460843781cb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11554 | 2025.01.28 23:12:38.593791 [ 5 ] {6dcbb277-329a-4d96-92b6-7460843781cb} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2025.01.28 23:12:38.594016 [ 5 ] {6dcbb277-329a-4d96-92b6-7460843781cb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001867 sec., 34279.59292983396 rows/sec., 2.68 MiB/sec. | ||
| 11556 | 2025.01.28 23:12:38.594070 [ 5 ] {6dcbb277-329a-4d96-92b6-7460843781cb} <Debug> TCPHandler: Processed in 0.00236501 sec. | ||
| 11557 | 2025.01.28 23:12:38.594225 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11558 | 2025.01.28 23:12:38.594370 [ 254 ] {6774927a-15a9-40f2-8372-61d19b5be491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11559 | 2025.01.28 23:12:38.594436 [ 254 ] {6774927a-15a9-40f2-8372-61d19b5be491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11560 | 2025.01.28 23:12:38.595103 [ 254 ] {6774927a-15a9-40f2-8372-61d19b5be491} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11561 | 2025.01.28 23:12:38.595151 [ 254 ] {6774927a-15a9-40f2-8372-61d19b5be491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11562 | 2025.01.28 23:12:38.595549 [ 254 ] {6774927a-15a9-40f2-8372-61d19b5be491} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11563 | 2025.01.28 23:12:38.595798 [ 254 ] {6774927a-15a9-40f2-8372-61d19b5be491} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11564 | 2025.01.28 23:12:38.595994 [ 254 ] {6774927a-15a9-40f2-8372-61d19b5be491} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00166 sec., 38554.21686746988 rows/sec., 2.69 MiB/sec. | ||
| 11565 | 2025.01.28 23:12:38.596051 [ 254 ] {6774927a-15a9-40f2-8372-61d19b5be491} <Debug> TCPHandler: Processed in 0.001896452 sec. | ||
| 11566 | 2025.01.28 23:12:38.596216 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11567 | 2025.01.28 23:12:38.596332 [ 5 ] {914c7561-0872-477d-ad19-e4c46c149851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11568 | 2025.01.28 23:12:38.596384 [ 5 ] {914c7561-0872-477d-ad19-e4c46c149851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11569 | 2025.01.28 23:12:38.596869 [ 5 ] {914c7561-0872-477d-ad19-e4c46c149851} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11570 | 2025.01.28 23:12:38.596908 [ 5 ] {914c7561-0872-477d-ad19-e4c46c149851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 11571 | 2025.01.28 23:12:38.597281 [ 5 ] {914c7561-0872-477d-ad19-e4c46c149851} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11572 | 2025.01.28 23:12:38.597520 [ 5 ] {914c7561-0872-477d-ad19-e4c46c149851} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11573 | 2025.01.28 23:12:38.597746 [ 5 ] {914c7561-0872-477d-ad19-e4c46c149851} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001437 sec., 16701.461377870564 rows/sec., 1.13 MiB/sec. | ||
| 11574 | 2025.01.28 23:12:38.597829 [ 5 ] {914c7561-0872-477d-ad19-e4c46c149851} <Debug> TCPHandler: Processed in 0.001668117 sec. | ||
| 11575 | 2025.01.28 23:12:40.308319 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 11576 | 2025.01.28 23:12:40.309025 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11577 | 2025.01.28 23:12:40.309078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11578 | 2025.01.28 23:12:40.309621 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11579 | 2025.01.28 23:12:40.309882 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11580 | 2025.01.28 23:12:40.310151 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 11581 | 2025.01.28 23:12:42.073205 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11582 | 2025.01.28 23:12:42.094273 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11583 | 2025.01.28 23:12:42.094320 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11584 | 2025.01.28 23:12:42.101668 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11585 | 2025.01.28 23:12:42.102490 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11586 | 2025.01.28 23:12:42.105476 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11587 | 2025.01.28 23:12:43.595333 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11588 | 2025.01.28 23:12:43.595551 [ 254 ] {7ca7ba8c-5cc9-463b-a172-40adc59dac57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11589 | 2025.01.28 23:12:43.595633 [ 254 ] {7ca7ba8c-5cc9-463b-a172-40adc59dac57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11590 | 2025.01.28 23:12:43.596550 [ 254 ] {7ca7ba8c-5cc9-463b-a172-40adc59dac57} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11591 | 2025.01.28 23:12:43.596608 [ 254 ] {7ca7ba8c-5cc9-463b-a172-40adc59dac57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11592 | 2025.01.28 23:12:43.597066 [ 254 ] {7ca7ba8c-5cc9-463b-a172-40adc59dac57} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11593 | 2025.01.28 23:12:43.597345 [ 254 ] {7ca7ba8c-5cc9-463b-a172-40adc59dac57} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11594 | 2025.01.28 23:12:43.597604 [ 254 ] {7ca7ba8c-5cc9-463b-a172-40adc59dac57} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002114 sec., 52034.05865657522 rows/sec., 4.37 MiB/sec. | ||
| 11595 | 2025.01.28 23:12:43.597671 [ 254 ] {7ca7ba8c-5cc9-463b-a172-40adc59dac57} <Debug> TCPHandler: Processed in 0.002469622 sec. | ||
| 11596 | 2025.01.28 23:12:43.597928 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11597 | 2025.01.28 23:12:43.598116 [ 5 ] {1f84fd5f-e986-42f8-b505-da793cb0c3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11598 | 2025.01.28 23:12:43.598191 [ 5 ] {1f84fd5f-e986-42f8-b505-da793cb0c3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11599 | 2025.01.28 23:12:43.598931 [ 5 ] {1f84fd5f-e986-42f8-b505-da793cb0c3e1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11600 | 2025.01.28 23:12:43.598977 [ 5 ] {1f84fd5f-e986-42f8-b505-da793cb0c3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11601 | 2025.01.28 23:12:43.599420 [ 5 ] {1f84fd5f-e986-42f8-b505-da793cb0c3e1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11602 | 2025.01.28 23:12:43.599678 [ 5 ] {1f84fd5f-e986-42f8-b505-da793cb0c3e1} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11603 | 2025.01.28 23:12:43.599921 [ 5 ] {1f84fd5f-e986-42f8-b505-da793cb0c3e1} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001857 sec., 14539.579967689822 rows/sec., 1.07 MiB/sec. | ||
| 11604 | 2025.01.28 23:12:43.599978 [ 5 ] {1f84fd5f-e986-42f8-b505-da793cb0c3e1} <Debug> TCPHandler: Processed in 0.002183376 sec. | ||
| 11605 | 2025.01.28 23:12:43.600163 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11606 | 2025.01.28 23:12:43.600314 [ 254 ] {eb585e04-3eb6-4988-b843-11db159b9118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11607 | 2025.01.28 23:12:43.600375 [ 254 ] {eb585e04-3eb6-4988-b843-11db159b9118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11608 | 2025.01.28 23:12:43.601020 [ 254 ] {eb585e04-3eb6-4988-b843-11db159b9118} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11609 | 2025.01.28 23:12:43.601062 [ 254 ] {eb585e04-3eb6-4988-b843-11db159b9118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11610 | 2025.01.28 23:12:43.601443 [ 254 ] {eb585e04-3eb6-4988-b843-11db159b9118} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11611 | 2025.01.28 23:12:43.601688 [ 254 ] {eb585e04-3eb6-4988-b843-11db159b9118} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11612 | 2025.01.28 23:12:43.601912 [ 254 ] {eb585e04-3eb6-4988-b843-11db159b9118} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001634 sec., 55691.55446756426 rows/sec., 4.35 MiB/sec. | ||
| 11613 | 2025.01.28 23:12:43.601967 [ 254 ] {eb585e04-3eb6-4988-b843-11db159b9118} <Debug> TCPHandler: Processed in 0.001874791 sec. | ||
| 11614 | 2025.01.28 23:12:43.602115 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11615 | 2025.01.28 23:12:43.602234 [ 5 ] {a4adfe3c-4303-4b91-8bed-10b655840cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11616 | 2025.01.28 23:12:43.602288 [ 5 ] {a4adfe3c-4303-4b91-8bed-10b655840cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11617 | 2025.01.28 23:12:43.602867 [ 5 ] {a4adfe3c-4303-4b91-8bed-10b655840cf1} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2025.01.28 23:12:43.602910 [ 5 ] {a4adfe3c-4303-4b91-8bed-10b655840cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11619 | 2025.01.28 23:12:43.603755 [ 5 ] {a4adfe3c-4303-4b91-8bed-10b655840cf1} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11620 | 2025.01.28 23:12:43.603997 [ 5 ] {a4adfe3c-4303-4b91-8bed-10b655840cf1} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11621 | 2025.01.28 23:12:43.604216 [ 5 ] {a4adfe3c-4303-4b91-8bed-10b655840cf1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002005 sec., 79800.49875311721 rows/sec., 5.56 MiB/sec. | ||
| 11622 | 2025.01.28 23:12:43.604284 [ 5 ] {a4adfe3c-4303-4b91-8bed-10b655840cf1} <Debug> TCPHandler: Processed in 0.002225547 sec. | ||
| 11623 | 2025.01.28 23:12:43.604487 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11624 | 2025.01.28 23:12:43.604668 [ 254 ] {cc104a93-3b7b-4f88-900f-308cae24ffd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11625 | 2025.01.28 23:12:43.604766 [ 254 ] {cc104a93-3b7b-4f88-900f-308cae24ffd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11626 | 2025.01.28 23:12:43.606047 [ 254 ] {cc104a93-3b7b-4f88-900f-308cae24ffd6} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11627 | 2025.01.28 23:12:43.606088 [ 254 ] {cc104a93-3b7b-4f88-900f-308cae24ffd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11628 | 2025.01.28 23:12:43.606744 [ 254 ] {cc104a93-3b7b-4f88-900f-308cae24ffd6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11629 | 2025.01.28 23:12:43.607007 [ 254 ] {cc104a93-3b7b-4f88-900f-308cae24ffd6} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11630 | 2025.01.28 23:12:43.607244 [ 254 ] {cc104a93-3b7b-4f88-900f-308cae24ffd6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002608 sec., 10352.760736196318 rows/sec., 18.55 MiB/sec. | ||
| 11631 | 2025.01.28 23:12:43.607364 [ 254 ] {cc104a93-3b7b-4f88-900f-308cae24ffd6} <Debug> TCPHandler: Processed in 0.002994099 sec. | ||
| 11632 | 2025.01.28 23:12:43.607522 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11633 | 2025.01.28 23:12:43.607640 [ 5 ] {492d8f3a-dbf0-48cd-b24f-ace6f7cf414a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11634 | 2025.01.28 23:12:43.607690 [ 5 ] {492d8f3a-dbf0-48cd-b24f-ace6f7cf414a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11635 | 2025.01.28 23:12:43.608186 [ 5 ] {492d8f3a-dbf0-48cd-b24f-ace6f7cf414a} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11636 | 2025.01.28 23:12:43.608221 [ 5 ] {492d8f3a-dbf0-48cd-b24f-ace6f7cf414a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11637 | 2025.01.28 23:12:43.608592 [ 5 ] {492d8f3a-dbf0-48cd-b24f-ace6f7cf414a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11638 | 2025.01.28 23:12:43.608828 [ 5 ] {492d8f3a-dbf0-48cd-b24f-ace6f7cf414a} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11639 | 2025.01.28 23:12:43.609005 [ 5 ] {492d8f3a-dbf0-48cd-b24f-ace6f7cf414a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
| 11640 | 2025.01.28 23:12:43.609053 [ 5 ] {492d8f3a-dbf0-48cd-b24f-ace6f7cf414a} <Debug> TCPHandler: Processed in 0.001586327 sec. | ||
| 11641 | 2025.01.28 23:12:47.628404 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11642 | 2025.01.28 23:12:47.628480 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11643 | 2025.01.28 23:12:47.810365 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 11644 | 2025.01.28 23:12:47.811205 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2025.01.28 23:12:47.811274 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11646 | 2025.01.28 23:12:47.811895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11647 | 2025.01.28 23:12:47.812156 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11648 | 2025.01.28 23:12:47.812425 [ 33 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11649 | 2025.01.28 23:12:47.812451 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11650 | 2025.01.28 23:12:47.812525 [ 33 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11651 | 2025.01.28 23:12:47.812574 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11652 | 2025.01.28 23:12:47.812913 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 11653 | 2025.01.28 23:12:47.813223 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11654 | 2025.01.28 23:12:47.813299 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 11655 | 2025.01.28 23:12:47.813483 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 11656 | 2025.01.28 23:12:47.813699 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 11657 | 2025.01.28 23:12:47.813917 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 11658 | 2025.01.28 23:12:47.814130 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 11659 | 2025.01.28 23:12:47.814300 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 11660 | 2025.01.28 23:12:47.817098 [ 189 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004403614 sec., 5831800.879913635 rows/sec., 83.42 MiB/sec. | ||
| 11661 | 2025.01.28 23:12:47.817394 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11662 | 2025.01.28 23:12:47.817739 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11663 | 2025.01.28 23:12:47.817831 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_56_11} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11664 | 2025.01.28 23:12:47.817956 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11665 | 2025.01.28 23:12:47.947589 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1656 | ||
| 11666 | 2025.01.28 23:12:47.950435 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11667 | 2025.01.28 23:12:47.950477 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11668 | 2025.01.28 23:12:47.951924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11669 | 2025.01.28 23:12:47.952221 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11670 | 2025.01.28 23:12:47.952434 [ 33 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11671 | 2025.01.28 23:12:47.952542 [ 33 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11672 | 2025.01.28 23:12:47.952616 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11673 | 2025.01.28 23:12:47.953074 [ 192 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 11674 | 2025.01.28 23:12:47.953585 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1656 | ||
| 11675 | 2025.01.28 23:12:47.954103 [ 192 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11676 | 2025.01.28 23:12:47.954284 [ 192 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1466 rows starting from the beginning of the part | ||
| 11677 | 2025.01.28 23:12:47.955013 [ 192 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
| 11678 | 2025.01.28 23:12:47.955683 [ 192 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 11679 | 2025.01.28 23:12:47.956364 [ 192 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 11680 | 2025.01.28 23:12:47.957006 [ 192 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
| 11681 | 2025.01.28 23:12:47.957728 [ 192 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 11682 | 2025.01.28 23:12:47.966854 [ 198 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 72 columns (72 merged, 0 gathered) in 0.014058935 sec., 117789.86103854951 rows/sec., 90.64 MiB/sec. | ||
| 11683 | 2025.01.28 23:12:47.968660 [ 189 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11684 | 2025.01.28 23:12:47.969506 [ 189 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11685 | 2025.01.28 23:12:47.969617 [ 189 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_41_8} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11686 | 2025.01.28 23:12:47.969967 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 11687 | 2025.01.28 23:12:48.598317 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11688 | 2025.01.28 23:12:48.598531 [ 254 ] {b77b2f84-d31d-4698-9e78-5f3b1a5be28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11689 | 2025.01.28 23:12:48.598612 [ 254 ] {b77b2f84-d31d-4698-9e78-5f3b1a5be28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11690 | 2025.01.28 23:12:48.599387 [ 254 ] {b77b2f84-d31d-4698-9e78-5f3b1a5be28b} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11691 | 2025.01.28 23:12:48.599439 [ 254 ] {b77b2f84-d31d-4698-9e78-5f3b1a5be28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11692 | 2025.01.28 23:12:48.599883 [ 254 ] {b77b2f84-d31d-4698-9e78-5f3b1a5be28b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11693 | 2025.01.28 23:12:48.600154 [ 254 ] {b77b2f84-d31d-4698-9e78-5f3b1a5be28b} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11694 | 2025.01.28 23:12:48.600415 [ 254 ] {b77b2f84-d31d-4698-9e78-5f3b1a5be28b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 518.96 KiB/sec. | ||
| 11695 | 2025.01.28 23:12:48.600485 [ 254 ] {b77b2f84-d31d-4698-9e78-5f3b1a5be28b} <Debug> TCPHandler: Processed in 0.002302278 sec. | ||
| 11696 | 2025.01.28 23:12:48.600753 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11697 | 2025.01.28 23:12:48.600967 [ 5 ] {4cdaa09f-067b-45c5-98ee-511046e0b3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11698 | 2025.01.28 23:12:48.601048 [ 5 ] {4cdaa09f-067b-45c5-98ee-511046e0b3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11699 | 2025.01.28 23:12:48.601955 [ 5 ] {4cdaa09f-067b-45c5-98ee-511046e0b3d6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11700 | 2025.01.28 23:12:48.602006 [ 5 ] {4cdaa09f-067b-45c5-98ee-511046e0b3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11701 | 2025.01.28 23:12:48.602465 [ 5 ] {4cdaa09f-067b-45c5-98ee-511046e0b3d6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11702 | 2025.01.28 23:12:48.602716 [ 5 ] {4cdaa09f-067b-45c5-98ee-511046e0b3d6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11703 | 2025.01.28 23:12:48.602956 [ 5 ] {4cdaa09f-067b-45c5-98ee-511046e0b3d6} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002047 sec., 110893.99120664386 rows/sec., 9.71 MiB/sec. | ||
| 11704 | 2025.01.28 23:12:48.603012 [ 5 ] {4cdaa09f-067b-45c5-98ee-511046e0b3d6} <Debug> TCPHandler: Processed in 0.00240111 sec. | ||
| 11705 | 2025.01.28 23:12:48.603179 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11706 | 2025.01.28 23:12:48.603324 [ 254 ] {c0d3e176-fb1a-443a-80f9-de74c7a173b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11707 | 2025.01.28 23:12:48.603386 [ 254 ] {c0d3e176-fb1a-443a-80f9-de74c7a173b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11708 | 2025.01.28 23:12:48.604015 [ 254 ] {c0d3e176-fb1a-443a-80f9-de74c7a173b9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2025.01.28 23:12:48.604056 [ 254 ] {c0d3e176-fb1a-443a-80f9-de74c7a173b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11710 | 2025.01.28 23:12:48.604418 [ 254 ] {c0d3e176-fb1a-443a-80f9-de74c7a173b9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11711 | 2025.01.28 23:12:48.604663 [ 254 ] {c0d3e176-fb1a-443a-80f9-de74c7a173b9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11712 | 2025.01.28 23:12:48.604857 [ 32 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 11713 | 2025.01.28 23:12:48.604919 [ 254 ] {c0d3e176-fb1a-443a-80f9-de74c7a173b9} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00162 sec., 11728.395061728395 rows/sec., 838.52 KiB/sec. | ||
| 11714 | 2025.01.28 23:12:48.604950 [ 32 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11715 | 2025.01.28 23:12:48.605023 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11716 | 2025.01.28 23:12:48.605038 [ 254 ] {c0d3e176-fb1a-443a-80f9-de74c7a173b9} <Debug> TCPHandler: Processed in 0.001928493 sec. | ||
| 11717 | 2025.01.28 23:12:48.605283 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 11718 | 2025.01.28 23:12:48.605354 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11719 | 2025.01.28 23:12:48.605461 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11720 | 2025.01.28 23:12:48.605524 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 64 rows starting from the beginning of the part | ||
| 11721 | 2025.01.28 23:12:48.605700 [ 5 ] {457101ff-575b-4f5d-8d07-d2b81b07e0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11722 | 2025.01.28 23:12:48.605773 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 19 rows starting from the beginning of the part | ||
| 11723 | 2025.01.28 23:12:48.605849 [ 5 ] {457101ff-575b-4f5d-8d07-d2b81b07e0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11724 | 2025.01.28 23:12:48.606185 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part | ||
| 11725 | 2025.01.28 23:12:48.606527 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 19 rows starting from the beginning of the part | ||
| 11726 | 2025.01.28 23:12:48.606863 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part | ||
| 11727 | 2025.01.28 23:12:48.607307 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 19 rows starting from the beginning of the part | ||
| 11728 | 2025.01.28 23:12:48.608692 [ 5 ] {457101ff-575b-4f5d-8d07-d2b81b07e0ab} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11729 | 2025.01.28 23:12:48.608758 [ 5 ] {457101ff-575b-4f5d-8d07-d2b81b07e0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11730 | 2025.01.28 23:12:48.609838 [ 5 ] {457101ff-575b-4f5d-8d07-d2b81b07e0ab} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11731 | 2025.01.28 23:12:48.610254 [ 189 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005127106 sec., 34132.31557919809 rows/sec., 2.56 MiB/sec. | ||
| 11732 | 2025.01.28 23:12:48.610393 [ 5 ] {457101ff-575b-4f5d-8d07-d2b81b07e0ab} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11733 | 2025.01.28 23:12:48.610488 [ 189 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 11734 | 2025.01.28 23:12:48.610904 [ 5 ] {457101ff-575b-4f5d-8d07-d2b81b07e0ab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005293 sec., 2645.0028339316077 rows/sec., 185.24 KiB/sec. | ||
| 11735 | 2025.01.28 23:12:48.611333 [ 189 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11736 | 2025.01.28 23:12:48.611336 [ 5 ] {457101ff-575b-4f5d-8d07-d2b81b07e0ab} <Debug> TCPHandler: Processed in 0.006164163 sec. | ||
| 11737 | 2025.01.28 23:12:48.611628 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11738 | 2025.01.28 23:12:48.611671 [ 189 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_75_15} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 11739 | 2025.01.28 23:12:48.611811 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11740 | 2025.01.28 23:12:48.611812 [ 254 ] {a05f08d6-fe33-40b1-9708-17f271e58f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11741 | 2025.01.28 23:12:48.611894 [ 254 ] {a05f08d6-fe33-40b1-9708-17f271e58f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11742 | 2025.01.28 23:12:48.612566 [ 254 ] {a05f08d6-fe33-40b1-9708-17f271e58f31} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11743 | 2025.01.28 23:12:48.612611 [ 254 ] {a05f08d6-fe33-40b1-9708-17f271e58f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11744 | 2025.01.28 23:12:48.612961 [ 254 ] {a05f08d6-fe33-40b1-9708-17f271e58f31} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11745 | 2025.01.28 23:12:48.613207 [ 254 ] {a05f08d6-fe33-40b1-9708-17f271e58f31} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11746 | 2025.01.28 23:12:48.613414 [ 254 ] {a05f08d6-fe33-40b1-9708-17f271e58f31} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec. | ||
| 11747 | 2025.01.28 23:12:48.613467 [ 254 ] {a05f08d6-fe33-40b1-9708-17f271e58f31} <Debug> TCPHandler: Processed in 0.001985423 sec. | ||
| 11748 | 2025.01.28 23:12:48.613649 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11749 | 2025.01.28 23:12:48.613868 [ 5 ] {6b03638e-28f4-44d6-bc6e-cac83ac1133a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11750 | 2025.01.28 23:12:48.613960 [ 5 ] {6b03638e-28f4-44d6-bc6e-cac83ac1133a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11751 | 2025.01.28 23:12:48.615004 [ 5 ] {6b03638e-28f4-44d6-bc6e-cac83ac1133a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11752 | 2025.01.28 23:12:48.615044 [ 5 ] {6b03638e-28f4-44d6-bc6e-cac83ac1133a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11753 | 2025.01.28 23:12:48.615436 [ 5 ] {6b03638e-28f4-44d6-bc6e-cac83ac1133a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11754 | 2025.01.28 23:12:48.615674 [ 5 ] {6b03638e-28f4-44d6-bc6e-cac83ac1133a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11755 | 2025.01.28 23:12:48.615886 [ 5 ] {6b03638e-28f4-44d6-bc6e-cac83ac1133a} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002071 sec., 190246.257846451 rows/sec., 13.51 MiB/sec. | ||
| 11756 | 2025.01.28 23:12:48.615958 [ 5 ] {6b03638e-28f4-44d6-bc6e-cac83ac1133a} <Debug> TCPHandler: Processed in 0.00239219 sec. | ||
| 11757 | 2025.01.28 23:12:48.616162 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11758 | 2025.01.28 23:12:48.616323 [ 254 ] {eb8394ab-f431-41be-87fb-148cd7434df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11759 | 2025.01.28 23:12:48.616383 [ 254 ] {eb8394ab-f431-41be-87fb-148cd7434df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11760 | 2025.01.28 23:12:48.616924 [ 254 ] {eb8394ab-f431-41be-87fb-148cd7434df8} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11761 | 2025.01.28 23:12:48.616964 [ 254 ] {eb8394ab-f431-41be-87fb-148cd7434df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11762 | 2025.01.28 23:12:48.617336 [ 254 ] {eb8394ab-f431-41be-87fb-148cd7434df8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11763 | 2025.01.28 23:12:48.617581 [ 254 ] {eb8394ab-f431-41be-87fb-148cd7434df8} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11764 | 2025.01.28 23:12:48.617796 [ 254 ] {eb8394ab-f431-41be-87fb-148cd7434df8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
| 11765 | 2025.01.28 23:12:48.617853 [ 254 ] {eb8394ab-f431-41be-87fb-148cd7434df8} <Debug> TCPHandler: Processed in 0.00180679 sec. | ||
| 11766 | 2025.01.28 23:12:48.618011 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11767 | 2025.01.28 23:12:48.618148 [ 5 ] {c433ac8f-9652-407b-9853-0901795d130c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11768 | 2025.01.28 23:12:48.618211 [ 5 ] {c433ac8f-9652-407b-9853-0901795d130c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11769 | 2025.01.28 23:12:48.618845 [ 5 ] {c433ac8f-9652-407b-9853-0901795d130c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11770 | 2025.01.28 23:12:48.618883 [ 5 ] {c433ac8f-9652-407b-9853-0901795d130c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11771 | 2025.01.28 23:12:48.619276 [ 5 ] {c433ac8f-9652-407b-9853-0901795d130c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11772 | 2025.01.28 23:12:48.619507 [ 5 ] {c433ac8f-9652-407b-9853-0901795d130c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11773 | 2025.01.28 23:12:48.619718 [ 5 ] {c433ac8f-9652-407b-9853-0901795d130c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
| 11774 | 2025.01.28 23:12:48.619769 [ 5 ] {c433ac8f-9652-407b-9853-0901795d130c} <Debug> TCPHandler: Processed in 0.001823581 sec. | ||
| 11775 | 2025.01.28 23:12:48.619923 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11776 | 2025.01.28 23:12:48.620064 [ 254 ] {09961d2d-9f8c-460d-8797-f74829d77cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11777 | 2025.01.28 23:12:48.620125 [ 254 ] {09961d2d-9f8c-460d-8797-f74829d77cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11778 | 2025.01.28 23:12:48.620666 [ 254 ] {09961d2d-9f8c-460d-8797-f74829d77cca} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11779 | 2025.01.28 23:12:48.620706 [ 254 ] {09961d2d-9f8c-460d-8797-f74829d77cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11780 | 2025.01.28 23:12:48.621063 [ 254 ] {09961d2d-9f8c-460d-8797-f74829d77cca} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11781 | 2025.01.28 23:12:48.621303 [ 254 ] {09961d2d-9f8c-460d-8797-f74829d77cca} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11782 | 2025.01.28 23:12:48.621531 [ 254 ] {09961d2d-9f8c-460d-8797-f74829d77cca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 11783 | 2025.01.28 23:12:48.621627 [ 254 ] {09961d2d-9f8c-460d-8797-f74829d77cca} <Debug> TCPHandler: Processed in 0.00176821 sec. | ||
| 11784 | 2025.01.28 23:12:48.621864 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11785 | 2025.01.28 23:12:48.622085 [ 5 ] {5ed0083c-9b55-4403-9601-8bd89b20ee0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11786 | 2025.01.28 23:12:48.622225 [ 5 ] {5ed0083c-9b55-4403-9601-8bd89b20ee0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11787 | 2025.01.28 23:12:48.623520 [ 5 ] {5ed0083c-9b55-4403-9601-8bd89b20ee0a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11788 | 2025.01.28 23:12:48.623559 [ 5 ] {5ed0083c-9b55-4403-9601-8bd89b20ee0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11789 | 2025.01.28 23:12:48.624179 [ 5 ] {5ed0083c-9b55-4403-9601-8bd89b20ee0a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11790 | 2025.01.28 23:12:48.624439 [ 5 ] {5ed0083c-9b55-4403-9601-8bd89b20ee0a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11791 | 2025.01.28 23:12:48.624686 [ 5 ] {5ed0083c-9b55-4403-9601-8bd89b20ee0a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002654 sec., 4521.4770158251695 rows/sec., 8.10 MiB/sec. | ||
| 11792 | 2025.01.28 23:12:48.624779 [ 5 ] {5ed0083c-9b55-4403-9601-8bd89b20ee0a} <Debug> TCPHandler: Processed in 0.003060051 sec. | ||
| 11793 | 2025.01.28 23:12:48.626000 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11794 | 2025.01.28 23:12:48.626139 [ 254 ] {16a82856-dd68-43cf-8d75-0a6004c67adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11795 | 2025.01.28 23:12:48.626198 [ 254 ] {16a82856-dd68-43cf-8d75-0a6004c67adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11796 | 2025.01.28 23:12:48.626752 [ 254 ] {16a82856-dd68-43cf-8d75-0a6004c67adb} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11797 | 2025.01.28 23:12:48.626792 [ 254 ] {16a82856-dd68-43cf-8d75-0a6004c67adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11798 | 2025.01.28 23:12:48.627161 [ 254 ] {16a82856-dd68-43cf-8d75-0a6004c67adb} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11799 | 2025.01.28 23:12:48.627413 [ 254 ] {16a82856-dd68-43cf-8d75-0a6004c67adb} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11800 | 2025.01.28 23:12:48.627634 [ 254 ] {16a82856-dd68-43cf-8d75-0a6004c67adb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001524 sec., 53805.77427821523 rows/sec., 3.42 MiB/sec. | ||
| 11801 | 2025.01.28 23:12:48.627698 [ 254 ] {16a82856-dd68-43cf-8d75-0a6004c67adb} <Debug> TCPHandler: Processed in 0.00176649 sec. | ||
| 11802 | 2025.01.28 23:12:49.605638 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 11803 | 2025.01.28 23:12:49.628098 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11804 | 2025.01.28 23:12:49.628155 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11805 | 2025.01.28 23:12:49.635526 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11806 | 2025.01.28 23:12:49.636306 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11807 | 2025.01.28 23:12:49.636776 [ 30 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11808 | 2025.01.28 23:12:49.636948 [ 30 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11809 | 2025.01.28 23:12:49.637115 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11810 | 2025.01.28 23:12:49.637741 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 11811 | 2025.01.28 23:12:49.646714 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 11812 | 2025.01.28 23:12:49.647981 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11813 | 2025.01.28 23:12:49.648907 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 11814 | 2025.01.28 23:12:49.653688 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 11815 | 2025.01.28 23:12:49.658584 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 11816 | 2025.01.28 23:12:49.663865 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 11817 | 2025.01.28 23:12:49.670538 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 11818 | 2025.01.28 23:12:49.675435 [ 189 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 11819 | 2025.01.28 23:12:49.736702 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.09937396 sec., 4246.585322754573 rows/sec., 21.96 MiB/sec. | ||
| 11820 | 2025.01.28 23:12:49.740164 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11821 | 2025.01.28 23:12:49.743245 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_56_11} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11822 | 2025.01.28 23:12:49.743379 [ 194 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_56_11} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11823 | 2025.01.28 23:12:49.745977 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.94 MiB. | ||
| 11824 | 2025.01.28 23:12:50.000147 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.93 MiB, peak 254.31 MiB, free memory in arenas 0.00 B, will set to 242.11 MiB (RSS), difference: 1.19 MiB | ||
| 11825 | 2025.01.28 23:12:53.597997 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11826 | 2025.01.28 23:12:53.598208 [ 254 ] {c6d1c015-f5b0-4b12-b1b0-f12fb70411a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11827 | 2025.01.28 23:12:53.598286 [ 254 ] {c6d1c015-f5b0-4b12-b1b0-f12fb70411a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11828 | 2025.01.28 23:12:53.599071 [ 254 ] {c6d1c015-f5b0-4b12-b1b0-f12fb70411a4} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11829 | 2025.01.28 23:12:53.599128 [ 254 ] {c6d1c015-f5b0-4b12-b1b0-f12fb70411a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11830 | 2025.01.28 23:12:53.599567 [ 254 ] {c6d1c015-f5b0-4b12-b1b0-f12fb70411a4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11831 | 2025.01.28 23:12:53.599831 [ 254 ] {c6d1c015-f5b0-4b12-b1b0-f12fb70411a4} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11832 | 2025.01.28 23:12:53.600061 [ 254 ] {c6d1c015-f5b0-4b12-b1b0-f12fb70411a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001898 sec., 1053.7407797681772 rows/sec., 85.93 KiB/sec. | ||
| 11833 | 2025.01.28 23:12:53.600176 [ 254 ] {c6d1c015-f5b0-4b12-b1b0-f12fb70411a4} <Debug> TCPHandler: Processed in 0.002308178 sec. | ||
| 11834 | 2025.01.28 23:12:53.600464 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11835 | 2025.01.28 23:12:53.600658 [ 5 ] {752b7f34-88b8-4e69-bfc8-567737a440e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11836 | 2025.01.28 23:12:53.600728 [ 5 ] {752b7f34-88b8-4e69-bfc8-567737a440e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11837 | 2025.01.28 23:12:53.601544 [ 5 ] {752b7f34-88b8-4e69-bfc8-567737a440e6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11838 | 2025.01.28 23:12:53.601588 [ 5 ] {752b7f34-88b8-4e69-bfc8-567737a440e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11839 | 2025.01.28 23:12:53.602037 [ 5 ] {752b7f34-88b8-4e69-bfc8-567737a440e6} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11840 | 2025.01.28 23:12:53.602307 [ 5 ] {752b7f34-88b8-4e69-bfc8-567737a440e6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11841 | 2025.01.28 23:12:53.602559 [ 5 ] {752b7f34-88b8-4e69-bfc8-567737a440e6} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.001952 sec., 56864.75409836066 rows/sec., 4.77 MiB/sec. | ||
| 11842 | 2025.01.28 23:12:53.602626 [ 5 ] {752b7f34-88b8-4e69-bfc8-567737a440e6} <Debug> TCPHandler: Processed in 0.002297868 sec. | ||
| 11843 | 2025.01.28 23:12:53.602802 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11844 | 2025.01.28 23:12:53.602957 [ 254 ] {5411da1c-0405-4938-820c-87e9bfacc3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11845 | 2025.01.28 23:12:53.603024 [ 254 ] {5411da1c-0405-4938-820c-87e9bfacc3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11846 | 2025.01.28 23:12:53.603849 [ 254 ] {5411da1c-0405-4938-820c-87e9bfacc3c9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11847 | 2025.01.28 23:12:53.603899 [ 254 ] {5411da1c-0405-4938-820c-87e9bfacc3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11848 | 2025.01.28 23:12:53.604430 [ 254 ] {5411da1c-0405-4938-820c-87e9bfacc3c9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11849 | 2025.01.28 23:12:53.604799 [ 254 ] {5411da1c-0405-4938-820c-87e9bfacc3c9} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11850 | 2025.01.28 23:12:53.605076 [ 254 ] {5411da1c-0405-4938-820c-87e9bfacc3c9} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.002148 sec., 13500.931098696461 rows/sec., 1010.21 KiB/sec. | ||
| 11851 | 2025.01.28 23:12:53.605208 [ 254 ] {5411da1c-0405-4938-820c-87e9bfacc3c9} <Debug> TCPHandler: Processed in 0.002480931 sec. | ||
| 11852 | 2025.01.28 23:12:53.605453 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11853 | 2025.01.28 23:12:53.605678 [ 5 ] {5f99b9a6-3110-46fe-8654-7b9479c5f95a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11854 | 2025.01.28 23:12:53.605744 [ 5 ] {5f99b9a6-3110-46fe-8654-7b9479c5f95a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11855 | 2025.01.28 23:12:53.606522 [ 5 ] {5f99b9a6-3110-46fe-8654-7b9479c5f95a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11856 | 2025.01.28 23:12:53.606568 [ 5 ] {5f99b9a6-3110-46fe-8654-7b9479c5f95a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11857 | 2025.01.28 23:12:53.607012 [ 5 ] {5f99b9a6-3110-46fe-8654-7b9479c5f95a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11858 | 2025.01.28 23:12:53.607296 [ 5 ] {5f99b9a6-3110-46fe-8654-7b9479c5f95a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11859 | 2025.01.28 23:12:53.607594 [ 5 ] {5f99b9a6-3110-46fe-8654-7b9479c5f95a} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001949 sec., 47716.77783478707 rows/sec., 3.73 MiB/sec. | ||
| 11860 | 2025.01.28 23:12:53.607707 [ 5 ] {5f99b9a6-3110-46fe-8654-7b9479c5f95a} <Debug> TCPHandler: Processed in 0.0023809 sec. | ||
| 11861 | 2025.01.28 23:12:53.607992 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11862 | 2025.01.28 23:12:53.608189 [ 254 ] {7b112980-d8ef-482a-ae8d-5120b929c8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11863 | 2025.01.28 23:12:53.608272 [ 254 ] {7b112980-d8ef-482a-ae8d-5120b929c8e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11864 | 2025.01.28 23:12:53.611453 [ 254 ] {7b112980-d8ef-482a-ae8d-5120b929c8e5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11865 | 2025.01.28 23:12:53.611555 [ 254 ] {7b112980-d8ef-482a-ae8d-5120b929c8e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11866 | 2025.01.28 23:12:53.612261 [ 254 ] {7b112980-d8ef-482a-ae8d-5120b929c8e5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11867 | 2025.01.28 23:12:53.612821 [ 254 ] {7b112980-d8ef-482a-ae8d-5120b929c8e5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11868 | 2025.01.28 23:12:53.613158 [ 254 ] {7b112980-d8ef-482a-ae8d-5120b929c8e5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005009 sec., 32142.144140547014 rows/sec., 2.24 MiB/sec. | ||
| 11869 | 2025.01.28 23:12:53.613262 [ 254 ] {7b112980-d8ef-482a-ae8d-5120b929c8e5} <Debug> TCPHandler: Processed in 0.00539872 sec. | ||
| 11870 | 2025.01.28 23:12:53.613540 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11871 | 2025.01.28 23:12:53.613732 [ 5 ] {2318b220-e6b4-49ba-a486-db5dfb7f47d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11872 | 2025.01.28 23:12:53.613859 [ 5 ] {2318b220-e6b4-49ba-a486-db5dfb7f47d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11873 | 2025.01.28 23:12:53.615459 [ 5 ] {2318b220-e6b4-49ba-a486-db5dfb7f47d7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11874 | 2025.01.28 23:12:53.615517 [ 5 ] {2318b220-e6b4-49ba-a486-db5dfb7f47d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11875 | 2025.01.28 23:12:53.616456 [ 5 ] {2318b220-e6b4-49ba-a486-db5dfb7f47d7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11876 | 2025.01.28 23:12:53.616807 [ 5 ] {2318b220-e6b4-49ba-a486-db5dfb7f47d7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11877 | 2025.01.28 23:12:53.617030 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11878 | 2025.01.28 23:12:53.617110 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11879 | 2025.01.28 23:12:53.617143 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11880 | 2025.01.28 23:12:53.617189 [ 5 ] {2318b220-e6b4-49ba-a486-db5dfb7f47d7} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003502 sec., 7709.880068532268 rows/sec., 13.82 MiB/sec. | ||
| 11881 | 2025.01.28 23:12:53.617550 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 11882 | 2025.01.28 23:12:53.617670 [ 5 ] {2318b220-e6b4-49ba-a486-db5dfb7f47d7} <Debug> TCPHandler: Processed in 0.004270332 sec. | ||
| 11883 | 2025.01.28 23:12:53.617986 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11884 | 2025.01.28 23:12:53.618337 [ 254 ] {e8a27a0b-dc51-40a8-a68c-36aa77b07939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11885 | 2025.01.28 23:12:53.618405 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11886 | 2025.01.28 23:12:53.618497 [ 254 ] {e8a27a0b-dc51-40a8-a68c-36aa77b07939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11887 | 2025.01.28 23:12:53.618576 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1323 rows starting from the beginning of the part | ||
| 11888 | 2025.01.28 23:12:53.619481 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part | ||
| 11889 | 2025.01.28 23:12:53.620151 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part | ||
| 11890 | 2025.01.28 23:12:53.621034 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part | ||
| 11891 | 2025.01.28 23:12:53.621525 [ 254 ] {e8a27a0b-dc51-40a8-a68c-36aa77b07939} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11892 | 2025.01.28 23:12:53.621676 [ 254 ] {e8a27a0b-dc51-40a8-a68c-36aa77b07939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11893 | 2025.01.28 23:12:53.621786 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 12 rows starting from the beginning of the part | ||
| 11894 | 2025.01.28 23:12:53.622587 [ 186 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 27 rows starting from the beginning of the part | ||
| 11895 | 2025.01.28 23:12:53.623705 [ 254 ] {e8a27a0b-dc51-40a8-a68c-36aa77b07939} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11896 | 2025.01.28 23:12:53.624388 [ 254 ] {e8a27a0b-dc51-40a8-a68c-36aa77b07939} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11897 | 2025.01.28 23:12:53.625240 [ 254 ] {e8a27a0b-dc51-40a8-a68c-36aa77b07939} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006982 sec., 8593.52621025494 rows/sec., 593.04 KiB/sec. | ||
| 11898 | 2025.01.28 23:12:53.625574 [ 254 ] {e8a27a0b-dc51-40a8-a68c-36aa77b07939} <Debug> TCPHandler: Processed in 0.007764909 sec. | ||
| 11899 | 2025.01.28 23:12:53.633756 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 19 columns (19 merged, 0 gathered) in 0.016482355 sec., 86638.10480965857 rows/sec., 155.25 MiB/sec. | ||
| 11900 | 2025.01.28 23:12:53.635382 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11901 | 2025.01.28 23:12:53.636080 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11902 | 2025.01.28 23:12:53.636216 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11903 | 2025.01.28 23:12:53.636441 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB. | ||
| 11904 | 2025.01.28 23:12:54.000197 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.67 MiB, peak 254.31 MiB, free memory in arenas 0.00 B, will set to 245.17 MiB (RSS), difference: 2.50 MiB | ||
| 11905 | 2025.01.28 23:12:55.312681 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 11906 | 2025.01.28 23:12:55.313368 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11907 | 2025.01.28 23:12:55.313418 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11908 | 2025.01.28 23:12:55.313964 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11909 | 2025.01.28 23:12:55.314242 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11910 | 2025.01.28 23:12:55.314532 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 11911 | 2025.01.28 23:12:57.146884 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 11912 | 2025.01.28 23:12:57.166523 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11913 | 2025.01.28 23:12:57.166598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11914 | 2025.01.28 23:12:57.173541 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11915 | 2025.01.28 23:12:57.174287 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11916 | 2025.01.28 23:12:57.177308 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11917 | 2025.01.28 23:12:57.953847 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1692 | ||
| 11918 | 2025.01.28 23:12:57.957434 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11919 | 2025.01.28 23:12:57.957474 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11920 | 2025.01.28 23:12:57.958940 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11921 | 2025.01.28 23:12:57.959245 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11922 | 2025.01.28 23:12:57.961452 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1692 | ||
| 11923 | 2025.01.28 23:12:58.599908 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11924 | 2025.01.28 23:12:58.600120 [ 254 ] {2dc7fdbd-4f23-47a5-84f6-0bc2ab2b7af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11925 | 2025.01.28 23:12:58.600200 [ 254 ] {2dc7fdbd-4f23-47a5-84f6-0bc2ab2b7af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11926 | 2025.01.28 23:12:58.601038 [ 254 ] {2dc7fdbd-4f23-47a5-84f6-0bc2ab2b7af2} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11927 | 2025.01.28 23:12:58.601080 [ 254 ] {2dc7fdbd-4f23-47a5-84f6-0bc2ab2b7af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11928 | 2025.01.28 23:12:58.601529 [ 254 ] {2dc7fdbd-4f23-47a5-84f6-0bc2ab2b7af2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11929 | 2025.01.28 23:12:58.601790 [ 254 ] {2dc7fdbd-4f23-47a5-84f6-0bc2ab2b7af2} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11930 | 2025.01.28 23:12:58.601946 [ 87 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11931 | 2025.01.28 23:12:58.601994 [ 254 ] {2dc7fdbd-4f23-47a5-84f6-0bc2ab2b7af2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 11932 | 2025.01.28 23:12:58.601998 [ 87 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11933 | 2025.01.28 23:12:58.602048 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11934 | 2025.01.28 23:12:58.602078 [ 254 ] {2dc7fdbd-4f23-47a5-84f6-0bc2ab2b7af2} <Debug> TCPHandler: Processed in 0.002305128 sec. | ||
| 11935 | 2025.01.28 23:12:58.602306 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 11936 | 2025.01.28 23:12:58.602441 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11937 | 2025.01.28 23:12:58.602496 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11938 | 2025.01.28 23:12:58.602560 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 11939 | 2025.01.28 23:12:58.602759 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 11940 | 2025.01.28 23:12:58.603051 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 11941 | 2025.01.28 23:12:58.603261 [ 5 ] {0e8e7912-78c0-4def-ad5c-cb324a1070fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11942 | 2025.01.28 23:12:58.603331 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 11943 | 2025.01.28 23:12:58.603460 [ 5 ] {0e8e7912-78c0-4def-ad5c-cb324a1070fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11944 | 2025.01.28 23:12:58.603643 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 11945 | 2025.01.28 23:12:58.605986 [ 5 ] {0e8e7912-78c0-4def-ad5c-cb324a1070fc} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11946 | 2025.01.28 23:12:58.606094 [ 5 ] {0e8e7912-78c0-4def-ad5c-cb324a1070fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11947 | 2025.01.28 23:12:58.606288 [ 190 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004133689 sec., 16934.026725280975 rows/sec., 1.26 MiB/sec. | ||
| 11948 | 2025.01.28 23:12:58.606536 [ 200 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11949 | 2025.01.28 23:12:58.606902 [ 5 ] {0e8e7912-78c0-4def-ad5c-cb324a1070fc} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11950 | 2025.01.28 23:12:58.607088 [ 200 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_41_10} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11951 | 2025.01.28 23:12:58.607247 [ 200 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_41_10} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11952 | 2025.01.28 23:12:58.607375 [ 5 ] {0e8e7912-78c0-4def-ad5c-cb324a1070fc} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11953 | 2025.01.28 23:12:58.607438 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11954 | 2025.01.28 23:12:58.607670 [ 87 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11955 | 2025.01.28 23:12:58.607729 [ 5 ] {0e8e7912-78c0-4def-ad5c-cb324a1070fc} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.004881 sec., 46506.863347674655 rows/sec., 4.07 MiB/sec. | ||
| 11956 | 2025.01.28 23:12:58.607733 [ 87 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11957 | 2025.01.28 23:12:58.607827 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11958 | 2025.01.28 23:12:58.607891 [ 5 ] {0e8e7912-78c0-4def-ad5c-cb324a1070fc} <Debug> TCPHandler: Processed in 0.005697485 sec. | ||
| 11959 | 2025.01.28 23:12:58.608035 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 11960 | 2025.01.28 23:12:58.608092 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11961 | 2025.01.28 23:12:58.608168 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11962 | 2025.01.28 23:12:58.608229 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1431 rows starting from the beginning of the part | ||
| 11963 | 2025.01.28 23:12:58.608330 [ 254 ] {f05e8b80-5390-4791-beb0-7a1cb11662a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11964 | 2025.01.28 23:12:58.608485 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 11965 | 2025.01.28 23:12:58.608521 [ 254 ] {f05e8b80-5390-4791-beb0-7a1cb11662a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11966 | 2025.01.28 23:12:58.608835 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 110 rows starting from the beginning of the part | ||
| 11967 | 2025.01.28 23:12:58.609185 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 227 rows starting from the beginning of the part | ||
| 11968 | 2025.01.28 23:12:58.609541 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 111 rows starting from the beginning of the part | ||
| 11969 | 2025.01.28 23:12:58.609865 [ 199 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 227 rows starting from the beginning of the part | ||
| 11970 | 2025.01.28 23:12:58.611446 [ 254 ] {f05e8b80-5390-4791-beb0-7a1cb11662a2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11971 | 2025.01.28 23:12:58.611515 [ 254 ] {f05e8b80-5390-4791-beb0-7a1cb11662a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11972 | 2025.01.28 23:12:58.612541 [ 254 ] {f05e8b80-5390-4791-beb0-7a1cb11662a2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11973 | 2025.01.28 23:12:58.612950 [ 254 ] {f05e8b80-5390-4791-beb0-7a1cb11662a2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11974 | 2025.01.28 23:12:58.613306 [ 195 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2162 rows, containing 5 columns (5 merged, 0 gathered) in 0.005342669 sec., 404666.6563097957 rows/sec., 35.70 MiB/sec. | ||
| 11975 | 2025.01.28 23:12:58.613424 [ 254 ] {f05e8b80-5390-4791-beb0-7a1cb11662a2} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.005169 sec., 3675.7593344940997 rows/sec., 262.80 KiB/sec. | ||
| 11976 | 2025.01.28 23:12:58.613521 [ 254 ] {f05e8b80-5390-4791-beb0-7a1cb11662a2} <Debug> TCPHandler: Processed in 0.005510362 sec. | ||
| 11977 | 2025.01.28 23:12:58.613653 [ 190 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11978 | 2025.01.28 23:12:58.613738 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11979 | 2025.01.28 23:12:58.613942 [ 5 ] {cfc5373d-b8c3-4b26-95e5-2da4e98b0395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11980 | 2025.01.28 23:12:58.614038 [ 5 ] {cfc5373d-b8c3-4b26-95e5-2da4e98b0395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11981 | 2025.01.28 23:12:58.614205 [ 190 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11982 | 2025.01.28 23:12:58.614424 [ 190 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_96_19} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11983 | 2025.01.28 23:12:58.614642 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 11984 | 2025.01.28 23:12:58.615013 [ 5 ] {cfc5373d-b8c3-4b26-95e5-2da4e98b0395} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11985 | 2025.01.28 23:12:58.615056 [ 5 ] {cfc5373d-b8c3-4b26-95e5-2da4e98b0395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11986 | 2025.01.28 23:12:58.615404 [ 5 ] {cfc5373d-b8c3-4b26-95e5-2da4e98b0395} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11987 | 2025.01.28 23:12:58.615642 [ 5 ] {cfc5373d-b8c3-4b26-95e5-2da4e98b0395} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11988 | 2025.01.28 23:12:58.615801 [ 87 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
| 11989 | 2025.01.28 23:12:58.615853 [ 87 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11990 | 2025.01.28 23:12:58.615870 [ 5 ] {cfc5373d-b8c3-4b26-95e5-2da4e98b0395} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001977 sec., 7081.436519979768 rows/sec., 495.94 KiB/sec. | ||
| 11991 | 2025.01.28 23:12:58.615884 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 11992 | 2025.01.28 23:12:58.616044 [ 5 ] {cfc5373d-b8c3-4b26-95e5-2da4e98b0395} <Debug> TCPHandler: Processed in 0.00240253 sec. | ||
| 11993 | 2025.01.28 23:12:58.616121 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
| 11994 | 2025.01.28 23:12:58.616254 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11995 | 2025.01.28 23:12:58.616306 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11996 | 2025.01.28 23:12:58.616349 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 243 rows starting from the beginning of the part | ||
| 11997 | 2025.01.28 23:12:58.616597 [ 254 ] {4391a2a0-b0c4-4fb3-984b-6bbe99ad7766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11998 | 2025.01.28 23:12:58.616647 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 11999 | 2025.01.28 23:12:58.616816 [ 254 ] {4391a2a0-b0c4-4fb3-984b-6bbe99ad7766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12000 | 2025.01.28 23:12:58.616908 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12001 | 2025.01.28 23:12:58.617281 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 242 rows starting from the beginning of the part | ||
| 12002 | 2025.01.28 23:12:58.617562 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12003 | 2025.01.28 23:12:58.617884 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 12004 | 2025.01.28 23:12:58.619599 [ 254 ] {4391a2a0-b0c4-4fb3-984b-6bbe99ad7766} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12005 | 2025.01.28 23:12:58.619677 [ 254 ] {4391a2a0-b0c4-4fb3-984b-6bbe99ad7766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12006 | 2025.01.28 23:12:58.620765 [ 254 ] {4391a2a0-b0c4-4fb3-984b-6bbe99ad7766} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12007 | 2025.01.28 23:12:58.620850 [ 196 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00483228 sec., 111955.43304609832 rows/sec., 8.02 MiB/sec. | ||
| 12008 | 2025.01.28 23:12:58.621060 [ 188 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12009 | 2025.01.28 23:12:58.621251 [ 254 ] {4391a2a0-b0c4-4fb3-984b-6bbe99ad7766} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12010 | 2025.01.28 23:12:58.621498 [ 87 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12011 | 2025.01.28 23:12:58.621571 [ 87 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12012 | 2025.01.28 23:12:58.621648 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12013 | 2025.01.28 23:12:58.621746 [ 254 ] {4391a2a0-b0c4-4fb3-984b-6bbe99ad7766} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005278 sec., 2463.054187192118 rows/sec., 153.57 KiB/sec. | ||
| 12014 | 2025.01.28 23:12:58.621986 [ 188 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12015 | 2025.01.28 23:12:58.622232 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 12016 | 2025.01.28 23:12:58.622307 [ 254 ] {4391a2a0-b0c4-4fb3-984b-6bbe99ad7766} <Debug> TCPHandler: Processed in 0.006144563 sec. | ||
| 12017 | 2025.01.28 23:12:58.622660 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12018 | 2025.01.28 23:12:58.622679 [ 188 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_42_9} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
| 12019 | 2025.01.28 23:12:58.623082 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12020 | 2025.01.28 23:12:58.623137 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12021 | 2025.01.28 23:12:58.623257 [ 5 ] {fe0b3040-e14b-4928-8602-b70f30c96ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12022 | 2025.01.28 23:12:58.623274 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 12023 | 2025.01.28 23:12:58.623440 [ 5 ] {fe0b3040-e14b-4928-8602-b70f30c96ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12024 | 2025.01.28 23:12:58.623760 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 12025 | 2025.01.28 23:12:58.624183 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 12026 | 2025.01.28 23:12:58.624451 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 12027 | 2025.01.28 23:12:58.624765 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 12028 | 2025.01.28 23:12:58.626021 [ 193 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004267651 sec., 15230.861192726397 rows/sec., 1009.14 KiB/sec. | ||
| 12029 | 2025.01.28 23:12:58.626207 [ 188 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12030 | 2025.01.28 23:12:58.626771 [ 5 ] {fe0b3040-e14b-4928-8602-b70f30c96ed3} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12031 | 2025.01.28 23:12:58.626847 [ 5 ] {fe0b3040-e14b-4928-8602-b70f30c96ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12032 | 2025.01.28 23:12:58.626848 [ 188 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_41_10} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12033 | 2025.01.28 23:12:58.627067 [ 188 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_41_10} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12034 | 2025.01.28 23:12:58.627218 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12035 | 2025.01.28 23:12:58.627533 [ 5 ] {fe0b3040-e14b-4928-8602-b70f30c96ed3} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12036 | 2025.01.28 23:12:58.627784 [ 5 ] {fe0b3040-e14b-4928-8602-b70f30c96ed3} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2025.01.28 23:12:58.627958 [ 87 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12038 | 2025.01.28 23:12:58.628012 [ 87 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12039 | 2025.01.28 23:12:58.628044 [ 5 ] {fe0b3040-e14b-4928-8602-b70f30c96ed3} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.004994 sec., 78894.67360832999 rows/sec., 5.60 MiB/sec. | ||
| 12040 | 2025.01.28 23:12:58.628052 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12041 | 2025.01.28 23:12:58.628228 [ 5 ] {fe0b3040-e14b-4928-8602-b70f30c96ed3} <Debug> TCPHandler: Processed in 0.005762636 sec. | ||
| 12042 | 2025.01.28 23:12:58.628269 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 12043 | 2025.01.28 23:12:58.628413 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12044 | 2025.01.28 23:12:58.628449 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12045 | 2025.01.28 23:12:58.628466 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 12046 | 2025.01.28 23:12:58.628699 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 12047 | 2025.01.28 23:12:58.628797 [ 254 ] {f3518181-dc6e-485f-be82-3d0c3492a277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12048 | 2025.01.28 23:12:58.629038 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 91 rows starting from the beginning of the part | ||
| 12049 | 2025.01.28 23:12:58.629080 [ 254 ] {f3518181-dc6e-485f-be82-3d0c3492a277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12050 | 2025.01.28 23:12:58.629334 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 394 rows starting from the beginning of the part | ||
| 12051 | 2025.01.28 23:12:58.629705 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 93 rows starting from the beginning of the part | ||
| 12052 | 2025.01.28 23:12:58.630058 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 394 rows starting from the beginning of the part | ||
| 12053 | 2025.01.28 23:12:58.631291 [ 254 ] {f3518181-dc6e-485f-be82-3d0c3492a277} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12054 | 2025.01.28 23:12:58.631369 [ 254 ] {f3518181-dc6e-485f-be82-3d0c3492a277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12055 | 2025.01.28 23:12:58.632337 [ 254 ] {f3518181-dc6e-485f-be82-3d0c3492a277} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12056 | 2025.01.28 23:12:58.632698 [ 254 ] {f3518181-dc6e-485f-be82-3d0c3492a277} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12057 | 2025.01.28 23:12:58.632975 [ 191 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.00479337 sec., 406603.2874574673 rows/sec., 31.12 MiB/sec. | ||
| 12058 | 2025.01.28 23:12:58.633116 [ 254 ] {f3518181-dc6e-485f-be82-3d0c3492a277} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004453 sec., 1347.406242982259 rows/sec., 70.40 KiB/sec. | ||
| 12059 | 2025.01.28 23:12:58.633193 [ 254 ] {f3518181-dc6e-485f-be82-3d0c3492a277} <Debug> TCPHandler: Processed in 0.004836951 sec. | ||
| 12060 | 2025.01.28 23:12:58.633236 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12061 | 2025.01.28 23:12:58.633363 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12062 | 2025.01.28 23:12:58.633555 [ 5 ] {b43c3d04-47a7-4f94-b5a6-fb5a470e4ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12063 | 2025.01.28 23:12:58.633653 [ 5 ] {b43c3d04-47a7-4f94-b5a6-fb5a470e4ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12064 | 2025.01.28 23:12:58.633699 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12065 | 2025.01.28 23:12:58.633911 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_96_19} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12066 | 2025.01.28 23:12:58.634109 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12067 | 2025.01.28 23:12:58.634570 [ 5 ] {b43c3d04-47a7-4f94-b5a6-fb5a470e4ce4} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12068 | 2025.01.28 23:12:58.634613 [ 5 ] {b43c3d04-47a7-4f94-b5a6-fb5a470e4ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12069 | 2025.01.28 23:12:58.635024 [ 5 ] {b43c3d04-47a7-4f94-b5a6-fb5a470e4ce4} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12070 | 2025.01.28 23:12:58.635261 [ 5 ] {b43c3d04-47a7-4f94-b5a6-fb5a470e4ce4} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12071 | 2025.01.28 23:12:58.635407 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12072 | 2025.01.28 23:12:58.635449 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12073 | 2025.01.28 23:12:58.635454 [ 5 ] {b43c3d04-47a7-4f94-b5a6-fb5a470e4ce4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001956 sec., 121165.64417177915 rows/sec., 8.12 MiB/sec. | ||
| 12074 | 2025.01.28 23:12:58.635472 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12075 | 2025.01.28 23:12:58.635568 [ 5 ] {b43c3d04-47a7-4f94-b5a6-fb5a470e4ce4} <Debug> TCPHandler: Processed in 0.002285488 sec. | ||
| 12076 | 2025.01.28 23:12:58.635681 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 12077 | 2025.01.28 23:12:58.635759 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12078 | 2025.01.28 23:12:58.635827 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12079 | 2025.01.28 23:12:58.635867 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27516 rows starting from the beginning of the part | ||
| 12080 | 2025.01.28 23:12:58.635886 [ 254 ] {242ed453-8d01-4c17-94ff-a607fbd8f3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12081 | 2025.01.28 23:12:58.636005 [ 254 ] {242ed453-8d01-4c17-94ff-a607fbd8f3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12082 | 2025.01.28 23:12:58.636090 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 12083 | 2025.01.28 23:12:58.636460 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 12084 | 2025.01.28 23:12:58.636888 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 12085 | 2025.01.28 23:12:58.637210 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part | ||
| 12086 | 2025.01.28 23:12:58.637550 [ 197 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 12087 | 2025.01.28 23:12:58.638370 [ 254 ] {242ed453-8d01-4c17-94ff-a607fbd8f3d9} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12088 | 2025.01.28 23:12:58.638415 [ 254 ] {242ed453-8d01-4c17-94ff-a607fbd8f3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12089 | 2025.01.28 23:12:58.638899 [ 254 ] {242ed453-8d01-4c17-94ff-a607fbd8f3d9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12090 | 2025.01.28 23:12:58.639169 [ 254 ] {242ed453-8d01-4c17-94ff-a607fbd8f3d9} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12091 | 2025.01.28 23:12:58.639360 [ 121 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
| 12092 | 2025.01.28 23:12:58.639472 [ 121 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12093 | 2025.01.28 23:12:58.639537 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12094 | 2025.01.28 23:12:58.639556 [ 254 ] {242ed453-8d01-4c17-94ff-a607fbd8f3d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003677 sec., 271.9608376393799 rows/sec., 18.33 KiB/sec. | ||
| 12095 | 2025.01.28 23:12:58.639924 [ 254 ] {242ed453-8d01-4c17-94ff-a607fbd8f3d9} <Debug> TCPHandler: Processed in 0.004231651 sec. | ||
| 12096 | 2025.01.28 23:12:58.640053 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
| 12097 | 2025.01.28 23:12:58.640353 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12098 | 2025.01.28 23:12:58.641061 [ 5 ] {03ab0f2b-062c-444f-81a9-55bcae20ae74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12099 | 2025.01.28 23:12:58.641100 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12100 | 2025.01.28 23:12:58.641310 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 38 rows starting from the beginning of the part | ||
| 12101 | 2025.01.28 23:12:58.641638 [ 5 ] {03ab0f2b-062c-444f-81a9-55bcae20ae74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12102 | 2025.01.28 23:12:58.641880 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 12103 | 2025.01.28 23:12:58.642407 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 12104 | 2025.01.28 23:12:58.642787 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 12105 | 2025.01.28 23:12:58.643159 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 12106 | 2025.01.28 23:12:58.643567 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12107 | 2025.01.28 23:12:58.648473 [ 193 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.008791147 sec., 4891.284379615084 rows/sec., 328.70 KiB/sec. | ||
| 12108 | 2025.01.28 23:12:58.649129 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12109 | 2025.01.28 23:12:58.649147 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28375 rows, containing 5 columns (5 merged, 0 gathered) in 0.013558917 sec., 2092718.762125323 rows/sec., 141.29 MiB/sec. | ||
| 12110 | 2025.01.28 23:12:58.649829 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12111 | 2025.01.28 23:12:58.650254 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12112 | 2025.01.28 23:12:58.650327 [ 5 ] {03ab0f2b-062c-444f-81a9-55bcae20ae74} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12113 | 2025.01.28 23:12:58.650409 [ 5 ] {03ab0f2b-062c-444f-81a9-55bcae20ae74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12114 | 2025.01.28 23:12:58.650579 [ 192 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_42_9} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
| 12115 | 2025.01.28 23:12:58.650892 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12116 | 2025.01.28 23:12:58.651012 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12117 | 2025.01.28 23:12:58.651220 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12118 | 2025.01.28 23:12:58.651392 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12119 | 2025.01.28 23:12:58.651795 [ 5 ] {03ab0f2b-062c-444f-81a9-55bcae20ae74} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12120 | 2025.01.28 23:12:58.652076 [ 5 ] {03ab0f2b-062c-444f-81a9-55bcae20ae74} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12121 | 2025.01.28 23:12:58.652316 [ 5 ] {03ab0f2b-062c-444f-81a9-55bcae20ae74} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.011548 sec., 1039.1409767925184 rows/sec., 1.86 MiB/sec. | ||
| 12122 | 2025.01.28 23:12:58.652625 [ 5 ] {03ab0f2b-062c-444f-81a9-55bcae20ae74} <Debug> TCPHandler: Processed in 0.012541149 sec. | ||
| 12123 | 2025.01.28 23:12:58.652935 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12124 | 2025.01.28 23:12:58.653135 [ 254 ] {dd3d82be-6ce7-4122-8aef-c8cbf6c0c564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12125 | 2025.01.28 23:12:58.653194 [ 254 ] {dd3d82be-6ce7-4122-8aef-c8cbf6c0c564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12126 | 2025.01.28 23:12:58.653777 [ 254 ] {dd3d82be-6ce7-4122-8aef-c8cbf6c0c564} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12127 | 2025.01.28 23:12:58.653824 [ 254 ] {dd3d82be-6ce7-4122-8aef-c8cbf6c0c564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12128 | 2025.01.28 23:12:58.654233 [ 254 ] {dd3d82be-6ce7-4122-8aef-c8cbf6c0c564} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12129 | 2025.01.28 23:12:58.654485 [ 254 ] {dd3d82be-6ce7-4122-8aef-c8cbf6c0c564} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12130 | 2025.01.28 23:12:58.654660 [ 121 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12131 | 2025.01.28 23:12:58.654720 [ 121 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12132 | 2025.01.28 23:12:58.654733 [ 254 ] {dd3d82be-6ce7-4122-8aef-c8cbf6c0c564} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001619 sec., 50648.548486720196 rows/sec., 3.22 MiB/sec. | ||
| 12133 | 2025.01.28 23:12:58.654753 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 12134 | 2025.01.28 23:12:58.654873 [ 254 ] {dd3d82be-6ce7-4122-8aef-c8cbf6c0c564} <Debug> TCPHandler: Processed in 0.002121266 sec. | ||
| 12135 | 2025.01.28 23:12:58.655026 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 12136 | 2025.01.28 23:12:58.655218 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12137 | 2025.01.28 23:12:58.655273 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5478 rows starting from the beginning of the part | ||
| 12138 | 2025.01.28 23:12:58.655466 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 24 rows starting from the beginning of the part | ||
| 12139 | 2025.01.28 23:12:58.655664 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 12140 | 2025.01.28 23:12:58.655859 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 12141 | 2025.01.28 23:12:58.656028 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 12142 | 2025.01.28 23:12:58.656133 [ 192 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 12143 | 2025.01.28 23:12:58.658417 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5786 rows, containing 4 columns (4 merged, 0 gathered) in 0.003530279 sec., 1638963.945909091 rows/sec., 106.74 MiB/sec. | ||
| 12144 | 2025.01.28 23:12:58.659084 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12145 | 2025.01.28 23:12:58.659407 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12146 | 2025.01.28 23:12:58.659486 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_96_19} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12147 | 2025.01.28 23:12:58.659574 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 12148 | 2025.01.28 23:13:02.628535 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12149 | 2025.01.28 23:13:02.628611 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12150 | 2025.01.28 23:13:02.814741 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 12151 | 2025.01.28 23:13:02.815406 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12152 | 2025.01.28 23:13:02.815457 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12153 | 2025.01.28 23:13:02.815989 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12154 | 2025.01.28 23:13:02.816257 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12155 | 2025.01.28 23:13:02.816517 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 12156 | 2025.01.28 23:13:03.595450 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12157 | 2025.01.28 23:13:03.595649 [ 254 ] {5d75618e-3682-4047-a8a6-68a7aeb7d808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12158 | 2025.01.28 23:13:03.595722 [ 254 ] {5d75618e-3682-4047-a8a6-68a7aeb7d808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12159 | 2025.01.28 23:13:03.596499 [ 254 ] {5d75618e-3682-4047-a8a6-68a7aeb7d808} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12160 | 2025.01.28 23:13:03.596548 [ 254 ] {5d75618e-3682-4047-a8a6-68a7aeb7d808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12161 | 2025.01.28 23:13:03.596999 [ 254 ] {5d75618e-3682-4047-a8a6-68a7aeb7d808} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12162 | 2025.01.28 23:13:03.597251 [ 254 ] {5d75618e-3682-4047-a8a6-68a7aeb7d808} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12163 | 2025.01.28 23:13:03.597509 [ 254 ] {5d75618e-3682-4047-a8a6-68a7aeb7d808} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001909 sec., 57621.79151388161 rows/sec., 4.84 MiB/sec. | ||
| 12164 | 2025.01.28 23:13:03.597599 [ 254 ] {5d75618e-3682-4047-a8a6-68a7aeb7d808} <Debug> TCPHandler: Processed in 0.002280388 sec. | ||
| 12165 | 2025.01.28 23:13:03.597840 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12166 | 2025.01.28 23:13:03.598032 [ 5 ] {29775249-5da3-43f3-b5c0-81c69901232a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12167 | 2025.01.28 23:13:03.598104 [ 5 ] {29775249-5da3-43f3-b5c0-81c69901232a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12168 | 2025.01.28 23:13:03.598838 [ 5 ] {29775249-5da3-43f3-b5c0-81c69901232a} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12169 | 2025.01.28 23:13:03.598884 [ 5 ] {29775249-5da3-43f3-b5c0-81c69901232a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12170 | 2025.01.28 23:13:03.599312 [ 5 ] {29775249-5da3-43f3-b5c0-81c69901232a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12171 | 2025.01.28 23:13:03.599595 [ 5 ] {29775249-5da3-43f3-b5c0-81c69901232a} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12172 | 2025.01.28 23:13:03.599842 [ 5 ] {29775249-5da3-43f3-b5c0-81c69901232a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001858 sec., 14531.754574811624 rows/sec., 1.07 MiB/sec. | ||
| 12173 | 2025.01.28 23:13:03.599940 [ 5 ] {29775249-5da3-43f3-b5c0-81c69901232a} <Debug> TCPHandler: Processed in 0.002237697 sec. | ||
| 12174 | 2025.01.28 23:13:03.600134 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12175 | 2025.01.28 23:13:03.600301 [ 254 ] {be9a517c-2176-4a55-9a47-a9c46997f159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12176 | 2025.01.28 23:13:03.600360 [ 254 ] {be9a517c-2176-4a55-9a47-a9c46997f159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12177 | 2025.01.28 23:13:03.601112 [ 254 ] {be9a517c-2176-4a55-9a47-a9c46997f159} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2025.01.28 23:13:03.601158 [ 254 ] {be9a517c-2176-4a55-9a47-a9c46997f159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12179 | 2025.01.28 23:13:03.601525 [ 254 ] {be9a517c-2176-4a55-9a47-a9c46997f159} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12180 | 2025.01.28 23:13:03.601768 [ 254 ] {be9a517c-2176-4a55-9a47-a9c46997f159} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2025.01.28 23:13:03.601972 [ 254 ] {be9a517c-2176-4a55-9a47-a9c46997f159} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001705 sec., 53372.43401759531 rows/sec., 4.17 MiB/sec. | ||
| 12182 | 2025.01.28 23:13:03.602026 [ 254 ] {be9a517c-2176-4a55-9a47-a9c46997f159} <Debug> TCPHandler: Processed in 0.002010133 sec. | ||
| 12183 | 2025.01.28 23:13:03.602197 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12184 | 2025.01.28 23:13:03.602338 [ 5 ] {88264afe-8062-4e96-8c10-445d3b6810eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12185 | 2025.01.28 23:13:03.602402 [ 5 ] {88264afe-8062-4e96-8c10-445d3b6810eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12186 | 2025.01.28 23:13:03.603078 [ 5 ] {88264afe-8062-4e96-8c10-445d3b6810eb} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2025.01.28 23:13:03.603125 [ 5 ] {88264afe-8062-4e96-8c10-445d3b6810eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12188 | 2025.01.28 23:13:03.603525 [ 5 ] {88264afe-8062-4e96-8c10-445d3b6810eb} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12189 | 2025.01.28 23:13:03.603757 [ 5 ] {88264afe-8062-4e96-8c10-445d3b6810eb} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12190 | 2025.01.28 23:13:03.603981 [ 5 ] {88264afe-8062-4e96-8c10-445d3b6810eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001674 sec., 95579.4504181601 rows/sec., 6.66 MiB/sec. | ||
| 12191 | 2025.01.28 23:13:03.604051 [ 5 ] {88264afe-8062-4e96-8c10-445d3b6810eb} <Debug> TCPHandler: Processed in 0.001910972 sec. | ||
| 12192 | 2025.01.28 23:13:03.604245 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12193 | 2025.01.28 23:13:03.604444 [ 254 ] {8f829127-93ce-44e5-b132-bfb6df8bbe77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12194 | 2025.01.28 23:13:03.604538 [ 254 ] {8f829127-93ce-44e5-b132-bfb6df8bbe77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12195 | 2025.01.28 23:13:03.605795 [ 254 ] {8f829127-93ce-44e5-b132-bfb6df8bbe77} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12196 | 2025.01.28 23:13:03.605836 [ 254 ] {8f829127-93ce-44e5-b132-bfb6df8bbe77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12197 | 2025.01.28 23:13:03.606480 [ 254 ] {8f829127-93ce-44e5-b132-bfb6df8bbe77} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12198 | 2025.01.28 23:13:03.606753 [ 254 ] {8f829127-93ce-44e5-b132-bfb6df8bbe77} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12199 | 2025.01.28 23:13:03.607011 [ 254 ] {8f829127-93ce-44e5-b132-bfb6df8bbe77} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002596 sec., 10400.616332819724 rows/sec., 18.64 MiB/sec. | ||
| 12200 | 2025.01.28 23:13:03.607231 [ 254 ] {8f829127-93ce-44e5-b132-bfb6df8bbe77} <Debug> TCPHandler: Processed in 0.003091252 sec. | ||
| 12201 | 2025.01.28 23:13:03.607474 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12202 | 2025.01.28 23:13:03.607639 [ 5 ] {67cf7232-f4fa-4bf7-a446-d8debecf45e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12203 | 2025.01.28 23:13:03.607700 [ 5 ] {67cf7232-f4fa-4bf7-a446-d8debecf45e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12204 | 2025.01.28 23:13:03.608256 [ 5 ] {67cf7232-f4fa-4bf7-a446-d8debecf45e5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12205 | 2025.01.28 23:13:03.608295 [ 5 ] {67cf7232-f4fa-4bf7-a446-d8debecf45e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12206 | 2025.01.28 23:13:03.608663 [ 5 ] {67cf7232-f4fa-4bf7-a446-d8debecf45e5} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12207 | 2025.01.28 23:13:03.608899 [ 5 ] {67cf7232-f4fa-4bf7-a446-d8debecf45e5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12208 | 2025.01.28 23:13:03.609105 [ 5 ] {67cf7232-f4fa-4bf7-a446-d8debecf45e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
| 12209 | 2025.01.28 23:13:03.609155 [ 5 ] {67cf7232-f4fa-4bf7-a446-d8debecf45e5} <Debug> TCPHandler: Processed in 0.00182842 sec. | ||
| 12210 | 2025.01.28 23:13:04.677458 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 12211 | 2025.01.28 23:13:04.697357 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12212 | 2025.01.28 23:13:04.697404 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12213 | 2025.01.28 23:13:04.704928 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12214 | 2025.01.28 23:13:04.705679 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12215 | 2025.01.28 23:13:04.708244 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 12216 | 2025.01.28 23:13:05.706908 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12217 | 2025.01.28 23:13:05.707099 [ 254 ] {aff86c81-95d7-4b79-8a87-c9c2fa8c924d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12218 | 2025.01.28 23:13:05.707171 [ 254 ] {aff86c81-95d7-4b79-8a87-c9c2fa8c924d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12219 | 2025.01.28 23:13:05.707924 [ 254 ] {aff86c81-95d7-4b79-8a87-c9c2fa8c924d} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12220 | 2025.01.28 23:13:05.707971 [ 254 ] {aff86c81-95d7-4b79-8a87-c9c2fa8c924d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12221 | 2025.01.28 23:13:05.708405 [ 254 ] {aff86c81-95d7-4b79-8a87-c9c2fa8c924d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12222 | 2025.01.28 23:13:05.708671 [ 254 ] {aff86c81-95d7-4b79-8a87-c9c2fa8c924d} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12223 | 2025.01.28 23:13:05.708922 [ 254 ] {aff86c81-95d7-4b79-8a87-c9c2fa8c924d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 12224 | 2025.01.28 23:13:05.708980 [ 254 ] {aff86c81-95d7-4b79-8a87-c9c2fa8c924d} <Debug> TCPHandler: Processed in 0.002200557 sec. | ||
| 12225 | 2025.01.28 23:13:05.709235 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12226 | 2025.01.28 23:13:05.709443 [ 5 ] {73c46198-fc53-4df1-9bdf-c03f43f2af73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12227 | 2025.01.28 23:13:05.709522 [ 5 ] {73c46198-fc53-4df1-9bdf-c03f43f2af73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12228 | 2025.01.28 23:13:05.710330 [ 5 ] {73c46198-fc53-4df1-9bdf-c03f43f2af73} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12229 | 2025.01.28 23:13:05.710369 [ 5 ] {73c46198-fc53-4df1-9bdf-c03f43f2af73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12230 | 2025.01.28 23:13:05.710793 [ 5 ] {73c46198-fc53-4df1-9bdf-c03f43f2af73} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12231 | 2025.01.28 23:13:05.711046 [ 5 ] {73c46198-fc53-4df1-9bdf-c03f43f2af73} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12232 | 2025.01.28 23:13:05.711241 [ 5 ] {73c46198-fc53-4df1-9bdf-c03f43f2af73} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 615.42 KiB/sec. | ||
| 12233 | 2025.01.28 23:13:05.711294 [ 5 ] {73c46198-fc53-4df1-9bdf-c03f43f2af73} <Debug> TCPHandler: Processed in 0.002195027 sec. | ||
| 12234 | 2025.01.28 23:13:05.711461 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12235 | 2025.01.28 23:13:05.711600 [ 254 ] {eeb3106f-4af4-4ce9-9b4a-40187b2d41d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12236 | 2025.01.28 23:13:05.711659 [ 254 ] {eeb3106f-4af4-4ce9-9b4a-40187b2d41d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12237 | 2025.01.28 23:13:05.712834 [ 254 ] {eeb3106f-4af4-4ce9-9b4a-40187b2d41d6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12238 | 2025.01.28 23:13:05.712876 [ 254 ] {eeb3106f-4af4-4ce9-9b4a-40187b2d41d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12239 | 2025.01.28 23:13:05.713325 [ 254 ] {eeb3106f-4af4-4ce9-9b4a-40187b2d41d6} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12240 | 2025.01.28 23:13:05.713574 [ 254 ] {eeb3106f-4af4-4ce9-9b4a-40187b2d41d6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12241 | 2025.01.28 23:13:05.713797 [ 254 ] {eeb3106f-4af4-4ce9-9b4a-40187b2d41d6} <Debug> executeQuery: Read 1374 rows, 117.43 KiB in 0.002222 sec., 618361.8361836184 rows/sec., 51.61 MiB/sec. | ||
| 12242 | 2025.01.28 23:13:05.713877 [ 254 ] {eeb3106f-4af4-4ce9-9b4a-40187b2d41d6} <Debug> TCPHandler: Processed in 0.002487512 sec. | ||
| 12243 | 2025.01.28 23:13:05.714053 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12244 | 2025.01.28 23:13:05.714202 [ 5 ] {9db582be-112e-48ae-9743-a69574f78cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12245 | 2025.01.28 23:13:05.714267 [ 5 ] {9db582be-112e-48ae-9743-a69574f78cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12246 | 2025.01.28 23:13:05.714870 [ 5 ] {9db582be-112e-48ae-9743-a69574f78cd2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12247 | 2025.01.28 23:13:05.714908 [ 5 ] {9db582be-112e-48ae-9743-a69574f78cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12248 | 2025.01.28 23:13:05.715278 [ 5 ] {9db582be-112e-48ae-9743-a69574f78cd2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12249 | 2025.01.28 23:13:05.715521 [ 5 ] {9db582be-112e-48ae-9743-a69574f78cd2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12250 | 2025.01.28 23:13:05.715762 [ 5 ] {9db582be-112e-48ae-9743-a69574f78cd2} <Debug> executeQuery: Read 33 rows, 2.34 KiB in 0.001595 sec., 20689.655172413793 rows/sec., 1.43 MiB/sec. | ||
| 12251 | 2025.01.28 23:13:05.715855 [ 5 ] {9db582be-112e-48ae-9743-a69574f78cd2} <Debug> TCPHandler: Processed in 0.001873212 sec. | ||
| 12252 | 2025.01.28 23:13:05.716024 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12253 | 2025.01.28 23:13:05.716154 [ 254 ] {a76d5ed3-907d-4bc6-b3be-7c78251ee187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12254 | 2025.01.28 23:13:05.716201 [ 254 ] {a76d5ed3-907d-4bc6-b3be-7c78251ee187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12255 | 2025.01.28 23:13:05.716851 [ 254 ] {a76d5ed3-907d-4bc6-b3be-7c78251ee187} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12256 | 2025.01.28 23:13:05.716890 [ 254 ] {a76d5ed3-907d-4bc6-b3be-7c78251ee187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12257 | 2025.01.28 23:13:05.717259 [ 254 ] {a76d5ed3-907d-4bc6-b3be-7c78251ee187} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12258 | 2025.01.28 23:13:05.717498 [ 254 ] {a76d5ed3-907d-4bc6-b3be-7c78251ee187} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12259 | 2025.01.28 23:13:05.717743 [ 254 ] {a76d5ed3-907d-4bc6-b3be-7c78251ee187} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001626 sec., 148831.48831488314 rows/sec., 10.08 MiB/sec. | ||
| 12260 | 2025.01.28 23:13:05.717854 [ 254 ] {a76d5ed3-907d-4bc6-b3be-7c78251ee187} <Debug> TCPHandler: Processed in 0.001947522 sec. | ||
| 12261 | 2025.01.28 23:13:05.718049 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12262 | 2025.01.28 23:13:05.718186 [ 5 ] {92d5f4e6-5d96-48fa-b874-c33c4284c1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12263 | 2025.01.28 23:13:05.718239 [ 5 ] {92d5f4e6-5d96-48fa-b874-c33c4284c1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12264 | 2025.01.28 23:13:05.718966 [ 5 ] {92d5f4e6-5d96-48fa-b874-c33c4284c1b7} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12265 | 2025.01.28 23:13:05.719012 [ 5 ] {92d5f4e6-5d96-48fa-b874-c33c4284c1b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12266 | 2025.01.28 23:13:05.719422 [ 5 ] {92d5f4e6-5d96-48fa-b874-c33c4284c1b7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12267 | 2025.01.28 23:13:05.719659 [ 5 ] {92d5f4e6-5d96-48fa-b874-c33c4284c1b7} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12268 | 2025.01.28 23:13:05.719869 [ 5 ] {92d5f4e6-5d96-48fa-b874-c33c4284c1b7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec. | ||
| 12269 | 2025.01.28 23:13:05.719921 [ 5 ] {92d5f4e6-5d96-48fa-b874-c33c4284c1b7} <Debug> TCPHandler: Processed in 0.001929672 sec. | ||
| 12270 | 2025.01.28 23:13:05.720061 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12271 | 2025.01.28 23:13:05.720176 [ 254 ] {f5e34604-dc1b-4b3e-8403-87aad6c5a301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12272 | 2025.01.28 23:13:05.720225 [ 254 ] {f5e34604-dc1b-4b3e-8403-87aad6c5a301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12273 | 2025.01.28 23:13:05.721214 [ 254 ] {f5e34604-dc1b-4b3e-8403-87aad6c5a301} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12274 | 2025.01.28 23:13:05.721262 [ 254 ] {f5e34604-dc1b-4b3e-8403-87aad6c5a301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12275 | 2025.01.28 23:13:05.721666 [ 254 ] {f5e34604-dc1b-4b3e-8403-87aad6c5a301} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12276 | 2025.01.28 23:13:05.721915 [ 254 ] {f5e34604-dc1b-4b3e-8403-87aad6c5a301} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12277 | 2025.01.28 23:13:05.722138 [ 254 ] {f5e34604-dc1b-4b3e-8403-87aad6c5a301} <Debug> executeQuery: Read 864 rows, 64.07 KiB in 0.001984 sec., 435483.87096774194 rows/sec., 31.54 MiB/sec. | ||
| 12278 | 2025.01.28 23:13:05.722207 [ 254 ] {f5e34604-dc1b-4b3e-8403-87aad6c5a301} <Debug> TCPHandler: Processed in 0.002204717 sec. | ||
| 12279 | 2025.01.28 23:13:05.722468 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12280 | 2025.01.28 23:13:05.722716 [ 5 ] {ce72efd4-dbb3-4dac-aafe-083b4668a996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12281 | 2025.01.28 23:13:05.722809 [ 5 ] {ce72efd4-dbb3-4dac-aafe-083b4668a996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12282 | 2025.01.28 23:13:05.723511 [ 5 ] {ce72efd4-dbb3-4dac-aafe-083b4668a996} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12283 | 2025.01.28 23:13:05.723550 [ 5 ] {ce72efd4-dbb3-4dac-aafe-083b4668a996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12284 | 2025.01.28 23:13:05.723924 [ 5 ] {ce72efd4-dbb3-4dac-aafe-083b4668a996} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12285 | 2025.01.28 23:13:05.724157 [ 5 ] {ce72efd4-dbb3-4dac-aafe-083b4668a996} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12286 | 2025.01.28 23:13:05.724372 [ 5 ] {ce72efd4-dbb3-4dac-aafe-083b4668a996} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001709 sec., 3510.825043885313 rows/sec., 183.43 KiB/sec. | ||
| 12287 | 2025.01.28 23:13:05.724424 [ 5 ] {ce72efd4-dbb3-4dac-aafe-083b4668a996} <Debug> TCPHandler: Processed in 0.002131886 sec. | ||
| 12288 | 2025.01.28 23:13:05.724582 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12289 | 2025.01.28 23:13:05.724720 [ 254 ] {88db3202-cf18-467f-bcff-1e56e406011f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12290 | 2025.01.28 23:13:05.724783 [ 254 ] {88db3202-cf18-467f-bcff-1e56e406011f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12291 | 2025.01.28 23:13:05.725602 [ 254 ] {88db3202-cf18-467f-bcff-1e56e406011f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12292 | 2025.01.28 23:13:05.725642 [ 254 ] {88db3202-cf18-467f-bcff-1e56e406011f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12293 | 2025.01.28 23:13:05.726080 [ 254 ] {88db3202-cf18-467f-bcff-1e56e406011f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12294 | 2025.01.28 23:13:05.726326 [ 254 ] {88db3202-cf18-467f-bcff-1e56e406011f} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12295 | 2025.01.28 23:13:05.726549 [ 254 ] {88db3202-cf18-467f-bcff-1e56e406011f} <Debug> executeQuery: Read 1014 rows, 69.21 KiB in 0.001858 sec., 545748.1162540365 rows/sec., 36.37 MiB/sec. | ||
| 12296 | 2025.01.28 23:13:05.726600 [ 254 ] {88db3202-cf18-467f-bcff-1e56e406011f} <Debug> TCPHandler: Processed in 0.002086935 sec. | ||
| 12297 | 2025.01.28 23:13:05.726795 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12298 | 2025.01.28 23:13:05.727013 [ 5 ] {917d5f11-f1e3-4b55-9411-263c44130915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12299 | 2025.01.28 23:13:05.727105 [ 5 ] {917d5f11-f1e3-4b55-9411-263c44130915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12300 | 2025.01.28 23:13:05.727662 [ 5 ] {917d5f11-f1e3-4b55-9411-263c44130915} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12301 | 2025.01.28 23:13:05.727701 [ 5 ] {917d5f11-f1e3-4b55-9411-263c44130915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12302 | 2025.01.28 23:13:05.728052 [ 5 ] {917d5f11-f1e3-4b55-9411-263c44130915} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12303 | 2025.01.28 23:13:05.728285 [ 5 ] {917d5f11-f1e3-4b55-9411-263c44130915} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12304 | 2025.01.28 23:13:05.728496 [ 5 ] {917d5f11-f1e3-4b55-9411-263c44130915} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec. | ||
| 12305 | 2025.01.28 23:13:05.728606 [ 5 ] {917d5f11-f1e3-4b55-9411-263c44130915} <Debug> TCPHandler: Processed in 0.001920032 sec. | ||
| 12306 | 2025.01.28 23:13:05.728812 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12307 | 2025.01.28 23:13:05.728950 [ 254 ] {496be42d-704f-4a46-827f-5fe7b6981a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12308 | 2025.01.28 23:13:05.729043 [ 254 ] {496be42d-704f-4a46-827f-5fe7b6981a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12309 | 2025.01.28 23:13:05.730178 [ 254 ] {496be42d-704f-4a46-827f-5fe7b6981a59} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12310 | 2025.01.28 23:13:05.730218 [ 254 ] {496be42d-704f-4a46-827f-5fe7b6981a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12311 | 2025.01.28 23:13:05.730825 [ 254 ] {496be42d-704f-4a46-827f-5fe7b6981a59} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12312 | 2025.01.28 23:13:05.731084 [ 254 ] {496be42d-704f-4a46-827f-5fe7b6981a59} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12313 | 2025.01.28 23:13:05.731338 [ 254 ] {496be42d-704f-4a46-827f-5fe7b6981a59} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002418 sec., 4962.779156327543 rows/sec., 8.89 MiB/sec. | ||
| 12314 | 2025.01.28 23:13:05.731433 [ 254 ] {496be42d-704f-4a46-827f-5fe7b6981a59} <Debug> TCPHandler: Processed in 0.002742976 sec. | ||
| 12315 | 2025.01.28 23:13:05.731634 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12316 | 2025.01.28 23:13:05.731851 [ 5 ] {4544c3fc-b19f-40d3-8f21-2bfa9220abd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12317 | 2025.01.28 23:13:05.731944 [ 5 ] {4544c3fc-b19f-40d3-8f21-2bfa9220abd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12318 | 2025.01.28 23:13:05.732601 [ 5 ] {4544c3fc-b19f-40d3-8f21-2bfa9220abd0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12319 | 2025.01.28 23:13:05.732642 [ 5 ] {4544c3fc-b19f-40d3-8f21-2bfa9220abd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12320 | 2025.01.28 23:13:05.733015 [ 5 ] {4544c3fc-b19f-40d3-8f21-2bfa9220abd0} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12321 | 2025.01.28 23:13:05.733248 [ 5 ] {4544c3fc-b19f-40d3-8f21-2bfa9220abd0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12322 | 2025.01.28 23:13:05.733454 [ 5 ] {4544c3fc-b19f-40d3-8f21-2bfa9220abd0} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001655 sec., 35045.31722054381 rows/sec., 2.17 MiB/sec. | ||
| 12323 | 2025.01.28 23:13:05.733504 [ 5 ] {4544c3fc-b19f-40d3-8f21-2bfa9220abd0} <Debug> TCPHandler: Processed in 0.001979573 sec. | ||
| 12324 | 2025.01.28 23:13:07.961789 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1750 | ||
| 12325 | 2025.01.28 23:13:07.965696 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12326 | 2025.01.28 23:13:07.965746 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12327 | 2025.01.28 23:13:07.967200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12328 | 2025.01.28 23:13:07.967511 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12329 | 2025.01.28 23:13:07.968512 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1750 | ||
| 12330 | 2025.01.28 23:13:08.589741 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12331 | 2025.01.28 23:13:08.589956 [ 254 ] {ac8ce4f0-a7ee-4edd-b9f3-a7952b4f484c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12332 | 2025.01.28 23:13:08.590036 [ 254 ] {ac8ce4f0-a7ee-4edd-b9f3-a7952b4f484c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12333 | 2025.01.28 23:13:08.590836 [ 254 ] {ac8ce4f0-a7ee-4edd-b9f3-a7952b4f484c} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12334 | 2025.01.28 23:13:08.590886 [ 254 ] {ac8ce4f0-a7ee-4edd-b9f3-a7952b4f484c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12335 | 2025.01.28 23:13:08.591341 [ 254 ] {ac8ce4f0-a7ee-4edd-b9f3-a7952b4f484c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12336 | 2025.01.28 23:13:08.591603 [ 254 ] {ac8ce4f0-a7ee-4edd-b9f3-a7952b4f484c} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12337 | 2025.01.28 23:13:08.591828 [ 254 ] {ac8ce4f0-a7ee-4edd-b9f3-a7952b4f484c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. | ||
| 12338 | 2025.01.28 23:13:08.591888 [ 254 ] {ac8ce4f0-a7ee-4edd-b9f3-a7952b4f484c} <Debug> TCPHandler: Processed in 0.002285228 sec. | ||
| 12339 | 2025.01.28 23:13:08.592187 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12340 | 2025.01.28 23:13:08.592469 [ 5 ] {9702e6f4-42ca-4f59-b255-d3bfbcd9818b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12341 | 2025.01.28 23:13:08.592542 [ 5 ] {9702e6f4-42ca-4f59-b255-d3bfbcd9818b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12342 | 2025.01.28 23:13:08.593298 [ 5 ] {9702e6f4-42ca-4f59-b255-d3bfbcd9818b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12343 | 2025.01.28 23:13:08.593348 [ 5 ] {9702e6f4-42ca-4f59-b255-d3bfbcd9818b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12344 | 2025.01.28 23:13:08.593781 [ 5 ] {9702e6f4-42ca-4f59-b255-d3bfbcd9818b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12345 | 2025.01.28 23:13:08.594037 [ 5 ] {9702e6f4-42ca-4f59-b255-d3bfbcd9818b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12346 | 2025.01.28 23:13:08.594308 [ 5 ] {9702e6f4-42ca-4f59-b255-d3bfbcd9818b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001887 sec., 33916.269210386854 rows/sec., 2.65 MiB/sec. | ||
| 12347 | 2025.01.28 23:13:08.594394 [ 5 ] {9702e6f4-42ca-4f59-b255-d3bfbcd9818b} <Debug> TCPHandler: Processed in 0.00239236 sec. | ||
| 12348 | 2025.01.28 23:13:08.594594 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12349 | 2025.01.28 23:13:08.594807 [ 254 ] {6fe6a04e-31f8-45a7-8c73-2f453d27f65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12350 | 2025.01.28 23:13:08.594872 [ 254 ] {6fe6a04e-31f8-45a7-8c73-2f453d27f65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12351 | 2025.01.28 23:13:08.595509 [ 254 ] {6fe6a04e-31f8-45a7-8c73-2f453d27f65c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12352 | 2025.01.28 23:13:08.595550 [ 254 ] {6fe6a04e-31f8-45a7-8c73-2f453d27f65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12353 | 2025.01.28 23:13:08.595943 [ 254 ] {6fe6a04e-31f8-45a7-8c73-2f453d27f65c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12354 | 2025.01.28 23:13:08.596191 [ 254 ] {6fe6a04e-31f8-45a7-8c73-2f453d27f65c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12355 | 2025.01.28 23:13:08.596408 [ 254 ] {6fe6a04e-31f8-45a7-8c73-2f453d27f65c} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001633 sec., 39191.67176974893 rows/sec., 2.73 MiB/sec. | ||
| 12356 | 2025.01.28 23:13:08.596462 [ 254 ] {6fe6a04e-31f8-45a7-8c73-2f453d27f65c} <Debug> TCPHandler: Processed in 0.001980453 sec. | ||
| 12357 | 2025.01.28 23:13:08.596647 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12358 | 2025.01.28 23:13:08.596785 [ 5 ] {cb721cdf-ded2-497d-a881-6357330882ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12359 | 2025.01.28 23:13:08.596845 [ 5 ] {cb721cdf-ded2-497d-a881-6357330882ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12360 | 2025.01.28 23:13:08.597402 [ 5 ] {cb721cdf-ded2-497d-a881-6357330882ec} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12361 | 2025.01.28 23:13:08.597441 [ 5 ] {cb721cdf-ded2-497d-a881-6357330882ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12362 | 2025.01.28 23:13:08.597813 [ 5 ] {cb721cdf-ded2-497d-a881-6357330882ec} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12363 | 2025.01.28 23:13:08.598059 [ 5 ] {cb721cdf-ded2-497d-a881-6357330882ec} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12364 | 2025.01.28 23:13:08.598265 [ 5 ] {cb721cdf-ded2-497d-a881-6357330882ec} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00151 sec., 15894.039735099337 rows/sec., 1.07 MiB/sec. | ||
| 12365 | 2025.01.28 23:13:08.598314 [ 5 ] {cb721cdf-ded2-497d-a881-6357330882ec} <Debug> TCPHandler: Processed in 0.001733649 sec. | ||
| 12366 | 2025.01.28 23:13:10.316746 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 12367 | 2025.01.28 23:13:10.317472 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12368 | 2025.01.28 23:13:10.317512 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12369 | 2025.01.28 23:13:10.318037 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12370 | 2025.01.28 23:13:10.318299 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12371 | 2025.01.28 23:13:10.318498 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 12372 | 2025.01.28 23:13:12.208382 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12373 | 2025.01.28 23:13:12.228918 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12374 | 2025.01.28 23:13:12.228967 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12375 | 2025.01.28 23:13:12.236335 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12376 | 2025.01.28 23:13:12.237103 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12377 | 2025.01.28 23:13:12.239743 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12378 | 2025.01.28 23:13:13.595636 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12379 | 2025.01.28 23:13:13.595855 [ 254 ] {faa74d48-e8a0-45c5-8d4f-f8a6078cfd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12380 | 2025.01.28 23:13:13.595934 [ 254 ] {faa74d48-e8a0-45c5-8d4f-f8a6078cfd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12381 | 2025.01.28 23:13:13.596814 [ 254 ] {faa74d48-e8a0-45c5-8d4f-f8a6078cfd03} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12382 | 2025.01.28 23:13:13.596858 [ 254 ] {faa74d48-e8a0-45c5-8d4f-f8a6078cfd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12383 | 2025.01.28 23:13:13.597302 [ 254 ] {faa74d48-e8a0-45c5-8d4f-f8a6078cfd03} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12384 | 2025.01.28 23:13:13.597563 [ 254 ] {faa74d48-e8a0-45c5-8d4f-f8a6078cfd03} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12385 | 2025.01.28 23:13:13.597770 [ 254 ] {faa74d48-e8a0-45c5-8d4f-f8a6078cfd03} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001969 sec., 55865.9217877095 rows/sec., 4.70 MiB/sec. | ||
| 12386 | 2025.01.28 23:13:13.597849 [ 254 ] {faa74d48-e8a0-45c5-8d4f-f8a6078cfd03} <Debug> TCPHandler: Processed in 0.00234732 sec. | ||
| 12387 | 2025.01.28 23:13:13.598166 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12388 | 2025.01.28 23:13:13.598392 [ 5 ] {d9f73934-4bf6-4bdc-9256-f0025fab076e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12389 | 2025.01.28 23:13:13.598476 [ 5 ] {d9f73934-4bf6-4bdc-9256-f0025fab076e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12390 | 2025.01.28 23:13:13.599236 [ 5 ] {d9f73934-4bf6-4bdc-9256-f0025fab076e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12391 | 2025.01.28 23:13:13.599288 [ 5 ] {d9f73934-4bf6-4bdc-9256-f0025fab076e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12392 | 2025.01.28 23:13:13.599735 [ 5 ] {d9f73934-4bf6-4bdc-9256-f0025fab076e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12393 | 2025.01.28 23:13:13.599985 [ 5 ] {d9f73934-4bf6-4bdc-9256-f0025fab076e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12394 | 2025.01.28 23:13:13.600162 [ 71 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 12395 | 2025.01.28 23:13:13.600221 [ 71 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12396 | 2025.01.28 23:13:13.600236 [ 5 ] {d9f73934-4bf6-4bdc-9256-f0025fab076e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001892 sec., 14270.61310782241 rows/sec., 1.05 MiB/sec. | ||
| 12397 | 2025.01.28 23:13:13.600258 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12398 | 2025.01.28 23:13:13.600398 [ 5 ] {d9f73934-4bf6-4bdc-9256-f0025fab076e} <Debug> TCPHandler: Processed in 0.00241561 sec. | ||
| 12399 | 2025.01.28 23:13:13.600734 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
| 12400 | 2025.01.28 23:13:13.600765 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12401 | 2025.01.28 23:13:13.601172 [ 254 ] {3cc0c026-aec2-4eff-9106-0772267b8f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12402 | 2025.01.28 23:13:13.601333 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12403 | 2025.01.28 23:13:13.601360 [ 254 ] {3cc0c026-aec2-4eff-9106-0772267b8f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12404 | 2025.01.28 23:13:13.601544 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 64 rows starting from the beginning of the part | ||
| 12405 | 2025.01.28 23:13:13.601846 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part | ||
| 12406 | 2025.01.28 23:13:13.602151 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 19 rows starting from the beginning of the part | ||
| 12407 | 2025.01.28 23:13:13.602545 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part | ||
| 12408 | 2025.01.28 23:13:13.602953 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 33 rows starting from the beginning of the part | ||
| 12409 | 2025.01.28 23:13:13.603356 [ 194 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part | ||
| 12410 | 2025.01.28 23:13:13.604749 [ 254 ] {3cc0c026-aec2-4eff-9106-0772267b8f6b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12411 | 2025.01.28 23:13:13.604816 [ 254 ] {3cc0c026-aec2-4eff-9106-0772267b8f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12412 | 2025.01.28 23:13:13.605902 [ 254 ] {3cc0c026-aec2-4eff-9106-0772267b8f6b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12413 | 2025.01.28 23:13:13.606294 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.005875729 sec., 33868.137894038344 rows/sec., 2.55 MiB/sec. | ||
| 12414 | 2025.01.28 23:13:13.606461 [ 254 ] {3cc0c026-aec2-4eff-9106-0772267b8f6b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12415 | 2025.01.28 23:13:13.606517 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 12416 | 2025.01.28 23:13:13.606833 [ 254 ] {3cc0c026-aec2-4eff-9106-0772267b8f6b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00576 sec., 15798.61111111111 rows/sec., 1.23 MiB/sec. | ||
| 12417 | 2025.01.28 23:13:13.606974 [ 254 ] {3cc0c026-aec2-4eff-9106-0772267b8f6b} <Debug> TCPHandler: Processed in 0.006310355 sec. | ||
| 12418 | 2025.01.28 23:13:13.607092 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12419 | 2025.01.28 23:13:13.607170 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12420 | 2025.01.28 23:13:13.607184 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_80_16} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 12421 | 2025.01.28 23:13:13.607307 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12422 | 2025.01.28 23:13:13.607347 [ 5 ] {5b1751a3-a0e1-40ae-ae64-2b0624cd47b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12423 | 2025.01.28 23:13:13.607410 [ 5 ] {5b1751a3-a0e1-40ae-ae64-2b0624cd47b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12424 | 2025.01.28 23:13:13.608003 [ 5 ] {5b1751a3-a0e1-40ae-ae64-2b0624cd47b5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12425 | 2025.01.28 23:13:13.608041 [ 5 ] {5b1751a3-a0e1-40ae-ae64-2b0624cd47b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12426 | 2025.01.28 23:13:13.608438 [ 5 ] {5b1751a3-a0e1-40ae-ae64-2b0624cd47b5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12427 | 2025.01.28 23:13:13.608676 [ 5 ] {5b1751a3-a0e1-40ae-ae64-2b0624cd47b5} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12428 | 2025.01.28 23:13:13.608894 [ 5 ] {5b1751a3-a0e1-40ae-ae64-2b0624cd47b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
| 12429 | 2025.01.28 23:13:13.608947 [ 5 ] {5b1751a3-a0e1-40ae-ae64-2b0624cd47b5} <Debug> TCPHandler: Processed in 0.001845901 sec. | ||
| 12430 | 2025.01.28 23:13:13.609097 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12431 | 2025.01.28 23:13:13.609213 [ 254 ] {c8419718-1141-4da9-867a-9797d9130e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12432 | 2025.01.28 23:13:13.609295 [ 254 ] {c8419718-1141-4da9-867a-9797d9130e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12433 | 2025.01.28 23:13:13.610432 [ 254 ] {c8419718-1141-4da9-867a-9797d9130e59} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12434 | 2025.01.28 23:13:13.610471 [ 254 ] {c8419718-1141-4da9-867a-9797d9130e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12435 | 2025.01.28 23:13:13.611111 [ 254 ] {c8419718-1141-4da9-867a-9797d9130e59} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12436 | 2025.01.28 23:13:13.611371 [ 254 ] {c8419718-1141-4da9-867a-9797d9130e59} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12437 | 2025.01.28 23:13:13.611565 [ 254 ] {c8419718-1141-4da9-867a-9797d9130e59} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002375 sec., 11368.42105263158 rows/sec., 20.37 MiB/sec. | ||
| 12438 | 2025.01.28 23:13:13.611655 [ 254 ] {c8419718-1141-4da9-867a-9797d9130e59} <Debug> TCPHandler: Processed in 0.002613783 sec. | ||
| 12439 | 2025.01.28 23:13:13.611813 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12440 | 2025.01.28 23:13:13.611950 [ 5 ] {b9201b00-80d7-4013-9a84-7320682acda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12441 | 2025.01.28 23:13:13.612010 [ 5 ] {b9201b00-80d7-4013-9a84-7320682acda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12442 | 2025.01.28 23:13:13.612589 [ 5 ] {b9201b00-80d7-4013-9a84-7320682acda0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12443 | 2025.01.28 23:13:13.612629 [ 5 ] {b9201b00-80d7-4013-9a84-7320682acda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12444 | 2025.01.28 23:13:13.613003 [ 5 ] {b9201b00-80d7-4013-9a84-7320682acda0} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12445 | 2025.01.28 23:13:13.613250 [ 5 ] {b9201b00-80d7-4013-9a84-7320682acda0} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12446 | 2025.01.28 23:13:13.613458 [ 5 ] {b9201b00-80d7-4013-9a84-7320682acda0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 12447 | 2025.01.28 23:13:13.613509 [ 5 ] {b9201b00-80d7-4013-9a84-7320682acda0} <Debug> TCPHandler: Processed in 0.001762349 sec. | ||
| 12448 | 2025.01.28 23:13:17.628655 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12449 | 2025.01.28 23:13:17.628729 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12450 | 2025.01.28 23:13:17.818704 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 12451 | 2025.01.28 23:13:17.819353 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12452 | 2025.01.28 23:13:17.819404 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12453 | 2025.01.28 23:13:17.820012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12454 | 2025.01.28 23:13:17.820298 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12455 | 2025.01.28 23:13:17.820558 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12456 | 2025.01.28 23:13:17.968894 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1770 | ||
| 12457 | 2025.01.28 23:13:17.971818 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12458 | 2025.01.28 23:13:17.971879 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12459 | 2025.01.28 23:13:17.973348 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12460 | 2025.01.28 23:13:17.973667 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12461 | 2025.01.28 23:13:17.975190 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1770 | ||
| 12462 | 2025.01.28 23:13:18.599010 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12463 | 2025.01.28 23:13:18.599201 [ 254 ] {842460bf-e5a1-45f7-be09-54bc35cc26a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12464 | 2025.01.28 23:13:18.599272 [ 254 ] {842460bf-e5a1-45f7-be09-54bc35cc26a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12465 | 2025.01.28 23:13:18.600012 [ 254 ] {842460bf-e5a1-45f7-be09-54bc35cc26a5} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12466 | 2025.01.28 23:13:18.600054 [ 254 ] {842460bf-e5a1-45f7-be09-54bc35cc26a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12467 | 2025.01.28 23:13:18.600492 [ 254 ] {842460bf-e5a1-45f7-be09-54bc35cc26a5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12468 | 2025.01.28 23:13:18.600757 [ 254 ] {842460bf-e5a1-45f7-be09-54bc35cc26a5} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12469 | 2025.01.28 23:13:18.600959 [ 254 ] {842460bf-e5a1-45f7-be09-54bc35cc26a5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001811 sec., 7730.535615681944 rows/sec., 556.50 KiB/sec. | ||
| 12470 | 2025.01.28 23:13:18.601015 [ 254 ] {842460bf-e5a1-45f7-be09-54bc35cc26a5} <Debug> TCPHandler: Processed in 0.002131406 sec. | ||
| 12471 | 2025.01.28 23:13:18.601254 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12472 | 2025.01.28 23:13:18.601468 [ 5 ] {b7d229fb-05f4-4cb5-805d-ac2dbf590371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12473 | 2025.01.28 23:13:18.601548 [ 5 ] {b7d229fb-05f4-4cb5-805d-ac2dbf590371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12474 | 2025.01.28 23:13:18.602399 [ 5 ] {b7d229fb-05f4-4cb5-805d-ac2dbf590371} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12475 | 2025.01.28 23:13:18.602450 [ 5 ] {b7d229fb-05f4-4cb5-805d-ac2dbf590371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12476 | 2025.01.28 23:13:18.602902 [ 5 ] {b7d229fb-05f4-4cb5-805d-ac2dbf590371} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12477 | 2025.01.28 23:13:18.603163 [ 5 ] {b7d229fb-05f4-4cb5-805d-ac2dbf590371} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12478 | 2025.01.28 23:13:18.603356 [ 111 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12479 | 2025.01.28 23:13:18.603423 [ 111 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12480 | 2025.01.28 23:13:18.603429 [ 5 ] {b7d229fb-05f4-4cb5-805d-ac2dbf590371} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002014 sec., 112711.02284011916 rows/sec., 9.87 MiB/sec. | ||
| 12481 | 2025.01.28 23:13:18.603461 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12482 | 2025.01.28 23:13:18.603607 [ 5 ] {b7d229fb-05f4-4cb5-805d-ac2dbf590371} <Debug> TCPHandler: Processed in 0.002487652 sec. | ||
| 12483 | 2025.01.28 23:13:18.603858 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12484 | 2025.01.28 23:13:18.603865 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 12485 | 2025.01.28 23:13:18.604225 [ 254 ] {7f9288eb-895d-49ff-9179-4a6939d3afe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12486 | 2025.01.28 23:13:18.604437 [ 254 ] {7f9288eb-895d-49ff-9179-4a6939d3afe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12487 | 2025.01.28 23:13:18.604516 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12488 | 2025.01.28 23:13:18.604701 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1431 rows starting from the beginning of the part | ||
| 12489 | 2025.01.28 23:13:18.605457 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 110 rows starting from the beginning of the part | ||
| 12490 | 2025.01.28 23:13:18.606317 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1374 rows starting from the beginning of the part | ||
| 12491 | 2025.01.28 23:13:18.606695 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 12492 | 2025.01.28 23:13:18.606874 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 110 rows starting from the beginning of the part | ||
| 12493 | 2025.01.28 23:13:18.607282 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 227 rows starting from the beginning of the part | ||
| 12494 | 2025.01.28 23:13:18.607976 [ 254 ] {7f9288eb-895d-49ff-9179-4a6939d3afe6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12495 | 2025.01.28 23:13:18.608046 [ 254 ] {7f9288eb-895d-49ff-9179-4a6939d3afe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12496 | 2025.01.28 23:13:18.608944 [ 254 ] {7f9288eb-895d-49ff-9179-4a6939d3afe6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12497 | 2025.01.28 23:13:18.609516 [ 254 ] {7f9288eb-895d-49ff-9179-4a6939d3afe6} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12498 | 2025.01.28 23:13:18.609954 [ 254 ] {7f9288eb-895d-49ff-9179-4a6939d3afe6} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.005869 sec., 3237.348781734537 rows/sec., 231.45 KiB/sec. | ||
| 12499 | 2025.01.28 23:13:18.610094 [ 254 ] {7f9288eb-895d-49ff-9179-4a6939d3afe6} <Debug> TCPHandler: Processed in 0.006366386 sec. | ||
| 12500 | 2025.01.28 23:13:18.610580 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12501 | 2025.01.28 23:13:18.611135 [ 5 ] {4a77bac7-786c-4f2d-b683-7663df4382a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12502 | 2025.01.28 23:13:18.611247 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.007646088 sec., 432639.5406382977 rows/sec., 37.91 MiB/sec. | ||
| 12503 | 2025.01.28 23:13:18.611299 [ 5 ] {4a77bac7-786c-4f2d-b683-7663df4382a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12504 | 2025.01.28 23:13:18.611726 [ 194 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12505 | 2025.01.28 23:13:18.612583 [ 200 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12506 | 2025.01.28 23:13:18.612820 [ 200 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_101_20} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12507 | 2025.01.28 23:13:18.613016 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 12508 | 2025.01.28 23:13:18.613135 [ 5 ] {4a77bac7-786c-4f2d-b683-7663df4382a1} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12509 | 2025.01.28 23:13:18.613181 [ 5 ] {4a77bac7-786c-4f2d-b683-7663df4382a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12510 | 2025.01.28 23:13:18.613548 [ 5 ] {4a77bac7-786c-4f2d-b683-7663df4382a1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12511 | 2025.01.28 23:13:18.613790 [ 5 ] {4a77bac7-786c-4f2d-b683-7663df4382a1} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12512 | 2025.01.28 23:13:18.614004 [ 5 ] {4a77bac7-786c-4f2d-b683-7663df4382a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003043 sec., 4600.722970752547 rows/sec., 322.20 KiB/sec. | ||
| 12513 | 2025.01.28 23:13:18.614065 [ 5 ] {4a77bac7-786c-4f2d-b683-7663df4382a1} <Debug> TCPHandler: Processed in 0.003862185 sec. | ||
| 12514 | 2025.01.28 23:13:18.614217 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12515 | 2025.01.28 23:13:18.614357 [ 254 ] {7d749036-d56d-4d25-a8f0-3b1382702822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12516 | 2025.01.28 23:13:18.614413 [ 254 ] {7d749036-d56d-4d25-a8f0-3b1382702822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12517 | 2025.01.28 23:13:18.615049 [ 254 ] {7d749036-d56d-4d25-a8f0-3b1382702822} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12518 | 2025.01.28 23:13:18.615087 [ 254 ] {7d749036-d56d-4d25-a8f0-3b1382702822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12519 | 2025.01.28 23:13:18.615440 [ 254 ] {7d749036-d56d-4d25-a8f0-3b1382702822} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12520 | 2025.01.28 23:13:18.615679 [ 254 ] {7d749036-d56d-4d25-a8f0-3b1382702822} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12521 | 2025.01.28 23:13:18.615854 [ 254 ] {7d749036-d56d-4d25-a8f0-3b1382702822} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 530.46 KiB/sec. | ||
| 12522 | 2025.01.28 23:13:18.615904 [ 254 ] {7d749036-d56d-4d25-a8f0-3b1382702822} <Debug> TCPHandler: Processed in 0.001753889 sec. | ||
| 12523 | 2025.01.28 23:13:18.616044 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12524 | 2025.01.28 23:13:18.616180 [ 5 ] {6bde518c-7d1e-48f1-99a0-9ab5c226d0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12525 | 2025.01.28 23:13:18.616239 [ 5 ] {6bde518c-7d1e-48f1-99a0-9ab5c226d0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12526 | 2025.01.28 23:13:18.617086 [ 5 ] {6bde518c-7d1e-48f1-99a0-9ab5c226d0b8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12527 | 2025.01.28 23:13:18.617126 [ 5 ] {6bde518c-7d1e-48f1-99a0-9ab5c226d0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12528 | 2025.01.28 23:13:18.617514 [ 5 ] {6bde518c-7d1e-48f1-99a0-9ab5c226d0b8} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12529 | 2025.01.28 23:13:18.617768 [ 5 ] {6bde518c-7d1e-48f1-99a0-9ab5c226d0b8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12530 | 2025.01.28 23:13:18.617938 [ 111 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12531 | 2025.01.28 23:13:18.618003 [ 111 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12532 | 2025.01.28 23:13:18.618003 [ 5 ] {6bde518c-7d1e-48f1-99a0-9ab5c226d0b8} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001841 sec., 214014.1227593699 rows/sec., 15.19 MiB/sec. | ||
| 12533 | 2025.01.28 23:13:18.618041 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12534 | 2025.01.28 23:13:18.618153 [ 5 ] {6bde518c-7d1e-48f1-99a0-9ab5c226d0b8} <Debug> TCPHandler: Processed in 0.002170007 sec. | ||
| 12535 | 2025.01.28 23:13:18.618421 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 12536 | 2025.01.28 23:13:18.618465 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12537 | 2025.01.28 23:13:18.618734 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12538 | 2025.01.28 23:13:18.618853 [ 254 ] {60ef8bfb-fcc4-4b02-8b87-37f62517ef4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12539 | 2025.01.28 23:13:18.618863 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 12540 | 2025.01.28 23:13:18.619072 [ 254 ] {60ef8bfb-fcc4-4b02-8b87-37f62517ef4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12541 | 2025.01.28 23:13:18.619297 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 91 rows starting from the beginning of the part | ||
| 12542 | 2025.01.28 23:13:18.619697 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 864 rows starting from the beginning of the part | ||
| 12543 | 2025.01.28 23:13:18.620062 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 12544 | 2025.01.28 23:13:18.620497 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 91 rows starting from the beginning of the part | ||
| 12545 | 2025.01.28 23:13:18.620901 [ 195 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 394 rows starting from the beginning of the part | ||
| 12546 | 2025.01.28 23:13:18.623070 [ 254 ] {60ef8bfb-fcc4-4b02-8b87-37f62517ef4d} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12547 | 2025.01.28 23:13:18.623171 [ 254 ] {60ef8bfb-fcc4-4b02-8b87-37f62517ef4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12548 | 2025.01.28 23:13:18.624169 [ 254 ] {60ef8bfb-fcc4-4b02-8b87-37f62517ef4d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12549 | 2025.01.28 23:13:18.624552 [ 254 ] {60ef8bfb-fcc4-4b02-8b87-37f62517ef4d} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12550 | 2025.01.28 23:13:18.624755 [ 111 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
| 12551 | 2025.01.28 23:13:18.624868 [ 111 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2025.01.28 23:13:18.624941 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12553 | 2025.01.28 23:13:18.625012 [ 254 ] {60ef8bfb-fcc4-4b02-8b87-37f62517ef4d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006301 sec., 952.22980479289 rows/sec., 49.75 KiB/sec. | ||
| 12554 | 2025.01.28 23:13:18.625425 [ 254 ] {60ef8bfb-fcc4-4b02-8b87-37f62517ef4d} <Debug> TCPHandler: Processed in 0.007136769 sec. | ||
| 12555 | 2025.01.28 23:13:18.625810 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12556 | 2025.01.28 23:13:18.625833 [ 198 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
| 12557 | 2025.01.28 23:13:18.626436 [ 5 ] {b7b7727a-7205-4646-996c-1bb8c9a1e617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12558 | 2025.01.28 23:13:18.626449 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.008278628 sec., 291956.58990837616 rows/sec., 22.39 MiB/sec. | ||
| 12559 | 2025.01.28 23:13:18.626701 [ 5 ] {b7b7727a-7205-4646-996c-1bb8c9a1e617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12560 | 2025.01.28 23:13:18.626752 [ 198 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12561 | 2025.01.28 23:13:18.626895 [ 189 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12562 | 2025.01.28 23:13:18.627030 [ 198 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 12563 | 2025.01.28 23:13:18.628038 [ 198 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12564 | 2025.01.28 23:13:18.628127 [ 189 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12565 | 2025.01.28 23:13:18.628426 [ 198 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12566 | 2025.01.28 23:13:18.628470 [ 189 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_101_20} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12567 | 2025.01.28 23:13:18.628814 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12568 | 2025.01.28 23:13:18.628854 [ 198 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12569 | 2025.01.28 23:13:18.629143 [ 198 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12570 | 2025.01.28 23:13:18.629661 [ 198 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12571 | 2025.01.28 23:13:18.630477 [ 5 ] {b7b7727a-7205-4646-996c-1bb8c9a1e617} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12572 | 2025.01.28 23:13:18.630533 [ 5 ] {b7b7727a-7205-4646-996c-1bb8c9a1e617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12573 | 2025.01.28 23:13:18.631582 [ 5 ] {b7b7727a-7205-4646-996c-1bb8c9a1e617} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12574 | 2025.01.28 23:13:18.632228 [ 5 ] {b7b7727a-7205-4646-996c-1bb8c9a1e617} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12575 | 2025.01.28 23:13:18.632370 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 4 columns (4 merged, 0 gathered) in 0.007244291 sec., 35614.251277316165 rows/sec., 1.82 MiB/sec. | ||
| 12576 | 2025.01.28 23:13:18.632574 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12577 | 2025.01.28 23:13:18.632684 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12578 | 2025.01.28 23:13:18.632709 [ 5 ] {b7b7727a-7205-4646-996c-1bb8c9a1e617} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006508 sec., 36416.717885679165 rows/sec., 2.44 MiB/sec. | ||
| 12579 | 2025.01.28 23:13:18.632772 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12580 | 2025.01.28 23:13:18.632779 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
| 12581 | 2025.01.28 23:13:18.633070 [ 5 ] {b7b7727a-7205-4646-996c-1bb8c9a1e617} <Debug> TCPHandler: Processed in 0.007424935 sec. | ||
| 12582 | 2025.01.28 23:13:18.633355 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12583 | 2025.01.28 23:13:18.633445 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::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 | ||
| 12584 | 2025.01.28 23:13:18.633684 [ 254 ] {26ed79f3-17c5-405a-be18-eba5e9c25354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12585 | 2025.01.28 23:13:18.633687 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12586 | 2025.01.28 23:13:18.633848 [ 254 ] {26ed79f3-17c5-405a-be18-eba5e9c25354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12587 | 2025.01.28 23:13:18.634025 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_43_9} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
| 12588 | 2025.01.28 23:13:18.634073 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12589 | 2025.01.28 23:13:18.634288 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28375 rows starting from the beginning of the part | ||
| 12590 | 2025.01.28 23:13:18.634308 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12591 | 2025.01.28 23:13:18.634713 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 12592 | 2025.01.28 23:13:18.635056 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1014 rows starting from the beginning of the part | ||
| 12593 | 2025.01.28 23:13:18.635364 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 12594 | 2025.01.28 23:13:18.635641 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 12595 | 2025.01.28 23:13:18.636002 [ 192 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 12596 | 2025.01.28 23:13:18.636634 [ 254 ] {26ed79f3-17c5-405a-be18-eba5e9c25354} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12597 | 2025.01.28 23:13:18.636692 [ 254 ] {26ed79f3-17c5-405a-be18-eba5e9c25354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12598 | 2025.01.28 23:13:18.637415 [ 254 ] {26ed79f3-17c5-405a-be18-eba5e9c25354} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12599 | 2025.01.28 23:13:18.637715 [ 254 ] {26ed79f3-17c5-405a-be18-eba5e9c25354} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12600 | 2025.01.28 23:13:18.638034 [ 254 ] {26ed79f3-17c5-405a-be18-eba5e9c25354} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00446 sec., 224.21524663677127 rows/sec., 15.11 KiB/sec. | ||
| 12601 | 2025.01.28 23:13:18.638424 [ 254 ] {26ed79f3-17c5-405a-be18-eba5e9c25354} <Debug> TCPHandler: Processed in 0.005190307 sec. | ||
| 12602 | 2025.01.28 23:13:18.638730 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12603 | 2025.01.28 23:13:18.639266 [ 5 ] {bd575e4e-8eec-4b39-88e2-55a111b77950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12604 | 2025.01.28 23:13:18.639635 [ 5 ] {bd575e4e-8eec-4b39-88e2-55a111b77950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12605 | 2025.01.28 23:13:18.641370 [ 5 ] {bd575e4e-8eec-4b39-88e2-55a111b77950} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12606 | 2025.01.28 23:13:18.641412 [ 5 ] {bd575e4e-8eec-4b39-88e2-55a111b77950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12607 | 2025.01.28 23:13:18.642426 [ 5 ] {bd575e4e-8eec-4b39-88e2-55a111b77950} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12608 | 2025.01.28 23:13:18.643153 [ 5 ] {bd575e4e-8eec-4b39-88e2-55a111b77950} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12609 | 2025.01.28 23:13:18.643461 [ 111 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12610 | 2025.01.28 23:13:18.643542 [ 111 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12611 | 2025.01.28 23:13:18.643578 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12612 | 2025.01.28 23:13:18.643585 [ 5 ] {bd575e4e-8eec-4b39-88e2-55a111b77950} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004459 sec., 2691.186364655752 rows/sec., 4.82 MiB/sec. | ||
| 12613 | 2025.01.28 23:13:18.644014 [ 193 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 12614 | 2025.01.28 23:13:18.644071 [ 5 ] {bd575e4e-8eec-4b39-88e2-55a111b77950} <Debug> TCPHandler: Processed in 0.005507412 sec. | ||
| 12615 | 2025.01.28 23:13:18.644328 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12616 | 2025.01.28 23:13:18.644615 [ 254 ] {1f12eea0-5566-4923-b0b4-eeb9667ee6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12617 | 2025.01.28 23:13:18.644793 [ 254 ] {1f12eea0-5566-4923-b0b4-eeb9667ee6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12618 | 2025.01.28 23:13:18.644892 [ 193 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12619 | 2025.01.28 23:13:18.645045 [ 193 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1428 rows starting from the beginning of the part | ||
| 12620 | 2025.01.28 23:13:18.646239 [ 193 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 12 rows starting from the beginning of the part | ||
| 12621 | 2025.01.28 23:13:18.646896 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30010 rows, containing 5 columns (5 merged, 0 gathered) in 0.013829661 sec., 2169973.6530056666 rows/sec., 146.49 MiB/sec. | ||
| 12622 | 2025.01.28 23:13:18.647463 [ 254 ] {1f12eea0-5566-4923-b0b4-eeb9667ee6c7} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12623 | 2025.01.28 23:13:18.647580 [ 254 ] {1f12eea0-5566-4923-b0b4-eeb9667ee6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12624 | 2025.01.28 23:13:18.647736 [ 193 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part | ||
| 12625 | 2025.01.28 23:13:18.647757 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12626 | 2025.01.28 23:13:18.648819 [ 193 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 12627 | 2025.01.28 23:13:18.649260 [ 254 ] {1f12eea0-5566-4923-b0b4-eeb9667ee6c7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12628 | 2025.01.28 23:13:18.649279 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12629 | 2025.01.28 23:13:18.649808 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12630 | 2025.01.28 23:13:18.649904 [ 193 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part | ||
| 12631 | 2025.01.28 23:13:18.650081 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12632 | 2025.01.28 23:13:18.650240 [ 254 ] {1f12eea0-5566-4923-b0b4-eeb9667ee6c7} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12633 | 2025.01.28 23:13:18.650715 [ 111 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12634 | 2025.01.28 23:13:18.650825 [ 111 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12635 | 2025.01.28 23:13:18.650846 [ 193 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 12 rows starting from the beginning of the part | ||
| 12636 | 2025.01.28 23:13:18.650883 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12637 | 2025.01.28 23:13:18.651049 [ 254 ] {1f12eea0-5566-4923-b0b4-eeb9667ee6c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006452 sec., 12709.237445753255 rows/sec., 826.57 KiB/sec. | ||
| 12638 | 2025.01.28 23:13:18.651496 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 12639 | 2025.01.28 23:13:18.651741 [ 254 ] {1f12eea0-5566-4923-b0b4-eeb9667ee6c7} <Debug> TCPHandler: Processed in 0.007514275 sec. | ||
| 12640 | 2025.01.28 23:13:18.652778 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12641 | 2025.01.28 23:13:18.652967 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5786 rows starting from the beginning of the part | ||
| 12642 | 2025.01.28 23:13:18.653827 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 12643 | 2025.01.28 23:13:18.654309 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 58 rows starting from the beginning of the part | ||
| 12644 | 2025.01.28 23:13:18.654741 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 24 rows starting from the beginning of the part | ||
| 12645 | 2025.01.28 23:13:18.655168 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 12646 | 2025.01.28 23:13:18.655556 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 12647 | 2025.01.28 23:13:18.657820 [ 190 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6070 rows, containing 4 columns (4 merged, 0 gathered) in 0.006785043 sec., 894614.8167373441 rows/sec., 58.26 MiB/sec. | ||
| 12648 | 2025.01.28 23:13:18.658254 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12649 | 2025.01.28 23:13:18.658736 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12650 | 2025.01.28 23:13:18.658975 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_101_20} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12651 | 2025.01.28 23:13:18.659145 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 12652 | 2025.01.28 23:13:18.664040 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 19 columns (19 merged, 0 gathered) in 0.02037925 sec., 74487.53020842277 rows/sec., 133.48 MiB/sec. | ||
| 12653 | 2025.01.28 23:13:18.665705 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12654 | 2025.01.28 23:13:18.666132 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12655 | 2025.01.28 23:13:18.666214 [ 191 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12656 | 2025.01.28 23:13:18.666366 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 12657 | 2025.01.28 23:13:19.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.44 MiB, peak 257.96 MiB, free memory in arenas 0.00 B, will set to 248.52 MiB (RSS), difference: 2.07 MiB | ||
| 12658 | 2025.01.28 23:13:19.739877 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12659 | 2025.01.28 23:13:19.762543 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12660 | 2025.01.28 23:13:19.762604 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12661 | 2025.01.28 23:13:19.770242 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12662 | 2025.01.28 23:13:19.771028 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12663 | 2025.01.28 23:13:19.773813 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12664 | 2025.01.28 23:13:23.596919 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12665 | 2025.01.28 23:13:23.597131 [ 254 ] {08776bc4-5698-42b8-a565-4acbaf5ad1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12666 | 2025.01.28 23:13:23.597210 [ 254 ] {08776bc4-5698-42b8-a565-4acbaf5ad1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12667 | 2025.01.28 23:13:23.598139 [ 254 ] {08776bc4-5698-42b8-a565-4acbaf5ad1b1} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12668 | 2025.01.28 23:13:23.598203 [ 254 ] {08776bc4-5698-42b8-a565-4acbaf5ad1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12669 | 2025.01.28 23:13:23.598752 [ 254 ] {08776bc4-5698-42b8-a565-4acbaf5ad1b1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12670 | 2025.01.28 23:13:23.599078 [ 254 ] {08776bc4-5698-42b8-a565-4acbaf5ad1b1} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12671 | 2025.01.28 23:13:23.599391 [ 254 ] {08776bc4-5698-42b8-a565-4acbaf5ad1b1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00231 sec., 865.8008658008658 rows/sec., 70.60 KiB/sec. | ||
| 12672 | 2025.01.28 23:13:23.599491 [ 254 ] {08776bc4-5698-42b8-a565-4acbaf5ad1b1} <Debug> TCPHandler: Processed in 0.002729056 sec. | ||
| 12673 | 2025.01.28 23:13:23.599884 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12674 | 2025.01.28 23:13:23.600135 [ 5 ] {277ad04a-388f-469f-9683-0dc822a76116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12675 | 2025.01.28 23:13:23.600245 [ 5 ] {277ad04a-388f-469f-9683-0dc822a76116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12676 | 2025.01.28 23:13:23.601318 [ 5 ] {277ad04a-388f-469f-9683-0dc822a76116} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12677 | 2025.01.28 23:13:23.601386 [ 5 ] {277ad04a-388f-469f-9683-0dc822a76116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12678 | 2025.01.28 23:13:23.602739 [ 5 ] {277ad04a-388f-469f-9683-0dc822a76116} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12679 | 2025.01.28 23:13:23.603168 [ 5 ] {277ad04a-388f-469f-9683-0dc822a76116} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12680 | 2025.01.28 23:13:23.603493 [ 5 ] {277ad04a-388f-469f-9683-0dc822a76116} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.003427 sec., 32389.845345783484 rows/sec., 2.72 MiB/sec. | ||
| 12681 | 2025.01.28 23:13:23.603640 [ 5 ] {277ad04a-388f-469f-9683-0dc822a76116} <Debug> TCPHandler: Processed in 0.003952676 sec. | ||
| 12682 | 2025.01.28 23:13:23.603995 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12683 | 2025.01.28 23:13:23.604171 [ 254 ] {ca098b78-db0b-4287-ab94-9a9db9dce4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12684 | 2025.01.28 23:13:23.604234 [ 254 ] {ca098b78-db0b-4287-ab94-9a9db9dce4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12685 | 2025.01.28 23:13:23.604919 [ 254 ] {ca098b78-db0b-4287-ab94-9a9db9dce4e5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12686 | 2025.01.28 23:13:23.604963 [ 254 ] {ca098b78-db0b-4287-ab94-9a9db9dce4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12687 | 2025.01.28 23:13:23.605393 [ 254 ] {ca098b78-db0b-4287-ab94-9a9db9dce4e5} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12688 | 2025.01.28 23:13:23.605668 [ 254 ] {ca098b78-db0b-4287-ab94-9a9db9dce4e5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12689 | 2025.01.28 23:13:23.605915 [ 254 ] {ca098b78-db0b-4287-ab94-9a9db9dce4e5} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001776 sec., 16328.82882882883 rows/sec., 1.19 MiB/sec. | ||
| 12690 | 2025.01.28 23:13:23.606006 [ 254 ] {ca098b78-db0b-4287-ab94-9a9db9dce4e5} <Debug> TCPHandler: Processed in 0.002178687 sec. | ||
| 12691 | 2025.01.28 23:13:23.606289 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12692 | 2025.01.28 23:13:23.606470 [ 5 ] {c3b2c73e-4d89-465b-9993-e3681648290a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12693 | 2025.01.28 23:13:23.606535 [ 5 ] {c3b2c73e-4d89-465b-9993-e3681648290a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12694 | 2025.01.28 23:13:23.607270 [ 5 ] {c3b2c73e-4d89-465b-9993-e3681648290a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12695 | 2025.01.28 23:13:23.607319 [ 5 ] {c3b2c73e-4d89-465b-9993-e3681648290a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12696 | 2025.01.28 23:13:23.607764 [ 5 ] {c3b2c73e-4d89-465b-9993-e3681648290a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12697 | 2025.01.28 23:13:23.608021 [ 5 ] {c3b2c73e-4d89-465b-9993-e3681648290a} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12698 | 2025.01.28 23:13:23.608257 [ 5 ] {c3b2c73e-4d89-465b-9993-e3681648290a} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001817 sec., 51183.269124931205 rows/sec., 4.00 MiB/sec. | ||
| 12699 | 2025.01.28 23:13:23.608330 [ 5 ] {c3b2c73e-4d89-465b-9993-e3681648290a} <Debug> TCPHandler: Processed in 0.002164956 sec. | ||
| 12700 | 2025.01.28 23:13:23.608512 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12701 | 2025.01.28 23:13:23.608642 [ 254 ] {111e954d-6ee5-450b-861b-83be03fc05f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12702 | 2025.01.28 23:13:23.608708 [ 254 ] {111e954d-6ee5-450b-861b-83be03fc05f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12703 | 2025.01.28 23:13:23.609364 [ 254 ] {111e954d-6ee5-450b-861b-83be03fc05f8} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12704 | 2025.01.28 23:13:23.609407 [ 254 ] {111e954d-6ee5-450b-861b-83be03fc05f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12705 | 2025.01.28 23:13:23.609870 [ 254 ] {111e954d-6ee5-450b-861b-83be03fc05f8} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12706 | 2025.01.28 23:13:23.610126 [ 254 ] {111e954d-6ee5-450b-861b-83be03fc05f8} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12707 | 2025.01.28 23:13:23.610339 [ 254 ] {111e954d-6ee5-450b-861b-83be03fc05f8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001724 sec., 93387.47099767982 rows/sec., 6.50 MiB/sec. | ||
| 12708 | 2025.01.28 23:13:23.610406 [ 254 ] {111e954d-6ee5-450b-861b-83be03fc05f8} <Debug> TCPHandler: Processed in 0.001952532 sec. | ||
| 12709 | 2025.01.28 23:13:23.610586 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12710 | 2025.01.28 23:13:23.610725 [ 5 ] {0d41815e-257a-4f5c-bfb1-f340767102cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12711 | 2025.01.28 23:13:23.610819 [ 5 ] {0d41815e-257a-4f5c-bfb1-f340767102cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12712 | 2025.01.28 23:13:23.612115 [ 5 ] {0d41815e-257a-4f5c-bfb1-f340767102cd} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12713 | 2025.01.28 23:13:23.612158 [ 5 ] {0d41815e-257a-4f5c-bfb1-f340767102cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12714 | 2025.01.28 23:13:23.612876 [ 5 ] {0d41815e-257a-4f5c-bfb1-f340767102cd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12715 | 2025.01.28 23:13:23.613156 [ 5 ] {0d41815e-257a-4f5c-bfb1-f340767102cd} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12716 | 2025.01.28 23:13:23.613441 [ 5 ] {0d41815e-257a-4f5c-bfb1-f340767102cd} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002747 sec., 9828.904259191846 rows/sec., 17.61 MiB/sec. | ||
| 12717 | 2025.01.28 23:13:23.613592 [ 5 ] {0d41815e-257a-4f5c-bfb1-f340767102cd} <Debug> TCPHandler: Processed in 0.003070992 sec. | ||
| 12718 | 2025.01.28 23:13:23.613765 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12719 | 2025.01.28 23:13:23.613889 [ 254 ] {715d3e56-a0b3-4d1b-af14-82bf82f7013e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12720 | 2025.01.28 23:13:23.613946 [ 254 ] {715d3e56-a0b3-4d1b-af14-82bf82f7013e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12721 | 2025.01.28 23:13:23.614644 [ 254 ] {715d3e56-a0b3-4d1b-af14-82bf82f7013e} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12722 | 2025.01.28 23:13:23.614694 [ 254 ] {715d3e56-a0b3-4d1b-af14-82bf82f7013e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12723 | 2025.01.28 23:13:23.615436 [ 254 ] {715d3e56-a0b3-4d1b-af14-82bf82f7013e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12724 | 2025.01.28 23:13:23.615710 [ 254 ] {715d3e56-a0b3-4d1b-af14-82bf82f7013e} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12725 | 2025.01.28 23:13:23.616034 [ 254 ] {715d3e56-a0b3-4d1b-af14-82bf82f7013e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002167 sec., 27688.04799261652 rows/sec., 1.87 MiB/sec. | ||
| 12726 | 2025.01.28 23:13:23.616131 [ 254 ] {715d3e56-a0b3-4d1b-af14-82bf82f7013e} <Debug> TCPHandler: Processed in 0.002424161 sec. | ||
| 12727 | 2025.01.28 23:13:25.320755 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 12728 | 2025.01.28 23:13:25.321441 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12729 | 2025.01.28 23:13:25.321489 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12730 | 2025.01.28 23:13:25.322020 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12731 | 2025.01.28 23:13:25.322277 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12732 | 2025.01.28 23:13:25.322486 [ 143 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12733 | 2025.01.28 23:13:25.322518 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 12734 | 2025.01.28 23:13:25.322571 [ 143 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12735 | 2025.01.28 23:13:25.322601 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12736 | 2025.01.28 23:13:25.322749 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 12737 | 2025.01.28 23:13:25.322992 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12738 | 2025.01.28 23:13:25.323041 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 12739 | 2025.01.28 23:13:25.323120 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 12740 | 2025.01.28 23:13:25.323274 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 12741 | 2025.01.28 23:13:25.323546 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 12742 | 2025.01.28 23:13:25.323798 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 12743 | 2025.01.28 23:13:25.323976 [ 197 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 12744 | 2025.01.28 23:13:25.326995 [ 186 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004323252 sec., 6476374.7290234305 rows/sec., 92.65 MiB/sec. | ||
| 12745 | 2025.01.28 23:13:25.327431 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12746 | 2025.01.28 23:13:25.327902 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12747 | 2025.01.28 23:13:25.328033 [ 187 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_61_12} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12748 | 2025.01.28 23:13:25.328178 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 12749 | 2025.01.28 23:13:27.273953 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12750 | 2025.01.28 23:13:27.295334 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12751 | 2025.01.28 23:13:27.295390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12752 | 2025.01.28 23:13:27.302698 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12753 | 2025.01.28 23:13:27.303468 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12754 | 2025.01.28 23:13:27.303904 [ 141 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12755 | 2025.01.28 23:13:27.304096 [ 141 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12756 | 2025.01.28 23:13:27.304173 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12757 | 2025.01.28 23:13:27.304473 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 12758 | 2025.01.28 23:13:27.313153 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12759 | 2025.01.28 23:13:27.314730 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12760 | 2025.01.28 23:13:27.315642 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 12761 | 2025.01.28 23:13:27.320318 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 12762 | 2025.01.28 23:13:27.325202 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 12763 | 2025.01.28 23:13:27.330470 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 12764 | 2025.01.28 23:13:27.335923 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 12765 | 2025.01.28 23:13:27.340545 [ 197 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 12766 | 2025.01.28 23:13:27.400998 [ 187 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.096689345 sec., 4757.50456267958 rows/sec., 24.60 MiB/sec. | ||
| 12767 | 2025.01.28 23:13:27.404086 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12768 | 2025.01.28 23:13:27.407273 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_61_12} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12769 | 2025.01.28 23:13:27.407400 [ 203 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_61_12} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12770 | 2025.01.28 23:13:27.409722 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 12771 | 2025.01.28 23:13:27.975436 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1806 | ||
| 12772 | 2025.01.28 23:13:27.978688 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12773 | 2025.01.28 23:13:27.978739 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12774 | 2025.01.28 23:13:27.980202 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12775 | 2025.01.28 23:13:27.980517 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12776 | 2025.01.28 23:13:27.981975 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1806 | ||
| 12777 | 2025.01.28 23:13:28.600205 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12778 | 2025.01.28 23:13:28.600425 [ 254 ] {b239fb01-34ee-4922-b388-ad0a8c1107ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12779 | 2025.01.28 23:13:28.600505 [ 254 ] {b239fb01-34ee-4922-b388-ad0a8c1107ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12780 | 2025.01.28 23:13:28.601322 [ 254 ] {b239fb01-34ee-4922-b388-ad0a8c1107ea} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12781 | 2025.01.28 23:13:28.601377 [ 254 ] {b239fb01-34ee-4922-b388-ad0a8c1107ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12782 | 2025.01.28 23:13:28.601825 [ 254 ] {b239fb01-34ee-4922-b388-ad0a8c1107ea} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12783 | 2025.01.28 23:13:28.602083 [ 254 ] {b239fb01-34ee-4922-b388-ad0a8c1107ea} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12784 | 2025.01.28 23:13:28.602346 [ 254 ] {b239fb01-34ee-4922-b388-ad0a8c1107ea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001972 sec., 7099.3914807302235 rows/sec., 511.06 KiB/sec. | ||
| 12785 | 2025.01.28 23:13:28.602456 [ 254 ] {b239fb01-34ee-4922-b388-ad0a8c1107ea} <Debug> TCPHandler: Processed in 0.00238945 sec. | ||
| 12786 | 2025.01.28 23:13:28.602726 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12787 | 2025.01.28 23:13:28.602936 [ 5 ] {7e70b055-7869-46e4-891e-64a5ce297ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12788 | 2025.01.28 23:13:28.603013 [ 5 ] {7e70b055-7869-46e4-891e-64a5ce297ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12789 | 2025.01.28 23:13:28.603823 [ 5 ] {7e70b055-7869-46e4-891e-64a5ce297ca5} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12790 | 2025.01.28 23:13:28.603868 [ 5 ] {7e70b055-7869-46e4-891e-64a5ce297ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12791 | 2025.01.28 23:13:28.604312 [ 5 ] {7e70b055-7869-46e4-891e-64a5ce297ca5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12792 | 2025.01.28 23:13:28.604559 [ 5 ] {7e70b055-7869-46e4-891e-64a5ce297ca5} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12793 | 2025.01.28 23:13:28.604796 [ 5 ] {7e70b055-7869-46e4-891e-64a5ce297ca5} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.001917 sec., 118414.18883672405 rows/sec., 10.37 MiB/sec. | ||
| 12794 | 2025.01.28 23:13:28.604853 [ 5 ] {7e70b055-7869-46e4-891e-64a5ce297ca5} <Debug> TCPHandler: Processed in 0.002297659 sec. | ||
| 12795 | 2025.01.28 23:13:28.605004 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12796 | 2025.01.28 23:13:28.605146 [ 254 ] {6404f4c3-024d-4530-83e7-a9cde89b82ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12797 | 2025.01.28 23:13:28.605204 [ 254 ] {6404f4c3-024d-4530-83e7-a9cde89b82ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12798 | 2025.01.28 23:13:28.605901 [ 254 ] {6404f4c3-024d-4530-83e7-a9cde89b82ef} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12799 | 2025.01.28 23:13:28.605948 [ 254 ] {6404f4c3-024d-4530-83e7-a9cde89b82ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12800 | 2025.01.28 23:13:28.606356 [ 254 ] {6404f4c3-024d-4530-83e7-a9cde89b82ef} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12801 | 2025.01.28 23:13:28.606610 [ 254 ] {6404f4c3-024d-4530-83e7-a9cde89b82ef} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12802 | 2025.01.28 23:13:28.606865 [ 254 ] {6404f4c3-024d-4530-83e7-a9cde89b82ef} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00174 sec., 10919.540229885057 rows/sec., 780.69 KiB/sec. | ||
| 12803 | 2025.01.28 23:13:28.606929 [ 254 ] {6404f4c3-024d-4530-83e7-a9cde89b82ef} <Debug> TCPHandler: Processed in 0.001990883 sec. | ||
| 12804 | 2025.01.28 23:13:28.607149 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12805 | 2025.01.28 23:13:28.607369 [ 5 ] {57d0ac0e-f402-460f-8038-df891367e354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12806 | 2025.01.28 23:13:28.607426 [ 5 ] {57d0ac0e-f402-460f-8038-df891367e354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12807 | 2025.01.28 23:13:28.608118 [ 5 ] {57d0ac0e-f402-460f-8038-df891367e354} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12808 | 2025.01.28 23:13:28.608160 [ 5 ] {57d0ac0e-f402-460f-8038-df891367e354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12809 | 2025.01.28 23:13:28.608507 [ 5 ] {57d0ac0e-f402-460f-8038-df891367e354} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12810 | 2025.01.28 23:13:28.608742 [ 5 ] {57d0ac0e-f402-460f-8038-df891367e354} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12811 | 2025.01.28 23:13:28.608968 [ 5 ] {57d0ac0e-f402-460f-8038-df891367e354} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00163 sec., 8588.957055214723 rows/sec., 601.51 KiB/sec. | ||
| 12812 | 2025.01.28 23:13:28.609034 [ 5 ] {57d0ac0e-f402-460f-8038-df891367e354} <Debug> TCPHandler: Processed in 0.002008513 sec. | ||
| 12813 | 2025.01.28 23:13:28.609241 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12814 | 2025.01.28 23:13:28.609367 [ 254 ] {8c6d50bf-856d-4cae-b4c6-0ccddd70357e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12815 | 2025.01.28 23:13:28.609416 [ 254 ] {8c6d50bf-856d-4cae-b4c6-0ccddd70357e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12816 | 2025.01.28 23:13:28.610002 [ 254 ] {8c6d50bf-856d-4cae-b4c6-0ccddd70357e} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12817 | 2025.01.28 23:13:28.610041 [ 254 ] {8c6d50bf-856d-4cae-b4c6-0ccddd70357e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12818 | 2025.01.28 23:13:28.610407 [ 254 ] {8c6d50bf-856d-4cae-b4c6-0ccddd70357e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12819 | 2025.01.28 23:13:28.610646 [ 254 ] {8c6d50bf-856d-4cae-b4c6-0ccddd70357e} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12820 | 2025.01.28 23:13:28.610825 [ 254 ] {8c6d50bf-856d-4cae-b4c6-0ccddd70357e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00148 sec., 8783.783783783783 rows/sec., 547.67 KiB/sec. | ||
| 12821 | 2025.01.28 23:13:28.610879 [ 254 ] {8c6d50bf-856d-4cae-b4c6-0ccddd70357e} <Debug> TCPHandler: Processed in 0.001735749 sec. | ||
| 12822 | 2025.01.28 23:13:28.611029 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12823 | 2025.01.28 23:13:28.611152 [ 5 ] {c58adba7-3cb9-4ce7-b5eb-a5fc44c3c2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12824 | 2025.01.28 23:13:28.611208 [ 5 ] {c58adba7-3cb9-4ce7-b5eb-a5fc44c3c2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12825 | 2025.01.28 23:13:28.612051 [ 5 ] {c58adba7-3cb9-4ce7-b5eb-a5fc44c3c2d8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12826 | 2025.01.28 23:13:28.612097 [ 5 ] {c58adba7-3cb9-4ce7-b5eb-a5fc44c3c2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12827 | 2025.01.28 23:13:28.612477 [ 5 ] {c58adba7-3cb9-4ce7-b5eb-a5fc44c3c2d8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12828 | 2025.01.28 23:13:28.612714 [ 5 ] {c58adba7-3cb9-4ce7-b5eb-a5fc44c3c2d8} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12829 | 2025.01.28 23:13:28.612929 [ 5 ] {c58adba7-3cb9-4ce7-b5eb-a5fc44c3c2d8} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001825 sec., 215890.4109589041 rows/sec., 15.33 MiB/sec. | ||
| 12830 | 2025.01.28 23:13:28.612978 [ 5 ] {c58adba7-3cb9-4ce7-b5eb-a5fc44c3c2d8} <Debug> TCPHandler: Processed in 0.002027594 sec. | ||
| 12831 | 2025.01.28 23:13:28.613121 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12832 | 2025.01.28 23:13:28.613250 [ 254 ] {94656e2a-bf16-471e-8e06-5580c9093e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12833 | 2025.01.28 23:13:28.613306 [ 254 ] {94656e2a-bf16-471e-8e06-5580c9093e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12834 | 2025.01.28 23:13:28.613929 [ 254 ] {94656e2a-bf16-471e-8e06-5580c9093e45} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12835 | 2025.01.28 23:13:28.613973 [ 254 ] {94656e2a-bf16-471e-8e06-5580c9093e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12836 | 2025.01.28 23:13:28.614362 [ 254 ] {94656e2a-bf16-471e-8e06-5580c9093e45} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12837 | 2025.01.28 23:13:28.614602 [ 254 ] {94656e2a-bf16-471e-8e06-5580c9093e45} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12838 | 2025.01.28 23:13:28.614825 [ 254 ] {94656e2a-bf16-471e-8e06-5580c9093e45} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec. | ||
| 12839 | 2025.01.28 23:13:28.614991 [ 254 ] {94656e2a-bf16-471e-8e06-5580c9093e45} <Debug> TCPHandler: Processed in 0.001896002 sec. | ||
| 12840 | 2025.01.28 23:13:28.615265 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12841 | 2025.01.28 23:13:28.615485 [ 5 ] {9b4185bd-30c0-42b9-8961-3cb32ff46fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12842 | 2025.01.28 23:13:28.615583 [ 5 ] {9b4185bd-30c0-42b9-8961-3cb32ff46fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12843 | 2025.01.28 23:13:28.616411 [ 5 ] {9b4185bd-30c0-42b9-8961-3cb32ff46fc1} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12844 | 2025.01.28 23:13:28.616449 [ 5 ] {9b4185bd-30c0-42b9-8961-3cb32ff46fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12845 | 2025.01.28 23:13:28.616824 [ 5 ] {9b4185bd-30c0-42b9-8961-3cb32ff46fc1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12846 | 2025.01.28 23:13:28.617049 [ 5 ] {9b4185bd-30c0-42b9-8961-3cb32ff46fc1} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12847 | 2025.01.28 23:13:28.617258 [ 5 ] {9b4185bd-30c0-42b9-8961-3cb32ff46fc1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001828 sec., 129649.89059080963 rows/sec., 8.69 MiB/sec. | ||
| 12848 | 2025.01.28 23:13:28.617309 [ 5 ] {9b4185bd-30c0-42b9-8961-3cb32ff46fc1} <Debug> TCPHandler: Processed in 0.002218107 sec. | ||
| 12849 | 2025.01.28 23:13:28.617452 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12850 | 2025.01.28 23:13:28.617568 [ 254 ] {fa7f940a-f55b-48ec-9fcb-32b819e3045e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12851 | 2025.01.28 23:13:28.617619 [ 254 ] {fa7f940a-f55b-48ec-9fcb-32b819e3045e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12852 | 2025.01.28 23:13:28.618102 [ 254 ] {fa7f940a-f55b-48ec-9fcb-32b819e3045e} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12853 | 2025.01.28 23:13:28.618138 [ 254 ] {fa7f940a-f55b-48ec-9fcb-32b819e3045e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12854 | 2025.01.28 23:13:28.618490 [ 254 ] {fa7f940a-f55b-48ec-9fcb-32b819e3045e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12855 | 2025.01.28 23:13:28.618738 [ 254 ] {fa7f940a-f55b-48ec-9fcb-32b819e3045e} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12856 | 2025.01.28 23:13:28.618911 [ 254 ] {fa7f940a-f55b-48ec-9fcb-32b819e3045e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec. | ||
| 12857 | 2025.01.28 23:13:28.618961 [ 254 ] {fa7f940a-f55b-48ec-9fcb-32b819e3045e} <Debug> TCPHandler: Processed in 0.001565306 sec. | ||
| 12858 | 2025.01.28 23:13:28.619099 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12859 | 2025.01.28 23:13:28.619229 [ 5 ] {871ff67d-f8a4-41db-b4c6-67b2309213c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12860 | 2025.01.28 23:13:28.619320 [ 5 ] {871ff67d-f8a4-41db-b4c6-67b2309213c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12861 | 2025.01.28 23:13:28.620549 [ 5 ] {871ff67d-f8a4-41db-b4c6-67b2309213c5} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12862 | 2025.01.28 23:13:28.620588 [ 5 ] {871ff67d-f8a4-41db-b4c6-67b2309213c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12863 | 2025.01.28 23:13:28.621198 [ 5 ] {871ff67d-f8a4-41db-b4c6-67b2309213c5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12864 | 2025.01.28 23:13:28.621445 [ 5 ] {871ff67d-f8a4-41db-b4c6-67b2309213c5} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12865 | 2025.01.28 23:13:28.621676 [ 5 ] {871ff67d-f8a4-41db-b4c6-67b2309213c5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002478 sec., 4842.6150121065375 rows/sec., 8.68 MiB/sec. | ||
| 12866 | 2025.01.28 23:13:28.621768 [ 5 ] {871ff67d-f8a4-41db-b4c6-67b2309213c5} <Debug> TCPHandler: Processed in 0.002724665 sec. | ||
| 12867 | 2025.01.28 23:13:28.621923 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12868 | 2025.01.28 23:13:28.622041 [ 254 ] {74e09997-d62a-4718-8c09-eb15689db98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12869 | 2025.01.28 23:13:28.622090 [ 254 ] {74e09997-d62a-4718-8c09-eb15689db98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12870 | 2025.01.28 23:13:28.622580 [ 254 ] {74e09997-d62a-4718-8c09-eb15689db98f} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12871 | 2025.01.28 23:13:28.622617 [ 254 ] {74e09997-d62a-4718-8c09-eb15689db98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 12872 | 2025.01.28 23:13:28.622979 [ 254 ] {74e09997-d62a-4718-8c09-eb15689db98f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12873 | 2025.01.28 23:13:28.623210 [ 254 ] {74e09997-d62a-4718-8c09-eb15689db98f} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12874 | 2025.01.28 23:13:28.623391 [ 254 ] {74e09997-d62a-4718-8c09-eb15689db98f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec. | ||
| 12875 | 2025.01.28 23:13:28.623444 [ 254 ] {74e09997-d62a-4718-8c09-eb15689db98f} <Debug> TCPHandler: Processed in 0.001578316 sec. | ||
| 12876 | 2025.01.28 23:13:32.628978 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12877 | 2025.01.28 23:13:32.629049 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12878 | 2025.01.28 23:13:32.822739 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 12879 | 2025.01.28 23:13:32.823466 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12880 | 2025.01.28 23:13:32.823523 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12881 | 2025.01.28 23:13:32.824053 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12882 | 2025.01.28 23:13:32.824305 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12883 | 2025.01.28 23:13:32.824570 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 12884 | 2025.01.28 23:13:33.596264 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12885 | 2025.01.28 23:13:33.596476 [ 254 ] {7e005b08-7771-4355-87c4-d5abdde531ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12886 | 2025.01.28 23:13:33.596556 [ 254 ] {7e005b08-7771-4355-87c4-d5abdde531ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12887 | 2025.01.28 23:13:33.597427 [ 254 ] {7e005b08-7771-4355-87c4-d5abdde531ea} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12888 | 2025.01.28 23:13:33.597473 [ 254 ] {7e005b08-7771-4355-87c4-d5abdde531ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12889 | 2025.01.28 23:13:33.597930 [ 254 ] {7e005b08-7771-4355-87c4-d5abdde531ea} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12890 | 2025.01.28 23:13:33.598184 [ 254 ] {7e005b08-7771-4355-87c4-d5abdde531ea} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12891 | 2025.01.28 23:13:33.598434 [ 254 ] {7e005b08-7771-4355-87c4-d5abdde531ea} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002017 sec., 54536.44025780862 rows/sec., 4.58 MiB/sec. | ||
| 12892 | 2025.01.28 23:13:33.598493 [ 254 ] {7e005b08-7771-4355-87c4-d5abdde531ea} <Debug> TCPHandler: Processed in 0.00235505 sec. | ||
| 12893 | 2025.01.28 23:13:33.598740 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12894 | 2025.01.28 23:13:33.598962 [ 5 ] {0c437daf-f7dd-442e-9798-76789933a1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12895 | 2025.01.28 23:13:33.599041 [ 5 ] {0c437daf-f7dd-442e-9798-76789933a1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12896 | 2025.01.28 23:13:33.599827 [ 5 ] {0c437daf-f7dd-442e-9798-76789933a1da} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12897 | 2025.01.28 23:13:33.599867 [ 5 ] {0c437daf-f7dd-442e-9798-76789933a1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12898 | 2025.01.28 23:13:33.600318 [ 5 ] {0c437daf-f7dd-442e-9798-76789933a1da} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12899 | 2025.01.28 23:13:33.600580 [ 5 ] {0c437daf-f7dd-442e-9798-76789933a1da} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12900 | 2025.01.28 23:13:33.600806 [ 5 ] {0c437daf-f7dd-442e-9798-76789933a1da} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.0019 sec., 14210.526315789473 rows/sec., 1.04 MiB/sec. | ||
| 12901 | 2025.01.28 23:13:33.600896 [ 5 ] {0c437daf-f7dd-442e-9798-76789933a1da} <Debug> TCPHandler: Processed in 0.002291929 sec. | ||
| 12902 | 2025.01.28 23:13:33.601084 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12903 | 2025.01.28 23:13:33.601260 [ 254 ] {8f559761-b404-4aab-b24f-f9d6d281ac10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12904 | 2025.01.28 23:13:33.601310 [ 254 ] {8f559761-b404-4aab-b24f-f9d6d281ac10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12905 | 2025.01.28 23:13:33.601912 [ 254 ] {8f559761-b404-4aab-b24f-f9d6d281ac10} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12906 | 2025.01.28 23:13:33.601950 [ 254 ] {8f559761-b404-4aab-b24f-f9d6d281ac10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12907 | 2025.01.28 23:13:33.602323 [ 254 ] {8f559761-b404-4aab-b24f-f9d6d281ac10} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12908 | 2025.01.28 23:13:33.602557 [ 254 ] {8f559761-b404-4aab-b24f-f9d6d281ac10} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12909 | 2025.01.28 23:13:33.602783 [ 254 ] {8f559761-b404-4aab-b24f-f9d6d281ac10} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001571 sec., 57924.888605983455 rows/sec., 4.52 MiB/sec. | ||
| 12910 | 2025.01.28 23:13:33.602849 [ 254 ] {8f559761-b404-4aab-b24f-f9d6d281ac10} <Debug> TCPHandler: Processed in 0.001866441 sec. | ||
| 12911 | 2025.01.28 23:13:33.603038 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12912 | 2025.01.28 23:13:33.603235 [ 5 ] {07dae9e7-b50c-4ac5-a372-04763b28727e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12913 | 2025.01.28 23:13:33.603290 [ 5 ] {07dae9e7-b50c-4ac5-a372-04763b28727e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12914 | 2025.01.28 23:13:33.603876 [ 5 ] {07dae9e7-b50c-4ac5-a372-04763b28727e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12915 | 2025.01.28 23:13:33.603914 [ 5 ] {07dae9e7-b50c-4ac5-a372-04763b28727e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12916 | 2025.01.28 23:13:33.604310 [ 5 ] {07dae9e7-b50c-4ac5-a372-04763b28727e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12917 | 2025.01.28 23:13:33.604547 [ 5 ] {07dae9e7-b50c-4ac5-a372-04763b28727e} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12918 | 2025.01.28 23:13:33.604755 [ 5 ] {07dae9e7-b50c-4ac5-a372-04763b28727e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
| 12919 | 2025.01.28 23:13:33.604808 [ 5 ] {07dae9e7-b50c-4ac5-a372-04763b28727e} <Debug> TCPHandler: Processed in 0.001879031 sec. | ||
| 12920 | 2025.01.28 23:13:33.604952 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12921 | 2025.01.28 23:13:33.605069 [ 254 ] {a12a983b-3f21-4920-92ed-db83dc47ca08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12922 | 2025.01.28 23:13:33.605148 [ 254 ] {a12a983b-3f21-4920-92ed-db83dc47ca08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12923 | 2025.01.28 23:13:33.606301 [ 254 ] {a12a983b-3f21-4920-92ed-db83dc47ca08} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12924 | 2025.01.28 23:13:33.606341 [ 254 ] {a12a983b-3f21-4920-92ed-db83dc47ca08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12925 | 2025.01.28 23:13:33.606996 [ 254 ] {a12a983b-3f21-4920-92ed-db83dc47ca08} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12926 | 2025.01.28 23:13:33.607254 [ 254 ] {a12a983b-3f21-4920-92ed-db83dc47ca08} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12927 | 2025.01.28 23:13:33.607502 [ 254 ] {a12a983b-3f21-4920-92ed-db83dc47ca08} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002457 sec., 10989.010989010989 rows/sec., 19.69 MiB/sec. | ||
| 12928 | 2025.01.28 23:13:33.607675 [ 254 ] {a12a983b-3f21-4920-92ed-db83dc47ca08} <Debug> TCPHandler: Processed in 0.002778547 sec. | ||
| 12929 | 2025.01.28 23:13:33.607890 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12930 | 2025.01.28 23:13:33.608139 [ 5 ] {9f72a0fb-3324-4360-beb0-57f7283109d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12931 | 2025.01.28 23:13:33.608205 [ 5 ] {9f72a0fb-3324-4360-beb0-57f7283109d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12932 | 2025.01.28 23:13:33.608714 [ 5 ] {9f72a0fb-3324-4360-beb0-57f7283109d5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12933 | 2025.01.28 23:13:33.608753 [ 5 ] {9f72a0fb-3324-4360-beb0-57f7283109d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12934 | 2025.01.28 23:13:33.609153 [ 5 ] {9f72a0fb-3324-4360-beb0-57f7283109d5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12935 | 2025.01.28 23:13:33.609398 [ 5 ] {9f72a0fb-3324-4360-beb0-57f7283109d5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12936 | 2025.01.28 23:13:33.609630 [ 5 ] {9f72a0fb-3324-4360-beb0-57f7283109d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. | ||
| 12937 | 2025.01.28 23:13:33.609682 [ 5 ] {9f72a0fb-3324-4360-beb0-57f7283109d5} <Debug> TCPHandler: Processed in 0.001902741 sec. | ||
| 12938 | 2025.01.28 23:13:34.813307 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12939 | 2025.01.28 23:13:34.832480 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12940 | 2025.01.28 23:13:34.832545 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12941 | 2025.01.28 23:13:34.839420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12942 | 2025.01.28 23:13:34.840158 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12943 | 2025.01.28 23:13:34.843447 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12944 | 2025.01.28 23:13:35.713444 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12945 | 2025.01.28 23:13:35.713664 [ 254 ] {4c11f6ad-7016-483e-bcbf-8a130d448058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12946 | 2025.01.28 23:13:35.713747 [ 254 ] {4c11f6ad-7016-483e-bcbf-8a130d448058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12947 | 2025.01.28 23:13:35.714559 [ 254 ] {4c11f6ad-7016-483e-bcbf-8a130d448058} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12948 | 2025.01.28 23:13:35.714599 [ 254 ] {4c11f6ad-7016-483e-bcbf-8a130d448058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12949 | 2025.01.28 23:13:35.715035 [ 254 ] {4c11f6ad-7016-483e-bcbf-8a130d448058} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12950 | 2025.01.28 23:13:35.715287 [ 254 ] {4c11f6ad-7016-483e-bcbf-8a130d448058} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12951 | 2025.01.28 23:13:35.715428 [ 131 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12952 | 2025.01.28 23:13:35.715479 [ 131 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12953 | 2025.01.28 23:13:35.715494 [ 254 ] {4c11f6ad-7016-483e-bcbf-8a130d448058} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 12954 | 2025.01.28 23:13:35.715507 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12955 | 2025.01.28 23:13:35.715615 [ 254 ] {4c11f6ad-7016-483e-bcbf-8a130d448058} <Debug> TCPHandler: Processed in 0.00235222 sec. | ||
| 12956 | 2025.01.28 23:13:35.715702 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 12957 | 2025.01.28 23:13:35.716018 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12958 | 2025.01.28 23:13:35.716074 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12959 | 2025.01.28 23:13:35.716168 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 12960 | 2025.01.28 23:13:35.716383 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 12961 | 2025.01.28 23:13:35.716567 [ 5 ] {60f98e64-b9b0-4a03-9154-1b616e356d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12962 | 2025.01.28 23:13:35.716754 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 12963 | 2025.01.28 23:13:35.716791 [ 5 ] {60f98e64-b9b0-4a03-9154-1b616e356d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12964 | 2025.01.28 23:13:35.717083 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 12965 | 2025.01.28 23:13:35.717462 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 12966 | 2025.01.28 23:13:35.719609 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004013727 sec., 17440.14976604039 rows/sec., 1.29 MiB/sec. | ||
| 12967 | 2025.01.28 23:13:35.719792 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12968 | 2025.01.28 23:13:35.720025 [ 5 ] {60f98e64-b9b0-4a03-9154-1b616e356d6a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12969 | 2025.01.28 23:13:35.720070 [ 5 ] {60f98e64-b9b0-4a03-9154-1b616e356d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12970 | 2025.01.28 23:13:35.720168 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_45_11} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12971 | 2025.01.28 23:13:35.720277 [ 187 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_45_11} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12972 | 2025.01.28 23:13:35.720387 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12973 | 2025.01.28 23:13:35.720620 [ 5 ] {60f98e64-b9b0-4a03-9154-1b616e356d6a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12974 | 2025.01.28 23:13:35.720875 [ 5 ] {60f98e64-b9b0-4a03-9154-1b616e356d6a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12975 | 2025.01.28 23:13:35.721127 [ 5 ] {60f98e64-b9b0-4a03-9154-1b616e356d6a} <Debug> executeQuery: Read 1367 rows, 116.92 KiB in 0.004733 sec., 288823.15656032116 rows/sec., 24.12 MiB/sec. | ||
| 12976 | 2025.01.28 23:13:35.721243 [ 5 ] {60f98e64-b9b0-4a03-9154-1b616e356d6a} <Debug> TCPHandler: Processed in 0.005496402 sec. | ||
| 12977 | 2025.01.28 23:13:35.721467 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12978 | 2025.01.28 23:13:35.721699 [ 254 ] {fdb63d5e-0149-47f7-b649-7ad9de00f2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12979 | 2025.01.28 23:13:35.721760 [ 254 ] {fdb63d5e-0149-47f7-b649-7ad9de00f2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12980 | 2025.01.28 23:13:35.722463 [ 254 ] {fdb63d5e-0149-47f7-b649-7ad9de00f2aa} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12981 | 2025.01.28 23:13:35.722501 [ 254 ] {fdb63d5e-0149-47f7-b649-7ad9de00f2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12982 | 2025.01.28 23:13:35.722864 [ 254 ] {fdb63d5e-0149-47f7-b649-7ad9de00f2aa} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12983 | 2025.01.28 23:13:35.723101 [ 254 ] {fdb63d5e-0149-47f7-b649-7ad9de00f2aa} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12984 | 2025.01.28 23:13:35.723240 [ 131 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 12985 | 2025.01.28 23:13:35.723275 [ 131 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12986 | 2025.01.28 23:13:35.723288 [ 254 ] {fdb63d5e-0149-47f7-b649-7ad9de00f2aa} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001629 sec., 11663.597298956414 rows/sec., 833.88 KiB/sec. | ||
| 12987 | 2025.01.28 23:13:35.723297 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 12988 | 2025.01.28 23:13:35.723399 [ 254 ] {fdb63d5e-0149-47f7-b649-7ad9de00f2aa} <Debug> TCPHandler: Processed in 0.002051515 sec. | ||
| 12989 | 2025.01.28 23:13:35.723534 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 12990 | 2025.01.28 23:13:35.723599 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12991 | 2025.01.28 23:13:35.723664 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12992 | 2025.01.28 23:13:35.723705 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 64 rows starting from the beginning of the part | ||
| 12993 | 2025.01.28 23:13:35.723756 [ 5 ] {7a55225f-c207-431d-b018-90838e53a517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12994 | 2025.01.28 23:13:35.723833 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 19 rows starting from the beginning of the part | ||
| 12995 | 2025.01.28 23:13:35.723876 [ 5 ] {7a55225f-c207-431d-b018-90838e53a517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12996 | 2025.01.28 23:13:35.724175 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 29 rows starting from the beginning of the part | ||
| 12997 | 2025.01.28 23:13:35.724513 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 19 rows starting from the beginning of the part | ||
| 12998 | 2025.01.28 23:13:35.724739 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 27 rows starting from the beginning of the part | ||
| 12999 | 2025.01.28 23:13:35.725210 [ 199 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 19 rows starting from the beginning of the part | ||
| 13000 | 2025.01.28 23:13:35.728034 [ 5 ] {7a55225f-c207-431d-b018-90838e53a517} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13001 | 2025.01.28 23:13:35.728085 [ 5 ] {7a55225f-c207-431d-b018-90838e53a517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13002 | 2025.01.28 23:13:35.728761 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372119 sec., 32947.89262858846 rows/sec., 2.47 MiB/sec. | ||
| 13003 | 2025.01.28 23:13:35.728781 [ 5 ] {7a55225f-c207-431d-b018-90838e53a517} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13004 | 2025.01.28 23:13:35.728919 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 13005 | 2025.01.28 23:13:35.729080 [ 5 ] {7a55225f-c207-431d-b018-90838e53a517} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13006 | 2025.01.28 23:13:35.729380 [ 5 ] {7a55225f-c207-431d-b018-90838e53a517} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005658 sec., 42771.29727819018 rows/sec., 2.90 MiB/sec. | ||
| 13007 | 2025.01.28 23:13:35.729400 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13008 | 2025.01.28 23:13:35.729468 [ 5 ] {7a55225f-c207-431d-b018-90838e53a517} <Debug> TCPHandler: Processed in 0.005941379 sec. | ||
| 13009 | 2025.01.28 23:13:35.729536 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_85_17} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 13010 | 2025.01.28 23:13:35.729677 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13011 | 2025.01.28 23:13:35.729769 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13012 | 2025.01.28 23:13:35.729990 [ 254 ] {9e747fdb-9f2d-476b-a2f4-a05c6da97934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13013 | 2025.01.28 23:13:35.730077 [ 254 ] {9e747fdb-9f2d-476b-a2f4-a05c6da97934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13014 | 2025.01.28 23:13:35.730832 [ 254 ] {9e747fdb-9f2d-476b-a2f4-a05c6da97934} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13015 | 2025.01.28 23:13:35.730870 [ 254 ] {9e747fdb-9f2d-476b-a2f4-a05c6da97934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13016 | 2025.01.28 23:13:35.731238 [ 254 ] {9e747fdb-9f2d-476b-a2f4-a05c6da97934} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13017 | 2025.01.28 23:13:35.731475 [ 254 ] {9e747fdb-9f2d-476b-a2f4-a05c6da97934} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13018 | 2025.01.28 23:13:35.731598 [ 131 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13019 | 2025.01.28 23:13:35.731633 [ 131 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13020 | 2025.01.28 23:13:35.731654 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13021 | 2025.01.28 23:13:35.731659 [ 254 ] {9e747fdb-9f2d-476b-a2f4-a05c6da97934} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001723 sec., 7544.979686593152 rows/sec., 470.43 KiB/sec. | ||
| 13022 | 2025.01.28 23:13:35.731834 [ 254 ] {9e747fdb-9f2d-476b-a2f4-a05c6da97934} <Debug> TCPHandler: Processed in 0.002233187 sec. | ||
| 13023 | 2025.01.28 23:13:35.731877 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 13024 | 2025.01.28 23:13:35.732004 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13025 | 2025.01.28 23:13:35.732012 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13026 | 2025.01.28 23:13:35.732053 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 13027 | 2025.01.28 23:13:35.732220 [ 5 ] {1b688629-873c-41d1-8075-8bfa8bc36756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13028 | 2025.01.28 23:13:35.732245 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 13029 | 2025.01.28 23:13:35.732373 [ 5 ] {1b688629-873c-41d1-8075-8bfa8bc36756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13030 | 2025.01.28 23:13:35.732678 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 13031 | 2025.01.28 23:13:35.733007 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 13032 | 2025.01.28 23:13:35.733370 [ 191 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 13033 | 2025.01.28 23:13:35.734779 [ 5 ] {1b688629-873c-41d1-8075-8bfa8bc36756} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13034 | 2025.01.28 23:13:35.734815 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003076311 sec., 21129.203126731987 rows/sec., 1.37 MiB/sec. | ||
| 13035 | 2025.01.28 23:13:35.734822 [ 5 ] {1b688629-873c-41d1-8075-8bfa8bc36756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13036 | 2025.01.28 23:13:35.734961 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13037 | 2025.01.28 23:13:35.735335 [ 5 ] {1b688629-873c-41d1-8075-8bfa8bc36756} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13038 | 2025.01.28 23:13:35.735352 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_45_11} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13039 | 2025.01.28 23:13:35.735453 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_45_11} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13040 | 2025.01.28 23:13:35.735539 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13041 | 2025.01.28 23:13:35.735615 [ 5 ] {1b688629-873c-41d1-8075-8bfa8bc36756} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13042 | 2025.01.28 23:13:35.735842 [ 5 ] {1b688629-873c-41d1-8075-8bfa8bc36756} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.003741 sec., 227211.97540764502 rows/sec., 16.43 MiB/sec. | ||
| 13043 | 2025.01.28 23:13:35.735902 [ 5 ] {1b688629-873c-41d1-8075-8bfa8bc36756} <Debug> TCPHandler: Processed in 0.003962107 sec. | ||
| 13044 | 2025.01.28 23:13:35.736054 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13045 | 2025.01.28 23:13:35.736194 [ 254 ] {7d065564-72c5-4839-9749-dc354da07624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13046 | 2025.01.28 23:13:35.736252 [ 254 ] {7d065564-72c5-4839-9749-dc354da07624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13047 | 2025.01.28 23:13:35.736764 [ 254 ] {7d065564-72c5-4839-9749-dc354da07624} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13048 | 2025.01.28 23:13:35.736800 [ 254 ] {7d065564-72c5-4839-9749-dc354da07624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13049 | 2025.01.28 23:13:35.737162 [ 254 ] {7d065564-72c5-4839-9749-dc354da07624} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13050 | 2025.01.28 23:13:35.737397 [ 254 ] {7d065564-72c5-4839-9749-dc354da07624} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13051 | 2025.01.28 23:13:35.737567 [ 254 ] {7d065564-72c5-4839-9749-dc354da07624} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
| 13052 | 2025.01.28 23:13:35.737615 [ 254 ] {7d065564-72c5-4839-9749-dc354da07624} <Debug> TCPHandler: Processed in 0.001627077 sec. | ||
| 13053 | 2025.01.28 23:13:35.737774 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13054 | 2025.01.28 23:13:35.737890 [ 5 ] {92bdb55b-5db6-4994-9f3b-bbc68920a839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13055 | 2025.01.28 23:13:35.737941 [ 5 ] {92bdb55b-5db6-4994-9f3b-bbc68920a839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13056 | 2025.01.28 23:13:35.738748 [ 5 ] {92bdb55b-5db6-4994-9f3b-bbc68920a839} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13057 | 2025.01.28 23:13:35.738785 [ 5 ] {92bdb55b-5db6-4994-9f3b-bbc68920a839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13058 | 2025.01.28 23:13:35.739224 [ 5 ] {92bdb55b-5db6-4994-9f3b-bbc68920a839} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13059 | 2025.01.28 23:13:35.739464 [ 5 ] {92bdb55b-5db6-4994-9f3b-bbc68920a839} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13060 | 2025.01.28 23:13:35.739680 [ 5 ] {92bdb55b-5db6-4994-9f3b-bbc68920a839} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.001815 sec., 561432.5068870523 rows/sec., 37.41 MiB/sec. | ||
| 13061 | 2025.01.28 23:13:35.739733 [ 5 ] {92bdb55b-5db6-4994-9f3b-bbc68920a839} <Debug> TCPHandler: Processed in 0.002015373 sec. | ||
| 13062 | 2025.01.28 23:13:35.739887 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13063 | 2025.01.28 23:13:35.740003 [ 254 ] {4d95c557-249b-4b9c-a233-2f61b1478e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13064 | 2025.01.28 23:13:35.740059 [ 254 ] {4d95c557-249b-4b9c-a233-2f61b1478e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13065 | 2025.01.28 23:13:35.740532 [ 254 ] {4d95c557-249b-4b9c-a233-2f61b1478e9e} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13066 | 2025.01.28 23:13:35.740567 [ 254 ] {4d95c557-249b-4b9c-a233-2f61b1478e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13067 | 2025.01.28 23:13:35.740948 [ 254 ] {4d95c557-249b-4b9c-a233-2f61b1478e9e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13068 | 2025.01.28 23:13:35.741183 [ 254 ] {4d95c557-249b-4b9c-a233-2f61b1478e9e} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13069 | 2025.01.28 23:13:35.741366 [ 254 ] {4d95c557-249b-4b9c-a233-2f61b1478e9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 13070 | 2025.01.28 23:13:35.741434 [ 254 ] {4d95c557-249b-4b9c-a233-2f61b1478e9e} <Debug> TCPHandler: Processed in 0.001601547 sec. | ||
| 13071 | 2025.01.28 23:13:35.741656 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13072 | 2025.01.28 23:13:35.741815 [ 5 ] {0c03a12c-55cc-40fd-83c6-73c342ddc053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13073 | 2025.01.28 23:13:35.741895 [ 5 ] {0c03a12c-55cc-40fd-83c6-73c342ddc053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13074 | 2025.01.28 23:13:35.742989 [ 5 ] {0c03a12c-55cc-40fd-83c6-73c342ddc053} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13075 | 2025.01.28 23:13:35.743027 [ 5 ] {0c03a12c-55cc-40fd-83c6-73c342ddc053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13076 | 2025.01.28 23:13:35.743619 [ 5 ] {0c03a12c-55cc-40fd-83c6-73c342ddc053} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13077 | 2025.01.28 23:13:35.743881 [ 5 ] {0c03a12c-55cc-40fd-83c6-73c342ddc053} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13078 | 2025.01.28 23:13:35.744127 [ 5 ] {0c03a12c-55cc-40fd-83c6-73c342ddc053} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002334 sec., 5141.388174807198 rows/sec., 9.21 MiB/sec. | ||
| 13079 | 2025.01.28 23:13:35.744253 [ 5 ] {0c03a12c-55cc-40fd-83c6-73c342ddc053} <Debug> TCPHandler: Processed in 0.002716536 sec. | ||
| 13080 | 2025.01.28 23:13:35.744496 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13081 | 2025.01.28 23:13:35.744686 [ 254 ] {3e926f3f-c2d2-4d94-8465-78db5eb74915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13082 | 2025.01.28 23:13:35.744745 [ 254 ] {3e926f3f-c2d2-4d94-8465-78db5eb74915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13083 | 2025.01.28 23:13:35.745305 [ 254 ] {3e926f3f-c2d2-4d94-8465-78db5eb74915} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13084 | 2025.01.28 23:13:35.745349 [ 254 ] {3e926f3f-c2d2-4d94-8465-78db5eb74915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13085 | 2025.01.28 23:13:35.745722 [ 254 ] {3e926f3f-c2d2-4d94-8465-78db5eb74915} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13086 | 2025.01.28 23:13:35.745965 [ 254 ] {3e926f3f-c2d2-4d94-8465-78db5eb74915} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13087 | 2025.01.28 23:13:35.746164 [ 254 ] {3e926f3f-c2d2-4d94-8465-78db5eb74915} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001509 sec., 38436.05036447979 rows/sec., 2.38 MiB/sec. | ||
| 13088 | 2025.01.28 23:13:35.746213 [ 254 ] {3e926f3f-c2d2-4d94-8465-78db5eb74915} <Debug> TCPHandler: Processed in 0.001864202 sec. | ||
| 13089 | 2025.01.28 23:13:37.982268 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1862 | ||
| 13090 | 2025.01.28 23:13:37.985792 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13091 | 2025.01.28 23:13:37.985845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13092 | 2025.01.28 23:13:37.987320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13093 | 2025.01.28 23:13:37.987640 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13094 | 2025.01.28 23:13:37.987816 [ 128 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13095 | 2025.01.28 23:13:37.987889 [ 128 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13096 | 2025.01.28 23:13:37.987932 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13097 | 2025.01.28 23:13:37.988555 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 13098 | 2025.01.28 23:13:37.989152 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1862 | ||
| 13099 | 2025.01.28 23:13:37.989658 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13100 | 2025.01.28 23:13:37.989851 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1656 rows starting from the beginning of the part | ||
| 13101 | 2025.01.28 23:13:37.990560 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part | ||
| 13102 | 2025.01.28 23:13:37.991186 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part | ||
| 13103 | 2025.01.28 23:13:37.991789 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part | ||
| 13104 | 2025.01.28 23:13:37.992366 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 13105 | 2025.01.28 23:13:37.992967 [ 191 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 13106 | 2025.01.28 23:13:38.000209 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.18 MiB, peak 263.05 MiB, free memory in arenas 0.00 B, will set to 249.45 MiB (RSS), difference: -5.73 MiB | ||
| 13107 | 2025.01.28 23:13:38.002633 [ 196 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1862 rows, containing 72 columns (72 merged, 0 gathered) in 0.014518392 sec., 128251.1176168821 rows/sec., 97.80 MiB/sec. | ||
| 13108 | 2025.01.28 23:13:38.004580 [ 198 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13109 | 2025.01.28 23:13:38.005381 [ 198 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13110 | 2025.01.28 23:13:38.005464 [ 198 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_46_9} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13111 | 2025.01.28 23:13:38.005780 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. | ||
| 13112 | 2025.01.28 23:13:38.589949 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13113 | 2025.01.28 23:13:38.590170 [ 254 ] {babcda13-88a6-4852-88b8-e8921b3953d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13114 | 2025.01.28 23:13:38.590252 [ 254 ] {babcda13-88a6-4852-88b8-e8921b3953d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13115 | 2025.01.28 23:13:38.591133 [ 254 ] {babcda13-88a6-4852-88b8-e8921b3953d6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13116 | 2025.01.28 23:13:38.591185 [ 254 ] {babcda13-88a6-4852-88b8-e8921b3953d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13117 | 2025.01.28 23:13:38.591622 [ 254 ] {babcda13-88a6-4852-88b8-e8921b3953d6} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13118 | 2025.01.28 23:13:38.591881 [ 254 ] {babcda13-88a6-4852-88b8-e8921b3953d6} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13119 | 2025.01.28 23:13:38.592071 [ 128 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13120 | 2025.01.28 23:13:38.592139 [ 254 ] {babcda13-88a6-4852-88b8-e8921b3953d6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.13 MiB/sec. | ||
| 13121 | 2025.01.28 23:13:38.592150 [ 128 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13122 | 2025.01.28 23:13:38.592224 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13123 | 2025.01.28 23:13:38.592280 [ 254 ] {babcda13-88a6-4852-88b8-e8921b3953d6} <Debug> TCPHandler: Processed in 0.002470331 sec. | ||
| 13124 | 2025.01.28 23:13:38.592526 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 13125 | 2025.01.28 23:13:38.592615 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13126 | 2025.01.28 23:13:38.592893 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13127 | 2025.01.28 23:13:38.592949 [ 5 ] {0b2914e4-436f-4d1a-9af1-11a28d9d8a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13128 | 2025.01.28 23:13:38.592985 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1431 rows starting from the beginning of the part | ||
| 13129 | 2025.01.28 23:13:38.593079 [ 5 ] {0b2914e4-436f-4d1a-9af1-11a28d9d8a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13130 | 2025.01.28 23:13:38.593508 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 111 rows starting from the beginning of the part | ||
| 13131 | 2025.01.28 23:13:38.593816 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 227 rows starting from the beginning of the part | ||
| 13132 | 2025.01.28 23:13:38.594094 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 110 rows starting from the beginning of the part | ||
| 13133 | 2025.01.28 23:13:38.594507 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1367 rows starting from the beginning of the part | ||
| 13134 | 2025.01.28 23:13:38.594981 [ 188 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 13135 | 2025.01.28 23:13:38.596297 [ 5 ] {0b2914e4-436f-4d1a-9af1-11a28d9d8a8e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13136 | 2025.01.28 23:13:38.596381 [ 5 ] {0b2914e4-436f-4d1a-9af1-11a28d9d8a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13137 | 2025.01.28 23:13:38.597449 [ 5 ] {0b2914e4-436f-4d1a-9af1-11a28d9d8a8e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13138 | 2025.01.28 23:13:38.597777 [ 5 ] {0b2914e4-436f-4d1a-9af1-11a28d9d8a8e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13139 | 2025.01.28 23:13:38.598056 [ 128 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13140 | 2025.01.28 23:13:38.598211 [ 128 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13141 | 2025.01.28 23:13:38.598323 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13142 | 2025.01.28 23:13:38.598333 [ 5 ] {0b2914e4-436f-4d1a-9af1-11a28d9d8a8e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005447 sec., 11749.586928584542 rows/sec., 939.09 KiB/sec. | ||
| 13143 | 2025.01.28 23:13:38.598939 [ 5 ] {0b2914e4-436f-4d1a-9af1-11a28d9d8a8e} <Debug> TCPHandler: Processed in 0.006505499 sec. | ||
| 13144 | 2025.01.28 23:13:38.598953 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 13145 | 2025.01.28 23:13:38.599014 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.006669821 sec., 495065.75963582826 rows/sec., 43.39 MiB/sec. | ||
| 13146 | 2025.01.28 23:13:38.599214 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13147 | 2025.01.28 23:13:38.599331 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13148 | 2025.01.28 23:13:38.599448 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 13149 | 2025.01.28 23:13:38.599450 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13150 | 2025.01.28 23:13:38.599498 [ 254 ] {f56ec63c-f30a-4bcf-b57b-9e4164fb34f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13151 | 2025.01.28 23:13:38.599751 [ 254 ] {f56ec63c-f30a-4bcf-b57b-9e4164fb34f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13152 | 2025.01.28 23:13:38.599909 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 93 rows starting from the beginning of the part | ||
| 13153 | 2025.01.28 23:13:38.600678 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13154 | 2025.01.28 23:13:38.600707 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 394 rows starting from the beginning of the part | ||
| 13155 | 2025.01.28 23:13:38.601097 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_106_21} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13156 | 2025.01.28 23:13:38.601329 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 91 rows starting from the beginning of the part | ||
| 13157 | 2025.01.28 23:13:38.601412 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 13158 | 2025.01.28 23:13:38.601712 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 850 rows starting from the beginning of the part | ||
| 13159 | 2025.01.28 23:13:38.601836 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 13160 | 2025.01.28 23:13:38.602862 [ 254 ] {f56ec63c-f30a-4bcf-b57b-9e4164fb34f0} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13161 | 2025.01.28 23:13:38.602924 [ 254 ] {f56ec63c-f30a-4bcf-b57b-9e4164fb34f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13162 | 2025.01.28 23:13:38.603991 [ 254 ] {f56ec63c-f30a-4bcf-b57b-9e4164fb34f0} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13163 | 2025.01.28 23:13:38.604429 [ 254 ] {f56ec63c-f30a-4bcf-b57b-9e4164fb34f0} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13164 | 2025.01.28 23:13:38.604706 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 13165 | 2025.01.28 23:13:38.604813 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13166 | 2025.01.28 23:13:38.604869 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13167 | 2025.01.28 23:13:38.604945 [ 254 ] {f56ec63c-f30a-4bcf-b57b-9e4164fb34f0} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005519 sec., 11596.303678202574 rows/sec., 827.04 KiB/sec. | ||
| 13168 | 2025.01.28 23:13:38.605237 [ 254 ] {f56ec63c-f30a-4bcf-b57b-9e4164fb34f0} <Debug> TCPHandler: Processed in 0.006158223 sec. | ||
| 13169 | 2025.01.28 23:13:38.605298 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 13170 | 2025.01.28 23:13:38.605582 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13171 | 2025.01.28 23:13:38.605724 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007230361 sec., 332625.1621461224 rows/sec., 25.50 MiB/sec. | ||
| 13172 | 2025.01.28 23:13:38.605806 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13173 | 2025.01.28 23:13:38.605875 [ 5 ] {dcb2ba32-16f4-4d89-8448-8f91fb09cb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13174 | 2025.01.28 23:13:38.605893 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30010 rows starting from the beginning of the part | ||
| 13175 | 2025.01.28 23:13:38.606058 [ 5 ] {dcb2ba32-16f4-4d89-8448-8f91fb09cb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13176 | 2025.01.28 23:13:38.606295 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 161 rows starting from the beginning of the part | ||
| 13177 | 2025.01.28 23:13:38.606251 [ 196 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13178 | 2025.01.28 23:13:38.606957 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 13179 | 2025.01.28 23:13:38.607530 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 13180 | 2025.01.28 23:13:38.607980 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13181 | 2025.01.28 23:13:38.608186 [ 195 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1019 rows starting from the beginning of the part | ||
| 13182 | 2025.01.28 23:13:38.608456 [ 194 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_106_21} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13183 | 2025.01.28 23:13:38.608898 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13184 | 2025.01.28 23:13:38.609282 [ 5 ] {dcb2ba32-16f4-4d89-8448-8f91fb09cb0c} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13185 | 2025.01.28 23:13:38.609334 [ 5 ] {dcb2ba32-16f4-4d89-8448-8f91fb09cb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13186 | 2025.01.28 23:13:38.609832 [ 5 ] {dcb2ba32-16f4-4d89-8448-8f91fb09cb0c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13187 | 2025.01.28 23:13:38.610288 [ 5 ] {dcb2ba32-16f4-4d89-8448-8f91fb09cb0c} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13188 | 2025.01.28 23:13:38.610520 [ 128 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13189 | 2025.01.28 23:13:38.610609 [ 128 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13190 | 2025.01.28 23:13:38.610674 [ 5 ] {dcb2ba32-16f4-4d89-8448-8f91fb09cb0c} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004852 sec., 4946.41384995878 rows/sec., 341.35 KiB/sec. | ||
| 13191 | 2025.01.28 23:13:38.610692 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13192 | 2025.01.28 23:13:38.610990 [ 5 ] {dcb2ba32-16f4-4d89-8448-8f91fb09cb0c} <Debug> TCPHandler: Processed in 0.005583733 sec. | ||
| 13193 | 2025.01.28 23:13:38.611229 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 13194 | 2025.01.28 23:13:38.611587 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13195 | 2025.01.28 23:13:38.611672 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6070 rows starting from the beginning of the part | ||
| 13196 | 2025.01.28 23:13:38.611891 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 13197 | 2025.01.28 23:13:38.612188 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 13198 | 2025.01.28 23:13:38.612364 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 13199 | 2025.01.28 23:13:38.612566 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 58 rows starting from the beginning of the part | ||
| 13200 | 2025.01.28 23:13:38.612708 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 24 rows starting from the beginning of the part | ||
| 13201 | 2025.01.28 23:13:38.617628 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6354 rows, containing 4 columns (4 merged, 0 gathered) in 0.006768483 sec., 938762.7921943514 rows/sec., 61.14 MiB/sec. | ||
| 13202 | 2025.01.28 23:13:38.618363 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13203 | 2025.01.28 23:13:38.618750 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13204 | 2025.01.28 23:13:38.618843 [ 194 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_106_21} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13205 | 2025.01.28 23:13:38.618939 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 13206 | 2025.01.28 23:13:38.619387 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31587 rows, containing 5 columns (5 merged, 0 gathered) in 0.014341239 sec., 2202529.3630487574 rows/sec., 148.67 MiB/sec. | ||
| 13207 | 2025.01.28 23:13:38.619904 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 13208 | 2025.01.28 23:13:38.620190 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13209 | 2025.01.28 23:13:38.620268 [ 194 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 13210 | 2025.01.28 23:13:38.620355 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13211 | 2025.01.28 23:13:39.000204 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.99 MiB, peak 263.05 MiB, free memory in arenas 0.00 B, will set to 252.09 MiB (RSS), difference: 8.10 MiB | ||
| 13212 | 2025.01.28 23:13:40.324786 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 13213 | 2025.01.28 23:13:40.326011 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13214 | 2025.01.28 23:13:40.326054 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13215 | 2025.01.28 23:13:40.326600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13216 | 2025.01.28 23:13:40.326883 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13217 | 2025.01.28 23:13:40.327085 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 13218 | 2025.01.28 23:13:42.343586 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 13219 | 2025.01.28 23:13:42.363906 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13220 | 2025.01.28 23:13:42.363977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13221 | 2025.01.28 23:13:42.371321 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13222 | 2025.01.28 23:13:42.372077 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13223 | 2025.01.28 23:13:42.375027 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 13224 | 2025.01.28 23:13:43.595462 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13225 | 2025.01.28 23:13:43.595684 [ 254 ] {5ce4894b-9e85-4a9b-9a5c-b0f80dc27707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13226 | 2025.01.28 23:13:43.595759 [ 254 ] {5ce4894b-9e85-4a9b-9a5c-b0f80dc27707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13227 | 2025.01.28 23:13:43.596581 [ 254 ] {5ce4894b-9e85-4a9b-9a5c-b0f80dc27707} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13228 | 2025.01.28 23:13:43.596630 [ 254 ] {5ce4894b-9e85-4a9b-9a5c-b0f80dc27707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13229 | 2025.01.28 23:13:43.597093 [ 254 ] {5ce4894b-9e85-4a9b-9a5c-b0f80dc27707} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13230 | 2025.01.28 23:13:43.597359 [ 254 ] {5ce4894b-9e85-4a9b-9a5c-b0f80dc27707} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13231 | 2025.01.28 23:13:43.597576 [ 254 ] {5ce4894b-9e85-4a9b-9a5c-b0f80dc27707} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001941 sec., 56671.81865018032 rows/sec., 4.76 MiB/sec. | ||
| 13232 | 2025.01.28 23:13:43.597649 [ 254 ] {5ce4894b-9e85-4a9b-9a5c-b0f80dc27707} <Debug> TCPHandler: Processed in 0.00232645 sec. | ||
| 13233 | 2025.01.28 23:13:43.597918 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13234 | 2025.01.28 23:13:43.598116 [ 5 ] {dff3e6d3-abb2-45fb-95fd-99e01205f0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13235 | 2025.01.28 23:13:43.598184 [ 5 ] {dff3e6d3-abb2-45fb-95fd-99e01205f0e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13236 | 2025.01.28 23:13:43.598926 [ 5 ] {dff3e6d3-abb2-45fb-95fd-99e01205f0e8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13237 | 2025.01.28 23:13:43.598971 [ 5 ] {dff3e6d3-abb2-45fb-95fd-99e01205f0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13238 | 2025.01.28 23:13:43.599404 [ 5 ] {dff3e6d3-abb2-45fb-95fd-99e01205f0e8} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13239 | 2025.01.28 23:13:43.599656 [ 5 ] {dff3e6d3-abb2-45fb-95fd-99e01205f0e8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13240 | 2025.01.28 23:13:43.599892 [ 5 ] {dff3e6d3-abb2-45fb-95fd-99e01205f0e8} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001827 sec., 14778.325123152708 rows/sec., 1.09 MiB/sec. | ||
| 13241 | 2025.01.28 23:13:43.599965 [ 5 ] {dff3e6d3-abb2-45fb-95fd-99e01205f0e8} <Debug> TCPHandler: Processed in 0.002184936 sec. | ||
| 13242 | 2025.01.28 23:13:43.600156 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13243 | 2025.01.28 23:13:43.600362 [ 254 ] {ab39b360-7970-4fd2-b7e3-a1939f46b3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13244 | 2025.01.28 23:13:43.600418 [ 254 ] {ab39b360-7970-4fd2-b7e3-a1939f46b3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13245 | 2025.01.28 23:13:43.601062 [ 254 ] {ab39b360-7970-4fd2-b7e3-a1939f46b3d6} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13246 | 2025.01.28 23:13:43.601101 [ 254 ] {ab39b360-7970-4fd2-b7e3-a1939f46b3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13247 | 2025.01.28 23:13:43.601478 [ 254 ] {ab39b360-7970-4fd2-b7e3-a1939f46b3d6} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13248 | 2025.01.28 23:13:43.601718 [ 254 ] {ab39b360-7970-4fd2-b7e3-a1939f46b3d6} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13249 | 2025.01.28 23:13:43.601900 [ 254 ] {ab39b360-7970-4fd2-b7e3-a1939f46b3d6} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001572 sec., 57888.040712468195 rows/sec., 4.52 MiB/sec. | ||
| 13250 | 2025.01.28 23:13:43.601952 [ 254 ] {ab39b360-7970-4fd2-b7e3-a1939f46b3d6} <Debug> TCPHandler: Processed in 0.001907242 sec. | ||
| 13251 | 2025.01.28 23:13:43.602116 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13252 | 2025.01.28 23:13:43.602256 [ 5 ] {79d6f48d-577b-444f-9e0e-143bf81cadb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13253 | 2025.01.28 23:13:43.602318 [ 5 ] {79d6f48d-577b-444f-9e0e-143bf81cadb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13254 | 2025.01.28 23:13:43.602966 [ 5 ] {79d6f48d-577b-444f-9e0e-143bf81cadb8} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13255 | 2025.01.28 23:13:43.603006 [ 5 ] {79d6f48d-577b-444f-9e0e-143bf81cadb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13256 | 2025.01.28 23:13:43.603419 [ 5 ] {79d6f48d-577b-444f-9e0e-143bf81cadb8} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13257 | 2025.01.28 23:13:43.603662 [ 5 ] {79d6f48d-577b-444f-9e0e-143bf81cadb8} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13258 | 2025.01.28 23:13:43.603896 [ 5 ] {79d6f48d-577b-444f-9e0e-143bf81cadb8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. | ||
| 13259 | 2025.01.28 23:13:43.603948 [ 5 ] {79d6f48d-577b-444f-9e0e-143bf81cadb8} <Debug> TCPHandler: Processed in 0.001901022 sec. | ||
| 13260 | 2025.01.28 23:13:43.604113 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13261 | 2025.01.28 23:13:43.604229 [ 254 ] {edb0f83f-576f-4845-984c-57103c0d333e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13262 | 2025.01.28 23:13:43.604310 [ 254 ] {edb0f83f-576f-4845-984c-57103c0d333e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13263 | 2025.01.28 23:13:43.605493 [ 254 ] {edb0f83f-576f-4845-984c-57103c0d333e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13264 | 2025.01.28 23:13:43.605530 [ 254 ] {edb0f83f-576f-4845-984c-57103c0d333e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13265 | 2025.01.28 23:13:43.606177 [ 254 ] {edb0f83f-576f-4845-984c-57103c0d333e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13266 | 2025.01.28 23:13:43.606442 [ 254 ] {edb0f83f-576f-4845-984c-57103c0d333e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13267 | 2025.01.28 23:13:43.606584 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13268 | 2025.01.28 23:13:43.606631 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13269 | 2025.01.28 23:13:43.606658 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13270 | 2025.01.28 23:13:43.606661 [ 254 ] {edb0f83f-576f-4845-984c-57103c0d333e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002453 sec., 11006.930289441501 rows/sec., 19.72 MiB/sec. | ||
| 13271 | 2025.01.28 23:13:43.607041 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 13272 | 2025.01.28 23:13:43.607063 [ 254 ] {edb0f83f-576f-4845-984c-57103c0d333e} <Debug> TCPHandler: Processed in 0.00300647 sec. | ||
| 13273 | 2025.01.28 23:13:43.607317 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13274 | 2025.01.28 23:13:43.607510 [ 5 ] {8b39c283-7c2d-460a-9fb9-f908caba3620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13275 | 2025.01.28 23:13:43.607543 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13276 | 2025.01.28 23:13:43.607592 [ 5 ] {8b39c283-7c2d-460a-9fb9-f908caba3620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13277 | 2025.01.28 23:13:43.607664 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1518 rows starting from the beginning of the part | ||
| 13278 | 2025.01.28 23:13:43.608343 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 27 rows starting from the beginning of the part | ||
| 13279 | 2025.01.28 23:13:43.608876 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 12 rows starting from the beginning of the part | ||
| 13280 | 2025.01.28 23:13:43.609417 [ 5 ] {8b39c283-7c2d-460a-9fb9-f908caba3620} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13281 | 2025.01.28 23:13:43.609436 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 27 rows starting from the beginning of the part | ||
| 13282 | 2025.01.28 23:13:43.609463 [ 5 ] {8b39c283-7c2d-460a-9fb9-f908caba3620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13283 | 2025.01.28 23:13:43.609938 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 12 rows starting from the beginning of the part | ||
| 13284 | 2025.01.28 23:13:43.610437 [ 203 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 27 rows starting from the beginning of the part | ||
| 13285 | 2025.01.28 23:13:43.610635 [ 5 ] {8b39c283-7c2d-460a-9fb9-f908caba3620} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13286 | 2025.01.28 23:13:43.611126 [ 5 ] {8b39c283-7c2d-460a-9fb9-f908caba3620} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13287 | 2025.01.28 23:13:43.611415 [ 5 ] {8b39c283-7c2d-460a-9fb9-f908caba3620} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003958 sec., 15159.171298635676 rows/sec., 1.02 MiB/sec. | ||
| 13288 | 2025.01.28 23:13:43.611513 [ 5 ] {8b39c283-7c2d-460a-9fb9-f908caba3620} <Debug> TCPHandler: Processed in 0.004315852 sec. | ||
| 13289 | 2025.01.28 23:13:43.618426 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1623 rows, containing 19 columns (19 merged, 0 gathered) in 0.011666565 sec., 139115.49800648264 rows/sec., 249.29 MiB/sec. | ||
| 13290 | 2025.01.28 23:13:43.620143 [ 197 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13291 | 2025.01.28 23:13:43.620594 [ 197 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13292 | 2025.01.28 23:13:43.620671 [ 197 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13293 | 2025.01.28 23:13:43.620823 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. | ||
| 13294 | 2025.01.28 23:13:44.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.58 MiB, peak 264.08 MiB, free memory in arenas 0.00 B, will set to 255.59 MiB (RSS), difference: 3.01 MiB | ||
| 13295 | 2025.01.28 23:13:46.211698 [ 117 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 | ||
| 13296 | 2025.01.28 23:13:46.211763 [ 117 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13297 | 2025.01.28 23:13:46.211785 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13298 | 2025.01.28 23:13:46.211945 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full | ||
| 13299 | 2025.01.28 23:13:46.212339 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13300 | 2025.01.28 23:13:46.212439 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 43 rows starting from the beginning of the part | ||
| 13301 | 2025.01.28 23:13:46.212603 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13302 | 2025.01.28 23:13:46.212814 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13303 | 2025.01.28 23:13:46.212956 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13304 | 2025.01.28 23:13:46.213105 [ 187 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13305 | 2025.01.28 23:13:46.214269 [ 200 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 4 columns (4 merged, 0 gathered) in 0.00241617 sec., 19452.273639685947 rows/sec., 1.28 MiB/sec. | ||
| 13306 | 2025.01.28 23:13:46.214474 [ 200 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 13307 | 2025.01.28 23:13:46.214843 [ 200 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13308 | 2025.01.28 23:13:46.214935 [ 200 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_46_10} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 | ||
| 13309 | 2025.01.28 23:13:46.215036 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13310 | 2025.01.28 23:13:47.629098 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13311 | 2025.01.28 23:13:47.629154 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13312 | 2025.01.28 23:13:47.800136 [ 118 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 | ||
| 13313 | 2025.01.28 23:13:47.800193 [ 118 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13314 | 2025.01.28 23:13:47.800215 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13315 | 2025.01.28 23:13:47.800435 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full | ||
| 13316 | 2025.01.28 23:13:47.800919 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13317 | 2025.01.28 23:13:47.801014 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 243 rows starting from the beginning of the part | ||
| 13318 | 2025.01.28 23:13:47.801193 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 242 rows starting from the beginning of the part | ||
| 13319 | 2025.01.28 23:13:47.801395 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13320 | 2025.01.28 23:13:47.801616 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13321 | 2025.01.28 23:13:47.801789 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 242 rows starting from the beginning of the part | ||
| 13322 | 2025.01.28 23:13:47.802878 [ 200 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002586414 sec., 291909.95718396205 rows/sec., 20.90 MiB/sec. | ||
| 13323 | 2025.01.28 23:13:47.803023 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 13324 | 2025.01.28 23:13:47.803308 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2025.01.28 23:13:47.803389 [ 190 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_46_10} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 | ||
| 13326 | 2025.01.28 23:13:47.803478 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13327 | 2025.01.28 23:13:47.827280 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 13328 | 2025.01.28 23:13:47.827980 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13329 | 2025.01.28 23:13:47.828019 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13330 | 2025.01.28 23:13:47.828526 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13331 | 2025.01.28 23:13:47.828772 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13332 | 2025.01.28 23:13:47.829038 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 13333 | 2025.01.28 23:13:47.989535 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1882 | ||
| 13334 | 2025.01.28 23:13:47.992415 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13335 | 2025.01.28 23:13:47.992470 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13336 | 2025.01.28 23:13:47.993956 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13337 | 2025.01.28 23:13:47.994273 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13338 | 2025.01.28 23:13:47.994861 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1882 | ||
| 13339 | 2025.01.28 23:13:48.001315 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000968976 sec. | ||
| 13340 | 2025.01.28 23:13:48.599959 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13341 | 2025.01.28 23:13:48.600150 [ 254 ] {61ee2ad3-705c-4c10-bc76-41859390f024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13342 | 2025.01.28 23:13:48.600219 [ 254 ] {61ee2ad3-705c-4c10-bc76-41859390f024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13343 | 2025.01.28 23:13:48.601049 [ 254 ] {61ee2ad3-705c-4c10-bc76-41859390f024} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13344 | 2025.01.28 23:13:48.601096 [ 254 ] {61ee2ad3-705c-4c10-bc76-41859390f024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13345 | 2025.01.28 23:13:48.601538 [ 254 ] {61ee2ad3-705c-4c10-bc76-41859390f024} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13346 | 2025.01.28 23:13:48.601802 [ 254 ] {61ee2ad3-705c-4c10-bc76-41859390f024} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13347 | 2025.01.28 23:13:48.602029 [ 254 ] {61ee2ad3-705c-4c10-bc76-41859390f024} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec. | ||
| 13348 | 2025.01.28 23:13:48.602087 [ 254 ] {61ee2ad3-705c-4c10-bc76-41859390f024} <Debug> TCPHandler: Processed in 0.002254258 sec. | ||
| 13349 | 2025.01.28 23:13:48.602351 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13350 | 2025.01.28 23:13:48.602545 [ 5 ] {67f06921-bb3f-44fb-96fd-6becefbb57f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13351 | 2025.01.28 23:13:48.602618 [ 5 ] {67f06921-bb3f-44fb-96fd-6becefbb57f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13352 | 2025.01.28 23:13:48.603483 [ 5 ] {67f06921-bb3f-44fb-96fd-6becefbb57f4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13353 | 2025.01.28 23:13:48.603532 [ 5 ] {67f06921-bb3f-44fb-96fd-6becefbb57f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13354 | 2025.01.28 23:13:48.603987 [ 5 ] {67f06921-bb3f-44fb-96fd-6becefbb57f4} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13355 | 2025.01.28 23:13:48.604260 [ 5 ] {67f06921-bb3f-44fb-96fd-6becefbb57f4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13356 | 2025.01.28 23:13:48.604497 [ 5 ] {67f06921-bb3f-44fb-96fd-6becefbb57f4} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002005 sec., 113216.95760598505 rows/sec., 9.92 MiB/sec. | ||
| 13357 | 2025.01.28 23:13:48.604554 [ 5 ] {67f06921-bb3f-44fb-96fd-6becefbb57f4} <Debug> TCPHandler: Processed in 0.002334909 sec. | ||
| 13358 | 2025.01.28 23:13:48.604712 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13359 | 2025.01.28 23:13:48.604829 [ 254 ] {0b5e2269-0b91-45d9-b5fa-ae68961186b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13360 | 2025.01.28 23:13:48.604877 [ 254 ] {0b5e2269-0b91-45d9-b5fa-ae68961186b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13361 | 2025.01.28 23:13:48.605466 [ 254 ] {0b5e2269-0b91-45d9-b5fa-ae68961186b2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13362 | 2025.01.28 23:13:48.605506 [ 254 ] {0b5e2269-0b91-45d9-b5fa-ae68961186b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13363 | 2025.01.28 23:13:48.605864 [ 254 ] {0b5e2269-0b91-45d9-b5fa-ae68961186b2} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13364 | 2025.01.28 23:13:48.606106 [ 254 ] {0b5e2269-0b91-45d9-b5fa-ae68961186b2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13365 | 2025.01.28 23:13:48.606321 [ 254 ] {0b5e2269-0b91-45d9-b5fa-ae68961186b2} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001516 sec., 12532.981530343008 rows/sec., 896.04 KiB/sec. | ||
| 13366 | 2025.01.28 23:13:48.606386 [ 254 ] {0b5e2269-0b91-45d9-b5fa-ae68961186b2} <Debug> TCPHandler: Processed in 0.001729708 sec. | ||
| 13367 | 2025.01.28 23:13:48.606588 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13368 | 2025.01.28 23:13:48.606747 [ 5 ] {50a6c18d-1133-4017-9a69-a71f5af3803b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13369 | 2025.01.28 23:13:48.606797 [ 5 ] {50a6c18d-1133-4017-9a69-a71f5af3803b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13370 | 2025.01.28 23:13:48.607377 [ 5 ] {50a6c18d-1133-4017-9a69-a71f5af3803b} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13371 | 2025.01.28 23:13:48.607417 [ 5 ] {50a6c18d-1133-4017-9a69-a71f5af3803b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13372 | 2025.01.28 23:13:48.607778 [ 5 ] {50a6c18d-1133-4017-9a69-a71f5af3803b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13373 | 2025.01.28 23:13:48.608036 [ 5 ] {50a6c18d-1133-4017-9a69-a71f5af3803b} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13374 | 2025.01.28 23:13:48.608255 [ 5 ] {50a6c18d-1133-4017-9a69-a71f5af3803b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001536 sec., 9114.583333333334 rows/sec., 638.33 KiB/sec. | ||
| 13375 | 2025.01.28 23:13:48.608309 [ 5 ] {50a6c18d-1133-4017-9a69-a71f5af3803b} <Debug> TCPHandler: Processed in 0.001832761 sec. | ||
| 13376 | 2025.01.28 23:13:48.608459 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13377 | 2025.01.28 23:13:48.608575 [ 254 ] {5f2c3d2e-ecfc-473d-a223-2c4e4341a368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13378 | 2025.01.28 23:13:48.608624 [ 254 ] {5f2c3d2e-ecfc-473d-a223-2c4e4341a368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13379 | 2025.01.28 23:13:48.609202 [ 254 ] {5f2c3d2e-ecfc-473d-a223-2c4e4341a368} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13380 | 2025.01.28 23:13:48.609241 [ 254 ] {5f2c3d2e-ecfc-473d-a223-2c4e4341a368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13381 | 2025.01.28 23:13:48.609595 [ 254 ] {5f2c3d2e-ecfc-473d-a223-2c4e4341a368} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13382 | 2025.01.28 23:13:48.609831 [ 254 ] {5f2c3d2e-ecfc-473d-a223-2c4e4341a368} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13383 | 2025.01.28 23:13:48.610039 [ 254 ] {5f2c3d2e-ecfc-473d-a223-2c4e4341a368} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001488 sec., 8736.559139784946 rows/sec., 544.72 KiB/sec. | ||
| 13384 | 2025.01.28 23:13:48.610095 [ 254 ] {5f2c3d2e-ecfc-473d-a223-2c4e4341a368} <Debug> TCPHandler: Processed in 0.001693658 sec. | ||
| 13385 | 2025.01.28 23:13:48.610300 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13386 | 2025.01.28 23:13:48.610524 [ 5 ] {1b8860d8-eb04-407d-86cc-179a4f684ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13387 | 2025.01.28 23:13:48.610616 [ 5 ] {1b8860d8-eb04-407d-86cc-179a4f684ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13388 | 2025.01.28 23:13:48.611500 [ 5 ] {1b8860d8-eb04-407d-86cc-179a4f684ff2} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13389 | 2025.01.28 23:13:48.611540 [ 5 ] {1b8860d8-eb04-407d-86cc-179a4f684ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13390 | 2025.01.28 23:13:48.611960 [ 5 ] {1b8860d8-eb04-407d-86cc-179a4f684ff2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13391 | 2025.01.28 23:13:48.612280 [ 5 ] {1b8860d8-eb04-407d-86cc-179a4f684ff2} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13392 | 2025.01.28 23:13:48.612556 [ 5 ] {1b8860d8-eb04-407d-86cc-179a4f684ff2} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.002083 sec., 189150.26404224674 rows/sec., 13.43 MiB/sec. | ||
| 13393 | 2025.01.28 23:13:48.612672 [ 5 ] {1b8860d8-eb04-407d-86cc-179a4f684ff2} <Debug> TCPHandler: Processed in 0.002481341 sec. | ||
| 13394 | 2025.01.28 23:13:48.612888 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13395 | 2025.01.28 23:13:48.613187 [ 254 ] {4c56a0f2-9ded-4a36-9fe8-948b31375ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13396 | 2025.01.28 23:13:48.613282 [ 254 ] {4c56a0f2-9ded-4a36-9fe8-948b31375ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13397 | 2025.01.28 23:13:48.613775 [ 254 ] {4c56a0f2-9ded-4a36-9fe8-948b31375ac1} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13398 | 2025.01.28 23:13:48.613811 [ 254 ] {4c56a0f2-9ded-4a36-9fe8-948b31375ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13399 | 2025.01.28 23:13:48.614180 [ 254 ] {4c56a0f2-9ded-4a36-9fe8-948b31375ac1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13400 | 2025.01.28 23:13:48.614416 [ 254 ] {4c56a0f2-9ded-4a36-9fe8-948b31375ac1} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13401 | 2025.01.28 23:13:48.614600 [ 254 ] {4c56a0f2-9ded-4a36-9fe8-948b31375ac1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 205.42 KiB/sec. | ||
| 13402 | 2025.01.28 23:13:48.614714 [ 254 ] {4c56a0f2-9ded-4a36-9fe8-948b31375ac1} <Debug> TCPHandler: Processed in 0.001951643 sec. | ||
| 13403 | 2025.01.28 23:13:48.614878 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13404 | 2025.01.28 23:13:48.615084 [ 5 ] {a6c68d57-d369-4b7c-83eb-b860e61fc4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13405 | 2025.01.28 23:13:48.615176 [ 5 ] {a6c68d57-d369-4b7c-83eb-b860e61fc4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13406 | 2025.01.28 23:13:48.616114 [ 5 ] {a6c68d57-d369-4b7c-83eb-b860e61fc4af} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13407 | 2025.01.28 23:13:48.616153 [ 5 ] {a6c68d57-d369-4b7c-83eb-b860e61fc4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13408 | 2025.01.28 23:13:48.616549 [ 5 ] {a6c68d57-d369-4b7c-83eb-b860e61fc4af} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13409 | 2025.01.28 23:13:48.616795 [ 5 ] {a6c68d57-d369-4b7c-83eb-b860e61fc4af} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13410 | 2025.01.28 23:13:48.617006 [ 5 ] {a6c68d57-d369-4b7c-83eb-b860e61fc4af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001961 sec., 120856.70576236614 rows/sec., 8.10 MiB/sec. | ||
| 13411 | 2025.01.28 23:13:48.617057 [ 5 ] {a6c68d57-d369-4b7c-83eb-b860e61fc4af} <Debug> TCPHandler: Processed in 0.002249708 sec. | ||
| 13412 | 2025.01.28 23:13:48.617199 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13413 | 2025.01.28 23:13:48.617317 [ 254 ] {c1b58c66-fee8-4b49-864a-d448f3f84337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13414 | 2025.01.28 23:13:48.617368 [ 254 ] {c1b58c66-fee8-4b49-864a-d448f3f84337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13415 | 2025.01.28 23:13:48.617838 [ 254 ] {c1b58c66-fee8-4b49-864a-d448f3f84337} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13416 | 2025.01.28 23:13:48.617875 [ 254 ] {c1b58c66-fee8-4b49-864a-d448f3f84337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13417 | 2025.01.28 23:13:48.618233 [ 254 ] {c1b58c66-fee8-4b49-864a-d448f3f84337} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13418 | 2025.01.28 23:13:48.618468 [ 254 ] {c1b58c66-fee8-4b49-864a-d448f3f84337} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13419 | 2025.01.28 23:13:48.618638 [ 254 ] {c1b58c66-fee8-4b49-864a-d448f3f84337} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001345 sec., 743.4944237918215 rows/sec., 50.10 KiB/sec. | ||
| 13420 | 2025.01.28 23:13:48.618688 [ 254 ] {c1b58c66-fee8-4b49-864a-d448f3f84337} <Debug> TCPHandler: Processed in 0.001543376 sec. | ||
| 13421 | 2025.01.28 23:13:48.618817 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13422 | 2025.01.28 23:13:48.618944 [ 5 ] {9c6b57fb-5799-4494-b219-43411e06c592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13423 | 2025.01.28 23:13:48.619036 [ 5 ] {9c6b57fb-5799-4494-b219-43411e06c592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13424 | 2025.01.28 23:13:48.620265 [ 5 ] {9c6b57fb-5799-4494-b219-43411e06c592} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13425 | 2025.01.28 23:13:48.620304 [ 5 ] {9c6b57fb-5799-4494-b219-43411e06c592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13426 | 2025.01.28 23:13:48.620915 [ 5 ] {9c6b57fb-5799-4494-b219-43411e06c592} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13427 | 2025.01.28 23:13:48.621174 [ 5 ] {9c6b57fb-5799-4494-b219-43411e06c592} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13428 | 2025.01.28 23:13:48.621416 [ 5 ] {9c6b57fb-5799-4494-b219-43411e06c592} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002504 sec., 4792.3322683706065 rows/sec., 8.59 MiB/sec. | ||
| 13429 | 2025.01.28 23:13:48.621511 [ 5 ] {9c6b57fb-5799-4494-b219-43411e06c592} <Debug> TCPHandler: Processed in 0.002750036 sec. | ||
| 13430 | 2025.01.28 23:13:48.621718 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13431 | 2025.01.28 23:13:48.621835 [ 254 ] {b770efd5-8a40-45e0-9029-d509838590d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13432 | 2025.01.28 23:13:48.621885 [ 254 ] {b770efd5-8a40-45e0-9029-d509838590d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13433 | 2025.01.28 23:13:48.622373 [ 254 ] {b770efd5-8a40-45e0-9029-d509838590d5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13434 | 2025.01.28 23:13:48.622411 [ 254 ] {b770efd5-8a40-45e0-9029-d509838590d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13435 | 2025.01.28 23:13:48.622780 [ 254 ] {b770efd5-8a40-45e0-9029-d509838590d5} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13436 | 2025.01.28 23:13:48.623019 [ 254 ] {b770efd5-8a40-45e0-9029-d509838590d5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13437 | 2025.01.28 23:13:48.623202 [ 254 ] {b770efd5-8a40-45e0-9029-d509838590d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001391 sec., 58950.395398993525 rows/sec., 3.74 MiB/sec. | ||
| 13438 | 2025.01.28 23:13:48.623253 [ 254 ] {b770efd5-8a40-45e0-9029-d509838590d5} <Debug> TCPHandler: Processed in 0.001592346 sec. | ||
| 13439 | 2025.01.28 23:13:49.875160 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13440 | 2025.01.28 23:13:49.896452 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13441 | 2025.01.28 23:13:49.896515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13442 | 2025.01.28 23:13:49.903773 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13443 | 2025.01.28 23:13:49.904539 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13444 | 2025.01.28 23:13:49.907341 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13445 | 2025.01.28 23:13:53.603061 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13446 | 2025.01.28 23:13:53.603348 [ 254 ] {8fe93aeb-6354-448c-8e80-810bd2716c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13447 | 2025.01.28 23:13:53.603474 [ 254 ] {8fe93aeb-6354-448c-8e80-810bd2716c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13448 | 2025.01.28 23:13:53.605414 [ 254 ] {8fe93aeb-6354-448c-8e80-810bd2716c81} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13449 | 2025.01.28 23:13:53.605494 [ 254 ] {8fe93aeb-6354-448c-8e80-810bd2716c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13450 | 2025.01.28 23:13:53.606138 [ 254 ] {8fe93aeb-6354-448c-8e80-810bd2716c81} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13451 | 2025.01.28 23:13:53.606529 [ 254 ] {8fe93aeb-6354-448c-8e80-810bd2716c81} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13452 | 2025.01.28 23:13:53.606880 [ 254 ] {8fe93aeb-6354-448c-8e80-810bd2716c81} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003593 sec., 556.6379070414696 rows/sec., 45.39 KiB/sec. | ||
| 13453 | 2025.01.28 23:13:53.607038 [ 254 ] {8fe93aeb-6354-448c-8e80-810bd2716c81} <Debug> TCPHandler: Processed in 0.004207381 sec. | ||
| 13454 | 2025.01.28 23:13:53.607466 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13455 | 2025.01.28 23:13:53.607719 [ 5 ] {d1542c72-b1c1-426a-89d8-49c9112466ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13456 | 2025.01.28 23:13:53.607814 [ 5 ] {d1542c72-b1c1-426a-89d8-49c9112466ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13457 | 2025.01.28 23:13:53.608929 [ 5 ] {d1542c72-b1c1-426a-89d8-49c9112466ae} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13458 | 2025.01.28 23:13:53.608988 [ 5 ] {d1542c72-b1c1-426a-89d8-49c9112466ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13459 | 2025.01.28 23:13:53.609596 [ 5 ] {d1542c72-b1c1-426a-89d8-49c9112466ae} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13460 | 2025.01.28 23:13:53.609978 [ 5 ] {d1542c72-b1c1-426a-89d8-49c9112466ae} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13461 | 2025.01.28 23:13:53.610226 [ 5 ] {d1542c72-b1c1-426a-89d8-49c9112466ae} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002585 sec., 42940.03868471953 rows/sec., 3.60 MiB/sec. | ||
| 13462 | 2025.01.28 23:13:53.610360 [ 5 ] {d1542c72-b1c1-426a-89d8-49c9112466ae} <Debug> TCPHandler: Processed in 0.003100202 sec. | ||
| 13463 | 2025.01.28 23:13:53.610691 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13464 | 2025.01.28 23:13:53.611146 [ 254 ] {1f922519-dab6-4d9f-ac74-6cc54fa555e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13465 | 2025.01.28 23:13:53.611364 [ 254 ] {1f922519-dab6-4d9f-ac74-6cc54fa555e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13466 | 2025.01.28 23:13:53.614615 [ 254 ] {1f922519-dab6-4d9f-ac74-6cc54fa555e8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13467 | 2025.01.28 23:13:53.614683 [ 254 ] {1f922519-dab6-4d9f-ac74-6cc54fa555e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13468 | 2025.01.28 23:13:53.615313 [ 254 ] {1f922519-dab6-4d9f-ac74-6cc54fa555e8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13469 | 2025.01.28 23:13:53.615687 [ 254 ] {1f922519-dab6-4d9f-ac74-6cc54fa555e8} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13470 | 2025.01.28 23:13:53.616028 [ 254 ] {1f922519-dab6-4d9f-ac74-6cc54fa555e8} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.005055 sec., 5736.894164193868 rows/sec., 429.26 KiB/sec. | ||
| 13471 | 2025.01.28 23:13:53.616178 [ 254 ] {1f922519-dab6-4d9f-ac74-6cc54fa555e8} <Debug> TCPHandler: Processed in 0.005661504 sec. | ||
| 13472 | 2025.01.28 23:13:53.616636 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13473 | 2025.01.28 23:13:53.616841 [ 5 ] {190e88fb-9234-47a7-bc03-340f9d214098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13474 | 2025.01.28 23:13:53.616934 [ 5 ] {190e88fb-9234-47a7-bc03-340f9d214098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13475 | 2025.01.28 23:13:53.617993 [ 5 ] {190e88fb-9234-47a7-bc03-340f9d214098} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13476 | 2025.01.28 23:13:53.618049 [ 5 ] {190e88fb-9234-47a7-bc03-340f9d214098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13477 | 2025.01.28 23:13:53.618652 [ 5 ] {190e88fb-9234-47a7-bc03-340f9d214098} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13478 | 2025.01.28 23:13:53.619009 [ 5 ] {190e88fb-9234-47a7-bc03-340f9d214098} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13479 | 2025.01.28 23:13:53.619261 [ 5 ] {190e88fb-9234-47a7-bc03-340f9d214098} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002474 sec., 37590.9458367017 rows/sec., 2.94 MiB/sec. | ||
| 13480 | 2025.01.28 23:13:53.619356 [ 5 ] {190e88fb-9234-47a7-bc03-340f9d214098} <Debug> TCPHandler: Processed in 0.002870548 sec. | ||
| 13481 | 2025.01.28 23:13:53.619637 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13482 | 2025.01.28 23:13:53.619823 [ 254 ] {abd5a245-6432-482d-9476-ad62c752d842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13483 | 2025.01.28 23:13:53.619920 [ 254 ] {abd5a245-6432-482d-9476-ad62c752d842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13484 | 2025.01.28 23:13:53.620888 [ 254 ] {abd5a245-6432-482d-9476-ad62c752d842} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13485 | 2025.01.28 23:13:53.620962 [ 254 ] {abd5a245-6432-482d-9476-ad62c752d842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13486 | 2025.01.28 23:13:53.621637 [ 254 ] {abd5a245-6432-482d-9476-ad62c752d842} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13487 | 2025.01.28 23:13:53.622080 [ 254 ] {abd5a245-6432-482d-9476-ad62c752d842} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13488 | 2025.01.28 23:13:53.622466 [ 254 ] {abd5a245-6432-482d-9476-ad62c752d842} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002684 sec., 59985.096870342764 rows/sec., 4.18 MiB/sec. | ||
| 13489 | 2025.01.28 23:13:53.622621 [ 254 ] {abd5a245-6432-482d-9476-ad62c752d842} <Debug> TCPHandler: Processed in 0.003085402 sec. | ||
| 13490 | 2025.01.28 23:13:53.622996 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13491 | 2025.01.28 23:13:53.623240 [ 5 ] {10f25ddf-ae69-4d06-a8ff-5bb318fec094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13492 | 2025.01.28 23:13:53.623390 [ 5 ] {10f25ddf-ae69-4d06-a8ff-5bb318fec094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13493 | 2025.01.28 23:13:53.626274 [ 5 ] {10f25ddf-ae69-4d06-a8ff-5bb318fec094} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13494 | 2025.01.28 23:13:53.626360 [ 5 ] {10f25ddf-ae69-4d06-a8ff-5bb318fec094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13495 | 2025.01.28 23:13:53.627396 [ 5 ] {10f25ddf-ae69-4d06-a8ff-5bb318fec094} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13496 | 2025.01.28 23:13:53.627826 [ 5 ] {10f25ddf-ae69-4d06-a8ff-5bb318fec094} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13497 | 2025.01.28 23:13:53.628261 [ 5 ] {10f25ddf-ae69-4d06-a8ff-5bb318fec094} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.005074 sec., 5321.245565628695 rows/sec., 9.54 MiB/sec. | ||
| 13498 | 2025.01.28 23:13:53.628574 [ 5 ] {10f25ddf-ae69-4d06-a8ff-5bb318fec094} <Debug> TCPHandler: Processed in 0.005775476 sec. | ||
| 13499 | 2025.01.28 23:13:53.628891 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13500 | 2025.01.28 23:13:53.629107 [ 254 ] {9cf1b2eb-5ce1-4d40-9a55-5cfa91225480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13501 | 2025.01.28 23:13:53.629209 [ 254 ] {9cf1b2eb-5ce1-4d40-9a55-5cfa91225480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13502 | 2025.01.28 23:13:53.630122 [ 254 ] {9cf1b2eb-5ce1-4d40-9a55-5cfa91225480} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13503 | 2025.01.28 23:13:53.630186 [ 254 ] {9cf1b2eb-5ce1-4d40-9a55-5cfa91225480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 13504 | 2025.01.28 23:13:53.630816 [ 254 ] {9cf1b2eb-5ce1-4d40-9a55-5cfa91225480} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13505 | 2025.01.28 23:13:53.631167 [ 254 ] {9cf1b2eb-5ce1-4d40-9a55-5cfa91225480} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13506 | 2025.01.28 23:13:53.631479 [ 254 ] {9cf1b2eb-5ce1-4d40-9a55-5cfa91225480} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002434 sec., 24650.780608052588 rows/sec., 1.66 MiB/sec. | ||
| 13507 | 2025.01.28 23:13:53.631572 [ 254 ] {9cf1b2eb-5ce1-4d40-9a55-5cfa91225480} <Debug> TCPHandler: Processed in 0.002806267 sec. | ||
| 13508 | 2025.01.28 23:13:55.329239 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 13509 | 2025.01.28 23:13:55.329911 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13510 | 2025.01.28 23:13:55.329952 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13511 | 2025.01.28 23:13:55.330455 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13512 | 2025.01.28 23:13:55.330702 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13513 | 2025.01.28 23:13:55.330985 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 13514 | 2025.01.28 23:13:57.407473 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13515 | 2025.01.28 23:13:57.428682 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13516 | 2025.01.28 23:13:57.428747 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13517 | 2025.01.28 23:13:57.435992 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13518 | 2025.01.28 23:13:57.436774 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13519 | 2025.01.28 23:13:57.440062 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13520 | 2025.01.28 23:13:57.995114 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1918 | ||
| 13521 | 2025.01.28 23:13:57.998435 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13522 | 2025.01.28 23:13:57.998486 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13523 | 2025.01.28 23:13:57.999974 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13524 | 2025.01.28 23:13:58.000529 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13525 | 2025.01.28 23:13:58.001962 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1918 | ||
| 13526 | 2025.01.28 23:13:58.600646 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13527 | 2025.01.28 23:13:58.600848 [ 254 ] {b935d451-71c9-4ab5-bc97-7c36507dc128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13528 | 2025.01.28 23:13:58.600924 [ 254 ] {b935d451-71c9-4ab5-bc97-7c36507dc128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13529 | 2025.01.28 23:13:58.601720 [ 254 ] {b935d451-71c9-4ab5-bc97-7c36507dc128} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13530 | 2025.01.28 23:13:58.601774 [ 254 ] {b935d451-71c9-4ab5-bc97-7c36507dc128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13531 | 2025.01.28 23:13:58.602255 [ 254 ] {b935d451-71c9-4ab5-bc97-7c36507dc128} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13532 | 2025.01.28 23:13:58.602512 [ 254 ] {b935d451-71c9-4ab5-bc97-7c36507dc128} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13533 | 2025.01.28 23:13:58.602762 [ 254 ] {b935d451-71c9-4ab5-bc97-7c36507dc128} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec. | ||
| 13534 | 2025.01.28 23:13:58.602859 [ 254 ] {b935d451-71c9-4ab5-bc97-7c36507dc128} <Debug> TCPHandler: Processed in 0.002340379 sec. | ||
| 13535 | 2025.01.28 23:13:58.603140 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13536 | 2025.01.28 23:13:58.603352 [ 5 ] {7d843ed9-4810-42e7-94c8-3f0011d3d6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13537 | 2025.01.28 23:13:58.603432 [ 5 ] {7d843ed9-4810-42e7-94c8-3f0011d3d6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13538 | 2025.01.28 23:13:58.604387 [ 5 ] {7d843ed9-4810-42e7-94c8-3f0011d3d6f2} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2025.01.28 23:13:58.604433 [ 5 ] {7d843ed9-4810-42e7-94c8-3f0011d3d6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13540 | 2025.01.28 23:13:58.604890 [ 5 ] {7d843ed9-4810-42e7-94c8-3f0011d3d6f2} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13541 | 2025.01.28 23:13:58.605145 [ 5 ] {7d843ed9-4810-42e7-94c8-3f0011d3d6f2} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2025.01.28 23:13:58.605349 [ 5 ] {7d843ed9-4810-42e7-94c8-3f0011d3d6f2} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.002056 sec., 110408.56031128405 rows/sec., 9.67 MiB/sec. | ||
| 13543 | 2025.01.28 23:13:58.605407 [ 5 ] {7d843ed9-4810-42e7-94c8-3f0011d3d6f2} <Debug> TCPHandler: Processed in 0.00241548 sec. | ||
| 13544 | 2025.01.28 23:13:58.605574 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13545 | 2025.01.28 23:13:58.605703 [ 254 ] {6f03faa2-0578-4e87-a0dd-1369c50b57b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13546 | 2025.01.28 23:13:58.605759 [ 254 ] {6f03faa2-0578-4e87-a0dd-1369c50b57b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13547 | 2025.01.28 23:13:58.606381 [ 254 ] {6f03faa2-0578-4e87-a0dd-1369c50b57b5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13548 | 2025.01.28 23:13:58.606425 [ 254 ] {6f03faa2-0578-4e87-a0dd-1369c50b57b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13549 | 2025.01.28 23:13:58.606793 [ 254 ] {6f03faa2-0578-4e87-a0dd-1369c50b57b5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13550 | 2025.01.28 23:13:58.607037 [ 254 ] {6f03faa2-0578-4e87-a0dd-1369c50b57b5} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13551 | 2025.01.28 23:13:58.607263 [ 254 ] {6f03faa2-0578-4e87-a0dd-1369c50b57b5} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001591 sec., 11942.174732872407 rows/sec., 853.80 KiB/sec. | ||
| 13552 | 2025.01.28 23:13:58.607321 [ 254 ] {6f03faa2-0578-4e87-a0dd-1369c50b57b5} <Debug> TCPHandler: Processed in 0.0018109 sec. | ||
| 13553 | 2025.01.28 23:13:58.607494 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13554 | 2025.01.28 23:13:58.607639 [ 5 ] {d1092e88-ba52-4e2f-94dd-effe430298bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13555 | 2025.01.28 23:13:58.607698 [ 5 ] {d1092e88-ba52-4e2f-94dd-effe430298bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13556 | 2025.01.28 23:13:58.608380 [ 5 ] {d1092e88-ba52-4e2f-94dd-effe430298bc} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13557 | 2025.01.28 23:13:58.608418 [ 5 ] {d1092e88-ba52-4e2f-94dd-effe430298bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13558 | 2025.01.28 23:13:58.608771 [ 5 ] {d1092e88-ba52-4e2f-94dd-effe430298bc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13559 | 2025.01.28 23:13:58.609004 [ 5 ] {d1092e88-ba52-4e2f-94dd-effe430298bc} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13560 | 2025.01.28 23:13:58.609186 [ 5 ] {d1092e88-ba52-4e2f-94dd-effe430298bc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 13561 | 2025.01.28 23:13:58.609256 [ 5 ] {d1092e88-ba52-4e2f-94dd-effe430298bc} <Debug> TCPHandler: Processed in 0.00182943 sec. | ||
| 13562 | 2025.01.28 23:13:58.609455 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13563 | 2025.01.28 23:13:58.609597 [ 254 ] {267b182a-54d5-48cb-9f71-34e8aca59bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13564 | 2025.01.28 23:13:58.609658 [ 254 ] {267b182a-54d5-48cb-9f71-34e8aca59bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13565 | 2025.01.28 23:13:58.610350 [ 254 ] {267b182a-54d5-48cb-9f71-34e8aca59bb5} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13566 | 2025.01.28 23:13:58.610390 [ 254 ] {267b182a-54d5-48cb-9f71-34e8aca59bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13567 | 2025.01.28 23:13:58.610751 [ 254 ] {267b182a-54d5-48cb-9f71-34e8aca59bb5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13568 | 2025.01.28 23:13:58.610987 [ 254 ] {267b182a-54d5-48cb-9f71-34e8aca59bb5} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13569 | 2025.01.28 23:13:58.611210 [ 254 ] {267b182a-54d5-48cb-9f71-34e8aca59bb5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001645 sec., 7902.73556231003 rows/sec., 492.73 KiB/sec. | ||
| 13570 | 2025.01.28 23:13:58.611266 [ 254 ] {267b182a-54d5-48cb-9f71-34e8aca59bb5} <Debug> TCPHandler: Processed in 0.001911892 sec. | ||
| 13571 | 2025.01.28 23:13:58.611436 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13572 | 2025.01.28 23:13:58.611574 [ 5 ] {1bbd7797-3ada-41d2-b216-6c5dc175d8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13573 | 2025.01.28 23:13:58.611631 [ 5 ] {1bbd7797-3ada-41d2-b216-6c5dc175d8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13574 | 2025.01.28 23:13:58.612445 [ 5 ] {1bbd7797-3ada-41d2-b216-6c5dc175d8db} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13575 | 2025.01.28 23:13:58.612482 [ 5 ] {1bbd7797-3ada-41d2-b216-6c5dc175d8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13576 | 2025.01.28 23:13:58.612850 [ 5 ] {1bbd7797-3ada-41d2-b216-6c5dc175d8db} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13577 | 2025.01.28 23:13:58.613086 [ 5 ] {1bbd7797-3ada-41d2-b216-6c5dc175d8db} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13578 | 2025.01.28 23:13:58.613268 [ 5 ] {1bbd7797-3ada-41d2-b216-6c5dc175d8db} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001724 sec., 228538.283062645 rows/sec., 16.22 MiB/sec. | ||
| 13579 | 2025.01.28 23:13:58.613332 [ 5 ] {1bbd7797-3ada-41d2-b216-6c5dc175d8db} <Debug> TCPHandler: Processed in 0.001964532 sec. | ||
| 13580 | 2025.01.28 23:13:58.613522 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13581 | 2025.01.28 23:13:58.613717 [ 254 ] {2b33036e-c29c-4aa1-b7a1-5267493019d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13582 | 2025.01.28 23:13:58.613771 [ 254 ] {2b33036e-c29c-4aa1-b7a1-5267493019d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13583 | 2025.01.28 23:13:58.614271 [ 254 ] {2b33036e-c29c-4aa1-b7a1-5267493019d3} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13584 | 2025.01.28 23:13:58.614311 [ 254 ] {2b33036e-c29c-4aa1-b7a1-5267493019d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13585 | 2025.01.28 23:13:58.614677 [ 254 ] {2b33036e-c29c-4aa1-b7a1-5267493019d3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13586 | 2025.01.28 23:13:58.614933 [ 254 ] {2b33036e-c29c-4aa1-b7a1-5267493019d3} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13587 | 2025.01.28 23:13:58.615189 [ 254 ] {2b33036e-c29c-4aa1-b7a1-5267493019d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 13588 | 2025.01.28 23:13:58.615305 [ 254 ] {2b33036e-c29c-4aa1-b7a1-5267493019d3} <Debug> TCPHandler: Processed in 0.001879931 sec. | ||
| 13589 | 2025.01.28 23:13:58.615522 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13590 | 2025.01.28 23:13:58.615660 [ 5 ] {7098c46a-18eb-4190-b54a-0c47916a254c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13591 | 2025.01.28 23:13:58.615721 [ 5 ] {7098c46a-18eb-4190-b54a-0c47916a254c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13592 | 2025.01.28 23:13:58.616388 [ 5 ] {7098c46a-18eb-4190-b54a-0c47916a254c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13593 | 2025.01.28 23:13:58.616424 [ 5 ] {7098c46a-18eb-4190-b54a-0c47916a254c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13594 | 2025.01.28 23:13:58.616819 [ 5 ] {7098c46a-18eb-4190-b54a-0c47916a254c} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13595 | 2025.01.28 23:13:58.617055 [ 5 ] {7098c46a-18eb-4190-b54a-0c47916a254c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13596 | 2025.01.28 23:13:58.617189 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 13597 | 2025.01.28 23:13:58.617234 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13598 | 2025.01.28 23:13:58.617239 [ 5 ] {7098c46a-18eb-4190-b54a-0c47916a254c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001607 sec., 147479.7759800871 rows/sec., 9.89 MiB/sec. | ||
| 13599 | 2025.01.28 23:13:58.617260 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13600 | 2025.01.28 23:13:58.617309 [ 5 ] {7098c46a-18eb-4190-b54a-0c47916a254c} <Debug> TCPHandler: Processed in 0.001891122 sec. | ||
| 13601 | 2025.01.28 23:13:58.617418 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 13602 | 2025.01.28 23:13:58.617470 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13603 | 2025.01.28 23:13:58.617589 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13604 | 2025.01.28 23:13:58.617664 [ 254 ] {d5c55a71-c593-46d1-b885-6feedd1820a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13605 | 2025.01.28 23:13:58.617681 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31587 rows starting from the beginning of the part | ||
| 13606 | 2025.01.28 23:13:58.617758 [ 254 ] {d5c55a71-c593-46d1-b885-6feedd1820a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13607 | 2025.01.28 23:13:58.618072 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 13608 | 2025.01.28 23:13:58.618380 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 13609 | 2025.01.28 23:13:58.618719 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 13610 | 2025.01.28 23:13:58.619089 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 161 rows starting from the beginning of the part | ||
| 13611 | 2025.01.28 23:13:58.619392 [ 199 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 13612 | 2025.01.28 23:13:58.620555 [ 254 ] {d5c55a71-c593-46d1-b885-6feedd1820a7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13613 | 2025.01.28 23:13:58.620610 [ 254 ] {d5c55a71-c593-46d1-b885-6feedd1820a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13614 | 2025.01.28 23:13:58.621307 [ 254 ] {d5c55a71-c593-46d1-b885-6feedd1820a7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13615 | 2025.01.28 23:13:58.621698 [ 254 ] {d5c55a71-c593-46d1-b885-6feedd1820a7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13616 | 2025.01.28 23:13:58.622087 [ 254 ] {d5c55a71-c593-46d1-b885-6feedd1820a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004451 sec., 224.66861379465288 rows/sec., 15.14 KiB/sec. | ||
| 13617 | 2025.01.28 23:13:58.622283 [ 254 ] {d5c55a71-c593-46d1-b885-6feedd1820a7} <Debug> TCPHandler: Processed in 0.004879932 sec. | ||
| 13618 | 2025.01.28 23:13:58.622480 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13619 | 2025.01.28 23:13:58.622627 [ 5 ] {8b955121-c23c-49b8-8c61-7796fea42a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13620 | 2025.01.28 23:13:58.622754 [ 5 ] {8b955121-c23c-49b8-8c61-7796fea42a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13621 | 2025.01.28 23:13:58.624070 [ 5 ] {8b955121-c23c-49b8-8c61-7796fea42a89} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13622 | 2025.01.28 23:13:58.624111 [ 5 ] {8b955121-c23c-49b8-8c61-7796fea42a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13623 | 2025.01.28 23:13:58.624813 [ 5 ] {8b955121-c23c-49b8-8c61-7796fea42a89} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13624 | 2025.01.28 23:13:58.625092 [ 5 ] {8b955121-c23c-49b8-8c61-7796fea42a89} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13625 | 2025.01.28 23:13:58.625411 [ 5 ] {8b955121-c23c-49b8-8c61-7796fea42a89} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002827 sec., 4244.782454899187 rows/sec., 7.61 MiB/sec. | ||
| 13626 | 2025.01.28 23:13:58.625579 [ 5 ] {8b955121-c23c-49b8-8c61-7796fea42a89} <Debug> TCPHandler: Processed in 0.003172513 sec. | ||
| 13627 | 2025.01.28 23:13:58.625739 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13628 | 2025.01.28 23:13:58.625864 [ 254 ] {3764081d-dfe7-45dd-8888-92bacefb4b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13629 | 2025.01.28 23:13:58.625950 [ 254 ] {3764081d-dfe7-45dd-8888-92bacefb4b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13630 | 2025.01.28 23:13:58.626676 [ 254 ] {3764081d-dfe7-45dd-8888-92bacefb4b3b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13631 | 2025.01.28 23:13:58.626715 [ 254 ] {3764081d-dfe7-45dd-8888-92bacefb4b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13632 | 2025.01.28 23:13:58.627268 [ 254 ] {3764081d-dfe7-45dd-8888-92bacefb4b3b} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13633 | 2025.01.28 23:13:58.627760 [ 254 ] {3764081d-dfe7-45dd-8888-92bacefb4b3b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13634 | 2025.01.28 23:13:58.627861 [ 190 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32446 rows, containing 5 columns (5 merged, 0 gathered) in 0.010519636 sec., 3084327.2523878203 rows/sec., 208.24 MiB/sec. | ||
| 13635 | 2025.01.28 23:13:58.628128 [ 254 ] {3764081d-dfe7-45dd-8888-92bacefb4b3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002289 sec., 35823.50371341197 rows/sec., 2.28 MiB/sec. | ||
| 13636 | 2025.01.28 23:13:58.628206 [ 254 ] {3764081d-dfe7-45dd-8888-92bacefb4b3b} <Debug> TCPHandler: Processed in 0.002519382 sec. | ||
| 13637 | 2025.01.28 23:13:58.628714 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 13638 | 2025.01.28 23:13:58.629094 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13639 | 2025.01.28 23:13:58.629190 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 13640 | 2025.01.28 23:13:58.629307 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 13641 | 2025.01.28 23:14:02.629205 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13642 | 2025.01.28 23:14:02.629279 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13643 | 2025.01.28 23:14:02.831198 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 13644 | 2025.01.28 23:14:02.831846 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13645 | 2025.01.28 23:14:02.831892 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13646 | 2025.01.28 23:14:02.832436 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13647 | 2025.01.28 23:14:02.832684 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13648 | 2025.01.28 23:14:02.832886 [ 100 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13649 | 2025.01.28 23:14:02.832947 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13650 | 2025.01.28 23:14:02.832988 [ 100 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13651 | 2025.01.28 23:14:02.833020 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13652 | 2025.01.28 23:14:02.833144 [ 192 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 13653 | 2025.01.28 23:14:02.833262 [ 192 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13654 | 2025.01.28 23:14:02.833297 [ 192 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 13655 | 2025.01.28 23:14:02.833369 [ 192 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 13656 | 2025.01.28 23:14:02.833561 [ 192 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 13657 | 2025.01.28 23:14:02.833692 [ 192 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 13658 | 2025.01.28 23:14:02.833906 [ 192 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 13659 | 2025.01.28 23:14:02.834104 [ 192 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 13660 | 2025.01.28 23:14:02.836954 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003860135 sec., 7838067.839596283 rows/sec., 112.12 MiB/sec. | ||
| 13661 | 2025.01.28 23:14:02.837412 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13662 | 2025.01.28 23:14:02.837761 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13663 | 2025.01.28 23:14:02.837863 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_66_13} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13664 | 2025.01.28 23:14:02.837991 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB. | ||
| 13665 | 2025.01.28 23:14:03.596889 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13666 | 2025.01.28 23:14:03.597083 [ 254 ] {5c79c96b-bbdf-45b1-b06a-7c8b636553ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13667 | 2025.01.28 23:14:03.597152 [ 254 ] {5c79c96b-bbdf-45b1-b06a-7c8b636553ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13668 | 2025.01.28 23:14:03.597962 [ 254 ] {5c79c96b-bbdf-45b1-b06a-7c8b636553ef} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13669 | 2025.01.28 23:14:03.598007 [ 254 ] {5c79c96b-bbdf-45b1-b06a-7c8b636553ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13670 | 2025.01.28 23:14:03.598434 [ 254 ] {5c79c96b-bbdf-45b1-b06a-7c8b636553ef} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13671 | 2025.01.28 23:14:03.598681 [ 254 ] {5c79c96b-bbdf-45b1-b06a-7c8b636553ef} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13672 | 2025.01.28 23:14:03.598894 [ 98 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13673 | 2025.01.28 23:14:03.598918 [ 254 ] {5c79c96b-bbdf-45b1-b06a-7c8b636553ef} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001887 sec., 58293.58770535241 rows/sec., 4.90 MiB/sec. | ||
| 13674 | 2025.01.28 23:14:03.598984 [ 98 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2025.01.28 23:14:03.599057 [ 254 ] {5c79c96b-bbdf-45b1-b06a-7c8b636553ef} <Debug> TCPHandler: Processed in 0.002285278 sec. | ||
| 13676 | 2025.01.28 23:14:03.599058 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13677 | 2025.01.28 23:14:03.599290 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 13678 | 2025.01.28 23:14:03.599344 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13679 | 2025.01.28 23:14:03.599579 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13680 | 2025.01.28 23:14:03.599623 [ 5 ] {a23c096b-1393-482d-9873-bb5351d65353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13681 | 2025.01.28 23:14:03.599661 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1431 rows starting from the beginning of the part | ||
| 13682 | 2025.01.28 23:14:03.599741 [ 5 ] {a23c096b-1393-482d-9873-bb5351d65353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13683 | 2025.01.28 23:14:03.600088 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 110 rows starting from the beginning of the part | ||
| 13684 | 2025.01.28 23:14:03.600486 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 227 rows starting from the beginning of the part | ||
| 13685 | 2025.01.28 23:14:03.600890 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 111 rows starting from the beginning of the part | ||
| 13686 | 2025.01.28 23:14:03.601325 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 227 rows starting from the beginning of the part | ||
| 13687 | 2025.01.28 23:14:03.601490 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 110 rows starting from the beginning of the part | ||
| 13688 | 2025.01.28 23:14:03.602685 [ 5 ] {a23c096b-1393-482d-9873-bb5351d65353} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13689 | 2025.01.28 23:14:03.602767 [ 5 ] {a23c096b-1393-482d-9873-bb5351d65353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13690 | 2025.01.28 23:14:03.603808 [ 5 ] {a23c096b-1393-482d-9873-bb5351d65353} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13691 | 2025.01.28 23:14:03.604251 [ 5 ] {a23c096b-1393-482d-9873-bb5351d65353} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13692 | 2025.01.28 23:14:03.604516 [ 98 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 13693 | 2025.01.28 23:14:03.604608 [ 98 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13694 | 2025.01.28 23:14:03.604688 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13695 | 2025.01.28 23:14:03.604899 [ 5 ] {a23c096b-1393-482d-9873-bb5351d65353} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00533 sec., 5065.666041275797 rows/sec., 380.91 KiB/sec. | ||
| 13696 | 2025.01.28 23:14:03.605198 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 13697 | 2025.01.28 23:14:03.605276 [ 5 ] {a23c096b-1393-482d-9873-bb5351d65353} <Debug> TCPHandler: Processed in 0.006073321 sec. | ||
| 13698 | 2025.01.28 23:14:03.605566 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13699 | 2025.01.28 23:14:03.605600 [ 193 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2216 rows, containing 5 columns (5 merged, 0 gathered) in 0.006422177 sec., 345054.33282203216 rows/sec., 30.50 MiB/sec. | ||
| 13700 | 2025.01.28 23:14:03.605780 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13701 | 2025.01.28 23:14:03.605876 [ 254 ] {5fc712e6-6775-4b0f-a98b-fcee66fe0b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13702 | 2025.01.28 23:14:03.605881 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 64 rows starting from the beginning of the part | ||
| 13703 | 2025.01.28 23:14:03.605999 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13704 | 2025.01.28 23:14:03.606016 [ 254 ] {5fc712e6-6775-4b0f-a98b-fcee66fe0b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13705 | 2025.01.28 23:14:03.606355 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 27 rows starting from the beginning of the part | ||
| 13706 | 2025.01.28 23:14:03.606947 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 19 rows starting from the beginning of the part | ||
| 13707 | 2025.01.28 23:14:03.607494 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 29 rows starting from the beginning of the part | ||
| 13708 | 2025.01.28 23:14:03.607545 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13709 | 2025.01.28 23:14:03.607952 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 19 rows starting from the beginning of the part | ||
| 13710 | 2025.01.28 23:14:03.608051 [ 198 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_111_22} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13711 | 2025.01.28 23:14:03.608490 [ 186 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 27 rows starting from the beginning of the part | ||
| 13712 | 2025.01.28 23:14:03.608506 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 13713 | 2025.01.28 23:14:03.609956 [ 254 ] {5fc712e6-6775-4b0f-a98b-fcee66fe0b64} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13714 | 2025.01.28 23:14:03.610032 [ 254 ] {5fc712e6-6775-4b0f-a98b-fcee66fe0b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13715 | 2025.01.28 23:14:03.611156 [ 254 ] {5fc712e6-6775-4b0f-a98b-fcee66fe0b64} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13716 | 2025.01.28 23:14:03.611350 [ 193 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.006487018 sec., 28518.49648020092 rows/sec., 2.16 MiB/sec. | ||
| 13717 | 2025.01.28 23:14:03.611540 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 13718 | 2025.01.28 23:14:03.611611 [ 254 ] {5fc712e6-6775-4b0f-a98b-fcee66fe0b64} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13719 | 2025.01.28 23:14:03.612005 [ 98 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13720 | 2025.01.28 23:14:03.612109 [ 98 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13721 | 2025.01.28 23:14:03.612123 [ 254 ] {5fc712e6-6775-4b0f-a98b-fcee66fe0b64} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006312 sec., 14416.983523447401 rows/sec., 1.13 MiB/sec. | ||
| 13722 | 2025.01.28 23:14:03.612185 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13723 | 2025.01.28 23:14:03.612362 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13724 | 2025.01.28 23:14:03.612391 [ 254 ] {5fc712e6-6775-4b0f-a98b-fcee66fe0b64} <Debug> TCPHandler: Processed in 0.006999367 sec. | ||
| 13725 | 2025.01.28 23:14:03.612698 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13726 | 2025.01.28 23:14:03.612811 [ 198 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_90_18} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 13727 | 2025.01.28 23:14:03.612939 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 13728 | 2025.01.28 23:14:03.613125 [ 5 ] {e71f2167-09e4-4f8f-8928-8934209f2c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13729 | 2025.01.28 23:14:03.613366 [ 5 ] {e71f2167-09e4-4f8f-8928-8934209f2c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13730 | 2025.01.28 23:14:03.613513 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13731 | 2025.01.28 23:14:03.613671 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 13732 | 2025.01.28 23:14:03.614247 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 91 rows starting from the beginning of the part | ||
| 13733 | 2025.01.28 23:14:03.614348 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13734 | 2025.01.28 23:14:03.614723 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 394 rows starting from the beginning of the part | ||
| 13735 | 2025.01.28 23:14:03.615267 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 93 rows starting from the beginning of the part | ||
| 13736 | 2025.01.28 23:14:03.615684 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 394 rows starting from the beginning of the part | ||
| 13737 | 2025.01.28 23:14:03.616202 [ 193 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 91 rows starting from the beginning of the part | ||
| 13738 | 2025.01.28 23:14:03.617398 [ 5 ] {e71f2167-09e4-4f8f-8928-8934209f2c22} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13739 | 2025.01.28 23:14:03.617498 [ 5 ] {e71f2167-09e4-4f8f-8928-8934209f2c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13740 | 2025.01.28 23:14:03.618839 [ 5 ] {e71f2167-09e4-4f8f-8928-8934209f2c22} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13741 | 2025.01.28 23:14:03.619312 [ 5 ] {e71f2167-09e4-4f8f-8928-8934209f2c22} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13742 | 2025.01.28 23:14:03.619682 [ 5 ] {e71f2167-09e4-4f8f-8928-8934209f2c22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006679 sec., 23955.681988321605 rows/sec., 1.67 MiB/sec. | ||
| 13743 | 2025.01.28 23:14:03.620059 [ 5 ] {e71f2167-09e4-4f8f-8928-8934209f2c22} <Debug> TCPHandler: Processed in 0.007501796 sec. | ||
| 13744 | 2025.01.28 23:14:03.620105 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.007609058 sec., 259690.48993975337 rows/sec., 19.89 MiB/sec. | ||
| 13745 | 2025.01.28 23:14:03.620256 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13746 | 2025.01.28 23:14:03.620395 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13747 | 2025.01.28 23:14:03.620423 [ 254 ] {6e64f06a-d4f9-4c68-986b-ca6cddc62983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13748 | 2025.01.28 23:14:03.620579 [ 254 ] {6e64f06a-d4f9-4c68-986b-ca6cddc62983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13749 | 2025.01.28 23:14:03.621075 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13750 | 2025.01.28 23:14:03.621386 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_111_22} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13751 | 2025.01.28 23:14:03.621596 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 13752 | 2025.01.28 23:14:03.622490 [ 254 ] {6e64f06a-d4f9-4c68-986b-ca6cddc62983} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13753 | 2025.01.28 23:14:03.622533 [ 254 ] {6e64f06a-d4f9-4c68-986b-ca6cddc62983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13754 | 2025.01.28 23:14:03.623192 [ 254 ] {6e64f06a-d4f9-4c68-986b-ca6cddc62983} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13755 | 2025.01.28 23:14:03.623459 [ 254 ] {6e64f06a-d4f9-4c68-986b-ca6cddc62983} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13756 | 2025.01.28 23:14:03.623710 [ 254 ] {6e64f06a-d4f9-4c68-986b-ca6cddc62983} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003331 sec., 8105.673971780246 rows/sec., 14.52 MiB/sec. | ||
| 13757 | 2025.01.28 23:14:03.623810 [ 254 ] {6e64f06a-d4f9-4c68-986b-ca6cddc62983} <Debug> TCPHandler: Processed in 0.003630501 sec. | ||
| 13758 | 2025.01.28 23:14:03.623977 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13759 | 2025.01.28 23:14:03.624135 [ 5 ] {d8749a80-2300-4b11-a4ff-78d03cd43800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13760 | 2025.01.28 23:14:03.624203 [ 5 ] {d8749a80-2300-4b11-a4ff-78d03cd43800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13761 | 2025.01.28 23:14:03.624835 [ 5 ] {d8749a80-2300-4b11-a4ff-78d03cd43800} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13762 | 2025.01.28 23:14:03.624874 [ 5 ] {d8749a80-2300-4b11-a4ff-78d03cd43800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13763 | 2025.01.28 23:14:03.625271 [ 5 ] {d8749a80-2300-4b11-a4ff-78d03cd43800} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13764 | 2025.01.28 23:14:03.625513 [ 5 ] {d8749a80-2300-4b11-a4ff-78d03cd43800} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13765 | 2025.01.28 23:14:03.625679 [ 97 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13766 | 2025.01.28 23:14:03.625715 [ 5 ] {d8749a80-2300-4b11-a4ff-78d03cd43800} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec. | ||
| 13767 | 2025.01.28 23:14:03.625724 [ 97 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13768 | 2025.01.28 23:14:03.625759 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13769 | 2025.01.28 23:14:03.625793 [ 5 ] {d8749a80-2300-4b11-a4ff-78d03cd43800} <Debug> TCPHandler: Processed in 0.001884012 sec. | ||
| 13770 | 2025.01.28 23:14:03.625991 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 13771 | 2025.01.28 23:14:03.626120 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13772 | 2025.01.28 23:14:03.626158 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6354 rows starting from the beginning of the part | ||
| 13773 | 2025.01.28 23:14:03.626240 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 13774 | 2025.01.28 23:14:03.626349 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 13775 | 2025.01.28 23:14:03.626566 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 13776 | 2025.01.28 23:14:03.626645 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 13777 | 2025.01.28 23:14:03.626750 [ 188 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 13778 | 2025.01.28 23:14:03.628852 [ 195 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6698 rows, containing 4 columns (4 merged, 0 gathered) in 0.003014611 sec., 2221845.5382800633 rows/sec., 144.75 MiB/sec. | ||
| 13779 | 2025.01.28 23:14:03.629256 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13780 | 2025.01.28 23:14:03.629554 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13781 | 2025.01.28 23:14:03.629644 [ 196 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_111_22} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13782 | 2025.01.28 23:14:03.629726 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13783 | 2025.01.28 23:14:04.940198 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13784 | 2025.01.28 23:14:04.962775 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13785 | 2025.01.28 23:14:04.962843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13786 | 2025.01.28 23:14:04.969985 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13787 | 2025.01.28 23:14:04.970753 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13788 | 2025.01.28 23:14:04.971162 [ 96 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13789 | 2025.01.28 23:14:04.971308 [ 96 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13790 | 2025.01.28 23:14:04.971382 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13791 | 2025.01.28 23:14:04.972000 [ 191 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 13792 | 2025.01.28 23:14:04.985579 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13793 | 2025.01.28 23:14:04.987332 [ 191 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13794 | 2025.01.28 23:14:04.988785 [ 191 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 13795 | 2025.01.28 23:14:04.994722 [ 191 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 13796 | 2025.01.28 23:14:05.000281 [ 191 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 13797 | 2025.01.28 23:14:05.006281 [ 191 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 13798 | 2025.01.28 23:14:05.012334 [ 191 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 13799 | 2025.01.28 23:14:05.016922 [ 191 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 13800 | 2025.01.28 23:14:05.075792 [ 195 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.10420991 sec., 4778.816141382331 rows/sec., 24.71 MiB/sec. | ||
| 13801 | 2025.01.28 23:14:05.077993 [ 195 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13802 | 2025.01.28 23:14:05.080360 [ 195 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_66_13} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13803 | 2025.01.28 23:14:05.080467 [ 195 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_66_13} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13804 | 2025.01.28 23:14:05.081782 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13805 | 2025.01.28 23:14:05.425631 [ 95 ] {} <Debug> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13806 | 2025.01.28 23:14:05.425730 [ 95 ] {} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13807 | 2025.01.28 23:14:05.425775 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13808 | 2025.01.28 23:14:05.426025 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 13809 | 2025.01.28 23:14:05.426336 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13810 | 2025.01.28 23:14:05.426377 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 13811 | 2025.01.28 23:14:05.426465 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 13812 | 2025.01.28 23:14:05.426684 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::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 | ||
| 13813 | 2025.01.28 23:14:05.426979 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 13814 | 2025.01.28 23:14:05.427159 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 13815 | 2025.01.28 23:14:05.428267 [ 195 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00238586 sec., 15927.170915309363 rows/sec., 1.33 MiB/sec. | ||
| 13816 | 2025.01.28 23:14:05.428424 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13817 | 2025.01.28 23:14:05.428706 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_21_5} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13818 | 2025.01.28 23:14:05.428788 [ 194 ] {2ba60f60-6197-4a32-bfcd-310ec64aee73::all_1_21_5} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13819 | 2025.01.28 23:14:05.428871 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13820 | 2025.01.28 23:14:05.708819 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13821 | 2025.01.28 23:14:05.709016 [ 254 ] {560b1ec3-8298-490a-b044-173588c3cab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13822 | 2025.01.28 23:14:05.709096 [ 254 ] {560b1ec3-8298-490a-b044-173588c3cab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13823 | 2025.01.28 23:14:05.709894 [ 254 ] {560b1ec3-8298-490a-b044-173588c3cab4} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13824 | 2025.01.28 23:14:05.709933 [ 254 ] {560b1ec3-8298-490a-b044-173588c3cab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13825 | 2025.01.28 23:14:05.710397 [ 254 ] {560b1ec3-8298-490a-b044-173588c3cab4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13826 | 2025.01.28 23:14:05.710646 [ 254 ] {560b1ec3-8298-490a-b044-173588c3cab4} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13827 | 2025.01.28 23:14:05.710838 [ 254 ] {560b1ec3-8298-490a-b044-173588c3cab4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 13828 | 2025.01.28 23:14:05.710895 [ 254 ] {560b1ec3-8298-490a-b044-173588c3cab4} <Debug> TCPHandler: Processed in 0.002205736 sec. | ||
| 13829 | 2025.01.28 23:14:05.711137 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13830 | 2025.01.28 23:14:05.711308 [ 5 ] {d3e34e28-7a15-4836-91ae-c74a5b1422d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13831 | 2025.01.28 23:14:05.711379 [ 5 ] {d3e34e28-7a15-4836-91ae-c74a5b1422d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13832 | 2025.01.28 23:14:05.712103 [ 5 ] {d3e34e28-7a15-4836-91ae-c74a5b1422d7} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13833 | 2025.01.28 23:14:05.712147 [ 5 ] {d3e34e28-7a15-4836-91ae-c74a5b1422d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13834 | 2025.01.28 23:14:05.712557 [ 5 ] {d3e34e28-7a15-4836-91ae-c74a5b1422d7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13835 | 2025.01.28 23:14:05.712803 [ 5 ] {d3e34e28-7a15-4836-91ae-c74a5b1422d7} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13836 | 2025.01.28 23:14:05.713030 [ 5 ] {d3e34e28-7a15-4836-91ae-c74a5b1422d7} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001773 sec., 7896.221094190637 rows/sec., 643.88 KiB/sec. | ||
| 13837 | 2025.01.28 23:14:05.713085 [ 5 ] {d3e34e28-7a15-4836-91ae-c74a5b1422d7} <Debug> TCPHandler: Processed in 0.002072074 sec. | ||
| 13838 | 2025.01.28 23:14:05.713243 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13839 | 2025.01.28 23:14:05.713375 [ 254 ] {22d51db8-9770-4b68-a9b2-e4810efacaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13840 | 2025.01.28 23:14:05.713430 [ 254 ] {22d51db8-9770-4b68-a9b2-e4810efacaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13841 | 2025.01.28 23:14:05.714806 [ 254 ] {22d51db8-9770-4b68-a9b2-e4810efacaa1} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13842 | 2025.01.28 23:14:05.714842 [ 254 ] {22d51db8-9770-4b68-a9b2-e4810efacaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13843 | 2025.01.28 23:14:05.715313 [ 254 ] {22d51db8-9770-4b68-a9b2-e4810efacaa1} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13844 | 2025.01.28 23:14:05.715555 [ 254 ] {22d51db8-9770-4b68-a9b2-e4810efacaa1} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13845 | 2025.01.28 23:14:05.715744 [ 254 ] {22d51db8-9770-4b68-a9b2-e4810efacaa1} <Debug> executeQuery: Read 1374 rows, 117.43 KiB in 0.002372 sec., 579258.0101180439 rows/sec., 48.35 MiB/sec. | ||
| 13846 | 2025.01.28 23:14:05.715802 [ 254 ] {22d51db8-9770-4b68-a9b2-e4810efacaa1} <Debug> TCPHandler: Processed in 0.002613223 sec. | ||
| 13847 | 2025.01.28 23:14:05.715991 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13848 | 2025.01.28 23:14:05.716192 [ 5 ] {79236244-f987-4bcd-a1e4-a78b758ed6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13849 | 2025.01.28 23:14:05.716287 [ 5 ] {79236244-f987-4bcd-a1e4-a78b758ed6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13850 | 2025.01.28 23:14:05.716924 [ 5 ] {79236244-f987-4bcd-a1e4-a78b758ed6cc} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13851 | 2025.01.28 23:14:05.716962 [ 5 ] {79236244-f987-4bcd-a1e4-a78b758ed6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13852 | 2025.01.28 23:14:05.717323 [ 5 ] {79236244-f987-4bcd-a1e4-a78b758ed6cc} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13853 | 2025.01.28 23:14:05.717573 [ 5 ] {79236244-f987-4bcd-a1e4-a78b758ed6cc} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13854 | 2025.01.28 23:14:05.717782 [ 5 ] {79236244-f987-4bcd-a1e4-a78b758ed6cc} <Debug> executeQuery: Read 33 rows, 2.34 KiB in 0.001645 sec., 20060.79027355623 rows/sec., 1.39 MiB/sec. | ||
| 13855 | 2025.01.28 23:14:05.717836 [ 5 ] {79236244-f987-4bcd-a1e4-a78b758ed6cc} <Debug> TCPHandler: Processed in 0.001920352 sec. | ||
| 13856 | 2025.01.28 23:14:05.717997 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13857 | 2025.01.28 23:14:05.718136 [ 254 ] {b5ea6b56-30f0-47c5-9a56-2b6555745552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13858 | 2025.01.28 23:14:05.718192 [ 254 ] {b5ea6b56-30f0-47c5-9a56-2b6555745552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13859 | 2025.01.28 23:14:05.718913 [ 254 ] {b5ea6b56-30f0-47c5-9a56-2b6555745552} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13860 | 2025.01.28 23:14:05.718949 [ 254 ] {b5ea6b56-30f0-47c5-9a56-2b6555745552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13861 | 2025.01.28 23:14:05.719310 [ 254 ] {b5ea6b56-30f0-47c5-9a56-2b6555745552} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13862 | 2025.01.28 23:14:05.719541 [ 254 ] {b5ea6b56-30f0-47c5-9a56-2b6555745552} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13863 | 2025.01.28 23:14:05.719716 [ 254 ] {b5ea6b56-30f0-47c5-9a56-2b6555745552} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001611 sec., 150217.25636250776 rows/sec., 10.18 MiB/sec. | ||
| 13864 | 2025.01.28 23:14:05.719768 [ 254 ] {b5ea6b56-30f0-47c5-9a56-2b6555745552} <Debug> TCPHandler: Processed in 0.001838551 sec. | ||
| 13865 | 2025.01.28 23:14:05.719924 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13866 | 2025.01.28 23:14:05.720060 [ 5 ] {c87503cb-a9b0-4ffe-8940-9e556d0ec546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13867 | 2025.01.28 23:14:05.720124 [ 5 ] {c87503cb-a9b0-4ffe-8940-9e556d0ec546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13868 | 2025.01.28 23:14:05.720765 [ 5 ] {c87503cb-a9b0-4ffe-8940-9e556d0ec546} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13869 | 2025.01.28 23:14:05.720803 [ 5 ] {c87503cb-a9b0-4ffe-8940-9e556d0ec546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13870 | 2025.01.28 23:14:05.721157 [ 5 ] {c87503cb-a9b0-4ffe-8940-9e556d0ec546} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13871 | 2025.01.28 23:14:05.721394 [ 5 ] {c87503cb-a9b0-4ffe-8940-9e556d0ec546} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13872 | 2025.01.28 23:14:05.721605 [ 5 ] {c87503cb-a9b0-4ffe-8940-9e556d0ec546} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 13873 | 2025.01.28 23:14:05.721657 [ 5 ] {c87503cb-a9b0-4ffe-8940-9e556d0ec546} <Debug> TCPHandler: Processed in 0.0017978 sec. | ||
| 13874 | 2025.01.28 23:14:05.721814 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13875 | 2025.01.28 23:14:05.721951 [ 254 ] {fd791844-20bf-40ea-b71f-933b07563aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13876 | 2025.01.28 23:14:05.722007 [ 254 ] {fd791844-20bf-40ea-b71f-933b07563aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13877 | 2025.01.28 23:14:05.722943 [ 254 ] {fd791844-20bf-40ea-b71f-933b07563aac} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13878 | 2025.01.28 23:14:05.722979 [ 254 ] {fd791844-20bf-40ea-b71f-933b07563aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13879 | 2025.01.28 23:14:05.723367 [ 254 ] {fd791844-20bf-40ea-b71f-933b07563aac} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13880 | 2025.01.28 23:14:05.723606 [ 254 ] {fd791844-20bf-40ea-b71f-933b07563aac} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13881 | 2025.01.28 23:14:05.723795 [ 254 ] {fd791844-20bf-40ea-b71f-933b07563aac} <Debug> executeQuery: Read 864 rows, 64.07 KiB in 0.001866 sec., 463022.5080385852 rows/sec., 33.53 MiB/sec. | ||
| 13882 | 2025.01.28 23:14:05.723863 [ 254 ] {fd791844-20bf-40ea-b71f-933b07563aac} <Debug> TCPHandler: Processed in 0.002113555 sec. | ||
| 13883 | 2025.01.28 23:14:05.724078 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13884 | 2025.01.28 23:14:05.724411 [ 5 ] {4762a37e-e0c4-4599-9f94-e19f8c590bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13885 | 2025.01.28 23:14:05.724555 [ 5 ] {4762a37e-e0c4-4599-9f94-e19f8c590bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13886 | 2025.01.28 23:14:05.725094 [ 5 ] {4762a37e-e0c4-4599-9f94-e19f8c590bff} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13887 | 2025.01.28 23:14:05.725132 [ 5 ] {4762a37e-e0c4-4599-9f94-e19f8c590bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13888 | 2025.01.28 23:14:05.725489 [ 5 ] {4762a37e-e0c4-4599-9f94-e19f8c590bff} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13889 | 2025.01.28 23:14:05.725725 [ 5 ] {4762a37e-e0c4-4599-9f94-e19f8c590bff} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13890 | 2025.01.28 23:14:05.725893 [ 95 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 | ||
| 13891 | 2025.01.28 23:14:05.725957 [ 95 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13892 | 2025.01.28 23:14:05.725964 [ 5 ] {4762a37e-e0c4-4599-9f94-e19f8c590bff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001642 sec., 3654.080389768575 rows/sec., 190.91 KiB/sec. | ||
| 13893 | 2025.01.28 23:14:05.725983 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13894 | 2025.01.28 23:14:05.726095 [ 5 ] {4762a37e-e0c4-4599-9f94-e19f8c590bff} <Debug> TCPHandler: Processed in 0.002147415 sec. | ||
| 13895 | 2025.01.28 23:14:05.726196 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full | ||
| 13896 | 2025.01.28 23:14:05.726276 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13897 | 2025.01.28 23:14:05.726337 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13898 | 2025.01.28 23:14:05.726380 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 258 rows starting from the beginning of the part | ||
| 13899 | 2025.01.28 23:14:05.726437 [ 254 ] {85a485cc-d07a-4e5d-8fcd-dd6ff800ed85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13900 | 2025.01.28 23:14:05.726544 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13901 | 2025.01.28 23:14:05.726600 [ 254 ] {85a485cc-d07a-4e5d-8fcd-dd6ff800ed85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13902 | 2025.01.28 23:14:05.726888 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13903 | 2025.01.28 23:14:05.727254 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 13904 | 2025.01.28 23:14:05.727636 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 13905 | 2025.01.28 23:14:05.728021 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 13906 | 2025.01.28 23:14:05.729717 [ 254 ] {85a485cc-d07a-4e5d-8fcd-dd6ff800ed85} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13907 | 2025.01.28 23:14:05.729762 [ 254 ] {85a485cc-d07a-4e5d-8fcd-dd6ff800ed85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13908 | 2025.01.28 23:14:05.729989 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.003879755 sec., 74231.4914214944 rows/sec., 3.79 MiB/sec. | ||
| 13909 | 2025.01.28 23:14:05.730267 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) | ||
| 13910 | 2025.01.28 23:14:05.730611 [ 254 ] {85a485cc-d07a-4e5d-8fcd-dd6ff800ed85} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13911 | 2025.01.28 23:14:05.730831 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13912 | 2025.01.28 23:14:05.730996 [ 194 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_48_10} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 | ||
| 13913 | 2025.01.28 23:14:05.731042 [ 254 ] {85a485cc-d07a-4e5d-8fcd-dd6ff800ed85} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13914 | 2025.01.28 23:14:05.731179 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13915 | 2025.01.28 23:14:05.731343 [ 254 ] {85a485cc-d07a-4e5d-8fcd-dd6ff800ed85} <Debug> executeQuery: Read 1026 rows, 70.03 KiB in 0.00494 sec., 207692.3076923077 rows/sec., 13.84 MiB/sec. | ||
| 13916 | 2025.01.28 23:14:05.731471 [ 254 ] {85a485cc-d07a-4e5d-8fcd-dd6ff800ed85} <Debug> TCPHandler: Processed in 0.005266988 sec. | ||
| 13917 | 2025.01.28 23:14:05.731650 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13918 | 2025.01.28 23:14:05.731854 [ 5 ] {cbba93b0-1424-4382-9f1b-3736da6e91b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13919 | 2025.01.28 23:14:05.731918 [ 5 ] {cbba93b0-1424-4382-9f1b-3736da6e91b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13920 | 2025.01.28 23:14:05.732477 [ 5 ] {cbba93b0-1424-4382-9f1b-3736da6e91b5} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13921 | 2025.01.28 23:14:05.732524 [ 5 ] {cbba93b0-1424-4382-9f1b-3736da6e91b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13922 | 2025.01.28 23:14:05.732891 [ 5 ] {cbba93b0-1424-4382-9f1b-3736da6e91b5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13923 | 2025.01.28 23:14:05.733134 [ 5 ] {cbba93b0-1424-4382-9f1b-3736da6e91b5} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13924 | 2025.01.28 23:14:05.733345 [ 5 ] {cbba93b0-1424-4382-9f1b-3736da6e91b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001545 sec., 647.2491909385113 rows/sec., 43.61 KiB/sec. | ||
| 13925 | 2025.01.28 23:14:05.733395 [ 5 ] {cbba93b0-1424-4382-9f1b-3736da6e91b5} <Debug> TCPHandler: Processed in 0.00183097 sec. | ||
| 13926 | 2025.01.28 23:14:05.733532 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13927 | 2025.01.28 23:14:05.733669 [ 254 ] {99779718-54d1-4816-aabe-ad49dc910be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13928 | 2025.01.28 23:14:05.733763 [ 254 ] {99779718-54d1-4816-aabe-ad49dc910be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13929 | 2025.01.28 23:14:05.734958 [ 254 ] {99779718-54d1-4816-aabe-ad49dc910be7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13930 | 2025.01.28 23:14:05.734997 [ 254 ] {99779718-54d1-4816-aabe-ad49dc910be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13931 | 2025.01.28 23:14:05.735622 [ 254 ] {99779718-54d1-4816-aabe-ad49dc910be7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13932 | 2025.01.28 23:14:05.735880 [ 254 ] {99779718-54d1-4816-aabe-ad49dc910be7} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13933 | 2025.01.28 23:14:05.736110 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13934 | 2025.01.28 23:14:05.736142 [ 254 ] {99779718-54d1-4816-aabe-ad49dc910be7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002503 sec., 4794.2469037155415 rows/sec., 8.59 MiB/sec. | ||
| 13935 | 2025.01.28 23:14:05.736231 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13936 | 2025.01.28 23:14:05.736352 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13937 | 2025.01.28 23:14:05.736439 [ 254 ] {99779718-54d1-4816-aabe-ad49dc910be7} <Debug> TCPHandler: Processed in 0.002961379 sec. | ||
| 13938 | 2025.01.28 23:14:05.736758 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13939 | 2025.01.28 23:14:05.736827 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 13940 | 2025.01.28 23:14:05.737019 [ 5 ] {bcda7bdb-47a7-4dad-960f-b63f8411649a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13941 | 2025.01.28 23:14:05.737150 [ 5 ] {bcda7bdb-47a7-4dad-960f-b63f8411649a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13942 | 2025.01.28 23:14:05.737685 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13943 | 2025.01.28 23:14:05.737809 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1623 rows starting from the beginning of the part | ||
| 13944 | 2025.01.28 23:14:05.738431 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 12 rows starting from the beginning of the part | ||
| 13945 | 2025.01.28 23:14:05.738949 [ 5 ] {bcda7bdb-47a7-4dad-960f-b63f8411649a} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13946 | 2025.01.28 23:14:05.739002 [ 5 ] {bcda7bdb-47a7-4dad-960f-b63f8411649a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13947 | 2025.01.28 23:14:05.739011 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 27 rows starting from the beginning of the part | ||
| 13948 | 2025.01.28 23:14:05.739563 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 12 rows starting from the beginning of the part | ||
| 13949 | 2025.01.28 23:14:05.740037 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 27 rows starting from the beginning of the part | ||
| 13950 | 2025.01.28 23:14:05.740052 [ 5 ] {bcda7bdb-47a7-4dad-960f-b63f8411649a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13951 | 2025.01.28 23:14:05.740530 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 12 rows starting from the beginning of the part | ||
| 13952 | 2025.01.28 23:14:05.740607 [ 5 ] {bcda7bdb-47a7-4dad-960f-b63f8411649a} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13953 | 2025.01.28 23:14:05.741175 [ 5 ] {bcda7bdb-47a7-4dad-960f-b63f8411649a} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.004225 sec., 13727.810650887575 rows/sec., 870.24 KiB/sec. | ||
| 13954 | 2025.01.28 23:14:05.741370 [ 5 ] {bcda7bdb-47a7-4dad-960f-b63f8411649a} <Debug> TCPHandler: Processed in 0.00483172 sec. | ||
| 13955 | 2025.01.28 23:14:05.752129 [ 197 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1713 rows, containing 19 columns (19 merged, 0 gathered) in 0.015611221 sec., 109728.76496976118 rows/sec., 196.63 MiB/sec. | ||
| 13956 | 2025.01.28 23:14:05.753442 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13957 | 2025.01.28 23:14:05.753845 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13958 | 2025.01.28 23:14:05.753937 [ 187 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13959 | 2025.01.28 23:14:05.754053 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.50 MiB. | ||
| 13960 | 2025.01.28 23:14:06.000146 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.72 MiB, peak 271.16 MiB, free memory in arenas 0.00 B, will set to 261.96 MiB (RSS), difference: 4.24 MiB | ||
| 13961 | 2025.01.28 23:14:08.002259 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1976 | ||
| 13962 | 2025.01.28 23:14:08.005866 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13963 | 2025.01.28 23:14:08.005928 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13964 | 2025.01.28 23:14:08.007413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13965 | 2025.01.28 23:14:08.007718 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13966 | 2025.01.28 23:14:08.008363 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1976 | ||
| 13967 | 2025.01.28 23:14:08.591268 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13968 | 2025.01.28 23:14:08.591485 [ 254 ] {8b63a6b7-c135-4e64-8d2d-b0bcee6a4a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13969 | 2025.01.28 23:14:08.591566 [ 254 ] {8b63a6b7-c135-4e64-8d2d-b0bcee6a4a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13970 | 2025.01.28 23:14:08.592514 [ 254 ] {8b63a6b7-c135-4e64-8d2d-b0bcee6a4a7d} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13971 | 2025.01.28 23:14:08.592576 [ 254 ] {8b63a6b7-c135-4e64-8d2d-b0bcee6a4a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13972 | 2025.01.28 23:14:08.593591 [ 254 ] {8b63a6b7-c135-4e64-8d2d-b0bcee6a4a7d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13973 | 2025.01.28 23:14:08.593847 [ 254 ] {8b63a6b7-c135-4e64-8d2d-b0bcee6a4a7d} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13974 | 2025.01.28 23:14:08.594078 [ 254 ] {8b63a6b7-c135-4e64-8d2d-b0bcee6a4a7d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002653 sec., 21108.179419525066 rows/sec., 1.62 MiB/sec. | ||
| 13975 | 2025.01.28 23:14:08.594145 [ 254 ] {8b63a6b7-c135-4e64-8d2d-b0bcee6a4a7d} <Debug> TCPHandler: Processed in 0.003018101 sec. | ||
| 13976 | 2025.01.28 23:14:08.594455 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13977 | 2025.01.28 23:14:08.594680 [ 5 ] {f978c77b-b466-4164-a452-ceb436ee21d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13978 | 2025.01.28 23:14:08.594748 [ 5 ] {f978c77b-b466-4164-a452-ceb436ee21d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13979 | 2025.01.28 23:14:08.595496 [ 5 ] {f978c77b-b466-4164-a452-ceb436ee21d0} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13980 | 2025.01.28 23:14:08.595537 [ 5 ] {f978c77b-b466-4164-a452-ceb436ee21d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13981 | 2025.01.28 23:14:08.595972 [ 5 ] {f978c77b-b466-4164-a452-ceb436ee21d0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13982 | 2025.01.28 23:14:08.596222 [ 5 ] {f978c77b-b466-4164-a452-ceb436ee21d0} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13983 | 2025.01.28 23:14:08.596419 [ 5 ] {f978c77b-b466-4164-a452-ceb436ee21d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001794 sec., 35674.47045707915 rows/sec., 2.78 MiB/sec. | ||
| 13984 | 2025.01.28 23:14:08.596473 [ 5 ] {f978c77b-b466-4164-a452-ceb436ee21d0} <Debug> TCPHandler: Processed in 0.002192906 sec. | ||
| 13985 | 2025.01.28 23:14:08.596630 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13986 | 2025.01.28 23:14:08.596770 [ 254 ] {c25b9dc8-d460-4375-a526-e85ef75bad51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13987 | 2025.01.28 23:14:08.596833 [ 254 ] {c25b9dc8-d460-4375-a526-e85ef75bad51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13988 | 2025.01.28 23:14:08.597485 [ 254 ] {c25b9dc8-d460-4375-a526-e85ef75bad51} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13989 | 2025.01.28 23:14:08.597533 [ 254 ] {c25b9dc8-d460-4375-a526-e85ef75bad51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13990 | 2025.01.28 23:14:08.597942 [ 254 ] {c25b9dc8-d460-4375-a526-e85ef75bad51} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13991 | 2025.01.28 23:14:08.598177 [ 254 ] {c25b9dc8-d460-4375-a526-e85ef75bad51} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13992 | 2025.01.28 23:14:08.598381 [ 254 ] {c25b9dc8-d460-4375-a526-e85ef75bad51} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001643 sec., 38953.134510042604 rows/sec., 2.71 MiB/sec. | ||
| 13993 | 2025.01.28 23:14:08.598433 [ 254 ] {c25b9dc8-d460-4375-a526-e85ef75bad51} <Debug> TCPHandler: Processed in 0.001868521 sec. | ||
| 13994 | 2025.01.28 23:14:08.598577 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13995 | 2025.01.28 23:14:08.598706 [ 5 ] {3e718c29-a215-48d5-b745-23483f878ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13996 | 2025.01.28 23:14:08.598768 [ 5 ] {3e718c29-a215-48d5-b745-23483f878ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13997 | 2025.01.28 23:14:08.599352 [ 5 ] {3e718c29-a215-48d5-b745-23483f878ee1} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13998 | 2025.01.28 23:14:08.599397 [ 5 ] {3e718c29-a215-48d5-b745-23483f878ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 13999 | 2025.01.28 23:14:08.599812 [ 5 ] {3e718c29-a215-48d5-b745-23483f878ee1} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14000 | 2025.01.28 23:14:08.600052 [ 5 ] {3e718c29-a215-48d5-b745-23483f878ee1} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14001 | 2025.01.28 23:14:08.600233 [ 5 ] {3e718c29-a215-48d5-b745-23483f878ee1} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001557 sec., 15414.258188824662 rows/sec., 1.04 MiB/sec. | ||
| 14002 | 2025.01.28 23:14:08.600295 [ 5 ] {3e718c29-a215-48d5-b745-23483f878ee1} <Debug> TCPHandler: Processed in 0.001772379 sec. | ||
| 14003 | 2025.01.28 23:14:10.333150 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 14004 | 2025.01.28 23:14:10.333912 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14005 | 2025.01.28 23:14:10.333958 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14006 | 2025.01.28 23:14:10.334488 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14007 | 2025.01.28 23:14:10.334740 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14008 | 2025.01.28 23:14:10.335011 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 14009 | 2025.01.28 23:14:12.485742 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 14010 | 2025.01.28 23:14:12.505977 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14011 | 2025.01.28 23:14:12.506043 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14012 | 2025.01.28 23:14:12.512988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14013 | 2025.01.28 23:14:12.513808 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14014 | 2025.01.28 23:14:12.517224 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 14015 | 2025.01.28 23:14:13.596037 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14016 | 2025.01.28 23:14:13.596253 [ 254 ] {abf8163a-c3ea-4e74-b3fd-62135535331a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14017 | 2025.01.28 23:14:13.596334 [ 254 ] {abf8163a-c3ea-4e74-b3fd-62135535331a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14018 | 2025.01.28 23:14:13.597211 [ 254 ] {abf8163a-c3ea-4e74-b3fd-62135535331a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14019 | 2025.01.28 23:14:13.597265 [ 254 ] {abf8163a-c3ea-4e74-b3fd-62135535331a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14020 | 2025.01.28 23:14:13.597704 [ 254 ] {abf8163a-c3ea-4e74-b3fd-62135535331a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14021 | 2025.01.28 23:14:13.597956 [ 254 ] {abf8163a-c3ea-4e74-b3fd-62135535331a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14022 | 2025.01.28 23:14:13.598188 [ 254 ] {abf8163a-c3ea-4e74-b3fd-62135535331a} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001996 sec., 55110.22044088176 rows/sec., 4.63 MiB/sec. | ||
| 14023 | 2025.01.28 23:14:13.598250 [ 254 ] {abf8163a-c3ea-4e74-b3fd-62135535331a} <Debug> TCPHandler: Processed in 0.002362079 sec. | ||
| 14024 | 2025.01.28 23:14:13.598614 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14025 | 2025.01.28 23:14:13.598899 [ 5 ] {b2292e57-aa49-445e-b03d-7010bd356288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14026 | 2025.01.28 23:14:13.598972 [ 5 ] {b2292e57-aa49-445e-b03d-7010bd356288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14027 | 2025.01.28 23:14:13.599720 [ 5 ] {b2292e57-aa49-445e-b03d-7010bd356288} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14028 | 2025.01.28 23:14:13.599771 [ 5 ] {b2292e57-aa49-445e-b03d-7010bd356288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14029 | 2025.01.28 23:14:13.600213 [ 5 ] {b2292e57-aa49-445e-b03d-7010bd356288} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14030 | 2025.01.28 23:14:13.600464 [ 5 ] {b2292e57-aa49-445e-b03d-7010bd356288} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14031 | 2025.01.28 23:14:13.600720 [ 5 ] {b2292e57-aa49-445e-b03d-7010bd356288} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001889 sec., 14293.2768660667 rows/sec., 1.05 MiB/sec. | ||
| 14032 | 2025.01.28 23:14:13.600778 [ 5 ] {b2292e57-aa49-445e-b03d-7010bd356288} <Debug> TCPHandler: Processed in 0.00238801 sec. | ||
| 14033 | 2025.01.28 23:14:13.600918 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14034 | 2025.01.28 23:14:13.601039 [ 254 ] {ae3bcbf4-0153-4aec-a91e-305bb91ae2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14035 | 2025.01.28 23:14:13.601091 [ 254 ] {ae3bcbf4-0153-4aec-a91e-305bb91ae2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14036 | 2025.01.28 23:14:13.601729 [ 254 ] {ae3bcbf4-0153-4aec-a91e-305bb91ae2c9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14037 | 2025.01.28 23:14:13.601769 [ 254 ] {ae3bcbf4-0153-4aec-a91e-305bb91ae2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14038 | 2025.01.28 23:14:13.602154 [ 254 ] {ae3bcbf4-0153-4aec-a91e-305bb91ae2c9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14039 | 2025.01.28 23:14:13.602412 [ 254 ] {ae3bcbf4-0153-4aec-a91e-305bb91ae2c9} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14040 | 2025.01.28 23:14:13.602650 [ 254 ] {ae3bcbf4-0153-4aec-a91e-305bb91ae2c9} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001634 sec., 55691.55446756426 rows/sec., 4.35 MiB/sec. | ||
| 14041 | 2025.01.28 23:14:13.602759 [ 254 ] {ae3bcbf4-0153-4aec-a91e-305bb91ae2c9} <Debug> TCPHandler: Processed in 0.001896641 sec. | ||
| 14042 | 2025.01.28 23:14:13.602972 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14043 | 2025.01.28 23:14:13.603301 [ 5 ] {0382741e-c4ed-426b-a1d1-7f5f1ebcaea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14044 | 2025.01.28 23:14:13.603408 [ 5 ] {0382741e-c4ed-426b-a1d1-7f5f1ebcaea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14045 | 2025.01.28 23:14:13.604070 [ 5 ] {0382741e-c4ed-426b-a1d1-7f5f1ebcaea7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14046 | 2025.01.28 23:14:13.604110 [ 5 ] {0382741e-c4ed-426b-a1d1-7f5f1ebcaea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14047 | 2025.01.28 23:14:13.604507 [ 5 ] {0382741e-c4ed-426b-a1d1-7f5f1ebcaea7} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14048 | 2025.01.28 23:14:13.604742 [ 5 ] {0382741e-c4ed-426b-a1d1-7f5f1ebcaea7} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14049 | 2025.01.28 23:14:13.604960 [ 5 ] {0382741e-c4ed-426b-a1d1-7f5f1ebcaea7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001788 sec., 89485.45861297539 rows/sec., 6.23 MiB/sec. | ||
| 14050 | 2025.01.28 23:14:13.605012 [ 5 ] {0382741e-c4ed-426b-a1d1-7f5f1ebcaea7} <Debug> TCPHandler: Processed in 0.002159386 sec. | ||
| 14051 | 2025.01.28 23:14:13.605207 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14052 | 2025.01.28 23:14:13.605328 [ 254 ] {6d81a470-b650-49de-b0a5-847c41d701a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14053 | 2025.01.28 23:14:13.605409 [ 254 ] {6d81a470-b650-49de-b0a5-847c41d701a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14054 | 2025.01.28 23:14:13.606646 [ 254 ] {6d81a470-b650-49de-b0a5-847c41d701a8} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14055 | 2025.01.28 23:14:13.606686 [ 254 ] {6d81a470-b650-49de-b0a5-847c41d701a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14056 | 2025.01.28 23:14:13.607355 [ 254 ] {6d81a470-b650-49de-b0a5-847c41d701a8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14057 | 2025.01.28 23:14:13.607615 [ 254 ] {6d81a470-b650-49de-b0a5-847c41d701a8} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14058 | 2025.01.28 23:14:13.607860 [ 254 ] {6d81a470-b650-49de-b0a5-847c41d701a8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002557 sec., 10559.249120062574 rows/sec., 18.92 MiB/sec. | ||
| 14059 | 2025.01.28 23:14:13.607977 [ 254 ] {6d81a470-b650-49de-b0a5-847c41d701a8} <Debug> TCPHandler: Processed in 0.002828008 sec. | ||
| 14060 | 2025.01.28 23:14:13.608218 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14061 | 2025.01.28 23:14:13.608378 [ 5 ] {89a19c03-6718-4085-aea8-f8b3d0bd38a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14062 | 2025.01.28 23:14:13.608429 [ 5 ] {89a19c03-6718-4085-aea8-f8b3d0bd38a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14063 | 2025.01.28 23:14:13.608925 [ 5 ] {89a19c03-6718-4085-aea8-f8b3d0bd38a5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14064 | 2025.01.28 23:14:13.608965 [ 5 ] {89a19c03-6718-4085-aea8-f8b3d0bd38a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14065 | 2025.01.28 23:14:13.609341 [ 5 ] {89a19c03-6718-4085-aea8-f8b3d0bd38a5} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14066 | 2025.01.28 23:14:13.609581 [ 5 ] {89a19c03-6718-4085-aea8-f8b3d0bd38a5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14067 | 2025.01.28 23:14:13.609800 [ 5 ] {89a19c03-6718-4085-aea8-f8b3d0bd38a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 14068 | 2025.01.28 23:14:13.609849 [ 5 ] {89a19c03-6718-4085-aea8-f8b3d0bd38a5} <Debug> TCPHandler: Processed in 0.00176732 sec. | ||
| 14069 | 2025.01.28 23:14:17.629348 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14070 | 2025.01.28 23:14:17.629412 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14071 | 2025.01.28 23:14:17.835219 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 14072 | 2025.01.28 23:14:17.835950 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14073 | 2025.01.28 23:14:17.836006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14074 | 2025.01.28 23:14:17.836571 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14075 | 2025.01.28 23:14:17.836848 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14076 | 2025.01.28 23:14:17.837125 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 14077 | 2025.01.28 23:14:18.008744 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1996 | ||
| 14078 | 2025.01.28 23:14:18.011600 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14079 | 2025.01.28 23:14:18.011648 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14080 | 2025.01.28 23:14:18.013104 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14081 | 2025.01.28 23:14:18.013422 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14082 | 2025.01.28 23:14:18.014938 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1996 | ||
| 14083 | 2025.01.28 23:14:18.600248 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14084 | 2025.01.28 23:14:18.600434 [ 254 ] {6f770436-5f4e-41a7-9e63-a32b658f203e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14085 | 2025.01.28 23:14:18.600505 [ 254 ] {6f770436-5f4e-41a7-9e63-a32b658f203e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14086 | 2025.01.28 23:14:18.601276 [ 254 ] {6f770436-5f4e-41a7-9e63-a32b658f203e} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14087 | 2025.01.28 23:14:18.601321 [ 254 ] {6f770436-5f4e-41a7-9e63-a32b658f203e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14088 | 2025.01.28 23:14:18.601751 [ 254 ] {6f770436-5f4e-41a7-9e63-a32b658f203e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14089 | 2025.01.28 23:14:18.602004 [ 254 ] {6f770436-5f4e-41a7-9e63-a32b658f203e} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14090 | 2025.01.28 23:14:18.602214 [ 80 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14091 | 2025.01.28 23:14:18.602278 [ 254 ] {6f770436-5f4e-41a7-9e63-a32b658f203e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 14092 | 2025.01.28 23:14:18.602306 [ 80 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14093 | 2025.01.28 23:14:18.602386 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14094 | 2025.01.28 23:14:18.602404 [ 254 ] {6f770436-5f4e-41a7-9e63-a32b658f203e} <Debug> TCPHandler: Processed in 0.002283648 sec. | ||
| 14095 | 2025.01.28 23:14:18.602679 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 14096 | 2025.01.28 23:14:18.602878 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14097 | 2025.01.28 23:14:18.603068 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14098 | 2025.01.28 23:14:18.603223 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 14099 | 2025.01.28 23:14:18.603417 [ 5 ] {7b3ef2b9-f2ca-40ed-8bc8-6c51270b3bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14100 | 2025.01.28 23:14:18.603643 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 14101 | 2025.01.28 23:14:18.603666 [ 5 ] {7b3ef2b9-f2ca-40ed-8bc8-6c51270b3bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14102 | 2025.01.28 23:14:18.604113 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 14103 | 2025.01.28 23:14:18.604566 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 14104 | 2025.01.28 23:14:18.604850 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 14105 | 2025.01.28 23:14:18.607304 [ 5 ] {7b3ef2b9-f2ca-40ed-8bc8-6c51270b3bfa} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14106 | 2025.01.28 23:14:18.607384 [ 5 ] {7b3ef2b9-f2ca-40ed-8bc8-6c51270b3bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14107 | 2025.01.28 23:14:18.607701 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005205437 sec., 13447.478088775255 rows/sec., 1020.57 KiB/sec. | ||
| 14108 | 2025.01.28 23:14:18.607876 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14109 | 2025.01.28 23:14:18.608375 [ 5 ] {7b3ef2b9-f2ca-40ed-8bc8-6c51270b3bfa} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14110 | 2025.01.28 23:14:18.608383 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_49_12} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14111 | 2025.01.28 23:14:18.608524 [ 189 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_49_12} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14112 | 2025.01.28 23:14:18.608665 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14113 | 2025.01.28 23:14:18.608781 [ 5 ] {7b3ef2b9-f2ca-40ed-8bc8-6c51270b3bfa} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14114 | 2025.01.28 23:14:18.609022 [ 5 ] {7b3ef2b9-f2ca-40ed-8bc8-6c51270b3bfa} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.005794 sec., 39178.46047635485 rows/sec., 3.43 MiB/sec. | ||
| 14115 | 2025.01.28 23:14:18.609089 [ 5 ] {7b3ef2b9-f2ca-40ed-8bc8-6c51270b3bfa} <Debug> TCPHandler: Processed in 0.006522949 sec. | ||
| 14116 | 2025.01.28 23:14:18.609248 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14117 | 2025.01.28 23:14:18.609390 [ 254 ] {d96ee38d-a8f2-4bcd-91fc-27dcd20d95b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14118 | 2025.01.28 23:14:18.609449 [ 254 ] {d96ee38d-a8f2-4bcd-91fc-27dcd20d95b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14119 | 2025.01.28 23:14:18.610132 [ 254 ] {d96ee38d-a8f2-4bcd-91fc-27dcd20d95b2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14120 | 2025.01.28 23:14:18.610171 [ 254 ] {d96ee38d-a8f2-4bcd-91fc-27dcd20d95b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14121 | 2025.01.28 23:14:18.610536 [ 254 ] {d96ee38d-a8f2-4bcd-91fc-27dcd20d95b2} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14122 | 2025.01.28 23:14:18.610773 [ 254 ] {d96ee38d-a8f2-4bcd-91fc-27dcd20d95b2} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14123 | 2025.01.28 23:14:18.610948 [ 254 ] {d96ee38d-a8f2-4bcd-91fc-27dcd20d95b2} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001589 sec., 11957.20578980491 rows/sec., 854.88 KiB/sec. | ||
| 14124 | 2025.01.28 23:14:18.611001 [ 254 ] {d96ee38d-a8f2-4bcd-91fc-27dcd20d95b2} <Debug> TCPHandler: Processed in 0.00182039 sec. | ||
| 14125 | 2025.01.28 23:14:18.611172 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14126 | 2025.01.28 23:14:18.611291 [ 5 ] {7f40971e-c537-4207-9127-cc0c00859d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14127 | 2025.01.28 23:14:18.611340 [ 5 ] {7f40971e-c537-4207-9127-cc0c00859d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14128 | 2025.01.28 23:14:18.611942 [ 5 ] {7f40971e-c537-4207-9127-cc0c00859d11} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14129 | 2025.01.28 23:14:18.611983 [ 5 ] {7f40971e-c537-4207-9127-cc0c00859d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14130 | 2025.01.28 23:14:18.612336 [ 5 ] {7f40971e-c537-4207-9127-cc0c00859d11} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14131 | 2025.01.28 23:14:18.612569 [ 5 ] {7f40971e-c537-4207-9127-cc0c00859d11} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14132 | 2025.01.28 23:14:18.612811 [ 5 ] {7f40971e-c537-4207-9127-cc0c00859d11} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
| 14133 | 2025.01.28 23:14:18.612898 [ 5 ] {7f40971e-c537-4207-9127-cc0c00859d11} <Debug> TCPHandler: Processed in 0.00178139 sec. | ||
| 14134 | 2025.01.28 23:14:18.613112 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14135 | 2025.01.28 23:14:18.613230 [ 254 ] {34007708-9bff-4e12-a87d-1cc61d03506f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14136 | 2025.01.28 23:14:18.613278 [ 254 ] {34007708-9bff-4e12-a87d-1cc61d03506f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14137 | 2025.01.28 23:14:18.613837 [ 254 ] {34007708-9bff-4e12-a87d-1cc61d03506f} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14138 | 2025.01.28 23:14:18.613874 [ 254 ] {34007708-9bff-4e12-a87d-1cc61d03506f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14139 | 2025.01.28 23:14:18.614228 [ 254 ] {34007708-9bff-4e12-a87d-1cc61d03506f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14140 | 2025.01.28 23:14:18.614468 [ 254 ] {34007708-9bff-4e12-a87d-1cc61d03506f} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14141 | 2025.01.28 23:14:18.614594 [ 79 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14142 | 2025.01.28 23:14:18.614636 [ 79 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14143 | 2025.01.28 23:14:18.614651 [ 254 ] {34007708-9bff-4e12-a87d-1cc61d03506f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001443 sec., 9009.009009009009 rows/sec., 561.71 KiB/sec. | ||
| 14144 | 2025.01.28 23:14:18.614662 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14145 | 2025.01.28 23:14:18.614742 [ 254 ] {34007708-9bff-4e12-a87d-1cc61d03506f} <Debug> TCPHandler: Processed in 0.001707138 sec. | ||
| 14146 | 2025.01.28 23:14:18.614785 [ 197 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 14147 | 2025.01.28 23:14:18.614904 [ 197 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14148 | 2025.01.28 23:14:18.614914 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14149 | 2025.01.28 23:14:18.614944 [ 197 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 14150 | 2025.01.28 23:14:18.615163 [ 197 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 14151 | 2025.01.28 23:14:18.615266 [ 5 ] {5a274486-6558-4bf2-9e39-0e344dfa94e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14152 | 2025.01.28 23:14:18.615447 [ 197 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 14153 | 2025.01.28 23:14:18.615459 [ 5 ] {5a274486-6558-4bf2-9e39-0e344dfa94e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14154 | 2025.01.28 23:14:18.615768 [ 197 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 14155 | 2025.01.28 23:14:18.616176 [ 197 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 14156 | 2025.01.28 23:14:18.618445 [ 5 ] {5a274486-6558-4bf2-9e39-0e344dfa94e4} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14157 | 2025.01.28 23:14:18.618538 [ 5 ] {5a274486-6558-4bf2-9e39-0e344dfa94e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14158 | 2025.01.28 23:14:18.618756 [ 197 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004026217 sec., 16144.186962600375 rows/sec., 1.04 MiB/sec. | ||
| 14159 | 2025.01.28 23:14:18.618960 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14160 | 2025.01.28 23:14:18.619171 [ 5 ] {5a274486-6558-4bf2-9e39-0e344dfa94e4} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14161 | 2025.01.28 23:14:18.619397 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_49_12} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14162 | 2025.01.28 23:14:18.619471 [ 5 ] {5a274486-6558-4bf2-9e39-0e344dfa94e4} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14163 | 2025.01.28 23:14:18.619552 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_49_12} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14164 | 2025.01.28 23:14:18.619746 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14165 | 2025.01.28 23:14:18.619782 [ 5 ] {5a274486-6558-4bf2-9e39-0e344dfa94e4} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.004666 sec., 84440.63437633948 rows/sec., 5.99 MiB/sec. | ||
| 14166 | 2025.01.28 23:14:18.619844 [ 5 ] {5a274486-6558-4bf2-9e39-0e344dfa94e4} <Debug> TCPHandler: Processed in 0.005009144 sec. | ||
| 14167 | 2025.01.28 23:14:18.620008 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14168 | 2025.01.28 23:14:18.620146 [ 254 ] {cd26caf6-7e91-4275-b9a0-4dd6ae84013d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14169 | 2025.01.28 23:14:18.620204 [ 254 ] {cd26caf6-7e91-4275-b9a0-4dd6ae84013d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14170 | 2025.01.28 23:14:18.620780 [ 254 ] {cd26caf6-7e91-4275-b9a0-4dd6ae84013d} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14171 | 2025.01.28 23:14:18.620824 [ 254 ] {cd26caf6-7e91-4275-b9a0-4dd6ae84013d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14172 | 2025.01.28 23:14:18.621218 [ 254 ] {cd26caf6-7e91-4275-b9a0-4dd6ae84013d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14173 | 2025.01.28 23:14:18.621464 [ 254 ] {cd26caf6-7e91-4275-b9a0-4dd6ae84013d} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14174 | 2025.01.28 23:14:18.621635 [ 254 ] {cd26caf6-7e91-4275-b9a0-4dd6ae84013d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec. | ||
| 14175 | 2025.01.28 23:14:18.621683 [ 254 ] {cd26caf6-7e91-4275-b9a0-4dd6ae84013d} <Debug> TCPHandler: Processed in 0.001743289 sec. | ||
| 14176 | 2025.01.28 23:14:18.621851 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14177 | 2025.01.28 23:14:18.621992 [ 5 ] {33e5bfd6-5543-47e2-8241-9578f921524c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14178 | 2025.01.28 23:14:18.622053 [ 5 ] {33e5bfd6-5543-47e2-8241-9578f921524c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14179 | 2025.01.28 23:14:18.622772 [ 5 ] {33e5bfd6-5543-47e2-8241-9578f921524c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14180 | 2025.01.28 23:14:18.622820 [ 5 ] {33e5bfd6-5543-47e2-8241-9578f921524c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14181 | 2025.01.28 23:14:18.623256 [ 5 ] {33e5bfd6-5543-47e2-8241-9578f921524c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14182 | 2025.01.28 23:14:18.623503 [ 5 ] {33e5bfd6-5543-47e2-8241-9578f921524c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14183 | 2025.01.28 23:14:18.623682 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 14184 | 2025.01.28 23:14:18.623730 [ 5 ] {33e5bfd6-5543-47e2-8241-9578f921524c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001765 sec., 134277.62039660057 rows/sec., 9.00 MiB/sec. | ||
| 14185 | 2025.01.28 23:14:18.623738 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14186 | 2025.01.28 23:14:18.623822 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 14187 | 2025.01.28 23:14:18.623843 [ 5 ] {33e5bfd6-5543-47e2-8241-9578f921524c} <Debug> TCPHandler: Processed in 0.002057604 sec. | ||
| 14188 | 2025.01.28 23:14:18.624071 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14189 | 2025.01.28 23:14:18.624090 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 14190 | 2025.01.28 23:14:18.624257 [ 254 ] {8705729c-bb57-4a5c-9b6c-14f70ad8d317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14191 | 2025.01.28 23:14:18.624392 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14192 | 2025.01.28 23:14:18.624393 [ 254 ] {8705729c-bb57-4a5c-9b6c-14f70ad8d317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14193 | 2025.01.28 23:14:18.624479 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 32446 rows starting from the beginning of the part | ||
| 14194 | 2025.01.28 23:14:18.624834 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 14195 | 2025.01.28 23:14:18.625190 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1026 rows starting from the beginning of the part | ||
| 14196 | 2025.01.28 23:14:18.625538 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 14197 | 2025.01.28 23:14:18.625823 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 14198 | 2025.01.28 23:14:18.626046 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 14199 | 2025.01.28 23:14:18.626905 [ 254 ] {8705729c-bb57-4a5c-9b6c-14f70ad8d317} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14200 | 2025.01.28 23:14:18.626979 [ 254 ] {8705729c-bb57-4a5c-9b6c-14f70ad8d317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14201 | 2025.01.28 23:14:18.627671 [ 254 ] {8705729c-bb57-4a5c-9b6c-14f70ad8d317} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14202 | 2025.01.28 23:14:18.627975 [ 254 ] {8705729c-bb57-4a5c-9b6c-14f70ad8d317} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14203 | 2025.01.28 23:14:18.628204 [ 254 ] {8705729c-bb57-4a5c-9b6c-14f70ad8d317} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003994 sec., 250.37556334501753 rows/sec., 16.87 KiB/sec. | ||
| 14204 | 2025.01.28 23:14:18.628485 [ 254 ] {8705729c-bb57-4a5c-9b6c-14f70ad8d317} <Debug> TCPHandler: Processed in 0.004510046 sec. | ||
| 14205 | 2025.01.28 23:14:18.628869 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14206 | 2025.01.28 23:14:18.629365 [ 5 ] {8744d5ab-0059-47b5-9891-6dbc8937c1f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14207 | 2025.01.28 23:14:18.629613 [ 5 ] {8744d5ab-0059-47b5-9891-6dbc8937c1f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14208 | 2025.01.28 23:14:18.631540 [ 5 ] {8744d5ab-0059-47b5-9891-6dbc8937c1f1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14209 | 2025.01.28 23:14:18.631592 [ 5 ] {8744d5ab-0059-47b5-9891-6dbc8937c1f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14210 | 2025.01.28 23:14:18.632478 [ 5 ] {8744d5ab-0059-47b5-9891-6dbc8937c1f1} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14211 | 2025.01.28 23:14:18.632761 [ 5 ] {8744d5ab-0059-47b5-9891-6dbc8937c1f1} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14212 | 2025.01.28 23:14:18.633274 [ 5 ] {8744d5ab-0059-47b5-9891-6dbc8937c1f1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004065 sec., 2952.029520295203 rows/sec., 5.29 MiB/sec. | ||
| 14213 | 2025.01.28 23:14:18.633938 [ 5 ] {8744d5ab-0059-47b5-9891-6dbc8937c1f1} <Debug> TCPHandler: Processed in 0.005319839 sec. | ||
| 14214 | 2025.01.28 23:14:18.634178 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14215 | 2025.01.28 23:14:18.634478 [ 254 ] {97efd216-2504-45db-9195-12651322c733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14216 | 2025.01.28 23:14:18.634537 [ 254 ] {97efd216-2504-45db-9195-12651322c733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14217 | 2025.01.28 23:14:18.635098 [ 254 ] {97efd216-2504-45db-9195-12651322c733} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14218 | 2025.01.28 23:14:18.635135 [ 254 ] {97efd216-2504-45db-9195-12651322c733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14219 | 2025.01.28 23:14:18.635721 [ 254 ] {97efd216-2504-45db-9195-12651322c733} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14220 | 2025.01.28 23:14:18.635978 [ 254 ] {97efd216-2504-45db-9195-12651322c733} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14221 | 2025.01.28 23:14:18.636246 [ 254 ] {97efd216-2504-45db-9195-12651322c733} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001863 sec., 44015.029522275894 rows/sec., 2.80 MiB/sec. | ||
| 14222 | 2025.01.28 23:14:18.636364 [ 254 ] {97efd216-2504-45db-9195-12651322c733} <Debug> TCPHandler: Processed in 0.002307688 sec. | ||
| 14223 | 2025.01.28 23:14:18.637547 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34093 rows, containing 5 columns (5 merged, 0 gathered) in 0.013585987 sec., 2509423.864456811 rows/sec., 169.42 MiB/sec. | ||
| 14224 | 2025.01.28 23:14:18.637805 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 14225 | 2025.01.28 23:14:18.638114 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14226 | 2025.01.28 23:14:18.638197 [ 200 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 14227 | 2025.01.28 23:14:18.638288 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 14228 | 2025.01.28 23:14:20.017373 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 14229 | 2025.01.28 23:14:20.037551 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14230 | 2025.01.28 23:14:20.037599 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14231 | 2025.01.28 23:14:20.044834 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14232 | 2025.01.28 23:14:20.045581 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14233 | 2025.01.28 23:14:20.048185 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 14234 | 2025.01.28 23:14:23.604449 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14235 | 2025.01.28 23:14:23.604659 [ 254 ] {9456fc5c-257b-48e1-8b23-141f605e172a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14236 | 2025.01.28 23:14:23.604745 [ 254 ] {9456fc5c-257b-48e1-8b23-141f605e172a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14237 | 2025.01.28 23:14:23.605584 [ 254 ] {9456fc5c-257b-48e1-8b23-141f605e172a} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14238 | 2025.01.28 23:14:23.605646 [ 254 ] {9456fc5c-257b-48e1-8b23-141f605e172a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14239 | 2025.01.28 23:14:23.606107 [ 254 ] {9456fc5c-257b-48e1-8b23-141f605e172a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14240 | 2025.01.28 23:14:23.606407 [ 254 ] {9456fc5c-257b-48e1-8b23-141f605e172a} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14241 | 2025.01.28 23:14:23.606660 [ 254 ] {9456fc5c-257b-48e1-8b23-141f605e172a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002054 sec., 973.7098344693283 rows/sec., 79.40 KiB/sec. | ||
| 14242 | 2025.01.28 23:14:23.606757 [ 254 ] {9456fc5c-257b-48e1-8b23-141f605e172a} <Debug> TCPHandler: Processed in 0.002469781 sec. | ||
| 14243 | 2025.01.28 23:14:23.607055 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14244 | 2025.01.28 23:14:23.607263 [ 5 ] {72e910df-a634-4a59-b983-6716739872f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14245 | 2025.01.28 23:14:23.607344 [ 5 ] {72e910df-a634-4a59-b983-6716739872f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14246 | 2025.01.28 23:14:23.608274 [ 5 ] {72e910df-a634-4a59-b983-6716739872f0} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14247 | 2025.01.28 23:14:23.608335 [ 5 ] {72e910df-a634-4a59-b983-6716739872f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14248 | 2025.01.28 23:14:23.608814 [ 5 ] {72e910df-a634-4a59-b983-6716739872f0} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14249 | 2025.01.28 23:14:23.609084 [ 5 ] {72e910df-a634-4a59-b983-6716739872f0} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14250 | 2025.01.28 23:14:23.609339 [ 70 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14251 | 2025.01.28 23:14:23.609352 [ 5 ] {72e910df-a634-4a59-b983-6716739872f0} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002141 sec., 51844.93227463802 rows/sec., 4.35 MiB/sec. | ||
| 14252 | 2025.01.28 23:14:23.609464 [ 70 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14253 | 2025.01.28 23:14:23.609553 [ 5 ] {72e910df-a634-4a59-b983-6716739872f0} <Debug> TCPHandler: Processed in 0.002645034 sec. | ||
| 14254 | 2025.01.28 23:14:23.609562 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14255 | 2025.01.28 23:14:23.609784 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14256 | 2025.01.28 23:14:23.609803 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 14257 | 2025.01.28 23:14:23.610012 [ 254 ] {141463bb-82d0-4e79-aebd-054c974a2982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14258 | 2025.01.28 23:14:23.610103 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14259 | 2025.01.28 23:14:23.610125 [ 254 ] {141463bb-82d0-4e79-aebd-054c974a2982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14260 | 2025.01.28 23:14:23.610211 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1431 rows starting from the beginning of the part | ||
| 14261 | 2025.01.28 23:14:23.610539 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1374 rows starting from the beginning of the part | ||
| 14262 | 2025.01.28 23:14:23.610914 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 14263 | 2025.01.28 23:14:23.611324 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 110 rows starting from the beginning of the part | ||
| 14264 | 2025.01.28 23:14:23.611705 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 227 rows starting from the beginning of the part | ||
| 14265 | 2025.01.28 23:14:23.612023 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 111 rows starting from the beginning of the part | ||
| 14266 | 2025.01.28 23:14:23.613193 [ 254 ] {141463bb-82d0-4e79-aebd-054c974a2982} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14267 | 2025.01.28 23:14:23.613290 [ 254 ] {141463bb-82d0-4e79-aebd-054c974a2982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14268 | 2025.01.28 23:14:23.614563 [ 254 ] {141463bb-82d0-4e79-aebd-054c974a2982} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14269 | 2025.01.28 23:14:23.615111 [ 254 ] {141463bb-82d0-4e79-aebd-054c974a2982} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14270 | 2025.01.28 23:14:23.615447 [ 254 ] {141463bb-82d0-4e79-aebd-054c974a2982} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.005526 sec., 5247.918928700688 rows/sec., 392.67 KiB/sec. | ||
| 14271 | 2025.01.28 23:14:23.615597 [ 254 ] {141463bb-82d0-4e79-aebd-054c974a2982} <Debug> TCPHandler: Processed in 0.005897909 sec. | ||
| 14272 | 2025.01.28 23:14:23.615848 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14273 | 2025.01.28 23:14:23.616062 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006350856 sec., 521032.12543316995 rows/sec., 45.65 MiB/sec. | ||
| 14274 | 2025.01.28 23:14:23.616137 [ 5 ] {38ab4add-54c0-4905-9ecf-035042e39c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14275 | 2025.01.28 23:14:23.616217 [ 5 ] {38ab4add-54c0-4905-9ecf-035042e39c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14276 | 2025.01.28 23:14:23.616414 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14277 | 2025.01.28 23:14:23.617140 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14278 | 2025.01.28 23:14:23.617392 [ 192 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_116_23} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14279 | 2025.01.28 23:14:23.617594 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 14280 | 2025.01.28 23:14:23.617746 [ 5 ] {38ab4add-54c0-4905-9ecf-035042e39c8e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14281 | 2025.01.28 23:14:23.617798 [ 5 ] {38ab4add-54c0-4905-9ecf-035042e39c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14282 | 2025.01.28 23:14:23.618199 [ 5 ] {38ab4add-54c0-4905-9ecf-035042e39c8e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14283 | 2025.01.28 23:14:23.618464 [ 5 ] {38ab4add-54c0-4905-9ecf-035042e39c8e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14284 | 2025.01.28 23:14:23.618671 [ 70 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14285 | 2025.01.28 23:14:23.618742 [ 70 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14286 | 2025.01.28 23:14:23.618749 [ 5 ] {38ab4add-54c0-4905-9ecf-035042e39c8e} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.002671 sec., 34818.420067390485 rows/sec., 2.72 MiB/sec. | ||
| 14287 | 2025.01.28 23:14:23.618778 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14288 | 2025.01.28 23:14:23.618974 [ 5 ] {38ab4add-54c0-4905-9ecf-035042e39c8e} <Debug> TCPHandler: Processed in 0.003257084 sec. | ||
| 14289 | 2025.01.28 23:14:23.619075 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 14290 | 2025.01.28 23:14:23.619239 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14291 | 2025.01.28 23:14:23.619270 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 14292 | 2025.01.28 23:14:23.619618 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 864 rows starting from the beginning of the part | ||
| 14293 | 2025.01.28 23:14:23.619691 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14294 | 2025.01.28 23:14:23.620200 [ 254 ] {7c4fae44-14d9-44cf-b557-a940e4d52397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14295 | 2025.01.28 23:14:23.620489 [ 254 ] {7c4fae44-14d9-44cf-b557-a940e4d52397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14296 | 2025.01.28 23:14:23.620589 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 14297 | 2025.01.28 23:14:23.621523 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 91 rows starting from the beginning of the part | ||
| 14298 | 2025.01.28 23:14:23.622358 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 394 rows starting from the beginning of the part | ||
| 14299 | 2025.01.28 23:14:23.623014 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 93 rows starting from the beginning of the part | ||
| 14300 | 2025.01.28 23:14:23.623951 [ 254 ] {7c4fae44-14d9-44cf-b557-a940e4d52397} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14301 | 2025.01.28 23:14:23.624027 [ 254 ] {7c4fae44-14d9-44cf-b557-a940e4d52397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14302 | 2025.01.28 23:14:23.625365 [ 254 ] {7c4fae44-14d9-44cf-b557-a940e4d52397} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14303 | 2025.01.28 23:14:23.626012 [ 254 ] {7c4fae44-14d9-44cf-b557-a940e4d52397} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14304 | 2025.01.28 23:14:23.626406 [ 254 ] {7c4fae44-14d9-44cf-b557-a940e4d52397} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.006438 sec., 25007.766387076732 rows/sec., 1.74 MiB/sec. | ||
| 14305 | 2025.01.28 23:14:23.626618 [ 254 ] {7c4fae44-14d9-44cf-b557-a940e4d52397} <Debug> TCPHandler: Processed in 0.007120629 sec. | ||
| 14306 | 2025.01.28 23:14:23.627477 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.008572553 sec., 282179.6493996596 rows/sec., 21.65 MiB/sec. | ||
| 14307 | 2025.01.28 23:14:23.627826 [ 200 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14308 | 2025.01.28 23:14:23.628245 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14309 | 2025.01.28 23:14:23.628371 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14310 | 2025.01.28 23:14:23.628433 [ 188 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_116_23} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14311 | 2025.01.28 23:14:23.628640 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 14312 | 2025.01.28 23:14:23.628695 [ 5 ] {2d952f27-3c6e-405c-ac82-2cf595a2c990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14313 | 2025.01.28 23:14:23.628832 [ 5 ] {2d952f27-3c6e-405c-ac82-2cf595a2c990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14314 | 2025.01.28 23:14:23.630323 [ 5 ] {2d952f27-3c6e-405c-ac82-2cf595a2c990} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14315 | 2025.01.28 23:14:23.630375 [ 5 ] {2d952f27-3c6e-405c-ac82-2cf595a2c990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14316 | 2025.01.28 23:14:23.631109 [ 5 ] {2d952f27-3c6e-405c-ac82-2cf595a2c990} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14317 | 2025.01.28 23:14:23.631392 [ 5 ] {2d952f27-3c6e-405c-ac82-2cf595a2c990} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14318 | 2025.01.28 23:14:23.631657 [ 5 ] {2d952f27-3c6e-405c-ac82-2cf595a2c990} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003092 sec., 8732.212160413972 rows/sec., 15.65 MiB/sec. | ||
| 14319 | 2025.01.28 23:14:23.631786 [ 5 ] {2d952f27-3c6e-405c-ac82-2cf595a2c990} <Debug> TCPHandler: Processed in 0.00357007 sec. | ||
| 14320 | 2025.01.28 23:14:23.632072 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14321 | 2025.01.28 23:14:23.632232 [ 254 ] {e2cbc497-b8aa-440a-9513-a3c591bdcc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14322 | 2025.01.28 23:14:23.632297 [ 254 ] {e2cbc497-b8aa-440a-9513-a3c591bdcc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14323 | 2025.01.28 23:14:23.632949 [ 254 ] {e2cbc497-b8aa-440a-9513-a3c591bdcc48} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14324 | 2025.01.28 23:14:23.633004 [ 254 ] {e2cbc497-b8aa-440a-9513-a3c591bdcc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14325 | 2025.01.28 23:14:23.633595 [ 254 ] {e2cbc497-b8aa-440a-9513-a3c591bdcc48} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14326 | 2025.01.28 23:14:23.633960 [ 254 ] {e2cbc497-b8aa-440a-9513-a3c591bdcc48} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14327 | 2025.01.28 23:14:23.634191 [ 70 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14328 | 2025.01.28 23:14:23.634250 [ 70 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14329 | 2025.01.28 23:14:23.634278 [ 254 ] {e2cbc497-b8aa-440a-9513-a3c591bdcc48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002069 sec., 28999.516674722086 rows/sec., 1.95 MiB/sec. | ||
| 14330 | 2025.01.28 23:14:23.634291 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14331 | 2025.01.28 23:14:23.634499 [ 254 ] {e2cbc497-b8aa-440a-9513-a3c591bdcc48} <Debug> TCPHandler: Processed in 0.002583293 sec. | ||
| 14332 | 2025.01.28 23:14:23.634617 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 14333 | 2025.01.28 23:14:23.634861 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14334 | 2025.01.28 23:14:23.634919 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6698 rows starting from the beginning of the part | ||
| 14335 | 2025.01.28 23:14:23.635034 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 58 rows starting from the beginning of the part | ||
| 14336 | 2025.01.28 23:14:23.635158 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 24 rows starting from the beginning of the part | ||
| 14337 | 2025.01.28 23:14:23.635390 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 14338 | 2025.01.28 23:14:23.635500 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 14339 | 2025.01.28 23:14:23.635615 [ 198 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 14340 | 2025.01.28 23:14:23.638743 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6982 rows, containing 4 columns (4 merged, 0 gathered) in 0.004279821 sec., 1631376.639350104 rows/sec., 106.28 MiB/sec. | ||
| 14341 | 2025.01.28 23:14:23.639344 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14342 | 2025.01.28 23:14:23.639779 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14343 | 2025.01.28 23:14:23.639902 [ 186 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_116_23} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14344 | 2025.01.28 23:14:23.640048 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 14345 | 2025.01.28 23:14:25.337327 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 14346 | 2025.01.28 23:14:25.338016 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14347 | 2025.01.28 23:14:25.338063 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14348 | 2025.01.28 23:14:25.338593 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14349 | 2025.01.28 23:14:25.338842 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14350 | 2025.01.28 23:14:25.339087 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 14351 | 2025.01.28 23:14:27.548320 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 14352 | 2025.01.28 23:14:27.569655 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14353 | 2025.01.28 23:14:27.569714 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14354 | 2025.01.28 23:14:27.579587 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14355 | 2025.01.28 23:14:27.580358 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14356 | 2025.01.28 23:14:27.583145 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 14357 | 2025.01.28 23:14:28.015187 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2032 | ||
| 14358 | 2025.01.28 23:14:28.018798 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14359 | 2025.01.28 23:14:28.018853 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14360 | 2025.01.28 23:14:28.020410 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14361 | 2025.01.28 23:14:28.020746 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14362 | 2025.01.28 23:14:28.020920 [ 68 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14363 | 2025.01.28 23:14:28.020983 [ 68 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14364 | 2025.01.28 23:14:28.021019 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14365 | 2025.01.28 23:14:28.021810 [ 186 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::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 | ||
| 14366 | 2025.01.28 23:14:28.023226 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2032 | ||
| 14367 | 2025.01.28 23:14:28.023469 [ 186 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14368 | 2025.01.28 23:14:28.023627 [ 186 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1862 rows starting from the beginning of the part | ||
| 14369 | 2025.01.28 23:14:28.024119 [ 186 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 14370 | 2025.01.28 23:14:28.024577 [ 186 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part | ||
| 14371 | 2025.01.28 23:14:28.025156 [ 186 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
| 14372 | 2025.01.28 23:14:28.025692 [ 186 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 14373 | 2025.01.28 23:14:28.026372 [ 186 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 14374 | 2025.01.28 23:14:28.035514 [ 203 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2032 rows, containing 72 columns (72 merged, 0 gathered) in 0.014381601 sec., 141291.64061775876 rows/sec., 107.09 MiB/sec. | ||
| 14375 | 2025.01.28 23:14:28.037172 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14376 | 2025.01.28 23:14:28.037848 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14377 | 2025.01.28 23:14:28.037937 [ 194 ] {fcf98e79-6e01-42a0-8114-8d7090b79dfd::all_1_51_10} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14378 | 2025.01.28 23:14:28.038152 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 14379 | 2025.01.28 23:14:28.599890 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14380 | 2025.01.28 23:14:28.600107 [ 254 ] {ff21b3c3-1fc8-4dcf-b65b-50ff90dc2f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14381 | 2025.01.28 23:14:28.600186 [ 254 ] {ff21b3c3-1fc8-4dcf-b65b-50ff90dc2f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14382 | 2025.01.28 23:14:28.600971 [ 254 ] {ff21b3c3-1fc8-4dcf-b65b-50ff90dc2f9c} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14383 | 2025.01.28 23:14:28.601023 [ 254 ] {ff21b3c3-1fc8-4dcf-b65b-50ff90dc2f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14384 | 2025.01.28 23:14:28.601450 [ 254 ] {ff21b3c3-1fc8-4dcf-b65b-50ff90dc2f9c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14385 | 2025.01.28 23:14:28.601694 [ 254 ] {ff21b3c3-1fc8-4dcf-b65b-50ff90dc2f9c} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14386 | 2025.01.28 23:14:28.601888 [ 254 ] {ff21b3c3-1fc8-4dcf-b65b-50ff90dc2f9c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 536.07 KiB/sec. | ||
| 14387 | 2025.01.28 23:14:28.601948 [ 254 ] {ff21b3c3-1fc8-4dcf-b65b-50ff90dc2f9c} <Debug> TCPHandler: Processed in 0.002240888 sec. | ||
| 14388 | 2025.01.28 23:14:28.602180 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14389 | 2025.01.28 23:14:28.602428 [ 5 ] {6a35ef16-9c79-4905-9eeb-500ef5106574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14390 | 2025.01.28 23:14:28.602500 [ 5 ] {6a35ef16-9c79-4905-9eeb-500ef5106574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14391 | 2025.01.28 23:14:28.603365 [ 5 ] {6a35ef16-9c79-4905-9eeb-500ef5106574} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14392 | 2025.01.28 23:14:28.603413 [ 5 ] {6a35ef16-9c79-4905-9eeb-500ef5106574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14393 | 2025.01.28 23:14:28.603868 [ 5 ] {6a35ef16-9c79-4905-9eeb-500ef5106574} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14394 | 2025.01.28 23:14:28.604133 [ 5 ] {6a35ef16-9c79-4905-9eeb-500ef5106574} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14395 | 2025.01.28 23:14:28.604373 [ 5 ] {6a35ef16-9c79-4905-9eeb-500ef5106574} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.001997 sec., 113670.50575863796 rows/sec., 9.96 MiB/sec. | ||
| 14396 | 2025.01.28 23:14:28.604439 [ 5 ] {6a35ef16-9c79-4905-9eeb-500ef5106574} <Debug> TCPHandler: Processed in 0.002328418 sec. | ||
| 14397 | 2025.01.28 23:14:28.604609 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14398 | 2025.01.28 23:14:28.604754 [ 254 ] {c9bb9329-e09a-4bb6-a8ae-f7b0dca1449e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14399 | 2025.01.28 23:14:28.604815 [ 254 ] {c9bb9329-e09a-4bb6-a8ae-f7b0dca1449e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14400 | 2025.01.28 23:14:28.605492 [ 254 ] {c9bb9329-e09a-4bb6-a8ae-f7b0dca1449e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14401 | 2025.01.28 23:14:28.605530 [ 254 ] {c9bb9329-e09a-4bb6-a8ae-f7b0dca1449e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14402 | 2025.01.28 23:14:28.605906 [ 254 ] {c9bb9329-e09a-4bb6-a8ae-f7b0dca1449e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14403 | 2025.01.28 23:14:28.606146 [ 254 ] {c9bb9329-e09a-4bb6-a8ae-f7b0dca1449e} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14404 | 2025.01.28 23:14:28.606292 [ 63 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
| 14405 | 2025.01.28 23:14:28.606338 [ 63 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14406 | 2025.01.28 23:14:28.606340 [ 254 ] {c9bb9329-e09a-4bb6-a8ae-f7b0dca1449e} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001618 sec., 11742.892459826946 rows/sec., 839.55 KiB/sec. | ||
| 14407 | 2025.01.28 23:14:28.606362 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14408 | 2025.01.28 23:14:28.606463 [ 254 ] {c9bb9329-e09a-4bb6-a8ae-f7b0dca1449e} <Debug> TCPHandler: Processed in 0.001920212 sec. | ||
| 14409 | 2025.01.28 23:14:28.606636 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::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 | ||
| 14410 | 2025.01.28 23:14:28.606659 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14411 | 2025.01.28 23:14:28.606805 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14412 | 2025.01.28 23:14:28.606831 [ 5 ] {ea0c0034-5e2a-40b0-a8d2-0c8834e9a2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14413 | 2025.01.28 23:14:28.606847 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 64 rows starting from the beginning of the part | ||
| 14414 | 2025.01.28 23:14:28.606902 [ 5 ] {ea0c0034-5e2a-40b0-a8d2-0c8834e9a2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14415 | 2025.01.28 23:14:28.607001 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 33 rows starting from the beginning of the part | ||
| 14416 | 2025.01.28 23:14:28.607530 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 27 rows starting from the beginning of the part | ||
| 14417 | 2025.01.28 23:14:28.607812 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 19 rows starting from the beginning of the part | ||
| 14418 | 2025.01.28 23:14:28.608157 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 29 rows starting from the beginning of the part | ||
| 14419 | 2025.01.28 23:14:28.608526 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 19 rows starting from the beginning of the part | ||
| 14420 | 2025.01.28 23:14:28.609362 [ 5 ] {ea0c0034-5e2a-40b0-a8d2-0c8834e9a2a7} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14421 | 2025.01.28 23:14:28.609411 [ 5 ] {ea0c0034-5e2a-40b0-a8d2-0c8834e9a2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14422 | 2025.01.28 23:14:28.610014 [ 5 ] {ea0c0034-5e2a-40b0-a8d2-0c8834e9a2a7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14423 | 2025.01.28 23:14:28.610236 [ 195 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.003768943 sec., 50677.33844741085 rows/sec., 3.79 MiB/sec. | ||
| 14424 | 2025.01.28 23:14:28.610396 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
| 14425 | 2025.01.28 23:14:28.610496 [ 5 ] {ea0c0034-5e2a-40b0-a8d2-0c8834e9a2a7} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14426 | 2025.01.28 23:14:28.610741 [ 63 ] {} <Debug> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0 | ||
| 14427 | 2025.01.28 23:14:28.610835 [ 63 ] {} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14428 | 2025.01.28 23:14:28.610876 [ 5 ] {ea0c0034-5e2a-40b0-a8d2-0c8834e9a2a7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00407 sec., 3439.80343980344 rows/sec., 240.90 KiB/sec. | ||
| 14429 | 2025.01.28 23:14:28.610899 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14430 | 2025.01.28 23:14:28.611082 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14431 | 2025.01.28 23:14:28.611212 [ 5 ] {ea0c0034-5e2a-40b0-a8d2-0c8834e9a2a7} <Debug> TCPHandler: Processed in 0.004642928 sec. | ||
| 14432 | 2025.01.28 23:14:28.611374 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full | ||
| 14433 | 2025.01.28 23:14:28.611565 [ 191 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_95_19} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
| 14434 | 2025.01.28 23:14:28.611561 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14435 | 2025.01.28 23:14:28.611935 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14436 | 2025.01.28 23:14:28.612150 [ 254 ] {ca118a51-f1eb-4abe-8101-0f22e844d8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14437 | 2025.01.28 23:14:28.612237 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14438 | 2025.01.28 23:14:28.612368 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 243 rows starting from the beginning of the part | ||
| 14439 | 2025.01.28 23:14:28.612369 [ 254 ] {ca118a51-f1eb-4abe-8101-0f22e844d8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14440 | 2025.01.28 23:14:28.612970 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14441 | 2025.01.28 23:14:28.613263 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14442 | 2025.01.28 23:14:28.613636 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 242 rows starting from the beginning of the part | ||
| 14443 | 2025.01.28 23:14:28.614022 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 14444 | 2025.01.28 23:14:28.614382 [ 187 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 14445 | 2025.01.28 23:14:28.615353 [ 254 ] {ca118a51-f1eb-4abe-8101-0f22e844d8d8} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14446 | 2025.01.28 23:14:28.615410 [ 254 ] {ca118a51-f1eb-4abe-8101-0f22e844d8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14447 | 2025.01.28 23:14:28.616352 [ 254 ] {ca118a51-f1eb-4abe-8101-0f22e844d8d8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14448 | 2025.01.28 23:14:28.616870 [ 254 ] {ca118a51-f1eb-4abe-8101-0f22e844d8d8} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14449 | 2025.01.28 23:14:28.616878 [ 195 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005816547 sec., 93010.50949988025 rows/sec., 6.66 MiB/sec. | ||
| 14450 | 2025.01.28 23:14:28.617112 [ 195 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 14451 | 2025.01.28 23:14:28.617262 [ 254 ] {ca118a51-f1eb-4abe-8101-0f22e844d8d8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005338 sec., 2435.3690520794307 rows/sec., 151.84 KiB/sec. | ||
| 14452 | 2025.01.28 23:14:28.617410 [ 254 ] {ca118a51-f1eb-4abe-8101-0f22e844d8d8} <Debug> TCPHandler: Processed in 0.00602432 sec. | ||
| 14453 | 2025.01.28 23:14:28.617589 [ 195 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14454 | 2025.01.28 23:14:28.617597 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14455 | 2025.01.28 23:14:28.617680 [ 195 ] {aeb50a35-ad74-4d83-972f-044fb665beff::all_1_51_11} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11 | ||
| 14456 | 2025.01.28 23:14:28.617755 [ 5 ] {21388a59-0cc9-4b54-aee2-2a26f440fbb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14457 | 2025.01.28 23:14:28.617762 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 14458 | 2025.01.28 23:14:28.617814 [ 5 ] {21388a59-0cc9-4b54-aee2-2a26f440fbb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14459 | 2025.01.28 23:14:28.618533 [ 5 ] {21388a59-0cc9-4b54-aee2-2a26f440fbb2} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14460 | 2025.01.28 23:14:28.618572 [ 5 ] {21388a59-0cc9-4b54-aee2-2a26f440fbb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14461 | 2025.01.28 23:14:28.618954 [ 5 ] {21388a59-0cc9-4b54-aee2-2a26f440fbb2} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14462 | 2025.01.28 23:14:28.619190 [ 5 ] {21388a59-0cc9-4b54-aee2-2a26f440fbb2} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14463 | 2025.01.28 23:14:28.619435 [ 5 ] {21388a59-0cc9-4b54-aee2-2a26f440fbb2} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001719 sec., 229203.02501454332 rows/sec., 16.27 MiB/sec. | ||
| 14464 | 2025.01.28 23:14:28.619496 [ 5 ] {21388a59-0cc9-4b54-aee2-2a26f440fbb2} <Debug> TCPHandler: Processed in 0.001970433 sec. | ||
| 14465 | 2025.01.28 23:14:28.619712 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14466 | 2025.01.28 23:14:28.620064 [ 254 ] {853ba592-2b1b-418c-ae65-a696f4b88f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14467 | 2025.01.28 23:14:28.620213 [ 254 ] {853ba592-2b1b-418c-ae65-a696f4b88f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14468 | 2025.01.28 23:14:28.620891 [ 254 ] {853ba592-2b1b-418c-ae65-a696f4b88f4a} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14469 | 2025.01.28 23:14:28.620929 [ 254 ] {853ba592-2b1b-418c-ae65-a696f4b88f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14470 | 2025.01.28 23:14:28.621292 [ 254 ] {853ba592-2b1b-418c-ae65-a696f4b88f4a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14471 | 2025.01.28 23:14:28.621527 [ 254 ] {853ba592-2b1b-418c-ae65-a696f4b88f4a} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14472 | 2025.01.28 23:14:28.621704 [ 254 ] {853ba592-2b1b-418c-ae65-a696f4b88f4a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001765 sec., 3399.4334277620396 rows/sec., 177.61 KiB/sec. | ||
| 14473 | 2025.01.28 23:14:28.621756 [ 254 ] {853ba592-2b1b-418c-ae65-a696f4b88f4a} <Debug> TCPHandler: Processed in 0.002142016 sec. | ||
| 14474 | 2025.01.28 23:14:28.621911 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14475 | 2025.01.28 23:14:28.622050 [ 5 ] {c48f2b9d-2682-414d-a16e-af8fb27c379c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14476 | 2025.01.28 23:14:28.622113 [ 5 ] {c48f2b9d-2682-414d-a16e-af8fb27c379c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14477 | 2025.01.28 23:14:28.622757 [ 5 ] {c48f2b9d-2682-414d-a16e-af8fb27c379c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14478 | 2025.01.28 23:14:28.622798 [ 5 ] {c48f2b9d-2682-414d-a16e-af8fb27c379c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14479 | 2025.01.28 23:14:28.623204 [ 5 ] {c48f2b9d-2682-414d-a16e-af8fb27c379c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14480 | 2025.01.28 23:14:28.623446 [ 5 ] {c48f2b9d-2682-414d-a16e-af8fb27c379c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14481 | 2025.01.28 23:14:28.623657 [ 5 ] {c48f2b9d-2682-414d-a16e-af8fb27c379c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001639 sec., 144600.36607687615 rows/sec., 9.69 MiB/sec. | ||
| 14482 | 2025.01.28 23:14:28.623710 [ 5 ] {c48f2b9d-2682-414d-a16e-af8fb27c379c} <Debug> TCPHandler: Processed in 0.001867461 sec. | ||
| 14483 | 2025.01.28 23:14:28.623867 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14484 | 2025.01.28 23:14:28.624004 [ 254 ] {4dc2481c-263c-49ee-bcde-405d8260b47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14485 | 2025.01.28 23:14:28.624064 [ 254 ] {4dc2481c-263c-49ee-bcde-405d8260b47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14486 | 2025.01.28 23:14:28.624581 [ 254 ] {4dc2481c-263c-49ee-bcde-405d8260b47f} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14487 | 2025.01.28 23:14:28.624618 [ 254 ] {4dc2481c-263c-49ee-bcde-405d8260b47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14488 | 2025.01.28 23:14:28.624975 [ 254 ] {4dc2481c-263c-49ee-bcde-405d8260b47f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14489 | 2025.01.28 23:14:28.625205 [ 254 ] {4dc2481c-263c-49ee-bcde-405d8260b47f} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14490 | 2025.01.28 23:14:28.625332 [ 63 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0 | ||
| 14491 | 2025.01.28 23:14:28.625377 [ 63 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14492 | 2025.01.28 23:14:28.625386 [ 254 ] {4dc2481c-263c-49ee-bcde-405d8260b47f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 14493 | 2025.01.28 23:14:28.625407 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14494 | 2025.01.28 23:14:28.625485 [ 254 ] {4dc2481c-263c-49ee-bcde-405d8260b47f} <Debug> TCPHandler: Processed in 0.001677938 sec. | ||
| 14495 | 2025.01.28 23:14:28.625756 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14496 | 2025.01.28 23:14:28.625987 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full | ||
| 14497 | 2025.01.28 23:14:28.626067 [ 5 ] {76e72d71-4334-4af1-a267-c8c73b02a68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14498 | 2025.01.28 23:14:28.626463 [ 5 ] {76e72d71-4334-4af1-a267-c8c73b02a68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14499 | 2025.01.28 23:14:28.626784 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14500 | 2025.01.28 23:14:28.626963 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 47 rows starting from the beginning of the part | ||
| 14501 | 2025.01.28 23:14:28.627292 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 14502 | 2025.01.28 23:14:28.627597 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 14503 | 2025.01.28 23:14:28.628076 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 14504 | 2025.01.28 23:14:28.628357 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 14505 | 2025.01.28 23:14:28.628755 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 14506 | 2025.01.28 23:14:28.632417 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 4 columns (4 merged, 0 gathered) in 0.006888665 sec., 7548.632427328082 rows/sec., 507.51 KiB/sec. | ||
| 14507 | 2025.01.28 23:14:28.632639 [ 5 ] {76e72d71-4334-4af1-a267-c8c73b02a68c} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14508 | 2025.01.28 23:14:28.632649 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 14509 | 2025.01.28 23:14:28.632702 [ 5 ] {76e72d71-4334-4af1-a267-c8c73b02a68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14510 | 2025.01.28 23:14:28.633240 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2025.01.28 23:14:28.633423 [ 190 ] {6562b5bd-78be-4d9e-8ea9-2d523a1c05ca::all_1_51_11} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11 | ||
| 14512 | 2025.01.28 23:14:28.633574 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14513 | 2025.01.28 23:14:28.633884 [ 5 ] {76e72d71-4334-4af1-a267-c8c73b02a68c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14514 | 2025.01.28 23:14:28.634168 [ 5 ] {76e72d71-4334-4af1-a267-c8c73b02a68c} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14515 | 2025.01.28 23:14:28.634427 [ 5 ] {76e72d71-4334-4af1-a267-c8c73b02a68c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008442 sec., 1421.4641080312722 rows/sec., 2.55 MiB/sec. | ||
| 14516 | 2025.01.28 23:14:28.634555 [ 5 ] {76e72d71-4334-4af1-a267-c8c73b02a68c} <Debug> TCPHandler: Processed in 0.00896118 sec. | ||
| 14517 | 2025.01.28 23:14:28.634735 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14518 | 2025.01.28 23:14:28.634907 [ 254 ] {0db0e0e7-0d09-4897-afcd-98fec25fbe42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14519 | 2025.01.28 23:14:28.634967 [ 254 ] {0db0e0e7-0d09-4897-afcd-98fec25fbe42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14520 | 2025.01.28 23:14:28.635548 [ 254 ] {0db0e0e7-0d09-4897-afcd-98fec25fbe42} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14521 | 2025.01.28 23:14:28.635590 [ 254 ] {0db0e0e7-0d09-4897-afcd-98fec25fbe42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14522 | 2025.01.28 23:14:28.635992 [ 254 ] {0db0e0e7-0d09-4897-afcd-98fec25fbe42} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14523 | 2025.01.28 23:14:28.636235 [ 254 ] {0db0e0e7-0d09-4897-afcd-98fec25fbe42} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14524 | 2025.01.28 23:14:28.636426 [ 254 ] {0db0e0e7-0d09-4897-afcd-98fec25fbe42} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001545 sec., 53074.43365695793 rows/sec., 3.37 MiB/sec. | ||
| 14525 | 2025.01.28 23:14:28.636560 [ 254 ] {0db0e0e7-0d09-4897-afcd-98fec25fbe42} <Debug> TCPHandler: Processed in 0.001892342 sec. | ||
| 14526 | 2025.01.28 23:14:32.629453 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14527 | 2025.01.28 23:14:32.629521 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14528 | 2025.01.28 23:14:32.705232 [ 222 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): 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] | ||
| 14529 | 2025.01.28 23:14:32.705283 [ 222 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): 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] | ||
| 14530 | 2025.01.28 23:14:32.711551 [ 222 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): 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] | ||
| 14531 | 2025.01.28 23:14:32.839282 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 14532 | 2025.01.28 23:14:32.839927 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14533 | 2025.01.28 23:14:32.839979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14534 | 2025.01.28 23:14:32.840536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14535 | 2025.01.28 23:14:32.840800 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14536 | 2025.01.28 23:14:32.841046 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 14537 | 2025.01.28 23:14:32.934712 [ 224 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): 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] | ||
| 14538 | 2025.01.28 23:14:32.934745 [ 224 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): 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] | ||
| 14539 | 2025.01.28 23:14:32.937103 [ 224 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): 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] | ||
| 14540 | 2025.01.28 23:14:33.122148 [ 217 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): 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] | ||
| 14541 | 2025.01.28 23:14:33.122206 [ 217 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): 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] | ||
| 14542 | 2025.01.28 23:14:33.124630 [ 217 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): 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] | ||
| 14543 | 2025.01.28 23:14:33.567324 [ 222 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): 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] | ||
| 14544 | 2025.01.28 23:14:33.567380 [ 222 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): 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] | ||
| 14545 | 2025.01.28 23:14:33.569558 [ 222 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): 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] | ||
| 14546 | 2025.01.28 23:14:33.596932 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14547 | 2025.01.28 23:14:33.597154 [ 254 ] {e3d11e64-c98e-4d5c-91e8-fe27b4cc761d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14548 | 2025.01.28 23:14:33.597233 [ 254 ] {e3d11e64-c98e-4d5c-91e8-fe27b4cc761d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14549 | 2025.01.28 23:14:33.598122 [ 254 ] {e3d11e64-c98e-4d5c-91e8-fe27b4cc761d} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14550 | 2025.01.28 23:14:33.598165 [ 254 ] {e3d11e64-c98e-4d5c-91e8-fe27b4cc761d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14551 | 2025.01.28 23:14:33.598627 [ 254 ] {e3d11e64-c98e-4d5c-91e8-fe27b4cc761d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14552 | 2025.01.28 23:14:33.598885 [ 254 ] {e3d11e64-c98e-4d5c-91e8-fe27b4cc761d} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14553 | 2025.01.28 23:14:33.599091 [ 254 ] {e3d11e64-c98e-4d5c-91e8-fe27b4cc761d} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001998 sec., 55055.05505505505 rows/sec., 4.63 MiB/sec. | ||
| 14554 | 2025.01.28 23:14:33.599158 [ 254 ] {e3d11e64-c98e-4d5c-91e8-fe27b4cc761d} <Debug> TCPHandler: Processed in 0.002362579 sec. | ||
| 14555 | 2025.01.28 23:14:33.599439 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14556 | 2025.01.28 23:14:33.599662 [ 5 ] {6c639437-7aa4-4e22-a332-573814b3aecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14557 | 2025.01.28 23:14:33.599746 [ 5 ] {6c639437-7aa4-4e22-a332-573814b3aecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14558 | 2025.01.28 23:14:33.600612 [ 5 ] {6c639437-7aa4-4e22-a332-573814b3aecc} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14559 | 2025.01.28 23:14:33.600666 [ 5 ] {6c639437-7aa4-4e22-a332-573814b3aecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14560 | 2025.01.28 23:14:33.601115 [ 5 ] {6c639437-7aa4-4e22-a332-573814b3aecc} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14561 | 2025.01.28 23:14:33.601384 [ 5 ] {6c639437-7aa4-4e22-a332-573814b3aecc} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14562 | 2025.01.28 23:14:33.601612 [ 5 ] {6c639437-7aa4-4e22-a332-573814b3aecc} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.002012 sec., 13419.48310139165 rows/sec., 1009.08 KiB/sec. | ||
| 14563 | 2025.01.28 23:14:33.601680 [ 5 ] {6c639437-7aa4-4e22-a332-573814b3aecc} <Debug> TCPHandler: Processed in 0.002381569 sec. | ||
| 14564 | 2025.01.28 23:14:33.601834 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14565 | 2025.01.28 23:14:33.601953 [ 254 ] {b9fc87c0-d01d-4a9a-b920-aef0d3e1ce48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14566 | 2025.01.28 23:14:33.602007 [ 254 ] {b9fc87c0-d01d-4a9a-b920-aef0d3e1ce48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14567 | 2025.01.28 23:14:33.602628 [ 254 ] {b9fc87c0-d01d-4a9a-b920-aef0d3e1ce48} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14568 | 2025.01.28 23:14:33.602666 [ 254 ] {b9fc87c0-d01d-4a9a-b920-aef0d3e1ce48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14569 | 2025.01.28 23:14:33.603044 [ 254 ] {b9fc87c0-d01d-4a9a-b920-aef0d3e1ce48} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14570 | 2025.01.28 23:14:33.603303 [ 254 ] {b9fc87c0-d01d-4a9a-b920-aef0d3e1ce48} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14571 | 2025.01.28 23:14:33.603477 [ 254 ] {b9fc87c0-d01d-4a9a-b920-aef0d3e1ce48} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00155 sec., 58709.67741935484 rows/sec., 4.59 MiB/sec. | ||
| 14572 | 2025.01.28 23:14:33.603529 [ 254 ] {b9fc87c0-d01d-4a9a-b920-aef0d3e1ce48} <Debug> TCPHandler: Processed in 0.001751069 sec. | ||
| 14573 | 2025.01.28 23:14:33.603725 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14574 | 2025.01.28 23:14:33.603955 [ 5 ] {d4d5a12d-c15a-47b3-afed-49163f725aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14575 | 2025.01.28 23:14:33.604056 [ 5 ] {d4d5a12d-c15a-47b3-afed-49163f725aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14576 | 2025.01.28 23:14:33.604893 [ 5 ] {d4d5a12d-c15a-47b3-afed-49163f725aab} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14577 | 2025.01.28 23:14:33.604935 [ 5 ] {d4d5a12d-c15a-47b3-afed-49163f725aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14578 | 2025.01.28 23:14:33.605343 [ 5 ] {d4d5a12d-c15a-47b3-afed-49163f725aab} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14579 | 2025.01.28 23:14:33.605604 [ 5 ] {d4d5a12d-c15a-47b3-afed-49163f725aab} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14580 | 2025.01.28 23:14:33.605839 [ 5 ] {d4d5a12d-c15a-47b3-afed-49163f725aab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001938 sec., 82559.3395252838 rows/sec., 5.75 MiB/sec. | ||
| 14581 | 2025.01.28 23:14:33.605891 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): 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] | ||
| 14582 | 2025.01.28 23:14:33.605934 [ 5 ] {d4d5a12d-c15a-47b3-afed-49163f725aab} <Debug> TCPHandler: Processed in 0.002321198 sec. | ||
| 14583 | 2025.01.28 23:14:33.605945 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): 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] | ||
| 14584 | 2025.01.28 23:14:33.606137 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14585 | 2025.01.28 23:14:33.606252 [ 254 ] {df3f1e7e-3eaa-4a9b-a689-66eda227671c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14586 | 2025.01.28 23:14:33.606330 [ 254 ] {df3f1e7e-3eaa-4a9b-a689-66eda227671c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14587 | 2025.01.28 23:14:33.607841 [ 254 ] {df3f1e7e-3eaa-4a9b-a689-66eda227671c} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2025.01.28 23:14:33.607882 [ 254 ] {df3f1e7e-3eaa-4a9b-a689-66eda227671c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14589 | 2025.01.28 23:14:33.608699 [ 254 ] {df3f1e7e-3eaa-4a9b-a689-66eda227671c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14590 | 2025.01.28 23:14:33.609015 [ 254 ] {df3f1e7e-3eaa-4a9b-a689-66eda227671c} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14591 | 2025.01.28 23:14:33.609125 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): 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] | ||
| 14592 | 2025.01.28 23:14:33.609176 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14593 | 2025.01.28 23:14:33.609265 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14594 | 2025.01.28 23:14:33.609334 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14595 | 2025.01.28 23:14:33.609408 [ 254 ] {df3f1e7e-3eaa-4a9b-a689-66eda227671c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003154 sec., 8560.558021559924 rows/sec., 15.34 MiB/sec. | ||
| 14596 | 2025.01.28 23:14:33.610110 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 14597 | 2025.01.28 23:14:33.610551 [ 254 ] {df3f1e7e-3eaa-4a9b-a689-66eda227671c} <Debug> TCPHandler: Processed in 0.004494145 sec. | ||
| 14598 | 2025.01.28 23:14:33.610966 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14599 | 2025.01.28 23:14:33.611495 [ 5 ] {84cc1ba3-b83d-461b-b867-045f22580b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14600 | 2025.01.28 23:14:33.611686 [ 5 ] {84cc1ba3-b83d-461b-b867-045f22580b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14601 | 2025.01.28 23:14:33.612667 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14602 | 2025.01.28 23:14:33.613230 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1713 rows starting from the beginning of the part | ||
| 14603 | 2025.01.28 23:14:33.614864 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 27 rows starting from the beginning of the part | ||
| 14604 | 2025.01.28 23:14:33.615727 [ 5 ] {84cc1ba3-b83d-461b-b867-045f22580b1a} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14605 | 2025.01.28 23:14:33.615794 [ 5 ] {84cc1ba3-b83d-461b-b867-045f22580b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14606 | 2025.01.28 23:14:33.615909 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 14607 | 2025.01.28 23:14:33.616331 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 27 rows starting from the beginning of the part | ||
| 14608 | 2025.01.28 23:14:33.616651 [ 5 ] {84cc1ba3-b83d-461b-b867-045f22580b1a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14609 | 2025.01.28 23:14:33.616703 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 12 rows starting from the beginning of the part | ||
| 14610 | 2025.01.28 23:14:33.617042 [ 199 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 27 rows starting from the beginning of the part | ||
| 14611 | 2025.01.28 23:14:33.617106 [ 5 ] {84cc1ba3-b83d-461b-b867-045f22580b1a} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14612 | 2025.01.28 23:14:33.617655 [ 5 ] {84cc1ba3-b83d-461b-b867-045f22580b1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006335 sec., 9471.19179163378 rows/sec., 653.61 KiB/sec. | ||
| 14613 | 2025.01.28 23:14:33.617688 [ 220 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): 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] | ||
| 14614 | 2025.01.28 23:14:33.617804 [ 220 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): 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] | ||
| 14615 | 2025.01.28 23:14:33.617872 [ 5 ] {84cc1ba3-b83d-461b-b867-045f22580b1a} <Debug> TCPHandler: Processed in 0.00715492 sec. | ||
| 14616 | 2025.01.28 23:14:33.621189 [ 220 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): 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] | ||
| 14617 | 2025.01.28 23:14:33.628799 [ 197 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 19 columns (19 merged, 0 gathered) in 0.019306702 sec., 94164.19231000717 rows/sec., 168.74 MiB/sec. | ||
| 14618 | 2025.01.28 23:14:33.630711 [ 197 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14619 | 2025.01.28 23:14:33.631118 [ 197 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14620 | 2025.01.28 23:14:33.631196 [ 197 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14621 | 2025.01.28 23:14:33.631344 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.25 MiB. | ||
| 14622 | 2025.01.28 23:14:34.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.74 MiB, peak 279.93 MiB, free memory in arenas 0.00 B, will set to 265.32 MiB (RSS), difference: 2.58 MiB | ||
| 14623 | 2025.01.28 23:14:35.083279 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14624 | 2025.01.28 23:14:35.104049 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14625 | 2025.01.28 23:14:35.104111 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14626 | 2025.01.28 23:14:35.111045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14627 | 2025.01.28 23:14:35.111849 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14628 | 2025.01.28 23:14:35.116488 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14629 | 2025.01.28 23:14:35.710657 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14630 | 2025.01.28 23:14:35.710966 [ 254 ] {f20170c7-de67-441c-9cae-ead6d8e7c260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14631 | 2025.01.28 23:14:35.711081 [ 254 ] {f20170c7-de67-441c-9cae-ead6d8e7c260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14632 | 2025.01.28 23:14:35.712142 [ 254 ] {f20170c7-de67-441c-9cae-ead6d8e7c260} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14633 | 2025.01.28 23:14:35.712193 [ 254 ] {f20170c7-de67-441c-9cae-ead6d8e7c260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14634 | 2025.01.28 23:14:35.712647 [ 254 ] {f20170c7-de67-441c-9cae-ead6d8e7c260} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14635 | 2025.01.28 23:14:35.712948 [ 254 ] {f20170c7-de67-441c-9cae-ead6d8e7c260} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14636 | 2025.01.28 23:14:35.713198 [ 254 ] {f20170c7-de67-441c-9cae-ead6d8e7c260} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002318 sec., 6039.689387402933 rows/sec., 434.78 KiB/sec. | ||
| 14637 | 2025.01.28 23:14:35.713254 [ 254 ] {f20170c7-de67-441c-9cae-ead6d8e7c260} <Debug> TCPHandler: Processed in 0.002786026 sec. | ||
| 14638 | 2025.01.28 23:14:35.713590 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14639 | 2025.01.28 23:14:35.713851 [ 5 ] {6d7eef61-ee47-4bb5-8fee-609879502dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14640 | 2025.01.28 23:14:35.713930 [ 5 ] {6d7eef61-ee47-4bb5-8fee-609879502dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14641 | 2025.01.28 23:14:35.715420 [ 5 ] {6d7eef61-ee47-4bb5-8fee-609879502dd7} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14642 | 2025.01.28 23:14:35.715463 [ 5 ] {6d7eef61-ee47-4bb5-8fee-609879502dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14643 | 2025.01.28 23:14:35.715972 [ 5 ] {6d7eef61-ee47-4bb5-8fee-609879502dd7} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14644 | 2025.01.28 23:14:35.716224 [ 5 ] {6d7eef61-ee47-4bb5-8fee-609879502dd7} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14645 | 2025.01.28 23:14:35.716474 [ 5 ] {6d7eef61-ee47-4bb5-8fee-609879502dd7} <Debug> executeQuery: Read 1367 rows, 116.92 KiB in 0.002681 sec., 509884.3715031705 rows/sec., 42.59 MiB/sec. | ||
| 14646 | 2025.01.28 23:14:35.716548 [ 5 ] {6d7eef61-ee47-4bb5-8fee-609879502dd7} <Debug> TCPHandler: Processed in 0.003141733 sec. | ||
| 14647 | 2025.01.28 23:14:35.716724 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14648 | 2025.01.28 23:14:35.716929 [ 254 ] {f2e7fdc4-6fa3-47db-8a66-5f1aa360bf8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14649 | 2025.01.28 23:14:35.716999 [ 254 ] {f2e7fdc4-6fa3-47db-8a66-5f1aa360bf8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14650 | 2025.01.28 23:14:35.717686 [ 254 ] {f2e7fdc4-6fa3-47db-8a66-5f1aa360bf8d} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14651 | 2025.01.28 23:14:35.717725 [ 254 ] {f2e7fdc4-6fa3-47db-8a66-5f1aa360bf8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14652 | 2025.01.28 23:14:35.718085 [ 254 ] {f2e7fdc4-6fa3-47db-8a66-5f1aa360bf8d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14653 | 2025.01.28 23:14:35.718326 [ 254 ] {f2e7fdc4-6fa3-47db-8a66-5f1aa360bf8d} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14654 | 2025.01.28 23:14:35.718558 [ 254 ] {f2e7fdc4-6fa3-47db-8a66-5f1aa360bf8d} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001679 sec., 11316.259678379989 rows/sec., 809.05 KiB/sec. | ||
| 14655 | 2025.01.28 23:14:35.718650 [ 254 ] {f2e7fdc4-6fa3-47db-8a66-5f1aa360bf8d} <Debug> TCPHandler: Processed in 0.001995633 sec. | ||
| 14656 | 2025.01.28 23:14:35.718925 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14657 | 2025.01.28 23:14:35.719168 [ 5 ] {881ee5f4-b103-44a9-afa6-af8f39e9dd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14658 | 2025.01.28 23:14:35.719258 [ 5 ] {881ee5f4-b103-44a9-afa6-af8f39e9dd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14659 | 2025.01.28 23:14:35.720124 [ 5 ] {881ee5f4-b103-44a9-afa6-af8f39e9dd79} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14660 | 2025.01.28 23:14:35.720165 [ 5 ] {881ee5f4-b103-44a9-afa6-af8f39e9dd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14661 | 2025.01.28 23:14:35.720536 [ 5 ] {881ee5f4-b103-44a9-afa6-af8f39e9dd79} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14662 | 2025.01.28 23:14:35.720787 [ 5 ] {881ee5f4-b103-44a9-afa6-af8f39e9dd79} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14663 | 2025.01.28 23:14:35.721022 [ 5 ] {881ee5f4-b103-44a9-afa6-af8f39e9dd79} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001904 sec., 127100.84033613445 rows/sec., 8.61 MiB/sec. | ||
| 14664 | 2025.01.28 23:14:35.721101 [ 5 ] {881ee5f4-b103-44a9-afa6-af8f39e9dd79} <Debug> TCPHandler: Processed in 0.002353929 sec. | ||
| 14665 | 2025.01.28 23:14:35.721286 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14666 | 2025.01.28 23:14:35.721416 [ 254 ] {7709a4bd-3edd-4073-8866-33e5817f1c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14667 | 2025.01.28 23:14:35.721463 [ 254 ] {7709a4bd-3edd-4073-8866-33e5817f1c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14668 | 2025.01.28 23:14:35.722025 [ 254 ] {7709a4bd-3edd-4073-8866-33e5817f1c3c} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14669 | 2025.01.28 23:14:35.722063 [ 254 ] {7709a4bd-3edd-4073-8866-33e5817f1c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14670 | 2025.01.28 23:14:35.722436 [ 254 ] {7709a4bd-3edd-4073-8866-33e5817f1c3c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14671 | 2025.01.28 23:14:35.722678 [ 254 ] {7709a4bd-3edd-4073-8866-33e5817f1c3c} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14672 | 2025.01.28 23:14:35.722916 [ 254 ] {7709a4bd-3edd-4073-8866-33e5817f1c3c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001517 sec., 8569.54515491101 rows/sec., 534.31 KiB/sec. | ||
| 14673 | 2025.01.28 23:14:35.722995 [ 254 ] {7709a4bd-3edd-4073-8866-33e5817f1c3c} <Debug> TCPHandler: Processed in 0.00180026 sec. | ||
| 14674 | 2025.01.28 23:14:35.723234 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14675 | 2025.01.28 23:14:35.723405 [ 5 ] {4a2d3092-941a-4120-b128-254bc31ca70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14676 | 2025.01.28 23:14:35.723462 [ 5 ] {4a2d3092-941a-4120-b128-254bc31ca70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14677 | 2025.01.28 23:14:35.724385 [ 5 ] {4a2d3092-941a-4120-b128-254bc31ca70d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14678 | 2025.01.28 23:14:35.724426 [ 5 ] {4a2d3092-941a-4120-b128-254bc31ca70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14679 | 2025.01.28 23:14:35.724825 [ 5 ] {4a2d3092-941a-4120-b128-254bc31ca70d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14680 | 2025.01.28 23:14:35.725068 [ 5 ] {4a2d3092-941a-4120-b128-254bc31ca70d} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14681 | 2025.01.28 23:14:35.725274 [ 5 ] {4a2d3092-941a-4120-b128-254bc31ca70d} <Debug> executeQuery: Read 850 rows, 62.93 KiB in 0.001897 sec., 448075.9093305219 rows/sec., 32.40 MiB/sec. | ||
| 14682 | 2025.01.28 23:14:35.725327 [ 5 ] {4a2d3092-941a-4120-b128-254bc31ca70d} <Debug> TCPHandler: Processed in 0.002228548 sec. | ||
| 14683 | 2025.01.28 23:14:35.725472 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14684 | 2025.01.28 23:14:35.725590 [ 254 ] {acfd4d46-9c76-4975-8bd2-65c5d40a528c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14685 | 2025.01.28 23:14:35.725640 [ 254 ] {acfd4d46-9c76-4975-8bd2-65c5d40a528c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14686 | 2025.01.28 23:14:35.726139 [ 254 ] {acfd4d46-9c76-4975-8bd2-65c5d40a528c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14687 | 2025.01.28 23:14:35.726177 [ 254 ] {acfd4d46-9c76-4975-8bd2-65c5d40a528c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14688 | 2025.01.28 23:14:35.726552 [ 254 ] {acfd4d46-9c76-4975-8bd2-65c5d40a528c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14689 | 2025.01.28 23:14:35.726790 [ 254 ] {acfd4d46-9c76-4975-8bd2-65c5d40a528c} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14690 | 2025.01.28 23:14:35.727011 [ 254 ] {acfd4d46-9c76-4975-8bd2-65c5d40a528c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec. | ||
| 14691 | 2025.01.28 23:14:35.727061 [ 254 ] {acfd4d46-9c76-4975-8bd2-65c5d40a528c} <Debug> TCPHandler: Processed in 0.001648528 sec. | ||
| 14692 | 2025.01.28 23:14:35.727204 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14693 | 2025.01.28 23:14:35.727321 [ 5 ] {86917433-46f7-42f1-90c6-733b97f884bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14694 | 2025.01.28 23:14:35.727373 [ 5 ] {86917433-46f7-42f1-90c6-733b97f884bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14695 | 2025.01.28 23:14:35.728129 [ 5 ] {86917433-46f7-42f1-90c6-733b97f884bb} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14696 | 2025.01.28 23:14:35.728168 [ 5 ] {86917433-46f7-42f1-90c6-733b97f884bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14697 | 2025.01.28 23:14:35.728618 [ 5 ] {86917433-46f7-42f1-90c6-733b97f884bb} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14698 | 2025.01.28 23:14:35.728860 [ 5 ] {86917433-46f7-42f1-90c6-733b97f884bb} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14699 | 2025.01.28 23:14:35.729097 [ 5 ] {86917433-46f7-42f1-90c6-733b97f884bb} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.0018 sec., 566111.1111111111 rows/sec., 37.72 MiB/sec. | ||
| 14700 | 2025.01.28 23:14:35.729149 [ 5 ] {86917433-46f7-42f1-90c6-733b97f884bb} <Debug> TCPHandler: Processed in 0.002000243 sec. | ||
| 14701 | 2025.01.28 23:14:35.729292 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14702 | 2025.01.28 23:14:35.729412 [ 254 ] {ab47034b-af48-4715-843c-d2dc6d4597d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14703 | 2025.01.28 23:14:35.729464 [ 254 ] {ab47034b-af48-4715-843c-d2dc6d4597d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14704 | 2025.01.28 23:14:35.729931 [ 254 ] {ab47034b-af48-4715-843c-d2dc6d4597d9} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14705 | 2025.01.28 23:14:35.729971 [ 254 ] {ab47034b-af48-4715-843c-d2dc6d4597d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14706 | 2025.01.28 23:14:35.730338 [ 254 ] {ab47034b-af48-4715-843c-d2dc6d4597d9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14707 | 2025.01.28 23:14:35.730573 [ 254 ] {ab47034b-af48-4715-843c-d2dc6d4597d9} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14708 | 2025.01.28 23:14:35.730804 [ 254 ] {ab47034b-af48-4715-843c-d2dc6d4597d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 14709 | 2025.01.28 23:14:35.730856 [ 254 ] {ab47034b-af48-4715-843c-d2dc6d4597d9} <Debug> TCPHandler: Processed in 0.001616017 sec. | ||
| 14710 | 2025.01.28 23:14:35.731107 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14711 | 2025.01.28 23:14:35.731325 [ 5 ] {17ef5b3b-77a4-4b68-8432-ec4acd3fa81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14712 | 2025.01.28 23:14:35.731475 [ 5 ] {17ef5b3b-77a4-4b68-8432-ec4acd3fa81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14713 | 2025.01.28 23:14:35.732703 [ 5 ] {17ef5b3b-77a4-4b68-8432-ec4acd3fa81a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14714 | 2025.01.28 23:14:35.732743 [ 5 ] {17ef5b3b-77a4-4b68-8432-ec4acd3fa81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14715 | 2025.01.28 23:14:35.733389 [ 5 ] {17ef5b3b-77a4-4b68-8432-ec4acd3fa81a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14716 | 2025.01.28 23:14:35.733659 [ 5 ] {17ef5b3b-77a4-4b68-8432-ec4acd3fa81a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14717 | 2025.01.28 23:14:35.733952 [ 5 ] {17ef5b3b-77a4-4b68-8432-ec4acd3fa81a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002669 sec., 4496.065942300487 rows/sec., 8.06 MiB/sec. | ||
| 14718 | 2025.01.28 23:14:35.734202 [ 5 ] {17ef5b3b-77a4-4b68-8432-ec4acd3fa81a} <Debug> TCPHandler: Processed in 0.003248974 sec. | ||
| 14719 | 2025.01.28 23:14:35.734455 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14720 | 2025.01.28 23:14:35.734668 [ 254 ] {4ac8cf6b-c465-48b8-ac1c-43e43ff96f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14721 | 2025.01.28 23:14:35.734721 [ 254 ] {4ac8cf6b-c465-48b8-ac1c-43e43ff96f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14722 | 2025.01.28 23:14:35.735217 [ 254 ] {4ac8cf6b-c465-48b8-ac1c-43e43ff96f8b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14723 | 2025.01.28 23:14:35.735256 [ 254 ] {4ac8cf6b-c465-48b8-ac1c-43e43ff96f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14724 | 2025.01.28 23:14:35.735648 [ 254 ] {4ac8cf6b-c465-48b8-ac1c-43e43ff96f8b} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14725 | 2025.01.28 23:14:35.735897 [ 254 ] {4ac8cf6b-c465-48b8-ac1c-43e43ff96f8b} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14726 | 2025.01.28 23:14:35.736124 [ 254 ] {4ac8cf6b-c465-48b8-ac1c-43e43ff96f8b} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001491 sec., 38900.06706908115 rows/sec., 2.41 MiB/sec. | ||
| 14727 | 2025.01.28 23:14:35.736174 [ 254 ] {4ac8cf6b-c465-48b8-ac1c-43e43ff96f8b} <Debug> TCPHandler: Processed in 0.001878642 sec. | ||
| 14728 | 2025.01.28 23:14:36.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.62 MiB, peak 279.93 MiB, free memory in arenas 0.00 B, will set to 265.32 MiB (RSS), difference: -1.31 MiB | ||
| 14729 | 2025.01.28 23:14:38.023559 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 2088 | ||
| 14730 | 2025.01.28 23:14:38.027338 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14731 | 2025.01.28 23:14:38.027404 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14732 | 2025.01.28 23:14:38.028942 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14733 | 2025.01.28 23:14:38.029307 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14734 | 2025.01.28 23:14:38.029994 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2088 | ||
| 14735 | 2025.01.28 23:14:38.591044 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14736 | 2025.01.28 23:14:38.591233 [ 254 ] {8b8e68d4-c05e-43ea-8b1e-aca7d0b0d410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14737 | 2025.01.28 23:14:38.591305 [ 254 ] {8b8e68d4-c05e-43ea-8b1e-aca7d0b0d410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14738 | 2025.01.28 23:14:38.592114 [ 254 ] {8b8e68d4-c05e-43ea-8b1e-aca7d0b0d410} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2025.01.28 23:14:38.592159 [ 254 ] {8b8e68d4-c05e-43ea-8b1e-aca7d0b0d410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14740 | 2025.01.28 23:14:38.592610 [ 254 ] {8b8e68d4-c05e-43ea-8b1e-aca7d0b0d410} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14741 | 2025.01.28 23:14:38.592864 [ 254 ] {8b8e68d4-c05e-43ea-8b1e-aca7d0b0d410} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14742 | 2025.01.28 23:14:38.593071 [ 254 ] {8b8e68d4-c05e-43ea-8b1e-aca7d0b0d410} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.28 MiB/sec. | ||
| 14743 | 2025.01.28 23:14:38.593148 [ 254 ] {8b8e68d4-c05e-43ea-8b1e-aca7d0b0d410} <Debug> TCPHandler: Processed in 0.002235077 sec. | ||
| 14744 | 2025.01.28 23:14:38.593411 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14745 | 2025.01.28 23:14:38.593608 [ 5 ] {c83d50a1-51f2-4dd8-b46c-f6fd62ff6e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14746 | 2025.01.28 23:14:38.593681 [ 5 ] {c83d50a1-51f2-4dd8-b46c-f6fd62ff6e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14747 | 2025.01.28 23:14:38.594452 [ 5 ] {c83d50a1-51f2-4dd8-b46c-f6fd62ff6e55} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14748 | 2025.01.28 23:14:38.594497 [ 5 ] {c83d50a1-51f2-4dd8-b46c-f6fd62ff6e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14749 | 2025.01.28 23:14:38.594948 [ 5 ] {c83d50a1-51f2-4dd8-b46c-f6fd62ff6e55} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14750 | 2025.01.28 23:14:38.595214 [ 5 ] {c83d50a1-51f2-4dd8-b46c-f6fd62ff6e55} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14751 | 2025.01.28 23:14:38.595470 [ 5 ] {c83d50a1-51f2-4dd8-b46c-f6fd62ff6e55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001912 sec., 33472.803347280336 rows/sec., 2.61 MiB/sec. | ||
| 14752 | 2025.01.28 23:14:38.595532 [ 5 ] {c83d50a1-51f2-4dd8-b46c-f6fd62ff6e55} <Debug> TCPHandler: Processed in 0.002259658 sec. | ||
| 14753 | 2025.01.28 23:14:38.595686 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14754 | 2025.01.28 23:14:38.595813 [ 254 ] {6999ada7-1107-4584-b1e7-7828c70c7b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14755 | 2025.01.28 23:14:38.595877 [ 254 ] {6999ada7-1107-4584-b1e7-7828c70c7b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14756 | 2025.01.28 23:14:38.596523 [ 254 ] {6999ada7-1107-4584-b1e7-7828c70c7b2c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14757 | 2025.01.28 23:14:38.596568 [ 254 ] {6999ada7-1107-4584-b1e7-7828c70c7b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14758 | 2025.01.28 23:14:38.596993 [ 254 ] {6999ada7-1107-4584-b1e7-7828c70c7b2c} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14759 | 2025.01.28 23:14:38.597232 [ 254 ] {6999ada7-1107-4584-b1e7-7828c70c7b2c} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14760 | 2025.01.28 23:14:38.597369 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 14761 | 2025.01.28 23:14:38.597410 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14762 | 2025.01.28 23:14:38.597417 [ 254 ] {6999ada7-1107-4584-b1e7-7828c70c7b2c} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001633 sec., 39191.67176974893 rows/sec., 2.73 MiB/sec. | ||
| 14763 | 2025.01.28 23:14:38.597435 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14764 | 2025.01.28 23:14:38.597499 [ 254 ] {6999ada7-1107-4584-b1e7-7828c70c7b2c} <Debug> TCPHandler: Processed in 0.001867421 sec. | ||
| 14765 | 2025.01.28 23:14:38.597713 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 14766 | 2025.01.28 23:14:38.597789 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14767 | 2025.01.28 23:14:38.598160 [ 5 ] {635b4bf5-6648-499f-84da-e564d35e4b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14768 | 2025.01.28 23:14:38.598208 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14769 | 2025.01.28 23:14:38.598366 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34093 rows starting from the beginning of the part | ||
| 14770 | 2025.01.28 23:14:38.598369 [ 5 ] {635b4bf5-6648-499f-84da-e564d35e4b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14771 | 2025.01.28 23:14:38.598874 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 161 rows starting from the beginning of the part | ||
| 14772 | 2025.01.28 23:14:38.599346 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 14773 | 2025.01.28 23:14:38.599792 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 14774 | 2025.01.28 23:14:38.600168 [ 189 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1019 rows starting from the beginning of the part | ||
| 14775 | 2025.01.28 23:14:38.601550 [ 5 ] {635b4bf5-6648-499f-84da-e564d35e4b61} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14776 | 2025.01.28 23:14:38.601652 [ 5 ] {635b4bf5-6648-499f-84da-e564d35e4b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 14777 | 2025.01.28 23:14:38.602878 [ 5 ] {635b4bf5-6648-499f-84da-e564d35e4b61} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14778 | 2025.01.28 23:14:38.603238 [ 5 ] {635b4bf5-6648-499f-84da-e564d35e4b61} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14779 | 2025.01.28 23:14:38.603759 [ 5 ] {635b4bf5-6648-499f-84da-e564d35e4b61} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005723 sec., 4193.604752752053 rows/sec., 289.40 KiB/sec. | ||
| 14780 | 2025.01.28 23:14:38.603954 [ 5 ] {635b4bf5-6648-499f-84da-e564d35e4b61} <Debug> TCPHandler: Processed in 0.006299586 sec. | ||
| 14781 | 2025.01.28 23:14:38.609810 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35670 rows, containing 5 columns (5 merged, 0 gathered) in 0.012286155 sec., 2903267.9467253992 rows/sec., 195.98 MiB/sec. | ||
| 14782 | 2025.01.28 23:14:38.610246 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 14783 | 2025.01.28 23:14:38.610660 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14784 | 2025.01.28 23:14:38.610768 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 14785 | 2025.01.28 23:14:38.610888 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 14786 | 2025.01.28 23:14:40.341239 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 14787 | 2025.01.28 23:14:40.341923 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14788 | 2025.01.28 23:14:40.341964 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14789 | 2025.01.28 23:14:40.342488 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14790 | 2025.01.28 23:14:40.342739 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14791 | 2025.01.28 23:14:40.342905 [ 42 ] {} <Debug> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14792 | 2025.01.28 23:14:40.342926 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 14793 | 2025.01.28 23:14:40.342951 [ 42 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14794 | 2025.01.28 23:14:40.342974 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14795 | 2025.01.28 23:14:40.343142 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 14796 | 2025.01.28 23:14:40.343350 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14797 | 2025.01.28 23:14:40.343400 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::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 | ||
| 14798 | 2025.01.28 23:14:40.343484 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 14799 | 2025.01.28 23:14:40.343686 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 14800 | 2025.01.28 23:14:40.343857 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 14801 | 2025.01.28 23:14:40.344007 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 14802 | 2025.01.28 23:14:40.344106 [ 198 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 14803 | 2025.01.28 23:14:40.347052 [ 193 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004000147 sec., 8143200.737372901 rows/sec., 116.49 MiB/sec. | ||
| 14804 | 2025.01.28 23:14:40.347477 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14805 | 2025.01.28 23:14:40.347782 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14806 | 2025.01.28 23:14:40.347860 [ 200 ] {400d895a-c759-468a-a111-f13ba78686ec::all_1_71_14} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14807 | 2025.01.28 23:14:40.347965 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 14808 | 2025.01.28 23:14:42.616629 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 14809 | 2025.01.28 23:14:42.638109 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14810 | 2025.01.28 23:14:42.638170 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14811 | 2025.01.28 23:14:42.645378 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14812 | 2025.01.28 23:14:42.646141 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14813 | 2025.01.28 23:14:42.646418 [ 39 ] {} <Debug> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14814 | 2025.01.28 23:14:42.646495 [ 39 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14815 | 2025.01.28 23:14:42.646543 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14816 | 2025.01.28 23:14:42.646792 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 14817 | 2025.01.28 23:14:42.654016 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 14818 | 2025.01.28 23:14:42.655494 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14819 | 2025.01.28 23:14:42.656406 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 14820 | 2025.01.28 23:14:42.661275 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 14821 | 2025.01.28 23:14:42.665908 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 14822 | 2025.01.28 23:14:42.671471 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 14823 | 2025.01.28 23:14:42.676900 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 14824 | 2025.01.28 23:14:42.682764 [ 193 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::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 | ||
| 14825 | 2025.01.28 23:14:42.744944 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.098303971 sec., 5442.303037788778 rows/sec., 28.14 MiB/sec. | ||
| 14826 | 2025.01.28 23:14:42.748658 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14827 | 2025.01.28 23:14:42.751937 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_71_14} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14828 | 2025.01.28 23:14:42.752074 [ 200 ] {28a3d1ab-411a-4557-b222-84bb15dbe496::all_1_71_14} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14829 | 2025.01.28 23:14:42.755100 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14830 | 2025.01.28 23:14:43.596607 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14831 | 2025.01.28 23:14:43.596820 [ 254 ] {c38e1356-dff0-430c-ba03-242652e9368f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14832 | 2025.01.28 23:14:43.596901 [ 254 ] {c38e1356-dff0-430c-ba03-242652e9368f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14833 | 2025.01.28 23:14:43.597762 [ 254 ] {c38e1356-dff0-430c-ba03-242652e9368f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14834 | 2025.01.28 23:14:43.597808 [ 254 ] {c38e1356-dff0-430c-ba03-242652e9368f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14835 | 2025.01.28 23:14:43.598259 [ 254 ] {c38e1356-dff0-430c-ba03-242652e9368f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14836 | 2025.01.28 23:14:43.598525 [ 254 ] {c38e1356-dff0-430c-ba03-242652e9368f} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14837 | 2025.01.28 23:14:43.598703 [ 39 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14838 | 2025.01.28 23:14:43.598747 [ 254 ] {c38e1356-dff0-430c-ba03-242652e9368f} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001984 sec., 55443.54838709677 rows/sec., 4.66 MiB/sec. | ||
| 14839 | 2025.01.28 23:14:43.598754 [ 39 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14840 | 2025.01.28 23:14:43.598798 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14841 | 2025.01.28 23:14:43.598835 [ 254 ] {c38e1356-dff0-430c-ba03-242652e9368f} <Debug> TCPHandler: Processed in 0.002365669 sec. | ||
| 14842 | 2025.01.28 23:14:43.599065 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::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 | ||
| 14843 | 2025.01.28 23:14:43.599151 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14844 | 2025.01.28 23:14:43.599309 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14845 | 2025.01.28 23:14:43.599387 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1431 rows starting from the beginning of the part | ||
| 14846 | 2025.01.28 23:14:43.599456 [ 5 ] {5142d710-d57e-4b54-a9fc-21831da11eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14847 | 2025.01.28 23:14:43.599598 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 227 rows starting from the beginning of the part | ||
| 14848 | 2025.01.28 23:14:43.599630 [ 5 ] {5142d710-d57e-4b54-a9fc-21831da11eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14849 | 2025.01.28 23:14:43.600053 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 110 rows starting from the beginning of the part | ||
| 14850 | 2025.01.28 23:14:43.600337 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1367 rows starting from the beginning of the part | ||
| 14851 | 2025.01.28 23:14:43.600650 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 14852 | 2025.01.28 23:14:43.601056 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 110 rows starting from the beginning of the part | ||
| 14853 | 2025.01.28 23:14:43.602558 [ 5 ] {5142d710-d57e-4b54-a9fc-21831da11eee} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14854 | 2025.01.28 23:14:43.602650 [ 5 ] {5142d710-d57e-4b54-a9fc-21831da11eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14855 | 2025.01.28 23:14:43.603727 [ 5 ] {5142d710-d57e-4b54-a9fc-21831da11eee} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14856 | 2025.01.28 23:14:43.604080 [ 5 ] {5142d710-d57e-4b54-a9fc-21831da11eee} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14857 | 2025.01.28 23:14:43.604530 [ 5 ] {5142d710-d57e-4b54-a9fc-21831da11eee} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00516 sec., 5232.5581395348845 rows/sec., 393.46 KiB/sec. | ||
| 14858 | 2025.01.28 23:14:43.604707 [ 5 ] {5142d710-d57e-4b54-a9fc-21831da11eee} <Debug> TCPHandler: Processed in 0.005741486 sec. | ||
| 14859 | 2025.01.28 23:14:43.604751 [ 196 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005833317 sec., 565887.2987701509 rows/sec., 49.60 MiB/sec. | ||
| 14860 | 2025.01.28 23:14:43.604951 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14861 | 2025.01.28 23:14:43.605081 [ 203 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14862 | 2025.01.28 23:14:43.605207 [ 254 ] {35681d9c-7f1c-46e2-bfb6-2d19a83711f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14863 | 2025.01.28 23:14:43.605300 [ 254 ] {35681d9c-7f1c-46e2-bfb6-2d19a83711f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14864 | 2025.01.28 23:14:43.605823 [ 203 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14865 | 2025.01.28 23:14:43.606372 [ 203 ] {9d67089d-23f0-4104-bac5-80f53535a272::all_1_121_24} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14866 | 2025.01.28 23:14:43.606745 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 14867 | 2025.01.28 23:14:43.607169 [ 254 ] {35681d9c-7f1c-46e2-bfb6-2d19a83711f6} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14868 | 2025.01.28 23:14:43.607212 [ 254 ] {35681d9c-7f1c-46e2-bfb6-2d19a83711f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14869 | 2025.01.28 23:14:43.607587 [ 254 ] {35681d9c-7f1c-46e2-bfb6-2d19a83711f6} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14870 | 2025.01.28 23:14:43.607829 [ 254 ] {35681d9c-7f1c-46e2-bfb6-2d19a83711f6} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14871 | 2025.01.28 23:14:43.607970 [ 39 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14872 | 2025.01.28 23:14:43.608014 [ 39 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14873 | 2025.01.28 23:14:43.608018 [ 254 ] {35681d9c-7f1c-46e2-bfb6-2d19a83711f6} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002903 sec., 31346.8825353083 rows/sec., 2.45 MiB/sec. | ||
| 14874 | 2025.01.28 23:14:43.608041 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14875 | 2025.01.28 23:14:43.608179 [ 254 ] {35681d9c-7f1c-46e2-bfb6-2d19a83711f6} <Debug> TCPHandler: Processed in 0.003350776 sec. | ||
| 14876 | 2025.01.28 23:14:43.608430 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::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 | ||
| 14877 | 2025.01.28 23:14:43.608473 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14878 | 2025.01.28 23:14:43.608991 [ 5 ] {9774128e-64b3-453f-9d53-5fec2844f839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14879 | 2025.01.28 23:14:43.609004 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14880 | 2025.01.28 23:14:43.609167 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 14881 | 2025.01.28 23:14:43.609193 [ 5 ] {9774128e-64b3-453f-9d53-5fec2844f839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14882 | 2025.01.28 23:14:43.609607 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 394 rows starting from the beginning of the part | ||
| 14883 | 2025.01.28 23:14:43.610242 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 91 rows starting from the beginning of the part | ||
| 14884 | 2025.01.28 23:14:43.610851 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 850 rows starting from the beginning of the part | ||
| 14885 | 2025.01.28 23:14:43.611427 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 14886 | 2025.01.28 23:14:43.611975 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 91 rows starting from the beginning of the part | ||
| 14887 | 2025.01.28 23:14:43.612629 [ 5 ] {9774128e-64b3-453f-9d53-5fec2844f839} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14888 | 2025.01.28 23:14:43.612680 [ 5 ] {9774128e-64b3-453f-9d53-5fec2844f839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14889 | 2025.01.28 23:14:43.613267 [ 5 ] {9774128e-64b3-453f-9d53-5fec2844f839} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14890 | 2025.01.28 23:14:43.613547 [ 5 ] {9774128e-64b3-453f-9d53-5fec2844f839} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14891 | 2025.01.28 23:14:43.613899 [ 5 ] {9774128e-64b3-453f-9d53-5fec2844f839} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005105 sec., 31341.821743388835 rows/sec., 2.18 MiB/sec. | ||
| 14892 | 2025.01.28 23:14:43.613909 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005776316 sec., 416009.09645524935 rows/sec., 31.89 MiB/sec. | ||
| 14893 | 2025.01.28 23:14:43.613986 [ 5 ] {9774128e-64b3-453f-9d53-5fec2844f839} <Debug> TCPHandler: Processed in 0.005676985 sec. | ||
| 14894 | 2025.01.28 23:14:43.614088 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14895 | 2025.01.28 23:14:43.614189 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14896 | 2025.01.28 23:14:43.614386 [ 254 ] {3f6c71da-60a5-4470-bf69-5a2b25d619db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14897 | 2025.01.28 23:14:43.614461 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14898 | 2025.01.28 23:14:43.614579 [ 254 ] {3f6c71da-60a5-4470-bf69-5a2b25d619db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14899 | 2025.01.28 23:14:43.614649 [ 203 ] {75a1665c-55ba-4f00-a3a9-1ac9a3a98544::all_1_121_24} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14900 | 2025.01.28 23:14:43.614914 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 14901 | 2025.01.28 23:14:43.616501 [ 254 ] {3f6c71da-60a5-4470-bf69-5a2b25d619db} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14902 | 2025.01.28 23:14:43.616543 [ 254 ] {3f6c71da-60a5-4470-bf69-5a2b25d619db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14903 | 2025.01.28 23:14:43.617223 [ 254 ] {3f6c71da-60a5-4470-bf69-5a2b25d619db} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14904 | 2025.01.28 23:14:43.617486 [ 254 ] {3f6c71da-60a5-4470-bf69-5a2b25d619db} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14905 | 2025.01.28 23:14:43.617703 [ 254 ] {3f6c71da-60a5-4470-bf69-5a2b25d619db} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003387 sec., 7971.656333038087 rows/sec., 14.28 MiB/sec. | ||
| 14906 | 2025.01.28 23:14:43.617813 [ 254 ] {3f6c71da-60a5-4470-bf69-5a2b25d619db} <Debug> TCPHandler: Processed in 0.003716762 sec. | ||
| 14907 | 2025.01.28 23:14:43.617970 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14908 | 2025.01.28 23:14:43.618111 [ 5 ] {6bbc8469-ad6f-44b6-93f8-1401cfe7e795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14909 | 2025.01.28 23:14:43.618172 [ 5 ] {6bbc8469-ad6f-44b6-93f8-1401cfe7e795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14910 | 2025.01.28 23:14:43.618771 [ 5 ] {6bbc8469-ad6f-44b6-93f8-1401cfe7e795} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14911 | 2025.01.28 23:14:43.618818 [ 5 ] {6bbc8469-ad6f-44b6-93f8-1401cfe7e795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14912 | 2025.01.28 23:14:43.619220 [ 5 ] {6bbc8469-ad6f-44b6-93f8-1401cfe7e795} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14913 | 2025.01.28 23:14:43.619455 [ 5 ] {6bbc8469-ad6f-44b6-93f8-1401cfe7e795} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14914 | 2025.01.28 23:14:43.619623 [ 39 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14915 | 2025.01.28 23:14:43.619677 [ 39 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14916 | 2025.01.28 23:14:43.619693 [ 5 ] {6bbc8469-ad6f-44b6-93f8-1401cfe7e795} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. | ||
| 14917 | 2025.01.28 23:14:43.619710 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14918 | 2025.01.28 23:14:43.619835 [ 5 ] {6bbc8469-ad6f-44b6-93f8-1401cfe7e795} <Debug> TCPHandler: Processed in 0.001932793 sec. | ||
| 14919 | 2025.01.28 23:14:43.619893 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::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 | ||
| 14920 | 2025.01.28 23:14:43.619994 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14921 | 2025.01.28 23:14:43.620023 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6982 rows starting from the beginning of the part | ||
| 14922 | 2025.01.28 23:14:43.620093 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 14923 | 2025.01.28 23:14:43.620247 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 14924 | 2025.01.28 23:14:43.620404 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 58 rows starting from the beginning of the part | ||
| 14925 | 2025.01.28 23:14:43.620471 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 24 rows starting from the beginning of the part | ||
| 14926 | 2025.01.28 23:14:43.620708 [ 191 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 14927 | 2025.01.28 23:14:43.622766 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7266 rows, containing 4 columns (4 merged, 0 gathered) in 0.002937949 sec., 2473153.89069041 rows/sec., 161.12 MiB/sec. | ||
| 14928 | 2025.01.28 23:14:43.623228 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14929 | 2025.01.28 23:14:43.623582 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14930 | 2025.01.28 23:14:43.623676 [ 187 ] {cb1ccbf8-697d-4505-b09d-10e20d1574d8::all_1_121_24} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14931 | 2025.01.28 23:14:43.623761 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 14932 | 2025.01.28 23:14:47.629582 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14933 | 2025.01.28 23:14:47.629684 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14934 | 2025.01.28 23:14:47.843154 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 14935 | 2025.01.28 23:14:47.844201 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14936 | 2025.01.28 23:14:47.844253 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14937 | 2025.01.28 23:14:47.844780 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14938 | 2025.01.28 23:14:47.845044 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14939 | 2025.01.28 23:14:47.845315 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 14940 | 2025.01.28 23:14:48.030370 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2108 | ||
| 14941 | 2025.01.28 23:14:48.033414 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14942 | 2025.01.28 23:14:48.033476 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14943 | 2025.01.28 23:14:48.034999 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14944 | 2025.01.28 23:14:48.035332 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14945 | 2025.01.28 23:14:48.036435 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2108 | ||
| 14946 | 2025.01.28 23:14:48.600573 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14947 | 2025.01.28 23:14:48.600772 [ 254 ] {beec9099-21f4-4fec-bf7e-ab764b9def84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14948 | 2025.01.28 23:14:48.600844 [ 254 ] {beec9099-21f4-4fec-bf7e-ab764b9def84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14949 | 2025.01.28 23:14:48.601692 [ 254 ] {beec9099-21f4-4fec-bf7e-ab764b9def84} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14950 | 2025.01.28 23:14:48.601743 [ 254 ] {beec9099-21f4-4fec-bf7e-ab764b9def84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14951 | 2025.01.28 23:14:48.602196 [ 254 ] {beec9099-21f4-4fec-bf7e-ab764b9def84} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14952 | 2025.01.28 23:14:48.602466 [ 254 ] {beec9099-21f4-4fec-bf7e-ab764b9def84} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14953 | 2025.01.28 23:14:48.602710 [ 254 ] {beec9099-21f4-4fec-bf7e-ab764b9def84} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001987 sec., 7045.797684952189 rows/sec., 507.20 KiB/sec. | ||
| 14954 | 2025.01.28 23:14:48.602790 [ 254 ] {beec9099-21f4-4fec-bf7e-ab764b9def84} <Debug> TCPHandler: Processed in 0.002344369 sec. | ||
| 14955 | 2025.01.28 23:14:48.603058 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14956 | 2025.01.28 23:14:48.603257 [ 5 ] {56b74346-02c2-4cbd-8c17-0294f1ff7cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14957 | 2025.01.28 23:14:48.603327 [ 5 ] {56b74346-02c2-4cbd-8c17-0294f1ff7cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14958 | 2025.01.28 23:14:48.604171 [ 5 ] {56b74346-02c2-4cbd-8c17-0294f1ff7cc4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14959 | 2025.01.28 23:14:48.604214 [ 5 ] {56b74346-02c2-4cbd-8c17-0294f1ff7cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14960 | 2025.01.28 23:14:48.604677 [ 5 ] {56b74346-02c2-4cbd-8c17-0294f1ff7cc4} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14961 | 2025.01.28 23:14:48.604923 [ 5 ] {56b74346-02c2-4cbd-8c17-0294f1ff7cc4} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14962 | 2025.01.28 23:14:48.605148 [ 5 ] {56b74346-02c2-4cbd-8c17-0294f1ff7cc4} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.001943 sec., 116829.64487905301 rows/sec., 10.23 MiB/sec. | ||
| 14963 | 2025.01.28 23:14:48.605206 [ 5 ] {56b74346-02c2-4cbd-8c17-0294f1ff7cc4} <Debug> TCPHandler: Processed in 0.002309649 sec. | ||
| 14964 | 2025.01.28 23:14:48.605392 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14965 | 2025.01.28 23:14:48.605539 [ 254 ] {0ed46e61-53f5-4f9d-bce0-2ef968fd6fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14966 | 2025.01.28 23:14:48.605603 [ 254 ] {0ed46e61-53f5-4f9d-bce0-2ef968fd6fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14967 | 2025.01.28 23:14:48.606300 [ 254 ] {0ed46e61-53f5-4f9d-bce0-2ef968fd6fb3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14968 | 2025.01.28 23:14:48.606342 [ 254 ] {0ed46e61-53f5-4f9d-bce0-2ef968fd6fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14969 | 2025.01.28 23:14:48.606707 [ 254 ] {0ed46e61-53f5-4f9d-bce0-2ef968fd6fb3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14970 | 2025.01.28 23:14:48.606946 [ 254 ] {0ed46e61-53f5-4f9d-bce0-2ef968fd6fb3} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14971 | 2025.01.28 23:14:48.607156 [ 254 ] {0ed46e61-53f5-4f9d-bce0-2ef968fd6fb3} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.00165 sec., 11515.151515151516 rows/sec., 823.27 KiB/sec. | ||
| 14972 | 2025.01.28 23:14:48.607212 [ 254 ] {0ed46e61-53f5-4f9d-bce0-2ef968fd6fb3} <Debug> TCPHandler: Processed in 0.001890732 sec. | ||
| 14973 | 2025.01.28 23:14:48.607421 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14974 | 2025.01.28 23:14:48.607650 [ 5 ] {f618395a-7c2e-42bd-8873-e77d1b5db5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14975 | 2025.01.28 23:14:48.607743 [ 5 ] {f618395a-7c2e-42bd-8873-e77d1b5db5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14976 | 2025.01.28 23:14:48.608544 [ 5 ] {f618395a-7c2e-42bd-8873-e77d1b5db5fb} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14977 | 2025.01.28 23:14:48.608583 [ 5 ] {f618395a-7c2e-42bd-8873-e77d1b5db5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14978 | 2025.01.28 23:14:48.608943 [ 5 ] {f618395a-7c2e-42bd-8873-e77d1b5db5fb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14979 | 2025.01.28 23:14:48.609174 [ 5 ] {f618395a-7c2e-42bd-8873-e77d1b5db5fb} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14980 | 2025.01.28 23:14:48.609398 [ 5 ] {f618395a-7c2e-42bd-8873-e77d1b5db5fb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001801 sec., 7773.459189339255 rows/sec., 544.40 KiB/sec. | ||
| 14981 | 2025.01.28 23:14:48.609456 [ 5 ] {f618395a-7c2e-42bd-8873-e77d1b5db5fb} <Debug> TCPHandler: Processed in 0.002145685 sec. | ||
| 14982 | 2025.01.28 23:14:48.609659 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14983 | 2025.01.28 23:14:48.609782 [ 254 ] {cf2b1e90-3e10-4603-a2b4-75087af4523f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14984 | 2025.01.28 23:14:48.609832 [ 254 ] {cf2b1e90-3e10-4603-a2b4-75087af4523f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14985 | 2025.01.28 23:14:48.610421 [ 254 ] {cf2b1e90-3e10-4603-a2b4-75087af4523f} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14986 | 2025.01.28 23:14:48.610460 [ 254 ] {cf2b1e90-3e10-4603-a2b4-75087af4523f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14987 | 2025.01.28 23:14:48.610823 [ 254 ] {cf2b1e90-3e10-4603-a2b4-75087af4523f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14988 | 2025.01.28 23:14:48.611058 [ 254 ] {cf2b1e90-3e10-4603-a2b4-75087af4523f} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14989 | 2025.01.28 23:14:48.611259 [ 254 ] {cf2b1e90-3e10-4603-a2b4-75087af4523f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec. | ||
| 14990 | 2025.01.28 23:14:48.611313 [ 254 ] {cf2b1e90-3e10-4603-a2b4-75087af4523f} <Debug> TCPHandler: Processed in 0.001748469 sec. | ||
| 14991 | 2025.01.28 23:14:48.611462 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14992 | 2025.01.28 23:14:48.611600 [ 5 ] {05a65cdb-d3b1-4a43-8864-a294e2fcf69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14993 | 2025.01.28 23:14:48.611659 [ 5 ] {05a65cdb-d3b1-4a43-8864-a294e2fcf69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14994 | 2025.01.28 23:14:48.612447 [ 5 ] {05a65cdb-d3b1-4a43-8864-a294e2fcf69b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14995 | 2025.01.28 23:14:48.612488 [ 5 ] {05a65cdb-d3b1-4a43-8864-a294e2fcf69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 14996 | 2025.01.28 23:14:48.612870 [ 5 ] {05a65cdb-d3b1-4a43-8864-a294e2fcf69b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14997 | 2025.01.28 23:14:48.613106 [ 5 ] {05a65cdb-d3b1-4a43-8864-a294e2fcf69b} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14998 | 2025.01.28 23:14:48.613322 [ 5 ] {05a65cdb-d3b1-4a43-8864-a294e2fcf69b} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.001751 sec., 225014.27755568246 rows/sec., 15.97 MiB/sec. | ||
| 14999 | 2025.01.28 23:14:48.613374 [ 5 ] {05a65cdb-d3b1-4a43-8864-a294e2fcf69b} <Debug> TCPHandler: Processed in 0.001977933 sec. | ||
| 15000 | 2025.01.28 23:14:48.613523 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15001 | 2025.01.28 23:14:48.613641 [ 254 ] {e0af577e-4717-46e8-aaa6-c9b5f1b24740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15002 | 2025.01.28 23:14:48.613691 [ 254 ] {e0af577e-4717-46e8-aaa6-c9b5f1b24740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15003 | 2025.01.28 23:14:48.614188 [ 254 ] {e0af577e-4717-46e8-aaa6-c9b5f1b24740} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15004 | 2025.01.28 23:14:48.614227 [ 254 ] {e0af577e-4717-46e8-aaa6-c9b5f1b24740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15005 | 2025.01.28 23:14:48.614602 [ 254 ] {e0af577e-4717-46e8-aaa6-c9b5f1b24740} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15006 | 2025.01.28 23:14:48.614848 [ 254 ] {e0af577e-4717-46e8-aaa6-c9b5f1b24740} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15007 | 2025.01.28 23:14:48.615075 [ 254 ] {e0af577e-4717-46e8-aaa6-c9b5f1b24740} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 15008 | 2025.01.28 23:14:48.615154 [ 254 ] {e0af577e-4717-46e8-aaa6-c9b5f1b24740} <Debug> TCPHandler: Processed in 0.001685208 sec. | ||
| 15009 | 2025.01.28 23:14:48.615403 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15010 | 2025.01.28 23:14:48.615628 [ 5 ] {ece5097c-16e5-4b51-b726-c94fd2dd414a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15011 | 2025.01.28 23:14:48.615727 [ 5 ] {ece5097c-16e5-4b51-b726-c94fd2dd414a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15012 | 2025.01.28 23:14:48.616528 [ 5 ] {ece5097c-16e5-4b51-b726-c94fd2dd414a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15013 | 2025.01.28 23:14:48.616568 [ 5 ] {ece5097c-16e5-4b51-b726-c94fd2dd414a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15014 | 2025.01.28 23:14:48.616964 [ 5 ] {ece5097c-16e5-4b51-b726-c94fd2dd414a} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15015 | 2025.01.28 23:14:48.617204 [ 5 ] {ece5097c-16e5-4b51-b726-c94fd2dd414a} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15016 | 2025.01.28 23:14:48.617451 [ 5 ] {ece5097c-16e5-4b51-b726-c94fd2dd414a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001872 sec., 126602.56410256411 rows/sec., 8.49 MiB/sec. | ||
| 15017 | 2025.01.28 23:14:48.617522 [ 5 ] {ece5097c-16e5-4b51-b726-c94fd2dd414a} <Debug> TCPHandler: Processed in 0.002264978 sec. | ||
| 15018 | 2025.01.28 23:14:48.617698 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15019 | 2025.01.28 23:14:48.617989 [ 254 ] {be67972b-f361-4158-8a88-a5a24cfdc435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15020 | 2025.01.28 23:14:48.618144 [ 254 ] {be67972b-f361-4158-8a88-a5a24cfdc435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15021 | 2025.01.28 23:14:48.618855 [ 254 ] {be67972b-f361-4158-8a88-a5a24cfdc435} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15022 | 2025.01.28 23:14:48.618895 [ 254 ] {be67972b-f361-4158-8a88-a5a24cfdc435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15023 | 2025.01.28 23:14:48.619256 [ 254 ] {be67972b-f361-4158-8a88-a5a24cfdc435} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15024 | 2025.01.28 23:14:48.619492 [ 254 ] {be67972b-f361-4158-8a88-a5a24cfdc435} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15025 | 2025.01.28 23:14:48.619696 [ 254 ] {be67972b-f361-4158-8a88-a5a24cfdc435} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001815 sec., 550.9641873278237 rows/sec., 37.13 KiB/sec. | ||
| 15026 | 2025.01.28 23:14:48.619749 [ 254 ] {be67972b-f361-4158-8a88-a5a24cfdc435} <Debug> TCPHandler: Processed in 0.002127705 sec. | ||
| 15027 | 2025.01.28 23:14:48.619895 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15028 | 2025.01.28 23:14:48.620032 [ 5 ] {07753d0c-596c-4137-b947-c3b26ee391e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15029 | 2025.01.28 23:14:48.620123 [ 5 ] {07753d0c-596c-4137-b947-c3b26ee391e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15030 | 2025.01.28 23:14:48.621272 [ 5 ] {07753d0c-596c-4137-b947-c3b26ee391e2} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15031 | 2025.01.28 23:14:48.621312 [ 5 ] {07753d0c-596c-4137-b947-c3b26ee391e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15032 | 2025.01.28 23:14:48.621949 [ 5 ] {07753d0c-596c-4137-b947-c3b26ee391e2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15033 | 2025.01.28 23:14:48.622207 [ 5 ] {07753d0c-596c-4137-b947-c3b26ee391e2} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15034 | 2025.01.28 23:14:48.622456 [ 5 ] {07753d0c-596c-4137-b947-c3b26ee391e2} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002454 sec., 4889.975550122249 rows/sec., 8.76 MiB/sec. | ||
| 15035 | 2025.01.28 23:14:48.622565 [ 5 ] {07753d0c-596c-4137-b947-c3b26ee391e2} <Debug> TCPHandler: Processed in 0.002735535 sec. | ||
| 15036 | 2025.01.28 23:14:48.622726 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15037 | 2025.01.28 23:14:48.622865 [ 254 ] {630a6e5b-3498-4cb4-bb81-d68f36d345cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15038 | 2025.01.28 23:14:48.622924 [ 254 ] {630a6e5b-3498-4cb4-bb81-d68f36d345cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15039 | 2025.01.28 23:14:48.623457 [ 254 ] {630a6e5b-3498-4cb4-bb81-d68f36d345cf} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15040 | 2025.01.28 23:14:48.623497 [ 254 ] {630a6e5b-3498-4cb4-bb81-d68f36d345cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15041 | 2025.01.28 23:14:48.623867 [ 254 ] {630a6e5b-3498-4cb4-bb81-d68f36d345cf} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15042 | 2025.01.28 23:14:48.624104 [ 254 ] {630a6e5b-3498-4cb4-bb81-d68f36d345cf} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15043 | 2025.01.28 23:14:48.624328 [ 254 ] {630a6e5b-3498-4cb4-bb81-d68f36d345cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001493 sec., 54922.97387809779 rows/sec., 3.49 MiB/sec. | ||
| 15044 | 2025.01.28 23:14:48.624382 [ 254 ] {630a6e5b-3498-4cb4-bb81-d68f36d345cf} <Debug> TCPHandler: Processed in 0.001721169 sec. | ||
| 15045 | 2025.01.28 23:14:50.154165 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 15046 | 2025.01.28 23:14:50.176388 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15047 | 2025.01.28 23:14:50.176435 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15048 | 2025.01.28 23:14:50.183690 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15049 | 2025.01.28 23:14:50.184464 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15050 | 2025.01.28 23:14:50.188348 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 15051 | 2025.01.28 23:14:53.436473 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): 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] | ||
| 15052 | 2025.01.28 23:14:53.436541 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): 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] | ||
| 15053 | 2025.01.28 23:14:53.440637 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): 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] | ||
| 15054 | 2025.01.28 23:14:53.597598 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15055 | 2025.01.28 23:14:53.597872 [ 254 ] {3563c7d2-cd79-46a5-a576-a70c612875e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15056 | 2025.01.28 23:14:53.597972 [ 254 ] {3563c7d2-cd79-46a5-a576-a70c612875e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15057 | 2025.01.28 23:14:53.598852 [ 254 ] {3563c7d2-cd79-46a5-a576-a70c612875e1} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15058 | 2025.01.28 23:14:53.598905 [ 254 ] {3563c7d2-cd79-46a5-a576-a70c612875e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15059 | 2025.01.28 23:14:53.599403 [ 254 ] {3563c7d2-cd79-46a5-a576-a70c612875e1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 15060 | 2025.01.28 23:14:53.599709 [ 254 ] {3563c7d2-cd79-46a5-a576-a70c612875e1} <Trace> oximeter.fields_ipaddr (2ba60f60-6197-4a32-bfcd-310ec64aee73): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15061 | 2025.01.28 23:14:53.600013 [ 254 ] {3563c7d2-cd79-46a5-a576-a70c612875e1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002201 sec., 908.6778736937756 rows/sec., 74.10 KiB/sec. | ||
| 15062 | 2025.01.28 23:14:53.600284 [ 254 ] {3563c7d2-cd79-46a5-a576-a70c612875e1} <Debug> TCPHandler: Processed in 0.002869299 sec. | ||
| 15063 | 2025.01.28 23:14:53.600653 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15064 | 2025.01.28 23:14:53.600881 [ 5 ] {59d78c30-8e6b-4a62-8323-02d8e436e31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15065 | 2025.01.28 23:14:53.600966 [ 5 ] {59d78c30-8e6b-4a62-8323-02d8e436e31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15066 | 2025.01.28 23:14:53.601951 [ 5 ] {59d78c30-8e6b-4a62-8323-02d8e436e31a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15067 | 2025.01.28 23:14:53.602004 [ 5 ] {59d78c30-8e6b-4a62-8323-02d8e436e31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15068 | 2025.01.28 23:14:53.602562 [ 5 ] {59d78c30-8e6b-4a62-8323-02d8e436e31a} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15069 | 2025.01.28 23:14:53.602914 [ 5 ] {59d78c30-8e6b-4a62-8323-02d8e436e31a} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15070 | 2025.01.28 23:14:53.603205 [ 5 ] {59d78c30-8e6b-4a62-8323-02d8e436e31a} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.002387 sec., 46501.885211562636 rows/sec., 3.90 MiB/sec. | ||
| 15071 | 2025.01.28 23:14:53.603282 [ 5 ] {59d78c30-8e6b-4a62-8323-02d8e436e31a} <Debug> TCPHandler: Processed in 0.002816776 sec. | ||
| 15072 | 2025.01.28 23:14:53.603303 [ 223 ] {} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): 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] | ||
| 15073 | 2025.01.28 23:14:53.603350 [ 223 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): 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] | ||
| 15074 | 2025.01.28 23:14:53.603511 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15075 | 2025.01.28 23:14:53.603687 [ 254 ] {66a7f644-2d3f-4186-a616-bf516e69367f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15076 | 2025.01.28 23:14:53.603772 [ 254 ] {66a7f644-2d3f-4186-a616-bf516e69367f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15077 | 2025.01.28 23:14:53.605393 [ 254 ] {66a7f644-2d3f-4186-a616-bf516e69367f} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15078 | 2025.01.28 23:14:53.605456 [ 254 ] {66a7f644-2d3f-4186-a616-bf516e69367f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15079 | 2025.01.28 23:14:53.606413 [ 219 ] {} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): 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] | ||
| 15080 | 2025.01.28 23:14:53.606470 [ 219 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): 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] | ||
| 15081 | 2025.01.28 23:14:53.606480 [ 254 ] {66a7f644-2d3f-4186-a616-bf516e69367f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 15082 | 2025.01.28 23:14:53.607041 [ 254 ] {66a7f644-2d3f-4186-a616-bf516e69367f} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15083 | 2025.01.28 23:14:53.607221 [ 27 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 | ||
| 15084 | 2025.01.28 23:14:53.607257 [ 27 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15085 | 2025.01.28 23:14:53.607283 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15086 | 2025.01.28 23:14:53.607672 [ 254 ] {66a7f644-2d3f-4186-a616-bf516e69367f} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.004008 sec., 7235.528942115768 rows/sec., 541.40 KiB/sec. | ||
| 15087 | 2025.01.28 23:14:53.607747 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full | ||
| 15088 | 2025.01.28 23:14:53.607819 [ 254 ] {66a7f644-2d3f-4186-a616-bf516e69367f} <Debug> TCPHandler: Processed in 0.004406553 sec. | ||
| 15089 | 2025.01.28 23:14:53.608027 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15090 | 2025.01.28 23:14:53.608079 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 64 rows starting from the beginning of the part | ||
| 15091 | 2025.01.28 23:14:53.608193 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 27 rows starting from the beginning of the part | ||
| 15092 | 2025.01.28 23:14:53.608400 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 19 rows starting from the beginning of the part | ||
| 15093 | 2025.01.28 23:14:53.608757 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 27 rows starting from the beginning of the part | ||
| 15094 | 2025.01.28 23:14:53.608967 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 19 rows starting from the beginning of the part | ||
| 15095 | 2025.01.28 23:14:53.609137 [ 190 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 29 rows starting from the beginning of the part | ||
| 15096 | 2025.01.28 23:14:53.609536 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15097 | 2025.01.28 23:14:53.609739 [ 5 ] {c425f333-9c91-430c-8e1c-ab54b7026a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15098 | 2025.01.28 23:14:53.609835 [ 5 ] {c425f333-9c91-430c-8e1c-ab54b7026a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15099 | 2025.01.28 23:14:53.612979 [ 223 ] {} <Debug> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): 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] | ||
| 15100 | 2025.01.28 23:14:53.613570 [ 5 ] {c425f333-9c91-430c-8e1c-ab54b7026a22} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15101 | 2025.01.28 23:14:53.613721 [ 5 ] {c425f333-9c91-430c-8e1c-ab54b7026a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15102 | 2025.01.28 23:14:53.616049 [ 5 ] {c425f333-9c91-430c-8e1c-ab54b7026a22} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15103 | 2025.01.28 23:14:53.616092 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.008677595 sec., 21319.271065312452 rows/sec., 1.61 MiB/sec. | ||
| 15104 | 2025.01.28 23:14:53.616442 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
| 15105 | 2025.01.28 23:14:53.616974 [ 5 ] {c425f333-9c91-430c-8e1c-ab54b7026a22} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15106 | 2025.01.28 23:14:53.617244 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15107 | 2025.01.28 23:14:53.617800 [ 187 ] {3cc4ccac-6dab-4e89-8194-ee975dde9ecb::all_1_100_20} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 | ||
| 15108 | 2025.01.28 23:14:53.618005 [ 5 ] {c425f333-9c91-430c-8e1c-ab54b7026a22} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00827 sec., 11245.46553808948 rows/sec., 899.69 KiB/sec. | ||
| 15109 | 2025.01.28 23:14:53.618203 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15110 | 2025.01.28 23:14:53.618435 [ 5 ] {c425f333-9c91-430c-8e1c-ab54b7026a22} <Debug> TCPHandler: Processed in 0.009103503 sec. | ||
| 15111 | 2025.01.28 23:14:53.618857 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15112 | 2025.01.28 23:14:53.619077 [ 254 ] {d1a1db9a-868d-4ebd-a5ea-a5424c633342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15113 | 2025.01.28 23:14:53.619207 [ 254 ] {d1a1db9a-868d-4ebd-a5ea-a5424c633342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15114 | 2025.01.28 23:14:53.620923 [ 254 ] {d1a1db9a-868d-4ebd-a5ea-a5424c633342} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15115 | 2025.01.28 23:14:53.620994 [ 254 ] {d1a1db9a-868d-4ebd-a5ea-a5424c633342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15116 | 2025.01.28 23:14:53.621154 [ 219 ] {} <Debug> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): 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] | ||
| 15117 | 2025.01.28 23:14:53.622388 [ 254 ] {d1a1db9a-868d-4ebd-a5ea-a5424c633342} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15118 | 2025.01.28 23:14:53.622834 [ 254 ] {d1a1db9a-868d-4ebd-a5ea-a5424c633342} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15119 | 2025.01.28 23:14:53.623096 [ 254 ] {d1a1db9a-868d-4ebd-a5ea-a5424c633342} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004091 sec., 39354.68100708873 rows/sec., 2.74 MiB/sec. | ||
| 15120 | 2025.01.28 23:14:53.623190 [ 254 ] {d1a1db9a-868d-4ebd-a5ea-a5424c633342} <Debug> TCPHandler: Processed in 0.004524116 sec. | ||
| 15121 | 2025.01.28 23:14:53.623501 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15122 | 2025.01.28 23:14:53.623702 [ 5 ] {b825515b-8ce6-438c-9553-a96b22cf676a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15123 | 2025.01.28 23:14:53.623843 [ 5 ] {b825515b-8ce6-438c-9553-a96b22cf676a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15124 | 2025.01.28 23:14:53.626510 [ 5 ] {b825515b-8ce6-438c-9553-a96b22cf676a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15125 | 2025.01.28 23:14:53.626568 [ 5 ] {b825515b-8ce6-438c-9553-a96b22cf676a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15126 | 2025.01.28 23:14:53.627667 [ 5 ] {b825515b-8ce6-438c-9553-a96b22cf676a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 15127 | 2025.01.28 23:14:53.628101 [ 5 ] {b825515b-8ce6-438c-9553-a96b22cf676a} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15128 | 2025.01.28 23:14:53.628517 [ 5 ] {b825515b-8ce6-438c-9553-a96b22cf676a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004872 sec., 5541.871921182266 rows/sec., 9.93 MiB/sec. | ||
| 15129 | 2025.01.28 23:14:53.629064 [ 5 ] {b825515b-8ce6-438c-9553-a96b22cf676a} <Debug> TCPHandler: Processed in 0.005710765 sec. | ||
| 15130 | 2025.01.28 23:14:53.629416 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15131 | 2025.01.28 23:14:53.629590 [ 254 ] {83c73c08-8c80-4a51-a4ab-1696aee4e6e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15132 | 2025.01.28 23:14:53.629663 [ 254 ] {83c73c08-8c80-4a51-a4ab-1696aee4e6e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15133 | 2025.01.28 23:14:53.630537 [ 254 ] {83c73c08-8c80-4a51-a4ab-1696aee4e6e5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15134 | 2025.01.28 23:14:53.630588 [ 254 ] {83c73c08-8c80-4a51-a4ab-1696aee4e6e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15135 | 2025.01.28 23:14:53.631101 [ 254 ] {83c73c08-8c80-4a51-a4ab-1696aee4e6e5} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15136 | 2025.01.28 23:14:53.631413 [ 254 ] {83c73c08-8c80-4a51-a4ab-1696aee4e6e5} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15137 | 2025.01.28 23:14:53.631662 [ 254 ] {83c73c08-8c80-4a51-a4ab-1696aee4e6e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002101 sec., 28557.829604950024 rows/sec., 1.92 MiB/sec. | ||
| 15138 | 2025.01.28 23:14:53.631749 [ 254 ] {83c73c08-8c80-4a51-a4ab-1696aee4e6e5} <Debug> TCPHandler: Processed in 0.002458391 sec. | ||
| 15139 | 2025.01.28 23:14:53.631768 [ 224 ] {} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): 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] | ||
| 15140 | 2025.01.28 23:14:53.631840 [ 224 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): 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] | ||
| 15141 | 2025.01.28 23:14:53.637250 [ 224 ] {} <Debug> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): 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] | ||
| 15142 | 2025.01.28 23:14:55.345511 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 15143 | 2025.01.28 23:14:55.346281 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15144 | 2025.01.28 23:14:55.346335 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15145 | 2025.01.28 23:14:55.346880 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15146 | 2025.01.28 23:14:55.347141 [ 243 ] {} <Trace> system.asynchronous_metric_log (400d895a-c759-468a-a111-f13ba78686ec): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15147 | 2025.01.28 23:14:55.347424 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 15148 | 2025.01.28 23:14:57.688486 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 15149 | 2025.01.28 23:14:57.710671 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15150 | 2025.01.28 23:14:57.710739 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15151 | 2025.01.28 23:14:57.718289 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15152 | 2025.01.28 23:14:57.719534 [ 242 ] {} <Trace> system.metric_log (28a3d1ab-411a-4557-b222-84bb15dbe496): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15153 | 2025.01.28 23:14:57.724561 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 15154 | 2025.01.28 23:14:58.036691 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2144 | ||
| 15155 | 2025.01.28 23:14:58.039886 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15156 | 2025.01.28 23:14:58.039937 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15157 | 2025.01.28 23:14:58.041437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15158 | 2025.01.28 23:14:58.041739 [ 244 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15159 | 2025.01.28 23:14:58.042130 [ 217 ] {} <Trace> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): 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] | ||
| 15160 | 2025.01.28 23:14:58.042222 [ 217 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): 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] | ||
| 15161 | 2025.01.28 23:14:58.043886 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2144 | ||
| 15162 | 2025.01.28 23:14:58.045434 [ 217 ] {} <Debug> system.query_log (fcf98e79-6e01-42a0-8114-8d7090b79dfd): 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] | ||
| 15163 | 2025.01.28 23:14:58.083005 [ 222 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): 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] | ||
| 15164 | 2025.01.28 23:14:58.083046 [ 222 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): 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] | ||
| 15165 | 2025.01.28 23:14:58.084742 [ 222 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): 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] | ||
| 15166 | 2025.01.28 23:14:58.091327 [ 219 ] {} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): 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] | ||
| 15167 | 2025.01.28 23:14:58.091408 [ 219 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): 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] | ||
| 15168 | 2025.01.28 23:14:58.093228 [ 219 ] {} <Debug> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): 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] | ||
| 15169 | 2025.01.28 23:14:58.600923 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15170 | 2025.01.28 23:14:58.601133 [ 254 ] {df12b30f-e2d4-43b7-ad9d-d70950bc75a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15171 | 2025.01.28 23:14:58.601213 [ 254 ] {df12b30f-e2d4-43b7-ad9d-d70950bc75a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15172 | 2025.01.28 23:14:58.602011 [ 254 ] {df12b30f-e2d4-43b7-ad9d-d70950bc75a9} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15173 | 2025.01.28 23:14:58.602058 [ 254 ] {df12b30f-e2d4-43b7-ad9d-d70950bc75a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15174 | 2025.01.28 23:14:58.602505 [ 254 ] {df12b30f-e2d4-43b7-ad9d-d70950bc75a9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15175 | 2025.01.28 23:14:58.602766 [ 254 ] {df12b30f-e2d4-43b7-ad9d-d70950bc75a9} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15176 | 2025.01.28 23:14:58.602923 [ 87 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15177 | 2025.01.28 23:14:58.602965 [ 87 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15178 | 2025.01.28 23:14:58.602976 [ 254 ] {df12b30f-e2d4-43b7-ad9d-d70950bc75a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec. | ||
| 15179 | 2025.01.28 23:14:58.602993 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15180 | 2025.01.28 23:14:58.603118 [ 254 ] {df12b30f-e2d4-43b7-ad9d-d70950bc75a9} <Debug> TCPHandler: Processed in 0.002328239 sec. | ||
| 15181 | 2025.01.28 23:14:58.603293 [ 219 ] {} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): 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] | ||
| 15182 | 2025.01.28 23:14:58.603388 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 15183 | 2025.01.28 23:14:58.603416 [ 219 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): 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] | ||
| 15184 | 2025.01.28 23:14:58.603540 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15185 | 2025.01.28 23:14:58.603796 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15186 | 2025.01.28 23:14:58.603958 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 15187 | 2025.01.28 23:14:58.604012 [ 5 ] {b970ce55-12c4-4e2e-ac0d-1623ba1d8ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15188 | 2025.01.28 23:14:58.604104 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 15189 | 2025.01.28 23:14:58.604233 [ 5 ] {b970ce55-12c4-4e2e-ac0d-1623ba1d8ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15190 | 2025.01.28 23:14:58.605153 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 15191 | 2025.01.28 23:14:58.605613 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 15192 | 2025.01.28 23:14:58.606198 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::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 | ||
| 15193 | 2025.01.28 23:14:58.609129 [ 5 ] {b970ce55-12c4-4e2e-ac0d-1623ba1d8ae2} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15194 | 2025.01.28 23:14:58.609255 [ 5 ] {b970ce55-12c4-4e2e-ac0d-1623ba1d8ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15195 | 2025.01.28 23:14:58.609900 [ 219 ] {} <Debug> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): 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] | ||
| 15196 | 2025.01.28 23:14:58.611092 [ 5 ] {b970ce55-12c4-4e2e-ac0d-1623ba1d8ae2} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15197 | 2025.01.28 23:14:58.611375 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008252388 sec., 8482.393217575325 rows/sec., 643.75 KiB/sec. | ||
| 15198 | 2025.01.28 23:14:58.611661 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15199 | 2025.01.28 23:14:58.611828 [ 5 ] {b970ce55-12c4-4e2e-ac0d-1623ba1d8ae2} <Trace> oximeter.fields_string (9d67089d-23f0-4104-bac5-80f53535a272): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15200 | 2025.01.28 23:14:58.612246 [ 5 ] {b970ce55-12c4-4e2e-ac0d-1623ba1d8ae2} <Debug> executeQuery: Read 227 rows, 20.36 KiB in 0.008361 sec., 27149.86245664394 rows/sec., 2.38 MiB/sec. | ||
| 15201 | 2025.01.28 23:14:58.612259 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_53_13} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15202 | 2025.01.28 23:14:58.612324 [ 5 ] {b970ce55-12c4-4e2e-ac0d-1623ba1d8ae2} <Debug> TCPHandler: Processed in 0.009031691 sec. | ||
| 15203 | 2025.01.28 23:14:58.612467 [ 194 ] {d9e7d113-3a4e-478d-a7be-63ea36c55d91::all_1_53_13} <Trace> oximeter.fields_i16 (d9e7d113-3a4e-478d-a7be-63ea36c55d91) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15204 | 2025.01.28 23:14:58.612588 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15205 | 2025.01.28 23:14:58.612605 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15206 | 2025.01.28 23:14:58.612760 [ 254 ] {c1af463d-8704-412e-bcbf-3bc115eb2903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15207 | 2025.01.28 23:14:58.612829 [ 254 ] {c1af463d-8704-412e-bcbf-3bc115eb2903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15208 | 2025.01.28 23:14:58.613542 [ 254 ] {c1af463d-8704-412e-bcbf-3bc115eb2903} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15209 | 2025.01.28 23:14:58.613584 [ 254 ] {c1af463d-8704-412e-bcbf-3bc115eb2903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15210 | 2025.01.28 23:14:58.613988 [ 254 ] {c1af463d-8704-412e-bcbf-3bc115eb2903} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15211 | 2025.01.28 23:14:58.614242 [ 254 ] {c1af463d-8704-412e-bcbf-3bc115eb2903} <Trace> oximeter.fields_u16 (3cc4ccac-6dab-4e89-8194-ee975dde9ecb): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15212 | 2025.01.28 23:14:58.614422 [ 254 ] {c1af463d-8704-412e-bcbf-3bc115eb2903} <Debug> executeQuery: Read 19 rows, 1.36 KiB in 0.001698 sec., 11189.634864546524 rows/sec., 800.00 KiB/sec. | ||
| 15213 | 2025.01.28 23:14:58.614475 [ 254 ] {c1af463d-8704-412e-bcbf-3bc115eb2903} <Debug> TCPHandler: Processed in 0.002017613 sec. | ||
| 15214 | 2025.01.28 23:14:58.614692 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15215 | 2025.01.28 23:14:58.614917 [ 5 ] {dc9267d1-56a5-4fd4-ad4d-db4313921253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15216 | 2025.01.28 23:14:58.615009 [ 5 ] {dc9267d1-56a5-4fd4-ad4d-db4313921253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15217 | 2025.01.28 23:14:58.615858 [ 5 ] {dc9267d1-56a5-4fd4-ad4d-db4313921253} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15218 | 2025.01.28 23:14:58.615898 [ 5 ] {dc9267d1-56a5-4fd4-ad4d-db4313921253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15219 | 2025.01.28 23:14:58.616269 [ 5 ] {dc9267d1-56a5-4fd4-ad4d-db4313921253} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15220 | 2025.01.28 23:14:58.616504 [ 5 ] {dc9267d1-56a5-4fd4-ad4d-db4313921253} <Trace> oximeter.fields_u32 (aeb50a35-ad74-4d83-972f-044fb665beff): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15221 | 2025.01.28 23:14:58.616683 [ 5 ] {dc9267d1-56a5-4fd4-ad4d-db4313921253} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001822 sec., 7683.863885839736 rows/sec., 538.13 KiB/sec. | ||
| 15222 | 2025.01.28 23:14:58.616733 [ 5 ] {dc9267d1-56a5-4fd4-ad4d-db4313921253} <Debug> TCPHandler: Processed in 0.002154766 sec. | ||
| 15223 | 2025.01.28 23:14:58.616884 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15224 | 2025.01.28 23:14:58.617026 [ 254 ] {0c7d280d-869d-4545-92b1-5d5b29cb3ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15225 | 2025.01.28 23:14:58.617084 [ 254 ] {0c7d280d-869d-4545-92b1-5d5b29cb3ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15226 | 2025.01.28 23:14:58.617758 [ 254 ] {0c7d280d-869d-4545-92b1-5d5b29cb3ccf} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15227 | 2025.01.28 23:14:58.617799 [ 254 ] {0c7d280d-869d-4545-92b1-5d5b29cb3ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15228 | 2025.01.28 23:14:58.618164 [ 254 ] {0c7d280d-869d-4545-92b1-5d5b29cb3ccf} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15229 | 2025.01.28 23:14:58.618407 [ 254 ] {0c7d280d-869d-4545-92b1-5d5b29cb3ccf} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15230 | 2025.01.28 23:14:58.618574 [ 121 ] {} <Debug> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15231 | 2025.01.28 23:14:58.618639 [ 254 ] {0c7d280d-869d-4545-92b1-5d5b29cb3ccf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001639 sec., 7931.665649786455 rows/sec., 494.54 KiB/sec. | ||
| 15232 | 2025.01.28 23:14:58.618642 [ 121 ] {} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15233 | 2025.01.28 23:14:58.618722 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15234 | 2025.01.28 23:14:58.618756 [ 254 ] {0c7d280d-869d-4545-92b1-5d5b29cb3ccf} <Debug> TCPHandler: Processed in 0.001936593 sec. | ||
| 15235 | 2025.01.28 23:14:58.618965 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 15236 | 2025.01.28 23:14:58.618978 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15237 | 2025.01.28 23:14:58.619228 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15238 | 2025.01.28 23:14:58.619250 [ 5 ] {2370ab4b-2185-4441-b2e4-a893085bab7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15239 | 2025.01.28 23:14:58.619296 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 15240 | 2025.01.28 23:14:58.619363 [ 5 ] {2370ab4b-2185-4441-b2e4-a893085bab7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15241 | 2025.01.28 23:14:58.619642 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 15242 | 2025.01.28 23:14:58.620056 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 15243 | 2025.01.28 23:14:58.620402 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 15244 | 2025.01.28 23:14:58.620763 [ 186 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::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 | ||
| 15245 | 2025.01.28 23:14:58.622541 [ 5 ] {2370ab4b-2185-4441-b2e4-a893085bab7e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15246 | 2025.01.28 23:14:58.622620 [ 5 ] {2370ab4b-2185-4441-b2e4-a893085bab7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15247 | 2025.01.28 23:14:58.623191 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004359483 sec., 14910.024881390753 rows/sec., 987.88 KiB/sec. | ||
| 15248 | 2025.01.28 23:14:58.623340 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15249 | 2025.01.28 23:14:58.623342 [ 5 ] {2370ab4b-2185-4441-b2e4-a893085bab7e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15250 | 2025.01.28 23:14:58.623635 [ 5 ] {2370ab4b-2185-4441-b2e4-a893085bab7e} <Trace> oximeter.fields_uuid (75a1665c-55ba-4f00-a3a9-1ac9a3a98544): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15251 | 2025.01.28 23:14:58.623704 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_53_13} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15252 | 2025.01.28 23:14:58.623858 [ 199 ] {f6dfd15d-ce4a-4581-878d-ed9cbe8834bd::all_1_53_13} <Trace> oximeter.fields_u8 (f6dfd15d-ce4a-4581-878d-ed9cbe8834bd) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15253 | 2025.01.28 23:14:58.623934 [ 5 ] {2370ab4b-2185-4441-b2e4-a893085bab7e} <Debug> executeQuery: Read 394 rows, 28.64 KiB in 0.004762 sec., 82738.34523309534 rows/sec., 5.87 MiB/sec. | ||
| 15254 | 2025.01.28 23:14:58.624012 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15255 | 2025.01.28 23:14:58.624089 [ 5 ] {2370ab4b-2185-4441-b2e4-a893085bab7e} <Debug> TCPHandler: Processed in 0.005218847 sec. | ||
| 15256 | 2025.01.28 23:14:58.624303 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15257 | 2025.01.28 23:14:58.624609 [ 254 ] {e3ab752f-b72c-4c1f-88ad-14ca47469ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15258 | 2025.01.28 23:14:58.624709 [ 254 ] {e3ab752f-b72c-4c1f-88ad-14ca47469ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15259 | 2025.01.28 23:14:58.625280 [ 254 ] {e3ab752f-b72c-4c1f-88ad-14ca47469ab1} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15260 | 2025.01.28 23:14:58.625321 [ 254 ] {e3ab752f-b72c-4c1f-88ad-14ca47469ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15261 | 2025.01.28 23:14:58.625702 [ 254 ] {e3ab752f-b72c-4c1f-88ad-14ca47469ab1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15262 | 2025.01.28 23:14:58.625947 [ 254 ] {e3ab752f-b72c-4c1f-88ad-14ca47469ab1} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15263 | 2025.01.28 23:14:58.626113 [ 121 ] {} <Debug> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 | ||
| 15264 | 2025.01.28 23:14:58.626173 [ 121 ] {} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15265 | 2025.01.28 23:14:58.626189 [ 254 ] {e3ab752f-b72c-4c1f-88ad-14ca47469ab1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001677 sec., 3577.8175313059032 rows/sec., 186.93 KiB/sec. | ||
| 15266 | 2025.01.28 23:14:58.626220 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15267 | 2025.01.28 23:14:58.626314 [ 254 ] {e3ab752f-b72c-4c1f-88ad-14ca47469ab1} <Debug> TCPHandler: Processed in 0.002105675 sec. | ||
| 15268 | 2025.01.28 23:14:58.626532 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full | ||
| 15269 | 2025.01.28 23:14:58.627014 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15270 | 2025.01.28 23:14:58.627135 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 288 rows starting from the beginning of the part | ||
| 15271 | 2025.01.28 23:14:58.627399 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15272 | 2025.01.28 23:14:58.627456 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 15273 | 2025.01.28 23:14:58.627768 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 15274 | 2025.01.28 23:14:58.627848 [ 5 ] {e4f1f321-df27-4f24-9646-b9997da1b388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15275 | 2025.01.28 23:14:58.628049 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 15276 | 2025.01.28 23:14:58.628107 [ 5 ] {e4f1f321-df27-4f24-9646-b9997da1b388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15277 | 2025.01.28 23:14:58.628362 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 15278 | 2025.01.28 23:14:58.628804 [ 197 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 15279 | 2025.01.28 23:14:58.631381 [ 5 ] {e4f1f321-df27-4f24-9646-b9997da1b388} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15280 | 2025.01.28 23:14:58.631444 [ 5 ] {e4f1f321-df27-4f24-9646-b9997da1b388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15281 | 2025.01.28 23:14:58.631441 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 4 columns (4 merged, 0 gathered) in 0.005107236 sec., 62264.59869878736 rows/sec., 3.18 MiB/sec. | ||
| 15282 | 2025.01.28 23:14:58.631696 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Trace> MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) | ||
| 15283 | 2025.01.28 23:14:58.632237 [ 5 ] {e4f1f321-df27-4f24-9646-b9997da1b388} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15284 | 2025.01.28 23:14:58.632320 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15285 | 2025.01.28 23:14:58.632492 [ 189 ] {bcbeddfe-c8ab-4f2c-93a1-4def400143ca::all_1_53_11} <Trace> oximeter.measurements_bool (bcbeddfe-c8ab-4f2c-93a1-4def400143ca) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 | ||
| 15286 | 2025.01.28 23:14:58.632641 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15287 | 2025.01.28 23:14:58.632713 [ 5 ] {e4f1f321-df27-4f24-9646-b9997da1b388} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15288 | 2025.01.28 23:14:58.632864 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 15289 | 2025.01.28 23:14:58.632896 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15290 | 2025.01.28 23:14:58.632916 [ 5 ] {e4f1f321-df27-4f24-9646-b9997da1b388} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005264 sec., 45022.79635258359 rows/sec., 3.02 MiB/sec. | ||
| 15291 | 2025.01.28 23:14:58.632922 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15292 | 2025.01.28 23:14:58.633066 [ 5 ] {e4f1f321-df27-4f24-9646-b9997da1b388} <Debug> TCPHandler: Processed in 0.005808047 sec. | ||
| 15293 | 2025.01.28 23:14:58.633276 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 15294 | 2025.01.28 23:14:58.633417 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15295 | 2025.01.28 23:14:58.633818 [ 254 ] {17d3df80-5f7b-4486-a08b-25c07e9857e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15296 | 2025.01.28 23:14:58.633918 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15297 | 2025.01.28 23:14:58.634013 [ 254 ] {17d3df80-5f7b-4486-a08b-25c07e9857e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15298 | 2025.01.28 23:14:58.634125 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 35670 rows starting from the beginning of the part | ||
| 15299 | 2025.01.28 23:14:58.635412 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 15300 | 2025.01.28 23:14:58.636026 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 15301 | 2025.01.28 23:14:58.636312 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part | ||
| 15302 | 2025.01.28 23:14:58.636795 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 161 rows starting from the beginning of the part | ||
| 15303 | 2025.01.28 23:14:58.637046 [ 254 ] {17d3df80-5f7b-4486-a08b-25c07e9857e7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15304 | 2025.01.28 23:14:58.637164 [ 254 ] {17d3df80-5f7b-4486-a08b-25c07e9857e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15305 | 2025.01.28 23:14:58.637167 [ 188 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 15306 | 2025.01.28 23:14:58.638230 [ 254 ] {17d3df80-5f7b-4486-a08b-25c07e9857e7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15307 | 2025.01.28 23:14:58.638635 [ 254 ] {17d3df80-5f7b-4486-a08b-25c07e9857e7} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15308 | 2025.01.28 23:14:58.638967 [ 225 ] {} <Trace> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): 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] | ||
| 15309 | 2025.01.28 23:14:58.639031 [ 225 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): 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] | ||
| 15310 | 2025.01.28 23:14:58.639043 [ 254 ] {17d3df80-5f7b-4486-a08b-25c07e9857e7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005375 sec., 186.046511627907 rows/sec., 12.54 KiB/sec. | ||
| 15311 | 2025.01.28 23:14:58.639148 [ 254 ] {17d3df80-5f7b-4486-a08b-25c07e9857e7} <Debug> TCPHandler: Processed in 0.005850947 sec. | ||
| 15312 | 2025.01.28 23:14:58.639378 [ 5 ] {} <Trace> TCP-Session: 5d161768-abcb-4680-af9d-efbb2c866cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15313 | 2025.01.28 23:14:58.639758 [ 5 ] {34a879ba-33e3-4877-a595-65622d90fc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39432) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15314 | 2025.01.28 23:14:58.640121 [ 5 ] {34a879ba-33e3-4877-a595-65622d90fc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15315 | 2025.01.28 23:14:58.644040 [ 225 ] {} <Debug> oximeter.measurements_f64 (6562b5bd-78be-4d9e-8ea9-2d523a1c05ca): 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] | ||
| 15316 | 2025.01.28 23:14:58.645718 [ 5 ] {34a879ba-33e3-4877-a595-65622d90fc7e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15317 | 2025.01.28 23:14:58.645760 [ 5 ] {34a879ba-33e3-4877-a595-65622d90fc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15318 | 2025.01.28 23:14:58.646547 [ 5 ] {34a879ba-33e3-4877-a595-65622d90fc7e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15319 | 2025.01.28 23:14:58.646941 [ 5 ] {34a879ba-33e3-4877-a595-65622d90fc7e} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15320 | 2025.01.28 23:14:58.647161 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15321 | 2025.01.28 23:14:58.647197 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15322 | 2025.01.28 23:14:58.647220 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15323 | 2025.01.28 23:14:58.647245 [ 5 ] {34a879ba-33e3-4877-a595-65622d90fc7e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007645 sec., 1569.6533682145193 rows/sec., 2.81 MiB/sec. | ||
| 15324 | 2025.01.28 23:14:58.647643 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::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 | ||
| 15325 | 2025.01.28 23:14:58.648580 [ 5 ] {34a879ba-33e3-4877-a595-65622d90fc7e} <Debug> TCPHandler: Processed in 0.009311656 sec. | ||
| 15326 | 2025.01.28 23:14:58.649052 [ 254 ] {} <Trace> TCP-Session: 5fdddfba-439f-49af-b255-db60ffb64c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15327 | 2025.01.28 23:14:58.649918 [ 254 ] {e22c3ae8-828c-4e9d-a8a2-eb89a8decdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49898) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15328 | 2025.01.28 23:14:58.650099 [ 254 ] {e22c3ae8-828c-4e9d-a8a2-eb89a8decdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15329 | 2025.01.28 23:14:58.650143 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15330 | 2025.01.28 23:14:58.650574 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1818 rows starting from the beginning of the part | ||
| 15331 | 2025.01.28 23:14:58.651623 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 12 rows starting from the beginning of the part | ||
| 15332 | 2025.01.28 23:14:58.652404 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 27 rows starting from the beginning of the part | ||
| 15333 | 2025.01.28 23:14:58.652919 [ 254 ] {e22c3ae8-828c-4e9d-a8a2-eb89a8decdc9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15334 | 2025.01.28 23:14:58.653023 [ 254 ] {e22c3ae8-828c-4e9d-a8a2-eb89a8decdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 15335 | 2025.01.28 23:14:58.653135 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 12 rows starting from the beginning of the part | ||
| 15336 | 2025.01.28 23:14:58.654295 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 27 rows starting from the beginning of the part | ||
| 15337 | 2025.01.28 23:14:58.654585 [ 254 ] {e22c3ae8-828c-4e9d-a8a2-eb89a8decdc9} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15338 | 2025.01.28 23:14:58.654766 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36529 rows, containing 5 columns (5 merged, 0 gathered) in 0.021682373 sec., 1684732.57055397 rows/sec., 113.75 MiB/sec. | ||
| 15339 | 2025.01.28 23:14:58.655231 [ 189 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 12 rows starting from the beginning of the part | ||
| 15340 | 2025.01.28 23:14:58.655330 [ 254 ] {e22c3ae8-828c-4e9d-a8a2-eb89a8decdc9} <Trace> oximeter.measurements_u64 (cb1ccbf8-697d-4505-b09d-10e20d1574d8): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15341 | 2025.01.28 23:14:58.656020 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 15342 | 2025.01.28 23:14:58.656159 [ 254 ] {e22c3ae8-828c-4e9d-a8a2-eb89a8decdc9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00644 sec., 12732.919254658384 rows/sec., 828.11 KiB/sec. | ||
| 15343 | 2025.01.28 23:14:58.656551 [ 254 ] {e22c3ae8-828c-4e9d-a8a2-eb89a8decdc9} <Debug> TCPHandler: Processed in 0.007694248 sec. | ||
| 15344 | 2025.01.28 23:14:58.657061 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15345 | 2025.01.28 23:14:58.657279 [ 196 ] {fa693664-38f0-49f6-b5cf-247d62ecfe63::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (fa693664-38f0-49f6-b5cf-247d62ecfe63) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 15346 | 2025.01.28 23:14:58.657483 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15347 | 2025.01.28 23:14:58.665827 [ 195 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1908 rows, containing 19 columns (19 merged, 0 gathered) in 0.01853006 sec., 102967.82633191689 rows/sec., 184.51 MiB/sec. | ||
| 15348 | 2025.01.28 23:14:58.667816 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15349 | 2025.01.28 23:14:58.668251 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15350 | 2025.01.28 23:14:58.668336 [ 200 ] {1c6d0600-2f85-4044-bffb-de09d271649f::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (1c6d0600-2f85-4044-bffb-de09d271649f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15351 | 2025.01.28 23:14:58.668496 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.30 MiB. | ||
| 15352 | 2025.01.28 23:14:59.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.00 MiB, peak 285.28 MiB, free memory in arenas 0.00 B, will set to 269.85 MiB (RSS), difference: 1.84 MiB | ||
| 15353 | 2025.01.28 23:15:02.629765 [ 164 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15354 | 2025.01.28 23:15:02.629832 [ 164 ] {} <Debug> DNSResolver: Updated DNS cache | ||